/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: This is a child theme of OceanWP.
Author: Shafiqul
Author URI: https://www.suvronur.com/
Template: oceanwp
Version: 1.0
*/

/* =========================================================
   FORESTRY SALES / SEARLE DESIGN SYSTEM
   Updated to match Website system.pdf: Heritage Olive, Moss Olive, Bone White,
   Natural Stone, Timber Taupe, Charcoal Ink, Cormorant headings and Inter body.
   ========================================================= */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap');

:root {
  --fs-dark-forest: #344414;
  --fs-moss-olive: #6f7c4a;
  --fs-moss-dark: #344414;
  --fs-bone-white: #f7f3e8;
  --fs-natural-stone: #d8d1c3;
  --fs-timber-taupe: #9a8066;
  --fs-sand-stone: #c69b73;
  --fs-charcoal-ink: #22211d;
  --fs-white: #ffffff;
  --fs-charcoal-muted: #5a594f;
  --fs-heading-font: 'Cormorant Garamond', Georgia, serif;
  --fs-body-font: 'Inter', Arial, sans-serif;
  --fs-radius-pill: 999px;
  --fs-transition: all .25s ease;

}


/* =========================================================
   FONT FILES
   These @font-face blocks load the custom fonts from the theme's /fonts folder.
   Change font files or font-family names here only if you know the matching files exist.
   ========================================================= */

/* =========================================================
   EDITING GUIDE
   This file is the ORIGINAL CSS with comments added only.
   No CSS values/selectors have been intentionally changed.

   How to edit later:
   - Colours are hex values like var(--fs-moss-olive) or var(--fs-dark-forest).
   - Fonts are in font-family lines.
   - Sizes are font-size, padding, margin, width, height.
   - Hover states are selectors ending in :hover.
   - Mobile/tablet changes are inside @media blocks near the bottom.
   ========================================================= */

@font-face {
	font-family: 'Gotham';
	src: url('fonts/Gotham-Light.svg#Gotham-Light') format('svg'), url('fonts/Gotham-Light.ttf') format('truetype'), url('fonts/Gotham-Light.woff') format('woff'), url('fonts/GothamLight.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
  }
  
  @font-face {
	font-family: 'Gotham Medium';
	src: url('fonts/Gotham-Medium.svg#Gotham-Medium') format('svg'), url('fonts/Gotham-Medium.ttf') format('truetype'), url('fonts/Gotham-Medium.woff') format('woff'), url('fonts/GothamMedium.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
  }
  
  @font-face {
	font-family: 'Stratos-LC-Web';
	src: url('fonts/Stratos-LC-Web.woff2') format('woff2'), url('fonts/StratosLCWeb-Regular.svg#StratosLCWeb-Regular') format('svg'), url('fonts/StratosLCWeb-Regular.ttf') format('truetype'), url('fonts/StratosLCWeb-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
  }
  
  @font-face {
	font-family: 'Stratos LC Web Light';
	src: url('fonts/StratosLCWeb-Light.eot');
	src: url('fonts/StratosLCWeb-Light.eot?#iefix') format('embedded-opentype'), url('fonts/StratosLCWeb-Light.woff2') format('woff2'), url('fonts/StratosLCWeb-Light.woff') format('woff'), url('fonts/StratosLCWeb-Light.ttf') format('truetype'), url('fonts/StratosLCWeb-Light.svg#StratosLCWeb-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
  }
  

/* =========================================================
   GLOBAL RESET / BASIC DEFAULTS
   Removes focus outlines and controls very basic page spacing/overflow.
   Be careful: changing these can affect the whole site.
   ========================================================= */

  *,a:focus {
	outline: none !important;
  }
  
  body {
	overflow-x: hidden;
  }
  
  p {
	margin: 0 0 15px;
  }
  

/* =========================================================
   MAIN VISUAL COMPOSER BUTTONS
   Controls default button colour, text style, border radius and padding.
   .vc_btn3:hover controls the hover colour.
   ========================================================= */

  .vc_btn3 {
	background: var(--fs-dark-forest) !important;
	color: #fff !important;
	text-decoration: none !important;
	text-transform: uppercase;
	font-weight: 500 !important;
	font-size: 15px !important;
	letter-spacing: 1px;
	border-radius: 90px !important;
	border: none !important;
	padding: 20px 37px !important;
  }
  
  .vc_btn3:hover {
	background: var(--fs-moss-olive) !important;
	color: #fff !important;
  }
  
  .font-weight-500 {
	font-weight: 500;
  }
  
  .font-size-13px {
	font-size: 13px !important;
  }
  

/* =========================================================
   HEADER LOGO + MOBILE MENU / HAMBURGER
   Controls logo hover opacity, hamburger icon size/position, sticky header spacing,
   and header social icon positioning.
   ========================================================= */

  #site-logo #site-logo-inner a:hover img {
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
  }
  
  .hamburger-box {
	width: 75px !important;
	padding-left: 55px;
  }
  
  .hamburger-box::before {
	content: "Menu";
	color: #fff;
	text-transform: uppercase;
	white-space: nowrap;
	position: absolute;
	top: -25px;
	left: 0px;
	font-size: 14px;
  }
  
  .is-sticky .hamburger-box::before {
	top: -17px;
  }
  
  .hamburger-inner {
	z-index: 1;
	width: 12px !important;
  }
  
  .hamburger-inner::after,
  .hamburger-inner::before {
	width: 18px !important;
  }
  
  .hamburger-inner::after {
	bottom: -6px !important;
  }
  
  .hamburger-inner::before {
	top: -6px !important;
  }
  
  .oceanwp-mobile-menu-icon.mobile-right {
	position: relative;
	right: 95px;
  }
  
  .is-sticky .oceanwp-mobile-menu-icon.mobile-right {
	right: 167px !important;
	top: 15px;
  }
  
  .is-sticky #site-logo #site-logo-inner a img {
	max-height: 54px !important;
  }
  
  .is-sticky #site-logo{
	padding: 15px 45px;
  }
  
  ul.fst_header_social_icon {
	position: absolute;
	top: 66px;
	right: 70px;
	margin: 0;
	transition-property: opacity,filter;
	transition-duration: .15s;
	transition-timing-function: linear;
  }
  
  .is-sticky ul.fst_header_social_icon {
	top: 30px !important;
  }
  
  ul.fst_header_social_icon li {
	display: inline-block;
	margin-left: 20px;
  }
  

/* =========================================================
   SLIDE-OUT MOBILE MENU / SIDR PANEL
   Controls the off-canvas menu width, spacing, menu links and active/hover colours.
   ========================================================= */

  div#sidr {
	width: 450px;
	right: -450px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
    background: #000 !important;
    background-color: #000 !important;
  }
  
  a.sidr-class-toggle-sidr-close {
	font-size: 17px !important;
	    background: #000 !important;
  background-color: #000 !important;
  }
  
    div#sidr .sidr-inner:first-child {
    position: relative;
    background: #000 !important;
    background-color: #000 !important;
}
  
    ul.fst_sidr_social_icon {
    position: absolute;
    top: 15px;
    right: 0;
    background: #000 !important;
    background-color: #000 !important;
}
  
  .fst_sidebar_menu {
	padding-left: 20px;
	padding-right: 20px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	padding-bottom: 30px;
	padding-top: 50px;
  }
  
  .fst_sidebar_menu li:last-child {
	margin-top: 25px;
  }
  
  div#sidr .sidr-inner:nth-child(2) {
	padding-top: 20px;
	position: relative;
	padding-bottom: 20px;
	margin-top: 50%;
	margin-bottom: 20%;
    background: #000 !important;
    background-color: #000 !important;
  }
  
  .sidr-class-dropdown-menu li a:hover {
	color: var(--fs-moss-olive);
  }
  
  .sidr-class-dropdown-menu li.sidr-class-current_page_item a {
	color: var(--fs-moss-olive);
  }
  
  .sidr-class-dropdown-menu li.sidr-class-current_page_item a span {
	border-bottom: 2px solid var(--fs-moss-olive);
  }
  

/* =========================================================
   HOMEPAGE SLIDER BULLETS / ANIMATED SLIDE NUMBERS
   This is the vertical numbered slider navigation.
   The font-family here affects the slider numbers.
   ========================================================= */

  .custom.tp-bullets {
	  counter-reset: rev-pagination;
	  height: auto !important;
	  transform: translateY(-50%) !important;
	  top: 50% !important;
	  left: calc(100% - 50px) !important;
	  width: 30px !important;
	  display: flex !important;
	  position: relative !important;
	  flex-flow: column-reverse !important;
  }
  .custom .tp-bullet {
	  width: auto !important;
	  height: auto !important;
	  background: transparent !important;
	  position: inherit !important;
	  top: inherit !important;
	  left: inherit !important;
  }
  .custom .tp-bullet::after {
	  counter-increment: rev-pagination;
	  content: "0"counter(rev-pagination);
	  color: #fff !important;
	  font-family: var(--fs-body-font) !important;
	  font-size: 16px !important;
	  transform: rotate(90deg);
	  display: inline-block;
	  line-height: 1;
	  transform-origin: 0 0;
	  margin: 10px 0;
	  letter-spacing: 0.5px;
	  width: 25px;
	  text-align: center;
  }
  .custom .tp-bullet.selected::after {
	  transform: rotate(0);
	  margin-left: -19px;
	  margin-bottom: 0;
  }
  .custom .tp-bullet.selected {
	  padding-top: 90px;
  }
  .custom .tp-bullet.selected::before {
	  content: "";
	  position: absolute;
	  background-color: rgba(255,255,255,.3);
	  background-image: url(img/slider-active-shape.svg);
	  background-size: 2px 32px;
	  background-repeat: no-repeat;
	  background-position: bottom;
	  width: 2px;
	  height: 80px;
	  left: -9px;
	  top: 11px;
	  border-radius: 10px;
  }
  #rev_slider_1_1_wrapper::before {
	  content: "";
	  position: absolute;
	  width: 2px;
	  height: 70vh;
	  background: #ebebeb;
	  right: 20%;
	  top: 0;
	  z-index: 100;
	  opacity: .08;
  }
  #rev_slider_1_1_wrapper::after {
	  content: "";
	  position: absolute;
	  width: 2px;
	  height: 80vh;
	  background: #ebebeb;
	  right: 40%;
	  bottom: 0;
	  z-index: 100;
	  opacity: .08;
  }
  
  

/* =========================================================
   MOBILE MENU OVERLAY
   The dark transparent overlay shown behind the slide-out menu.
   ========================================================= */

  .oceanwp-sidr-overlay {
	background: rgba(0, 0, 0, .7);
  }
  

/* =========================================================
   HOMEPAGE WELCOME SECTION
   Controls the welcome section shape background, grey border frame and top spacing.
   ========================================================= */

  .hp-welcome-section {
	position: relative;
  }
  
  .hp-welcome-section::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: right top;
  }
  
  .hp-welcome-section::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border-left: 72px solid var(--fs-natural-stone);
	border-bottom: 84px solid var(--fs-natural-stone);
	left: 0;
	bottom: 0;
	z-index: -1;
  }
  
  .hp-welcome-section {
	padding-top: 120px !important;
  }
  

/* =========================================================
   HOMEPAGE ICON BOXES
   Controls icon/text layout for the small homepage feature/icon boxes.
   ========================================================= */

  .hp-icon-box-section .vc_column-inner>.wpb_wrapper {
	position: relative;
	padding-left: 95px;
	max-width: 220px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
  }
  
  .hp-icon-box-section .vc_column-inner>.wpb_wrapper .wpb_single_image {
	position: absolute;
	left: 0;
	top: 0;
  }
  
  .hp-icon-box-section .vc_column-inner>.wpb_wrapper h3 {
	margin-bottom: 4px;
  }
  
  .hp-icon-box-section .vc_column-inner>.wpb_wrapper .wpb_text_column {
	text-transform: uppercase;
	font-family: var(--fs-body-font);
	margin-bottom: 0;
  }
  

/* =========================================================
   HOMEPAGE FEATURE LISTING PANEL
   Green panel overlay on the featured listing section.
   Change background/border colours here if editing that box.
   ========================================================= */

  .hp-feature-listing-section .vc_column-inner>.wpb_wrapper {
    background: var(--fs-moss-olive);
    max-width: 455px;
    border-right: 14px solid var(--fs-moss-dark);
    padding: 40px 22px;
    padding-top: 100px;
    margin-left: 65px;
  }
  
  .hp-feature-listing-section {
	padding-top: 38%;
	padding-bottom: 54px;
  }
  
  .text-white {
	color: #fff;
  }
  

/* =========================================================
   HOMEPAGE DOWNLOAD / MAP TRACK SECTION
   Controls map image positions and map buttons.
   ========================================================= */

  .hp-download-track-section {
	padding-top: 165px;
	padding-bottom: 160px;
  }
  
  .map-01 {
	position: absolute;
	top: -125px;
	left: 680px;
  }
  
  .map-02 {
	position: absolute;
	top: 150px;
	left: 475px;
  }
  
  .map-01-btn .vc_btn3,
  .map-02-btn .vc_btn3 {
	font-size: 12px !important;
	background: rgba(255, 255, 255, .3) !important;
	border: 1px solid #000 !important;
	padding: 12px 45px 12px 30px !important;
  }
  
  .map-01-btn .vc_btn3:hover,
  .map-02-btn .vc_btn3:hover {
	background: var(--fs-moss-olive) !important;
  }
  
  .map-01-btn .vc_btn3 i,
  .map-02-btn .vc_btn3 i {
	font-size: 14px !important;
  }
  
  .map-01-btn {
	position: absolute;
	top: 50px;
	left: 860px;
  }
  
  .map-02-btn {
	position: absolute;
	top: 280px;
	left: 125px;
  }
  
  .hp-download-track-section {
	overflow: visible !important;
	z-index: 1;
  }
  
  .opacity-07 {
	opacity: 0.7;
  }
  

/* =========================================================
   HOMEPAGE INQUIRY TABS + FORM AREA
   Controls tab labels, active tab colour, form fields, placeholders, submit buttons,
   checkbox styling and the green side block.
   ========================================================= */

  .hp-inquiries-section .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab {
	margin-right: 25px;
  }
  
  .hp-inquiries-section .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a {
	background: transparent !important;
	border: none !important;
	color: rgb(255 255 255 / 70%) !important;
	padding: 0 !important;
	text-transform: uppercase;
	font-family: var(--fs-body-font);
	font-size: 25px;
	font-weight: 300;
	text-decoration: none !important;
	border-bottom: 2px solid transparent !important;
	padding-bottom: 6px !important;
  }
  
  .hp-inquiries-section .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a,
  .hp-inquiries-section .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a:hover {
	color: var(--fs-natural-stone) !important;
	border-bottom: 2px solid var(--fs-natural-stone) !important;
  }
  
  .hp-inquiries-section .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a::before,
  .hp-inquiries-section .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a::after {
	display: none !important;
  }
  
  .hp-inquiries-section .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
	background: transparent !important;
	border: none !important;
  }
  
  .hp-inquiries-section .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
	padding: 0 !important;
	margin-top: 30px;
  }
  
  .hp-inquiries-section .wpcf7-form-control.wpcf7-text,
	.hp-inquiries-section .gform-theme--foundation .gfield input.large {
	border-radius: 0 !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	padding-left: 0;
	padding-right: 0;
	color: #fff !important;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
  }
  
  .hp-inquiries-section .gform-theme--foundation .gfield input.large {
	  background-color:transparent;
  }
  
  .hp-inquiries-section .wpcf7-form-control.wpcf7-text:focus,
 .hp-inquiries-section .gform-theme--foundation .gfield input.large:focus {
	border-bottom: 1px solid var(--fs-moss-olive);
  }
  
  .gform-theme--foundation .gfield input.large::-webkit-input-placeholder {
		color: #fff !important;
		opacity: 1;
  }
  
  .hp-inquiries-section ::-webkit-input-placeholder {
	color: #fff !important;
	opacity: 1;
  }
  
  .hp-inquiries-section .gform-theme--foundation .gfield input.large::-moz-placeholder {
		color: #fff !important;
		opacity: 1;
  }
  
  .hp-inquiries-section ::-moz-placeholder {
	color: #fff !important;
	opacity: 1;
  }
  
  .hp-inquiries-section .gform-theme--foundation .gfield input.large::-ms-input-placeholder {
		color: #fff !important;
		opacity: 1;
  }
  
  .hp-inquiries-section :-ms-input-placeholder {
	color: #fff !important;
	opacity: 1;
  }
  
  .hp-inquiries-section :-moz-placeholder {
	color: #fff !important;
	opacity: 1;
  }
  
  .hp-inquiries-section .wpcf7-list-item-label,
	body .gform-theme--framework .gform-field-label--type-inline {
	color: #fff;
	font-size: 13px;
	margin-left:5px;
	margin-top:-4px;
  }
  
  .hp-inquiries-section .gform-theme--framework .gform-field-label--type-inline {
	margin-top:-4px;
  }
  
  .hp-inquiries-section .wpcf7-list-item {
	margin-left: 0;
  }
  
  .gform_required_legend {
	  
	  display:none;
  }
  
  body .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
	body .gform-theme--framework.gform-theme.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), 
	body .gform-theme--framework.gform-theme.gform_wrapper input:is([type="submit"], 
	body [type="button"], 
	body [type="reset"]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), 
	body .gform-theme--framework.gform-theme.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	display: inline-block;
	font-family: inherit;
	background-color: var(--fs-sand-stone);
	color: var(--fs-charcoal-ink);
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
	padding: 14px 20px;
	border: 0;
	cursor: pointer;
	text-align: center;
	letter-spacing: .1em;
	line-height: 1;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
  
  .wpcf7-form-control.wpcf7-submit,
	body .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
	body .gform-theme--framework.gform-theme.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), 
	body .gform-theme--framework.gform-theme.gform_wrapper input:is([type="submit"], 
	body [type="button"], 
	body [type="reset"]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), 
	body .gform-theme--framework.gform-theme.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
		border: 1px solid rgba(255, 255, 255, .3);
		border-radius: 90px;
		font-size: 15px;
		padding: 20px;
		max-width: 170px;
		width: 100%;
		margin-top: 20px;
		background-color: var(--fs-sand-stone);
  }
  
	body .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
	body .gform-theme--framework.gform-theme.gform_wrapper input:is([type="submit"], 
	body [type="button"]:hover , 
	body [type="reset"]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, 
	body .gform-theme--framework.gform-theme.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover {
		border-color: #ffffff;
		background-color:var(--fs-moss-olive);
	}
  
  .hp-inquiries-section .wpcf7-form p {
	margin-bottom: 25px;
  }
  
  .gform-theme--framework input[type="checkbox"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	display: inline-block;
	background-color: #fff;
	border: 1px solid #bbb;
	line-height: 0;
	width: 16px;
	min-width: 16px;
	height: 16px;
	margin: -3px 10px 0 0;
	outline: 0;
	text-align: center;
	vertical-align: middle;
	clear: none;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	-webkit-transition: .05s border-color ease-in-out;
	-moz-transition: .05s border-color ease-in-out;
	-ms-transition: .05s border-color ease-in-out;
	-o-transition: .05s border-color ease-in-out;
	transition: .05s border-color ease-in-out;
}
  
  .hp-inquiries-section input[type="checkbox"],
.gform-theme--framework input[type="checkbox"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	background: none;
	background-color:transparent !important;
	border: 2px solid rgba(255, 255, 255, .3);
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
  }
  
  .hp-inquiries-section .gform-theme--foundation .gform_fields {
		row-gap:0;
	}
	
	.hp-inquiries-section .gform-theme--foundation .gfield {
		margin-bottom:25px;
	}
  
  
  .hp-inquiries-section .vc_tta-container {
	max-width: 470px;
	margin-left: auto;
	margin-right: auto;
  }
  
  .hp-inquiries-section {
	position: relative;
	padding-top: 160px;
	padding-bottom: 120px;
  }
  
/*   .hp-inquiries-section::before {
	content: "";
	position: absolute;
	width: 500px;
	height: 75%;
	left: 0;
	top: 13%;
	background: var(--fs-moss-olive);
	display: block !important;
  } */
  
  .hp-inquiries-section .wpcf7-response-output {
	margin: 0 !important;
	color: #fff;
  }
  

/* =========================================================
   NEWS / POST CAROUSEL CARDS
   Controls image cards, overlay gradient, post title/excerpt, read-more button,
   arrows and carousel dots.
   ========================================================= */

  .fst_post_carousel_item {
	padding-left: 15px;
	padding-right: 15px;
  }
  
  .fst_post_carousel_item_inner {
	min-height: 370px;
	display: flex;
	flex-flow: row wrap;
	align-items: flex-end;
	padding: 30px 35px;
  }
  
  .fst_post_carousel_item_text h3 {
	line-height: 1;
	margin-bottom: 12px;
	color: #fff;
	  font-size: 20px;
  }
  a.post-wrapper-link {
	  text-decoration: none !important;
  }
  .fst_post_carousel_item_text h3 a {
	color: #fff;
	font-size: 20px;
	text-decoration: none !important;
  }
  
  .fst_post_carousel_item_text h3 a:hover {
	color: var(--fs-moss-olive);
  }
  
  .fst_post_carousel_item_excerpt {
	color: rgba(255, 255, 255, .8);
	font-size: 15px;
	max-width: 925px;
  }
  
  .fst_post_carousel_item_inner {
	z-index: 1;
	position: relative;
	background-position: center;
	background-size: cover;
  }
  
  .fst_post_carousel_item_inner::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 42.2%, #000000 100%);
	opacity: 0.7;
	z-index: -1;
  }
  
  .fst_post_carousel_item_content {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 100%;
  }
  
  .fst_post_carousel_item_text {
	width: calc(100% - 190px);
  }
  
  .fst_post_carousel_item_btn {
	width: 170px;
  }
  
  .fst_post_carousel_item_btn {
	background: var(--fs-moss-olive);
	color: #fff;
	border-radius: 90px;
	text-decoration: none !important;
	padding: 11px 15px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: .5px;
	max-width: 170px;
	width: 100%;
	text-align: center;
	white-space: nowrap;
  }
  
  .fst_post_carousel_item_btn a:hover {
	background: var(--fs-dark-forest);
	color: #fff;
  }
  
  .fst_post_carousel_item_date {
	position: absolute;
	color: #fff;
	top: 30px;
	left: 35px;
	font-family: var(--fs-body-font);
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .8px;
  }
  
  .fst_post_carousel_wrap::before {
	content: "" !important;
	position: absolute;
	width: 15% !important;
	height: 100% !important;
	left: 0;
	top: 0;
	z-index: 1;
	display: block !important;
	background: rgb(255, 255, 255);
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.7) 100%);
  }
  
  .fst_post_carousel_wrap::after {
	content: "" !important;
	position: absolute;
	width: 15% !important;
	height: 100% !important;
	right: 0;
	top: 0;
	z-index: 1;
	display: block !important;
	background: rgb(255, 255, 255);
	background: linear-gradient(-90deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.7) 100%);
  }
  
  .hp-news-section {
	padding-top: 150px;
	padding-bottom: 80px;
  }
  
  .hp-news-section .vc_btn3 {
	background: transparent !important;
	color: #000 !important;
	border: 1px solid #000 !important;
	font-size: 14px !important;
	padding: 11px 35px !important;
	margin-top: -85px;
  }
  
  .hp-news-section .vc_btn3:hover {
	background: var(--fs-moss-olive) !important;
	color: #fff !important;
	border: 1px solid var(--fs-moss-olive) !important;
  }
  
  .fst_post_carousel_wrap .slick-list {
	padding-bottom: 120px !important;
  }
  
  .fst_post_carousel_wrap .slick-arrow {
	top: inherit !important;
	bottom: 0 !important;
	opacity: 1 !important;
  }
  
  .fst_post_carousel_wrap .slick-arrow::before {
	display: none;
  }
  
  .fst_post_carousel_wrap .slick-prev.slick-arrow {
	left: calc(15% + 13px);
	z-index: 1;
	background: url(img/circle-arrow-left.png);
	width: 50px;
	height: 50px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
  }
  
  .fst_post_carousel_wrap .slick-next.slick-arrow {
	left: calc(15% + 75px);
	z-index: 1;
	background: url(img/circle-arrow-right.png);
	width: 50px;
	height: 50px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
  }
  
  .fst_post_carousel_wrap .slick-dots {
	bottom: 32px !important;
	right: calc(15% + 15px);
	width: auto;
  }
  
  .fst_post_carousel_wrap .slick-dots li button {
	width: 20px;
	height: 5px;
	background: var(--fs-charcoal-muted);
	overflow: hidden;
	padding: 0;
	border-radius: 10px;
	opacity: .3;
  }
  
  .fst_post_carousel_wrap .slick-dots li button::before {
	display: none !important;
  }
  
  .fst_post_carousel_wrap .slick-dots li.slick-active button,
  .fst_post_carousel_wrap .slick-dots li button:hover {
	background: var(--fs-moss-olive);
	opacity: 1;
  }
  

/* =========================================================
   INSTAGRAM SECTION
   Controls spacing and Instagram username icon/link styles.
   ========================================================= */

  .hp-instagram-section-feed {
	padding-left: 70px;
	padding-right: 70px;
  }
  
  .instagram-user-name a::before {
	content: "";
	display: inline-block;
	background-image: url(img/instagram-icon.png);
	width: 17px;
	height: 17px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 10px;
	position: relative;
	top: 4px;
  }
  
  .instagram-user-name a {
	text-decoration: none !important;
  }
  
  .hp-instagram-section {
	padding-bottom: 120px;
  }
  

/* =========================================================
   ANIMATED COUNTERS / STATS NUMBERS
   Controls the homepage/about stats numbers, labels, plus/year suffixes and layout.
   ========================================================= */
.forestry-counter {
    font-family: var(--fs-body-font);
    margin-bottom: 0 !important;
}

.stats-block .stats-number {
    color: #344414 !important; /* Heritage Olive */
    font-family: var(--fs-heading-font) !important;
    font-size: 68px !important;
    font-weight: 400 !important;
    line-height: 0.9 !important;
    letter-spacing: -0.02em !important;

    /* Makes numbers elegant and properly aligned */
    font-variant-numeric: lining-nums;
    font-feature-settings: "lnum" 1;
}

.forestry-counter.year .stats-number::after {
    content: " Years";
    color: #344414 !important;
    font-family: var(--fs-body-font) !important;
    font-size: 0.6em !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    position: static !important;
    margin-left: 8px;
    text-transform: none !important;
    vertical-align: baseline;
}

.stats-block .stats-text {
    color: #9A8066 !important; /* Timber Taupe */
    font-family: var(--fs-body-font) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase;
    margin-top: 8px;
}

.forestry-counter-section {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.forestry-counter-section > .wpb_column {
    max-width: 250px;
    margin: auto !important;
}

/* =========================================================
   CONTACT PAGE FORMS + CONTACT TEAM CARDS
   Controls contact form layout, field typography, checkbox styling, submit buttons,
   and contact/team member cards.
   ========================================================= */

  /* ---------- Contact page css ------------ */
  
  #contact-page-form .gform-theme--foundation .gform_fields,
	#request-information .gform-theme--foundation .gform_fields {
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-moz-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-left:-12px;
	margin-right:-12px;
	row-gap: 0;
	column-gap:0;
}

	#contact-page-form .gform-theme--foundation .gfield,
	#request-information .gform-theme--foundation .gfield {
		width:100%;
		padding:0 12px;
		margin-bottom:30px;
		-moz-flex:0 0 auto;
		-webkit-flex:0 0 auto;
		flex:0 0 auto;
	}
  
  .forestry-contact-main-wrapper .cf7-three>label,
  .forestry-contact-main-wrapper .cf7-full>label {
	color: var(--fs-charcoal-muted);
	font-family: var(--fs-body-font);
	font-size: 12px;
	text-transform: uppercase;
	font:inherit;
	margin-bottom:3px;
	text-transform:none;
	color:#000;
  }
  
  .forestry-contact-main-wrapper {
	  margin-bottom:45px;
  }
  
  body .gform-theme--foundation .gform_footer, 
  body .gform-theme--foundation .gform_page_footer {
		margin-top:0;
	}
  
  .forestry-contact-main-wrapper .wpcf7-list-item label,
	body #contact-page-form .gform-theme--framework .gform-field-label--type-inline,
	body #request-information .gform-theme--framework .gform-field-label--type-inline {
	font-size: 12px;
	color: var(--fs-charcoal-muted);
	position: relative;
	margin-top:-8px;
	line-height:22.5px;
  }
  
  body #request-information .gform-theme--framework .gform-field-label--type-inline {
	  margin-top:-5px;
  }
  
  #contact-page-form .gform-theme--framework .gfield--type-choice .ginput_container_consent,
	#request-information .gform-theme--framework .gfield--type-choice .ginput_container_consent {
	  position:relative;
  }
  
  .forestry-contact-main-wrapper .wpcf7-list-item input[type="checkbox"],
	#contact-page-form .gform-theme--framework input[type="checkbox"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
	#request-information .gform-theme--framework input[type="checkbox"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	position: absolute;
	left: -38px;
	top: 6px;
	border-color: var(--fs-dark-forest);
	border-width: 2px;
	border-radius: 3px;
  }
  
  #contact-page-form .gform-theme--framework input[type="checkbox"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
	#request-information .gform-theme--framework input[type="checkbox"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	  position:static;
  }
  
  #request-information .gform-theme--framework input[type="checkbox"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	  margin-right:10px;
  }
  
  .cf7-full.checkbox {
	margin-bottom: 20px;
  }
  
  .forestry-contact-main-wrapper .wpcf7-list-item {
	margin: 0 0 0 2.5em !important;
  }
  
  .forestry-contact-main-wrapper input[type="text"],
  .forestry-contact-main-wrapper input[type="email"],
  .forestry-contact-main-wrapper input[type="tel"],
  .forestry-contact-main-wrapper select,
	#request-information .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
	.footer-widget .gform-theme--foundation .gfield input.large {
		display: inline-block;
		min-height: 40px;
		width: 100%;
		font-size: 14px;
		line-height: 1.8;
		padding: 6px 12px;
		vertical-align: middle;
		background-color: rgba(0,0,0,0);
		color: #333;
		border: 1px solid var(--fs-natural-stone);
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		border-radius: 3px;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
	}
  
  .forestry-contact-main-wrapper input[type="text"],
  .forestry-contact-main-wrapper input[type="email"],
  .forestry-contact-main-wrapper input[type="tel"],
  .forestry-contact-main-wrapper select,
	#contact-page-form .gform-theme--foundation .gfield input.large,
	#request-information .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
	#request-information .gform-theme--foundation .gfield input.large,
	#request-information .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
		font-family: var(--fs-body-font);
		text-transform: uppercase;
		letter-spacing: 0.05px;
		font-size: 26px;
		padding: 0 !important;
		line-height:1.8;
		border: none;
		border-bottom: 1px solid var(--fs-natural-stone);
		border-radius: 0;
		color: var(--fs-charcoal-muted) !important;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		box-shadow:none;
	  }
	  
	  #contact-page-form .gform-theme--foundation .gfield input.large::placeholder,
		#request-information .gform-theme--foundation .gfield input.large::placeholder {
		color:#a5a5a6 !important;
		opacity:1;
	 }
	  
	 #contact-page-form .gform-theme--foundation .gfield input.large::-moz-placeholder,
	#request-information .gform-theme--foundation .gfield input.large::-moz-placeholder {
		color:#a5a5a6 !important;
		opacity:1;
	 }
	 
	 #contact-page-form .gform-theme--foundation .gfield input.large::-webkit-input-placeholder,
	#request-information .gform-theme--foundation .gfield input.large::-webkit-input-placeholder {
	 	color:#a5a5a6 !important;
		opacity:1;
	 }
  
  .forestry-contact-main-wrapper select {
	height: 47px;
	opacity: .9;
  }
  
  .cf7-three-wrapper {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-bottom: 35px;
  }
  
  .cf7-full-wrapper {
	margin-bottom: 35px;
  }
  
  .cf7-three-wrapper .cf7-three {
	width: 32%;
  }
  
  .cf7-full.cf7-btn .wpcf7-submit,
	#contact-page-form .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
	#request-information .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	background: var(--fs-moss-olive) !important;
	max-width: 229px;
  }
  
  .cf7-full.cf7-btn .wpcf7-submit:hover,
#contact-page-form .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
	#request-information .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover {
	background: var(--fs-charcoal-ink) !important;
  }
  
  h4.vc_custom_heading.team-sub-title {
	font-family: var(--fs-body-font);
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 15px;
	margin-bottom: 10px;
  }
  
  .contact-team-section::before {
	content: "";
	width: 478px;
	height: 310px;
	background: url(img/team-before.svg);
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-size: cover;
  }
  
  .contact-team-section {
	position: relative;
  }
  
  .contact-team-main-wrapper {
	display: flex;
	  flex-flow: row wrap;
	  margin-left: -20px;
	  margin-right: -20px;
  }
  
  .contact-team-item-wrapper-inner {
	background: var(--fs-charcoal-ink);
	  padding: 20px;
	  position: relative;
	  height: 100%;
	  position: relative;
	  z-index: 1;
	  -webkit-transition: all 0.3s ease;
	  -moz-transition: all 0.3s ease;
	  -ms-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	  transition: all 0.3s ease;
	  color: #fff;
	  padding-top: 40px;
  }
  
  .contact-team-main-wrapper .contact-team-item-wrapper-inner:hover {
	background: var(--fs-moss-olive) !important;
  }
  
  .contact-team-item-wrapper-inner::before {
	content: "";
	width: 245px;
	height: 170px;
	background: url(img/member-before.svg);
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: -1;
  }
  
  .contact-team-main-wrapper .contact-team-item-wrapper-inner:hover::before {
	opacity: 1;
  }
  
  .member-img {
	width: 100px;
	height: 100px;
	position: absolute;
	top: -25px;
	right: 45px;
	border-radius: 50%;
	border: 3px solid #fff;
	overflow: hidden;
  }
  
  h3.member-name {
	font-size: 20px;
	font-family: var(--fs-body-font);
	margin-bottom: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-top: 20px;
  }
  
  .contact-team-main-wrapper .contact-team-item-wrapper-inner:hover h3.member-name a {
	color: #fff !important;
  }
  .contact-team-main-wrapper .contact-team-item-wrapper-inner:hover .member-contact a {
	color: #fff !important;
  }
  
  p.member-designation {
	font-family: var(--fs-body-font) !important;
	font-size: 15px;
  }
  
  .member-content {
	font-family: var(--fs-body-font);
	font-size: 13px;
	line-height: 1.6;
	margin-bottom: 25px;
  }
  
  ul.member-contact {
	list-style: none;
	margin: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
  }
  
  .member-contact li {
	margin-right: 30px;
  }
  
  .member-contact a {
	color: var(--fs-moss-olive);
	font-size: 20px;
  }
  
  
  .contact-us-team .contact-team-item-wrapper {
	width: 33.33%;
	padding: 0 20px;
	padding-bottom: 50px;
  }
  
  
  .contact-us-team .contact-team-item-wrapper h3.member-name a {
	text-decoration: none !important;
  }
  
  .total-value .stats-number::before {
	content: "$";
  }
  
  .total-value .stats-number::after {
	content: "M";
  }
  
  
  /* ---------- Contact page css end ------------ */
  
  

/* =========================================================
   TEAM ARCHIVE PAGE
   Controls team listing page background shapes, filter buttons, card layout,
   team member cards and page header styles.
   ========================================================= */

  /* ---------- team archive page css  ------------ */
  
  .post-type-archive-team_member #main #content-wrap {
	padding-top: 110px !important;
	padding-bottom: 120px !important;
  }
  
  .post-type-archive-team_member .forestry-team-content-wrap-inner {
	position: relative;
  }
  
  .post-type-archive-team_member .forestry-team-content-wrap-inner::before {
	content: "";
	width: 631px;
	height: 448px;
	background: url(img/team-archive-before.svg);
	position: absolute;
	top: 0;
	right: 0;
  }
  
  .team-archive-gray-bg {
	position: relative;
  }
  
  .team-archive-gray-bg::before {
	content: "";
	width: 60px;
	height: 100%;
	background: var(--fs-natural-stone);
	position: absolute;
	left: 0;
	top: 0;
  }
  
  .team-archive-gray-bg::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 180px;
	background: var(--fs-natural-stone);
	bottom: 0;
  }
  
  .single-team_member #content-wrap {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
  }
  
  h3.member-name a {
	color: var(--fs-moss-olive);
  }
  
  .team-filter-button-group {
	display: flex;
	width: 100%;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	list-style: none;
	margin: 0;
  }
  
  .team-filter-button {
	margin-bottom: 45px;
  }
  
  .team-filter-button-group li {
	font-size: 52px;
	line-height: 1.2;
	font-family: var(--fs-body-font);
	text-transform: uppercase;
	letter-spacing: 0.05px;
	margin-right: 50px;
	color: var(--fs-charcoal-ink);
	opacity: 0.5;
	position: relative;
	cursor: pointer;
	border-bottom: 2px solid transparent;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
  }
  
  .team-filter-button-group li::after {
	content: "";
	position: absolute;
	height: 65%;
	width: 1px;
	background: #999899;
	top: 10px;
	right: -25px;
  }
  
  .team-filter-button-group li:last-child::after {
	display: none;
  }
  
  .team-filter-button-group li.active,
  .team-filter-button-group li:hover {
	color: var(--fs-moss-olive);
	border-color: var(--fs-moss-olive);
  }
  
  .team-filter-button h4 {
	font-family: var(--fs-body-font);
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 5px;
	letter-spacing: 2px;
	color: var(--fs-charcoal-muted) !important;
  }
  
  .team-member-details-img-bg {
	background: none;
  }

  .team-member-white-bg {
	background: #fff;
	padding: 95px 6vw 120px;
	position: relative;
  }

  .team-member-white-bg::before {
	display: none;
	content: none;
  }

  .team-member-inner {
	background: transparent;
	color: var(--fs-charcoal-ink);
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 70px;
	max-width: 1420px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	position: relative;
	z-index: 1;
  }

  .team-member-inner::before {
	display: none;
	content: none;
  }

  .team-member-img {
	width: 260px;
	height: 260px;
	min-width: 260px;
	min-height: 260px;
	max-width: 260px;
	max-height: 260px;
	flex: 0 0 260px;
	text-align: left;
	border-radius: 50%;
	overflow: hidden;
	padding: 0;
  }

  .team-member-img img {
	display: block;
	width: 260px;
	height: 260px;
	min-width: 260px;
	min-height: 260px;
	max-width: 260px;
	max-height: 260px;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
  }

  .team-member-bio-contact {
	width: calc(100% - 330px);
	padding: 0;
  }

  .member-name-position-contact-info {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	gap: 35px;
	margin-bottom: 28px;
  }

  .member-name-position {
	width: auto;
	max-width: 45%;
  }

  .member-name-position h3 {
	color: var(--fs-charcoal-ink);
	margin-bottom: 5px;
	font-family: var(--fs-heading-font);
	font-size: 28px;
	font-weight: 500;
	line-height: 1.15;
  }

  .member-name-position h4 {
	font-size: 17px;
	color: var(--fs-charcoal-ink);
	font-family: var(--fs-heading-font);
	font-weight: 500;
  }

  .member-contactinfo {
	width: auto;
	max-width: 55%;
  }

  .member-contactinfo ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	align-items: center;
	list-style: none;
	margin: 0;
  }

  .member-contactinfo ul li {
	margin-left: 22px;
	margin-bottom: 10px;
  }

  .team-member-bio {
	color: var(--fs-charcoal-ink);
	font-family: var(--fs-body-font);
	font-size: 17px;
	line-height: 1.65;
	max-width: 980px;
  }

  .team-member-bio p {
	color: var(--fs-charcoal-ink);
  }

  .member-contactinfo ul li a {
	color: var(--fs-dark-forest);
	font-size: 22px;
  }

  .member-contactinfo ul li a:hover {
	color: var(--fs-moss-olive);
  }

  .member-contactinfo ul li span {
	margin-right: 10px;
	text-decoration: underline;
  }

  .member-contactinfo ul li button {
	background: var(--fs-moss-olive) !important;
	color: #fff !important;
	border: none;
	padding: 10px 18px;
	border-radius: 90px;
	text-transform: uppercase;
	font-size: 12px;
	font-family: var(--fs-body-font);
	letter-spacing: 0.04em;
  }

  .page-header {
    background-image: none !important;
    background-color: #000 !important;
    position: relative;
    z-index: 1;
    padding-top: 450px !important;
}
  
  .page-header::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: -1;
}
  
  .page-header .page-header-title {
	color: var(--fs-moss-olive) !important;
	font-size: 42px;
	font-family: var(--fs-body-font);
	text-transform: none;
	letter-spacing: 0.05px;
	width: 50%;
	margin-bottom: 20px;
  }
  
  .page-header .page-subheading {
	color: #fff !important;
	font-family: var(--fs-body-font);
	width: 50%;
  }
  
  .page-header .container.page-header-inner {
	width: 100%;
	max-width: 93%;
	background: transparent !important;
	
  }
  
  .single-team_member .page-header .site-breadcrumbs {
	position: relative !important;
	margin-top: 25px;
  }
  
  .single-team_member .page-header .site-breadcrumbs ol li a {
	color: #fff !important;
	font-family: var(--fs-body-font);
	text-transform: uppercase;
  }
  
  .single-team_member .page-header .site-breadcrumbs ol li.trail-end a,
  .single-team_member .page-header .site-breadcrumbs ol li a:hover {
	color: var(--fs-moss-olive) !important;
  }
  
  .team-page-wrapper .team-page-main-wrapper {
	display: flex;
	flex-flow: row wrap;
	margin-left: -20px;
	margin-right: -20px;
  }
  
  .team-page-item-wrapper {
	width: 33.33%;
	padding: 0 20px;
	padding-bottom: 50px;
  }
  
  .team-page-item-wrapper-inner {
	background: var(--fs-charcoal-ink);
	padding: 20px;
	position: relative;
	height: 100%;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #fff;
	padding-top: 40px;
  }
  
  .team-page-item-wrapper-inner:hover {
	background: var(#46493e) !important;
  }
  
  .team-page-item-wrapper-inner::before {
	content: "";
	width: 245px;
	height: 170px;
	background: url(img/member-before.svg);
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: -1;
  }
  
  .team-page-item-wrapper-inner:hover::before {
	opacity: 1;
  }
  
  .team-page-item-wrapper-inner h3.member-name a {
	text-decoration: none !important;
  }
  
  .team-page-item-wrapper-inner:hover h3.member-name a,
  .team-page-item-wrapper-inner .member-contact a {
	color: #fff;
  }
  
  .facetwp-facet-team_country {
	display: flex;
  }
  
  .facetwp-facet-team_country .facetwp-radio {
	background: none;
	padding: 0;
	margin-right: 40px;
	color: var(--fs-charcoal-ink);
	opacity: 0.5;
	font-size: 52px;
	font-family: var(--fs-body-font);
	text-transform: uppercase;
	border-bottom: 2px solid transparent;
	position: relative;
  }
  
  .facetwp-facet-team_country .facetwp-radio::after {
	content: "";
	width: 1px;
	height: 40px;
	background: #999899;
	position: absolute;
	top: 18px;
	right: -20px;
  }
  
  .facetwp-facet-team_country .facetwp-radio:last-child::after {
	display: none;
  }
  
  .facetwp-facet-team_country .facetwp-radio span {
	display: none;
  }
  
  .facetwp-facet-team_country .facetwp-radio.checked {
	background: none;
	color: var(--fs-moss-olive) !important;
	opacity: 1;
	border-color: var(--fs-moss-olive) !important;
  }
  
  .facetwp-facet-team_country {
	margin-bottom: 10px !important;
  }
  .team-page::after {
	  content: "";
	  width: 100%;
	  height: 180px;
	  background: var(--fs-natural-stone);
	  position: absolute;
	  bottom: 0;
	  left: 0;
  }
  
  
  /* ---------- team archive page css end ------------ */
  
  

/* =========================================================
   SINGLE TEAM MEMBER PAGE
   Controls individual team member bio page, related team cards and project/testimonial layout.
   ========================================================= */

  /* ---------- team single page css  ------------ */
  
  .single-team-content-wrapper {
	background: var(--fs-dark-forest);
	color: #fff;
	font-family: var(--fs-body-font);
	padding-bottom: 185px;
  }
  
  .single-team-content-wrapper-inner {
	max-width: 1280px;
	margin: auto;
  }
  
  .clients-testimonial-project-wrapper {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 80px 0;
  }
  
  .clients-testimonial-inner {
	padding-right: 30px;
  }
  
  .clients-testimonial-inner,
  .project-inner {
	width: 50%;
  }
  
  .clients-wrapper {
	margin-bottom: 80px;
  }
  
  .project-inner {
	position: relative;
	margin-top: -170px;
  }
  
  .project-details {
	background: var(--fs-moss-olive);
	padding: 25px 30px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	max-width: 285px;
	position: absolute;
	bottom: 35px;
	left: 0;
  }
  
  .project-lines {
	padding-right: 20px;
  }
  
  .project-inner img {
	width: 100%;
  }
  
  .project-details p {
	margin-bottom: 0px;
  }
  
  .related-team-member-warpper h2 {
	width: 100%;
  }
  
  .related-team-member-warpper-inner {
    display: flex;
    flex-flow: row wrap;
    margin-left: -13px;
    margin-right: -13px;
}
.related-team-member-warpper-inner .related-team-item-wrapper {
    width: calc(33.33% - 26px);
    margin: 0 13px 40px;
    background: var(--fs-charcoal-ink);
    padding: 30px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}
  
  .related-team-member-warpper-inner .related-team-item-wrapper:hover {
	background: var(--fs-moss-olive);
  }
  
  .related-team-member-warpper-inner .related-team-item-wrapper:hover h3.member-name a,
  .related-team-member-warpper-inner .related-team-item-wrapper:hover .member-contact a {
	color: #fff !important;
  }
  
  .related-member-img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 3px solid #fff;
	position: absolute;
	top: -25px;
	right: 17px;
	overflow: hidden;
  }
  
  .related-team-member-warpper-inner .related-team-item-wrapper::before {
	content: "";
	width: 245px;
	height: 170px;
	background: url(img/member-before.svg);
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: -1;
  }
  
  .related-team-member-warpper-inner .related-team-item-wrapper:hover::before {
	opacity: 1;
  }
  
  
  /* ---------- team single page css end ------------ */
  
  

/* =========================================================
   ABOUT PAGE
   Controls about page service lists, decorative borders, map section and background shapes.
   ========================================================= */

  /* ---------- about page css ------------ */
  
  .about-services ul {
	list-style: none;
	margin: 0;
  }
  
  .about-services ul li {
	position: relative;
	padding-left: 22px;
	font-size: 14px;
  }
  
  .about-services ul li::before {
	content: "";
	width: 13px;
	height: 9px;
	background: url(img/check-mark.svg);
	position: absolute;
	left: 0;
	top: 8px;
  }
  
  .track-record-map>.wpb_column>.vc_column-inner {
	padding: 0 !important;
  }
  
  .track-record-map>.wpb_column>.vc_column-inner h2 {
	position: absolute;
	top: 96px;
	left: 46px;
  }
  
  .about-border-left {
	border-left: 55px solid var(--fs-natural-stone);
  }
  
  .about-border-left-bottom {
	border-left: 55px solid var(--fs-natural-stone);
	border-bottom: 55px solid var(--fs-natural-stone);
  }
  .map-border-right-top{
	border-top: 55px solid var(--fs-natural-stone);
	border-right: 55px solid var(--fs-natural-stone);
  }
  
  .about-page-section {
	position: relative;
  }
  
  .about-page-section::before {
	content: "";
	width: 631px;
	height: 390px;
	background: url(img/about-before.svg);
	position: absolute;
	top: 0;
	right: -21.55%;
  }
  
  .white-text {
	color: #fff !important;
  }
  
  .about-border-right-bottom {
	border: 70px solid var(--fs-natural-stone);
	border-top: none !important;
	border-left: none !important;
  }
  
  .colliers-international {
	position: relative;
  }
  
  .colliers-international::before {
	content: "";
	width: 631px;
	height: 398px;
	background: url(img/colliers-before.svg);
	position: absolute;
	top: 0;
	right: 0;
  }
  
  
  /* ---------- about page css end ------------ */
  
  

/* =========================================================
   BLOG ARCHIVE + SINGLE POST PAGES
   Controls blog cards, meta/date positioning, read-more buttons, single post width,
   related posts and comment title styling.
   ========================================================= */

  /* ---------- blog page css ------------ */
  
	  .blog .site-breadcrumbs {
		  display: none !important;
	  }

  .blog .blog-entry-inner {
	  position: relative;
	height: 100% !important;
	padding: 0 2rem 2rem !important;
	border: none !important;
  }
.blog-entry.grid-entry .thumbnail,
.blog-entry.post .thumbnail a,
.blog-entry.post .thumbnail img{
	height:100%;
}
  
  .blog .blog-entry.post ul.meta{
	position: absolute;
	  color: #fff;
	  top: 30px;
	  left: 40px;
	  font-family: var(--fs-body-font);
	  font-weight: 500;
	  text-transform: uppercase;
	  letter-spacing: .8px;
	  margin: 0;
	  padding: 0;
  }
  
  .blog .blog-entry.post ul.meta li i, .blog .blog-entry.grid-entry .blog-entry-readmore a i{
	display: none;
  }
  .blog .blog-entry.grid-entry .blog-entry-readmore a{
	background: var(--fs-moss-olive);
	color: #fff;
	border-radius: 90px;
	text-decoration: none !important;
	padding: 11px 15px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: .5px;
	max-width: 170px;
	width: 100%;
	text-align: center;
	white-space: nowrap;
	border: none;
  }
  .blog .blog-entry.grid-entry .blog-entry-readmore a:hover {
	background: var(--fs-dark-forest);
	color: #fff;
  }
  
  .blog .blog-entry.grid-entry .blog-entry-readmore {
	  margin-top: 0;
	  display: inline-block;
	  position: absolute;
	  right: 35px;
	bottom: 45px;
  }
  .blog-entry.post .thumbnail a {
    display: inline-block;
    position: relative;
    width: 100%;
}
  
  .blog .blog-entry.grid-entry .blog-entry-header {
	  position: absolute;
	  bottom: 110px;
	  color: #fff;
	  max-width: 70%;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 1;
	  -webkit-box-orient: vertical;
	  padding-left: 20px;
  }
  
  .blog .blog-entry.grid-entry .blog-entry-header a{
	color: #fff !important;
  }
  .blog .blog-entry.grid-entry .blog-entry-header a:hover{
	color: var(--fs-moss-olive) !important;
  }

.blog .blog-entry.grid-entry .blog-entry-summary {
    position: absolute;
    bottom: 40px;
    color: #fff;
    max-width: 70%;
    margin: 0;
    padding-left: 20px;
}
  
  .single-post .site-breadcrumbs{
	display: none !important;
  }
  .single-post .site-breadcrumbs ol li a{
	color: #fff !important;
  }
  .single-post .site-breadcrumbs ol li:last-child a{
	color: var(--fs-moss-olive) !important;
  }
  
  .single-post.content-max-width .entry-header, .single-post.content-max-width .meta, .single-post.content-max-width .entry-content p,
  .single-post.content-max-width .post-tags, .single-post.content-max-width #comments{
	max-width: 1100px !important;
	text-align: left !important;
  }
  .single-post.content-max-width ul.meta{
	justify-content: flex-start !important;
	padding-left: 1.5em;
  }
  
  .related-post-title{
	margin-left: 0;
  }
  .related-posts-title{
	font-size: 20px !important;
	font-family: var(--fs-body-font) !important;
  }
  
  #related-posts .col{
	text-align: left !important;
  }
  
  time.published i{
	display: none;
  }
  
  .related-posts-title .text::before{
	display: none !important;
  }
  .comment-reply-title{
	font-family: var(--fs-body-font) !important;
	text-transform: uppercase;
  }
  
  .single-post.content-max-width ul.meta li i {
	  display: none;
  }
  
  
  /* ---------- blog page css end ------------ */


  /* ---------- Footer CSS ------------ */

  #footer-widgets {
	background-color: #000 !important;
  }

  .site-footer,
  #footer-bottom {
	background-color: #000 !important;
  }

  #footer-bottom {
	background-color: #000 !important;
  }

  /* ---------- Footer CSS end ------------ */

  

/* =========================================================
   FOOTER
   Controls footer headings, menu links, newsletter input/button and social icons.
   ========================================================= */

  .footer-box.span_1_of_4.col.col-1 h3 {
	color: var(--fs-moss-olive);
	text-transform: uppercase;
	font-weight: 300;
	font-size: 40px;
	letter-spacing: -1px;
  }
  
  .footer-box.span_1_of_4.col.col-1 h3 strong {
	font-weight: 400;
  }
  
  .site-footer .widget_nav_menu li {
	border: none !important;
	padding-top: 0;
	padding-bottom: 2px;
	text-transform: uppercase;
	font-size: 14px;
  }
  
  .cookie-policy-menu {
	margin-top: 20px;
  }
  
  .copyright-menu a {
	pointer-events: none;
  }
  
  #footer-widgets .footer-box .widget-title {
	font-weight: 600;
	font-size: 14px;
	font-family:  var(--fs-body-font) !important;
	padding-left: 0;
	border-left: none;
	text-transform: uppercase;
	margin-bottom: 10px;
  }
  
  .footer-box.span_1_of_4.col.col-4 .textwidget {
	font-size: 13px;
  }
  
  .footer-box.span_1_of_4.col.col-1 {
	width: 100%;
	margin-bottom: 50px !important;
  }
  
  .footer-box.span_1_of_4.col.col-4 {
	width: 50%;
  }
  
.footer-widget .gform-theme--foundation .gform_footer {
	  position:absolute;
	  width: 34px;
		height: 34px;
		right:4px;
		top:50%;
		margin-top:-17px;
		z-index:99;
		display:block;
  }
  
  #mc-embedded-subscribe-form button,
	.footer-widget .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	font-size: 0;
	border-radius: 50%;
	background:none;
	background-color: var(--fs-moss-olive);
	border-color:#fff;
	width: 34px;
	height: 34px;
	text-align: center;
	padding: 0;
	right: 4px;
	display:block;
	min-height:0;
	font-weight:600;
  }
  
  #mc-embedded-subscribe-form button::before,
	.footer-widget .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) span:before {
	content: "\f1d8";
	font-family: 'Font Awesome 5 Free';
	font-size: 14px;
	color: #000;
  }
  
  .oceanwp-newsletter-form-wrap input[type="email"],
	.footer-widget .gform-theme--foundation .gfield input.large {
	height: 40px !important;
	border-radius: 100px;
	padding-left: 20px;
	padding-right: 55px;
	text-transform: uppercase;
	font-size: 12px;
	color: rgba(255, 255, 255, .7);
	border-color:#555;
  }
  
  .footer-widget .gform-theme--foundation .gfield input.large::-placeholder {
	  color:#676767;
	  opacity:1;
  }
  
  .footer-widget .gform-theme--foundation .gfield input.large::-moz-placeholder {
	  color:#676767;
	  opacity:1;
  }
  
  .footer-widget .gform-theme--foundation .gfield input.large::-webkit-input-placeholder {
	  color:#676767;
	  opacity:1;
  }
  
 .footer-widget .gform-theme--foundation .gfield input.large:focus {
		border-color: var(--fs-moss-olive);
	}
  
  #mc-embedded-subscribe-form .email-wrap,
	.footer-widget .gform-theme--framework form {
	max-width: 300px;
	position:relative;
  }
  
  .oceanwp-social-icons.style-simple li {
	margin-left: 0 !important;
  }
  
  .oceanwp-social-icons.style-simple li a {
	width: 40px;
	height: 40px;
	border: 1px solid rgba(255, 255, 255, .7);
	line-height: 40px;
	border-radius: 50%;
  }
  

/* =========================================================
   PROPERTY CAROUSEL / PROPERTY GRID CARDS
   Controls forestry/property listing cards, image hover effects, status pills, titles,
   metadata, card overlay, buttons, arrows and dots.
   ========================================================= */

.fst_property_carousel_item {
     height: auto;
     padding-left: 15px;
     padding-right: 15px;
}
 .fst_property_carousel_item_inner {
     height: 100%;
     background-size: cover;
     background-position: center;
     position: relative;
     transition: all .3s ease-in-out .0s;
     overflow: hidden;
}
 .fst_property_carousel_item_inner .overlay-img {
     position: absolute;
     filter: grayscale(100%);
     transition: all .3s ease-in-out .0s;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     object-fit: cover;
}
 .slick-active .fst_property_carousel_item_inner .overlay-img {
     filter: grayscale(0%);
}
 .slick-active + .slick-active .fst_property_carousel_item_inner .overlay-img {
     filter: grayscale(100%);
}
 .fst_property_carousel_item_inner:hover .overlay-img {
     filter: grayscale(0%);
}
 .fst_property_carousel_item_inner::before {
     content: "";
     padding-top: 80.86%;
     display: block;
     min-height: 300px;
}
 .fst_property_carousel_item_inner::after {
     content: "";
     position: absolute;
     width: 100%;
     height: 100%;
     background: rgb(0,0,0);
     background: linear-gradient(0deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
     left: 0;
     bottom: 0;
     transition: all .3s ease-in-out .0s;
}
 .fst_property_carousel_item_inner:hover::after {
     opacity: 0;
}
 .fst_property_carousel_item_status {
     position: absolute;
     top: 20px;
     right: 20px;
     background: var(--fs-dark-forest);
     color: #fff;
     border-radius: 50px;
     font-size: 12px;
     text-transform: uppercase;
     display: flex;
     padding: 8px 18px;
     font-weight: 600;
     letter-spacing: .3px;
     z-index: 1;
}
 .fst_property_carousel_item_status img {
     margin-right: 6px;
     filter: grayscale(0%);
}
 .fst_property_carousel_item_title {
     margin-bottom: 10px;
     color: #fff !important;
     font-size: 20px;
     text-decoration: none !important;
     line-height: 1.2;
     display: inline-block;
     letter-spacing: .3px;
}
 .fst_property_carousel_item_meta ul {
     margin: 0;
     color: #fff;
     list-style: none;
     text-transform: uppercase;
     font-size: 12px;
     letter-spacing: 2px;
}
 .fst_property_carousel_item_meta ul b {
     font-weight: 400;
     font-size: 11px;
}
 .fst_property_carousel_item_meta ul li {
     display: inline-block;
     position: relative;
     padding-right: 20px;
}
 .fst_property_carousel_item_meta ul li::after {
     content: "";
     position: absolute;
     width: 1px;
     height: 12px;
     background: #fff;
     right: 7px;
     top: 3px;
}
 .fst_property_carousel_item_meta ul li:last-child::after {
     display: none;
}
 .fst_property_carousel_item_content {
     position: absolute;
     bottom: -60px;
     left: 0;
     width: 100%;
     padding: 28px;
     transition: all .3s ease-in-out .0s;
     z-index: 1;
}
 .fst_property_carousel_item_inner {
     display: block;
}
 .fst_property_carousel_item_inner:hover .fst_property_carousel_item_content {
     bottom: 0;
     background: rgb(111 124 74 / 88%);
}
 .fst_property_carousel_item_btn span {
     color: #fff;
     background: var(--fs-dark-forest);
     text-decoration: none !important;
     text-transform: uppercase;
     font-size: 13px;
     padding: 12px 22px;
     display: inline-block;
     border-radius: 50px;
     line-height: 1;
     letter-spacing: .3px;
     transition: all .3s ease-in-out .0s;
}
 .fst_property_carousel_item_btn span:hover {
     background: #fff;
     color: var(--fs-dark-forest);
}
 .fst_property_carousel_item_btn {
     margin-top: 20px;
     transition: all .3s ease-in-out .0s;
     opacity: 0;
}
 .fst_property_carousel_item_inner:hover .fst_property_carousel_item_btn {
     opacity: 1;
}
 .fst_property_carousel_wrap .slick-list {
     padding-bottom: 120px !important;
}
 .property_image_gallery_carousel .slick-list {
     padding-bottom: 10px !important;
}
 .fst_property_carousel_wrap .slick-arrow, .property_image_gallery_carousel .slick-arrow {
     top: inherit !important;
     bottom: 0 !important;
     opacity: 1 !important;
}
 .property_image_gallery_carousel .slick-arrow {
     top: 50% !important;
     transform: translateY(-50%) !important;
     width: 40px !important;
     height: 40px !important;
}
 .fst_property_carousel_wrap .slick-arrow::before, .property_image_gallery_carousel .slick-arrow::before, .slick-lightbox .slick-arrow::before{
     display: none;
}
 .fst_property_carousel_wrap .slick-prev.slick-arrow, .property_image_gallery_carousel .slick-prev.slick-arrow, .slick-lightbox .slick-prev.slick-arrow{
     left: calc(15% + 13px);
     z-index: 1;
     background: url(//forestrysales.co.nz/wp-content/themes/oceanwp-child/img/circle-arrow-left-new.png);
     width: 50px;
     height: 50px;
     background-size: contain !important;
     background-position: center !important;
     background-repeat: no-repeat !important;
}
 .property_image_gallery_carousel .slick-prev.slick-arrow {
     left: 5px !important;
}
 .slick-lightbox .slick-prev.slick-arrow{
     left: inherit !important;
}
 .fst_property_carousel_wrap .slick-prev.slick-arrow::after, .property_image_gallery_carousel .slick-prev.slick-arrow::after, .slick-lightbox .slick-prev.slick-arrow::after{
     content: "";
     position: absolute;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     background-size: contain !important;
     background-position: center !important;
     background-repeat: no-repeat !important;
/*      background: url(//forestrysales.co.nz/wp-content/themes/oceanwp-child/img/circle-arrow-left-hover.png); */
     transition: all .3s ease-in-out .0s;
     opacity: 0;
}
 .fst_property_carousel_wrap .slick-prev.slick-arrow:hover::after , .property_image_gallery_carousel .slick-prev.slick-arrow:hover::after, .slick-lightbox .slick-prev.slick-arrow:hover::after{
     opacity: 1;
}
 .fst_property_carousel_wrap .slick-next.slick-arrow, .property_image_gallery_carousel .slick-next.slick-arrow, .slick-lightbox .slick-next.slick-arrow{
     left: calc(15% + 75px);
     z-index: 1;
     background: url(//forestrysales.co.nz/wp-content/themes/oceanwp-child/img/circle-arrow-right-new.png);
     width: 50px;
     height: 50px;
     background-size: contain !important;
     background-position: center !important;
     background-repeat: no-repeat !important;
}
 .property_image_gallery_carousel .slick-next.slick-arrow {
     left: inherit !important;
     right: 5px !important;
}
 .slick-lightbox .slick-next.slick-arrow {
     left: inherit !important;
     right: 0 !important;
}
 .fst_property_carousel_wrap .slick-next.slick-arrow::after, .property_image_gallery_carousel .slick-next.slick-arrow::after, .slick-lightbox .slick-next.slick-arrow::after{
     content: "";
     position: absolute;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     background-size: contain !important;
     background-position: center !important;
     background-repeat: no-repeat !important;
     background: url(//forestrysales.co.nz/wp-content/themes/oceanwp-child/img/circle-arrow-right-hover.png);
     transition: all .3s ease-in-out .0s;
     opacity: 0;
}
 .fst_property_carousel_wrap .slick-next.slick-arrow:hover::after, .property_image_gallery_carousel .slick-next.slick-arrow:hover::after, .slick-lightbox .slick-next.slick-arrow:hover::after{
     opacity: 1;
}
 .fst_property_carousel_wrap .slick-dots {
     bottom: 32px !important;
     right: calc(15% + 15px);
     width: auto;
}
 .fst_property_carousel_wrap .slick-dots li button {
     width: 20px;
     height: 5px;
     background: var(--fs-charcoal-muted);
     overflow: hidden;
     padding: 0;
     border-radius: 10px;
     opacity: .3;
}
 .fst_property_carousel_wrap .slick-dots li button::before {
     display: none !important;
}
 .fst_property_carousel_wrap .slick-dots li.slick-active button, .fst_property_carousel_wrap .slick-dots li button:hover {
     background: var(--fs-moss-olive);
     opacity: 1;
}
 .property-image-gallery-slider-nav-thumbImg {
     border: 4px solid transparent;
}
 .fst_property_grid_wrap {
     display: flex;
     flex-flow: row wrap;
     margin-left: -15px;
     margin-right: -15px;
}
 .fst_property_grid_wrap .fst_property_carousel_item, .post-type-archive-property .fst_property_carousel_item {
     width: 33.33%;
     margin-bottom: 30px !important;
}



/* =========================================================
   PAGE HEADER ALIGNMENT
   Keeps background-image page headers and breadcrumbs left aligned.
   ========================================================= */

.background-image-page-header .page-header-inner {
    text-align: left !important;
    padding-bottom: 40px !important;
}

.page-header .clr.page-header-inner nav.site-breadcrumbs {
    text-align: left !important;
}

.team-single-listing-section {
    padding-top: 100px;
/*     border-top: 30px solid var(--fs-natural-stone); */
    position: relative;
}

.team-single-listing-section img {
    position: absolute;
    top: 0;
}

.team-single-listing-title-section {
    max-width: 1300px;
    margin: auto;
    margin-bottom: 30px;
}
/* =========================================================
   SINGLE PROPERTY / SINGLE RURAL PAGES
   Controls property detail hero, title/meta area, gallery, content columns, map, team,
   enquiry form, share dropdown and property features tab.
   ========================================================= */

.single-property div#content-wrap, .single-rural div#content-wrap {
     padding: 0 !important;
     max-width: 100% !important;
     width: 100% !important;
}
 .foresty_
single_property_page_title_section {
     padding-top: 435px;
     padding-bottom: 28px;
     background-size: cover;
     background-position: center;
     position: relative;
     z-index: 1;
}
 .foresty_single_property_page_title_section::before {
     content: "";
     position: absolute;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     background: #1d230c;
     z-index: -1;
     opacity: .6;
}
 .foresty_single_property_unique_id {
     font-weight: 700;
     font-size: 14px;
     letter-spacing: .5px;
     text-transform: uppercase;
     color: var(--fs-dark-forest);
     background: rgba(255,255,255,.9);
     padding: 11px 20px 8px;
     display: inline-block;
     border-radius: 50px;
     font-family: var(--fs-body-font);
     line-height: 1;
}
 .foresty_single_property_page_title_wrap {
     max-width: 1805px;
     margin: auto;
     padding: 0 20px;
}
 .foresty_single_property_page_title_meta ul {
     margin: 0;
     color: #fff;
     list-style: none;
     text-transform: uppercase;
     font-size: 13px;
     letter-spacing: 2px;
}
 .foresty_single_property_page_title_meta ul b {
     font-weight: 600;
     font-size: 12px;
}
 .foresty_single_property_page_title_meta ul li {
     display: inline-block;
     position: relative;
     padding-right: 20px;
}
 .foresty_single_property_page_title_meta ul li::after {
     content: "";
     position: absolute;
     width: 1px;
     height: 12px;
     background: #fff;
     right: 7px;
     top: 3px;
}
 .foresty_single_property_page_title_meta ul li:last-child::after {
     display: none;
}
 .foresty_single_property_page_title_meta {
     margin-top: 20px;
}
 .foresty_single_property_page_title {
     color: var(--fs-moss-olive) !important;
     font-size: 42px;
     font-family: var(--fs-body-font);
     text-transform: none;
     letter-spacing: 0.05px;
     margin-top: 15px;
     line-height: 1;
     margin-bottom: 15px;
}
 .foresty_single_property_page_subtitle {
     color: rgba(255 255 255 / 80%);
     font-size: 15px;
}
 .foresty_single_property_page_title_breadcrumb ul {
     margin: 0;
     list-style: none;
     color: #fff;
     font-size: 12px;
     text-transform: uppercase;
     letter-spacing: 1px;
}
 .foresty_single_property_page_title_breadcrumb ul a {
     color: #fff;
}
 .foresty_single_property_page_title_breadcrumb ul li {
     display: inline-block;
     margin-right: 5px;
}
 .foresty_single_property_page_title_breadcrumb {
     margin-top: 40px;
}
 .foresty_single_property_page_title_breadcrumb ul li:last-child, .foresty_single_property_page_title_breadcrumb ul a:hover {
     color: var(--fs-moss-olive);
}
 .foresty_single_property_page_title_inner {
     display: flex;
     flex-flow: row wrap;
     margin-left: -15px;
     margin-right: -15px;
     align-items: flex-end;
}
 .foresty_single_property_page_title_left {
     width: 65%;
     padding: 0 15px;
}
 .foresty_single_property_page_title_right {
     width: 35%;
     text-align: right;
     padding: 0 15px;
     padding-bottom: 40px;
}
 .foresty_single_property_page_title_request .btn {
     font-size: 13px;
     color: #fff;
     text-transform: uppercase;
     letter-spacing: 1px;
     background: var(--fs-moss-olive);
     padding: 11px 30px 10px;
     display: inline-block;
     transition: all .3s ease-in-out .0s;
     border: 1px solid var(--fs-moss-olive);
     border-radius: 50px;
}
 .foresty_single_property_page_title_request .btn:hover {
     border-color: rgb(255 255 255 / 50%);
     color: #fff;
     background: transparent;
}
 .foresty_single_property_page_title_request .btn {
     font-size: 13px;
     color: #fff;
     text-transform: uppercase;
     letter-spacing: 1px;
     background: var(--fs-moss-olive);
     padding: 11px 20px 10px;
     display: inline-block;
     transition: all .3s ease-in-out .0s;
     border: 1px solid var(--fs-moss-olive);
     border-radius: 50px;
     max-width: 245px;
     width: 100%;
     text-align: center;
}
 .foresty_single_property_page_title_print .btn, .foresty_single_property_page_title_share .btn {
     font-size: 13px;
     color: #fff;
     text-transform: uppercase;
     letter-spacing: 1px;
     padding: 9px 30px 9px;
     transition: all .3s ease-in-out .0s;
     border: 1px solid rgb(255 255 255 / 50%);
     border-radius: 50px;
     display: flex;
     align-items: center;
     position: relative;
     top: 5px;
     margin-bottom: 15px 
}
 .foresty_single_property_page_title_print .btn:hover, .foresty_single_property_page_title_share .btn:hover {
     color: #fff;
     background: var(--fs-moss-olive);
     border-color: var(--fs-moss-olive);
}
 .foresty_single_property_page_title_print .btn img, .foresty_single_property_page_title_share .btn img {
     margin-right: 8px;
}
 .foresty_single_property_page_title_right > div {
     display: inline-block;
     margin-left: 6px;
}
 .foresty_single_property_page_content_wrap {
     max-width: 1320px;
     padding: 120px 20px 80px;
     margin-left: auto;
     margin-right: auto;
}
 .foresty_single_property_page_content_section {
     border-left: 70px solid var(--fs-natural-stone);
     border-bottom: 70px solid var(--fs-natural-stone);
     padding-right: 70px;
     position: relative;
}
 .foresty_single_property_page_content_section > img {
     max-width: 476px;
     position: absolute;
     top: 0;
     right: 0;
}
 .foresty_single_property_page_content_inner {
     display: flex;
     flex-flow: row wrap;
}
 .foresty_single_property_page_content_inner > div {
     width: 50%;
}
 .foresty_single_property_page_content_right {
     padding-left: 30px;
}
 .foresty_single_property_page_content_right .epl-video-container {
     margin-bottom: 35px;
}
 .foresty_single_property_status {
     display: inline-block;
     background: var(--fs-dark-forest);
     color: #fff;
     font-size: 12px;
     text-transform: uppercase;
     font-weight: 600;
     padding: 8px 20px 7px;
     border-radius: 50px;
}
 .foresty_single_property_status img {
     margin-right: 4px;
}
 .foresty_single_property_page_content_text {
     margin-top: 20px;
}
 .foresty_single_property_page_team_section {
     border-right: 70px solid var(--fs-natural-stone);
     border-bottom: 70px solid var(--fs-natural-stone);
     position: relative;
}
 .foresty_single_property_page_map_wrap {
     border-right: 70px solid var(--fs-natural-stone);
}
 .foresty_single_property_page_map_wrap .epl-tab-section.epl-section-map {
     margin-top: 0;
}
 .foresty_single_property_page_team_wrap {
     max-width: 1320px;
     padding: 120px 20px 80px;
     margin-left: auto;
     margin-right: auto;
}
 .foresty_single_property_page_team_section > img {
     position: absolute;
     left: 0;
     top: 0;
     z-index: -1;
     width: 478px;
}
 .foresty_single_property_page_team_title {
     text-transform: none;
     font-size: 25px;
     font-family: var(--fs-body-font);
     margin-top: 0;
     margin-bottom: 6px;
}
 .foresty_single_property_page_team .team-page-item-wrapper:first-child .team-page-item-wrapper-inner::before {
     opacity: 1;
}
 .foresty_single_property_page_team .team-page-item-wrapper:first-child .team-page-item-wrapper-inner {
     background: var(--fs-moss-olive);
}
 .foresty_single_property_page_team .team-page-item-wrapper:first-child h3.member-name a {
     color: #fff;
}
 .foresty_single_property_page_team_subtitle {
     margin-bottom: 60px;
}
 .foresty_single_property_page_team {
     display: flex;
     flex-flow: row wrap;
     margin-left: -20px;
     margin-right: -20px;
}
 .foresty_single_property_page_form_section {
     border-left: 70px solid var(--fs-natural-stone);
     border-bottom: 70px solid var(--fs-natural-stone);
     padding-right: 70px;
}
 .foresty_single_property_page_form_wrap {
     max-width: 1320px;
     margin-left: auto;
     margin-right: auto;
     padding-top: 100px;
     padding-bottom: 50px;
     padding-left: 20px;
     padding-right: 20px;
}
 .single-property .post-tags, .single-property #comments {
     display: none !important;
}
 .single-property .entry-content {
     margin-bottom: 0 !important;
}
 .single-property div#primary {
     margin-bottom: 0 !important;
}
 .foresty_single_property_page_title_share {
     position: relative;
}
 .foresty_single_property_page_title_share_icon {
     position: absolute;
     width: 260px;
     height: 56px;
     bottom: 108%;
     right: 0;
     z-index: 1;
     background: #fff;
     padding: 12px 10px 10px;
     border-radius: 4px;
     visibility: hidden;
     opacity: 0;
     transition: all .3s ease-in-out .0s;
}
 .foresty_single_property_page_title_share:hover .foresty_single_property_page_title_share_icon {
     visibility: visible;
     opacity: 1;
}
 .foresty-single-property-details-inner {
     display: flex;
     flex-flow: row wrap;
     justify-content: flex-start;
}
 .foresty-single-property-types-wrapper,.foresty-single-property-use-types-wrapper {
     width: 50%;
}
 .foresty-single-property-types-title {
     font-size: 16px;
     font-weight: 700;
     margin-bottom: 7px;
}
 .foresty-single-property-details-inner ul {
     list-style: none;
     margin: 0 -8px;
}
 .foresty-single-property-details-inner ul li {
     display: inline-block;
     padding: 0px 8px 3px;
     border-right: 2px solid var(--fs-natural-stone);
     margin-bottom: 10px;
     line-height: 1.2;
}
 .foresty-single-property-details-inner ul li:last-child {
     border: none;
}
 .property_image_gallery_item {
     position: relative;
}
 .property_image_gallery_item::before {
     content: "";
     display: block;
     padding-top: 67%;
}
 .property_image_gallery_item img {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     object-fit: cover;
     cursor: pointer;
}
.epl-tab-title-property-features.tab-title {
    color: var(--fs-moss-olive);
    text-transform: none;
    font-size: 25px;
    font-family: var(--fs-body-font);
    font-weight: normal;
    border-bottom: none !important;
    padding-bottom: 0;
    margin-bottom: 10px;
    margin-top: 35px;
}
.copyright-area {
     display: flex;
     flex-flow: row wrap;
	 background: #000 !important;
     background-color: #000 !important;
}
 .copyright-area > div {
     width: 50%;
     padding: 0 15px;
}
 .copyright-area .left {
     text-align: left;
}
 .copyright-area .right {
     text-align: right;
}
.background-image-page-header .page-subheading {
    font-size: 15px !important;
}
.overlaylinkf {
    position: absolute;
    left: 0;
    top: -25px;
    width: 100%;
    height: calc(100% + 25px);
    z-index: 9999;
}
.featured-listing-btn a {
    border: 2px solid #fff !important;
    background: var(--fs-moss-olive) !important;
    padding: 15px 25px !important;
    font-size: 12px !important;
}



/* =========================================================
   RESPONSIVE / MOBILE + TABLET OVERRIDES
   Everything below changes the layout at different screen widths.
   If something only looks wrong on mobile/tablet, check this section.
   ========================================================= */

  /* ----------- Media Query CSS ----------- */

/* Small screens and up: adjusts form field spacing. */
  @media (min-width:576px) {
	  
	  #contact-page-form .gform-theme--foundation .gfield:not(:last-child),
		#request-information .gform-theme--foundation .gfield:not(:last-child) {
		  margin-bottom:50px;
	  }
	  
  }
  

/* Tablet and up: makes selected form fields into three columns. */
  @media (min-width:768px) {
	  
	 
		#contact-page-form .gform-theme--foundation .gfield.cf7-three,
		#request-information .gform-theme--foundation .gfield.cf7-three {
		  width:33.33%;
	  }
	  
  }
  
  

/* Large desktop down: reduces the inquiry section side block width. */
  @media only screen and (max-width: 1600px){
	  .hp-inquiries-section::before{
		  width: 50px;
	  }
  }
  
  @media only screen and (max-width: 1500px){
	  .member-img{
		  width: 75px;
		  height: 75px;
	  }
	  .team-member-white-bg{
		  padding: 75px;
		  padding-bottom: 130px;
	  }
  }
  
  @media only screen and (max-width: 1300px){
	  .clients-testimonial-project-wrapper{
		  padding: 80px 30px;
	  }
	  .project-inner{
		  margin-top: 0;
		  height: 100%;
	  }
	  .team-member-inner{
		  gap: 40px;
	  }
	  .team-member-bio-contact{
		  width: calc(100% - 300px);
		  padding: 0;
	  }
	  .related-team-member-warpper {
		  padding: 0 30px;
	  }
	  .related-member-img{
		  width: 80px;
		  height: 80px;
	  }
	  #contact-page-form{
		  padding-top: 80px !important;
		  padding-right: 50px !important;
		  padding-left: 50px !important;
	  }
  }
  
  @media only screen and (max-width: 1200px){
	  .footer-box.span_1_of_4.col.col-1 h3{
		  font-size: 25px !important;
	  }
  }
  @media only screen and (max-width: 1100px){
	  .hp-inquiries-section::before {
		  width: 30px;
	  }
  }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
	  .team-page-item-wrapper{
		  width: 50%;
	  }
	  .facetwp-facet-team_country .facetwp-radio{
		  font-size: 35px;
	  }
	  .facetwp-facet-team_country .facetwp-radio::after{
		  height: 30px;
		  top: 11px;
	  }
  }
  
  @media only screen and (min-width: 1025px) and (max-width: 1400px){
	  .blog .blog-entry.grid-entry .blog-entry-readmore{
		  right: unset;
		  left: 35px;
	  }
	  .blog .blog-entry.grid-entry .blog-entry-summary{
		  padding-left: 0;
		  left: 40px;
		  bottom: 90px;
		  overflow: hidden;
		 text-overflow: ellipsis;
		 display: -webkit-box;
		 -webkit-line-clamp: 2; /* number of lines to show */
		 -webkit-box-orient: vertical;
	  }
	  .blog .blog-entry.grid-entry .blog-entry-header{
		  bottom: 135px;
	  }
  }
  

/* Tablet and smaller: adjusts blog, counters, carousel arrows, sections and page headers. */
  @media only screen and (max-width: 1024px){
	  .blog .blog-entry{
		  width: 100% !important;
	  }
	  .blog .blog-entry.grid-entry .blog-entry-header{
		  bottom: 90px;
	  }
	  .hp-welcome-section {
    padding-top: 60px !important;
}
	  .forestry-counter .aio-icon-img {
/*     font-size: 60px !important; */
}
	  .forestry-counter.plus .stats-number::after {
    font-size: 35px !important;
    top: -3px !important;
}
	  .hp-feature-listing-section .vc_column-inner>.wpb_wrapper {
    margin-left: 30px;
}
	  .hp-news-section .vc_btn3 {
    padding: 10px 25px !important;
    margin-top: -78px;
}
	  .fst_property_carousel_wrap .slick-prev.slick-arrow, .fst_post_carousel_wrap .slick-prev.slick-arrow {
    left: 5% !important;
}
	  .fst_property_carousel_wrap .slick-next.slick-arrow, .fst_post_carousel_wrap .slick-next.slick-arrow {
    left: 5% !important;
    margin-left: 45px;
}
	  
  }



  @media only screen and (min-width: 1024px) {
	.dk-font-size-46px {
	  font-size: 46px !important;
	}
  }
  


  @media only screen and (max-width: 768px) {
	ul.fst_header_social_icon {
		top: 46px;
		right: 30px;
	}
	.custom.tp-bullets {
		left: calc(100% - 30px) !important;
	}
  }


@media only screen and (min-width: 768px){
.footer-box.span_1_of_4.col.col-4 .widget-oceanwp-social {
    display: none;
	}
}



  

/* Mobile: major layout changes for header, page headers, forms, team cards, blog cards, listings and footer. */
  @media only screen and (max-width: 767px) {
	  #forestry-counter-section .forestry-counter.plus .stats-number::after, #about-counter-section .forestry-counter.plus .stats-number::after {
    font-size: 25px !important;
    top: -2px !important;
}
	  #forestry-counter-section .stats-number {
    font-size: 25px !important;
}
	  .mobile-50px {
    height: 0px !important;
}
	  .footer-box.span_1_of_4.col.col-2 .widget-oceanwp-social {
    display: none !important;
	}
	.page-header {
	  padding-top: 190px !important;
	}
	.page-header .page-header-title {
	  font-size: 30px;
	  margin-bottom: 5px;
	}
	.page-header .page-subheading {
	  width: 80%;
	}
	.contact-form-section .contact-page-form,
	.contact-team-section .contact-team-section {
	  padding: 50px 20px !important;
	}
	.forestry-contact-main-wrapper input[type="text"],
	.forestry-contact-main-wrapper input[type="email"],
	.forestry-contact-main-wrapper input[type="tel"],
	.forestry-contact-main-wrapper select {
	  font-size: 18px;
	}
	.forestry-contact-main-wrapper .cf7-three>label,
	.forestry-contact-main-wrapper .cf7-full>label {
	  font-size: 10px;
	}
	.forestry-contact-main-wrapper select {
	  height: 20px;
	}
	#contact-form-section {
	  padding-bottom: 25px !important;
	  padding-left: 25px !important;
	}
	#contact-team-section {
	  padding-right: 30px !important;
	}
	.contact-us-team .contact-team-item-wrapper {
	  width: 44%;
	  margin-right: 25px;
	  margin-bottom: 35px;
	  padding: 20px !important;
	  padding-top: 40px !important;
	}
	.contact-us-team .member-img {
	  width: 75px;
	  height: 75px;
	  top: -20px;
	  right: 15px;
	}
	.contact-us-team h3.member-name {
	  font-size: 16px;
	}
	.contact-us-team p.member-designation {
	  font-size: 12px;
	}
	.contact-us-team .member-content {
	  font-size: 12px;
	  line-height: 1.5;
	  margin-bottom: 15px;
	}
	.contact-team-section::before {
	  width: 300px;
	  height: 195px;
	}
    .about-border-left, .about-border-left-bottom, .about-border-right-bottom, .map-border-right-top{ */
    border-width: 25px !important; */
	}
	.facetwp-facet-team_country .facetwp-radio{
	  font-size: 20px;
	  margin-right: 20px;
	}
	.facetwp-facet-team_country .facetwp-radio::after{
	  height: 15px;
	  top: 8px;
	  right: -10px;
	}
	.team-title{
	  font-size: 12px;
	}
	#team-page{
	  padding-top: 55px !important;
	  padding-bottom: 0 !important;
	}
	.team-page::after{
	  height: 120px;
	}
	.team-page-item-wrapper{
	  width: 50%;
	}
	.member-img img{
	  width: 75px;
	  height: 75px;
	  right: 20px;
	}
	h3.member-name{
	  font-size: 16px;
	}
	p.member-designation{
	  font-size: 13px
	}
	  .team-member-white-bg {
		  padding: 30px !important;
	  }
	  .clients-testimonial-inner, .project-inner {
		  width: 100%;
	  }
	  .project-inner{
		  margin-top: 20px;
	  }
	  .clients-testimonial-project-wrapper{
		  padding: 40px 30px;
	  }
	  
	  .single-team-content-wrapper{
		  padding-bottom: 60px;
	  }
	  .related-team-member-warpper-inner .related-team-item-wrapper{
		  width: 100%;
		  margin-bottom: 40px;
	  }
	  .related-member-img{
		  width: 75px;
		  height: 75px;
	  }
	  .clients-wrapper {
		  margin-bottom: 40px;
	  }
	  .team-member-inner{
		  display: block;
		  padding: 0;
	  }
	  .team-member-img{
		  width: 220px;
		  height: 220px;
		  min-width: 220px;
		  min-height: 220px;
		  max-width: 220px;
		  max-height: 220px;
		  margin: 0 auto 35px;
	  }
	  .team-member-img img{
		  width: 220px;
		  height: 220px;
		  min-width: 220px;
		  min-height: 220px;
		  max-width: 220px;
		  max-height: 220px;
	  }
	  .team-member-bio-contact {
		  width: 100%;
		  padding: 0;
	  }
	  .member-name-position-contact-info{
		  display: block;
	  }
	  .member-name-position, .member-contactinfo {
		  width: 100%;
		  max-width: 100%;
	  }
	  .member-name-position {
		  margin-top: 0;
	  }
	  .member-contactinfo ul{
		  justify-content: flex-start;
		  margin: 0;
		  margin-bottom: 20px;
	  }
	  .member-contactinfo ul li {
		  margin-left: 0;
		  margin-right: 15px;
	  }
	  .member-contactinfo ul li button{
		  margin-top: 10px;
		  font-size: 10px;
	  }
	  .project-details p{		
		  font-size: 10px;
	  }
	  .project-details{
		  padding: 20px;
	  }
	  .contact-us-team .contact-team-item-wrapper {
		  width: 100%;
		  margin-right: 0 !important;
		  margin-bottom: 20px;
		  padding-top: 0 !important;
	  }
	  #contact-page-form {
		  padding: 40px 10px!important;
		  padding-bottom: 0 !important;
	  }
	  .home-inquiry-forms .vc_tta-tabs-container {
		  display: unset !important;
	  }
	  .home-inquiry-forms .vc_tta-panel-heading, .hp-inquiries-section::before{
		  display: none !important;
	  }
	  .home-inquiry-forms .vc_tta-panel .vc_tta-panel-body {
		  background: transparent !important;
		  border: none !important;
	  }
	  .hp-inquiries-section .vc_tta-container{
		  max-width: 100%;
	  }
	  .hp-inquiries-section{
		  padding-bottom: 10px;
		  padding-top: 10px;
	  }
	  .hp-instagram-section {
		  padding-bottom: 0px;
	  }
	  .hp-instagram-section-feed {
		  padding-left: 30px;
		  padding-right: 30px;
	  }
	  .hp-news-section {
		  padding-top: 50px;
		  padding-bottom: 0px;
	  }
	  .hp-inquiries-section .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a{
		  font-size: 20px;
	  }
	  .fst_post_carousel_item_inner{
		  padding: 20px;
	  }
	  .fst_post_carousel_item_date{
		  top: 20px;
		  left: 20px;
	  }
	  .fst_post_carousel_item_content{
		  display: block;
	  }
	  .fst_post_carousel_item_text {
		  width: 100%;
	  }
	  .fst_post_carousel_item_excerpt{
		  overflow: hidden;
		  text-overflow: ellipsis;
		  display: -webkit-box;
		  -webkit-line-clamp: 3;
		  -webkit-box-orient: vertical;
		  margin-bottom: 15px !important;
	  }
	  .fst_post_carousel_item_text h3{
		  line-height: 1.2;
		  font-size: 18px;
	  }
	  .fst_post_carousel_item_btn{
		  font-size: 10px;
		  max-width: 150px;
	  }
	  
	  
	  .blog .blog-entry.grid-entry .blog-entry-readmore{
		  right: unset;
		  bottom: 40px;
		  left: 30px;
	  }
	  .blog .blog-entry.grid-entry .blog-entry-readmore a{
		  font-size: 10px;
	  }
	  .blog .blog-entry.grid-entry .blog-entry-summary{
		  max-width: 80%;
		  margin: 0;
		  padding-left: 0;
		  left: 30px;
		  overflow: hidden;
		  text-overflow: ellipsis;
		  display: -webkit-box;
		  -webkit-line-clamp: 2;
		  -webkit-box-orient: vertical;
		  bottom: 85px;
	  }
	  .blog .blog-entry.grid-entry .blog-entry-header{
		  bottom: 135px;
		  max-width: 80%;
		  padding-left: 0;
		  left: 30px;
	  }
	  #forestry-counter-section > div, #about-counter-section > div {
    margin-bottom: 25px !important;
}
	  .forestry-counter-section > .wpb_column {
    width: 33.33% !important;
}
	  .forestry-counter .aio-icon-img {
/*     font-size: 40px !important; */
}
	  #forestry-counter-section .forestry-counter.year .stats-number::after, #about-counter-section .forestry-counter.year .stats-number::after {
    font-size: 22px !important;
    margin-left: 4px;
    margin-top: 2px;
}
	  #forestry-counter-section > div > .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
	  
	.hp-feature-listing-section .vc_column-inner>.wpb_wrapper {
    margin-left: 20px;
}
	  .hp-feature-listing-section .vc_column-inner>.wpb_wrapper {
    max-width: 320px !important;
    padding-bottom: 15px;
    padding-top: 30px !important;
}
	  .hp-news-section .vc_btn3 {
    padding: 10px 15px !important;
    margin-top: -70px;
    font-size: 12px !important;
}
	.fst_property_carousel_item_content {
    bottom: 0 !important;
    background: rgb(111 124 74 / 88%) !important;
}  
	  
	  
	  
	  
	  
	  
  }
  /* --------- max-width: 767px end ------------- */

@media only screen and (max-width: 1600px){
     .hp-inquiries-section::before{
         width: 50px;
    }
}
 @media only screen and (max-width: 1500px){
     .member-img{
         width: 75px;
         height: 75px;
    }
     .team-member-white-bg{
         padding: 75px;
         padding-bottom: 130px;
    }
     .background-image-page-header .page-subheading, .page-header .page-header-title{
         width: 80% !important;
    }
}
 @media only screen and (max-width: 1350px){
     #contact-team-section .contact-team-section-inner{
         padding-top: 80px !important;
         padding-right: 80px !important;
         padding-left: 80px !important;
    }
     .contact-us-team .contact-team-item-wrapper {
         padding: 0 10px !important;
         padding-bottom: 40px !important;
    }
}
 @media only screen and (max-width: 1300px){
     .clients-testimonial-project-wrapper{
         padding: 80px 30px;
    }
     .project-inner{
         margin-top: 0;
         height: 100%;
    }
     .team-member-inner{
         gap: 40px;
    }
     .team-member-bio-contact{
         width: calc(100% - 300px);
         padding: 0;
    }
     .related-team-member-warpper {
         padding: 0 30px;
    }
     .related-member-img{
         width: 80px;
         height: 80px;
    }
     #contact-page-form{
         padding-top: 80px !important;
         padding-right: 50px !important;
         padding-left: 50px !important;
    }
     .CookieDeclarationType {
         overflow-x: auto;
    }
     table.CookieDeclarationTable {
         width: 1300px;
    }
}
 @media only screen and (max-width: 1200px){
     .footer-box.span_1_of_4.col.col-1 h3{
         font-size: 25px !important;
    }
}
 @media only screen and (max-width: 1100px){
     .hp-inquiries-section::before {
         width: 30px;
    }
}
 @media only screen and (min-width: 768px) and (max-width: 1024px) {
     .team-page-item-wrapper{
         width: 50%;
    }
     .foresty-single-property-types-wrapper, .foresty-single-property-use-types-wrapper {
         width: 100%;
         margin-top: 5px;
         margin-bottom: 10px;
    }
}
 @media only screen and (min-width: 1025px) and (max-width: 1400px){
     .blog .blog-entry.grid-entry .blog-entry-readmore{
         right: unset;
         left: 35px;
    }
     .blog .blog-entry.grid-entry .blog-entry-summary{
         padding-left: 0;
         left: 40px;
         bottom: 90px;
         overflow: hidden;
         text-overflow: ellipsis;
         display: -webkit-box;
         -webkit-line-clamp: 2;
         -webkit-box-orient: vertical;
    }
     .blog .blog-entry.grid-entry .blog-entry-header{
         bottom: 135px;
    }
}
 @media only screen and (max-width: 1024px){
     .blog .blog-entry{
         width: 100% !important;
    }
     .blog .blog-entry.grid-entry .blog-entry-header{
         bottom: 90px;
    }
     .foresty_single_property_page_title {
         font-size: 28px;
    }
     .hp-welcome-section {
         padding-top: 60px !important;
    }
     .hp-welcome-section::before{
         width: 60%;
         height: 60%;
         background-size: 100%;
    }
     .forestry-counter .aio-icon-img{
/*          font-size: 60px !important; */
    }
     .forestry-counter .stats-block .stats-number{
         font-size: 25px !important;
    }
     .forestry-counter.plus .stats-number::after{
         font-size: 35px !important;
         top: -3px !important;
    }
     .forestry-counter .stats-block .stats-text{
         font-size: 14px !important;
    }
     .hp-news-section {
         padding-top: 50px !important;
         padding-bottom: 0 !important;
    }
     .fst_property_carousel_wrap .slick-prev.slick-arrow, .fst_post_carousel_wrap .slick-prev.slick-arrow{
         left: 5% !important;
    }
     .fst_property_carousel_wrap .slick-arrow {
         bottom: -30px !important;
    }
     .fst_property_carousel_wrap .slick-next.slick-arrow, .fst_post_carousel_wrap .slick-next.slick-arrow{
         left: 5% !important;
         margin-left: 45px;
    }
     .hp-news-section .vc_btn3{
         padding: 10px 25px !important;
         margin-top: -78px;
    }
     .fst_property_carousel_wrap .slick-list {
         padding-bottom: 70px !important;
    }
     .fst_property_carousel_wrap .slick-arrow{
         bottom: -30px !important;
    }
     .hp-inquiries-section {
         padding-top: 40px;
         padding-bottom: 40px;
    }
     .hp-instagram-section-feed {
         padding-left: 30px;
         padding-right: 30px;
    }
     .hp-instagram-section {
         padding-bottom: 30px;
    }
     #footer-widgets {
         padding: 50px 0 50px 0 !important;
    }
     .footer-box.span_1_of_4.col.col-1 h3 {
         font-size: 20px !important;
         line-height: 1.4;
    }
     .footer-box.span_1_of_4.col.col-1 {
         margin-bottom: 20px !important;
    }
     .page-header{
         height: 550px !important;
    }
     .has-transparent-header .page-header{
         padding-top: 400px !important;
         height: auto !important;
         padding-bottom: 25px !important;
    }
     .background-image-page-header .page-subheading, .page-header .page-header-title{
         width: 100% !important;
    }
     #team-page{
         padding-top: 50px !important;
         padding-bottom: 0px !important;
    }
     .facetwp-facet-team_country .facetwp-radio{
         font-size: 25px !important;
         margin-right: 25px;
    }
     .facetwp-facet-team_country .facetwp-radio::after{
         height: 25px;
         top: 11px;
         right: -14px;
    }
     .hp-welcome-section::after{
         border-left: 40px solid var(--fs-natural-stone);
         border-bottom: 40px solid var(--fs-natural-stone);
    }
     .about-border-left, .about-border-left-bottom, .about-border-right-bottom {
         border-width: 30px;
    }
     .about-page-section::before{
         width: 380px !important;
         height: 235px !important;
         right: -25px !important;
    }
     .about-counter-section .aio-icon-img {
         font-size: 45px !important;
    }
     .about-counter-section .stats-block .stats-number, .about-counter-section .year .stats-number::after{
         font-size: 25px !important;
    }
     .about-counter-section .stats-block .stats-text{
         font-size: 16px !important;
    }
     .about-counter-section .forestry-counter.plus .stats-number::after{
         font-size: 25px !important;
         transform: translateY(0);
    }
     #about-counter-section {
         padding-top: 30 !important;
         padding-bottom: 30px !important;
    }
     #about-counter-section > .wpb_column > .vc_column-inner {
         padding-top: 0;
    }
     #colliers-forestry-newzealand {
         padding-top: 15px !important;
    }
     #advisory-service-section {
         padding-top: 50px !important;
         padding-bottom: 35px !important;
    }
     #colliers-international {
         padding-top: 50px !important;
         padding-bottom: 50px !important;
    }
     .colliers-international::before{
         width: 400px;
         height: 252px;
    }
     #contact-form-section {
         padding-left: 30px !important;
         padding-bottom: 30px !important;
    }
     #contact-team-section {
         padding-right: 30px !important;
    }
     #contact-team-section .contact-team-section-inner {
         padding: 30px !important;
         padding-bottom: 0 !important;
         padding-top: 50px !important;
    }
     #contact-team-section .contact-team-section-inner::before{
         width: 280px;
         height: 182px;
    }
     .contact-us-team .contact-team-item-wrapper {
         padding: 0 10px;
         padding-bottom: 30px;
    }
     .foresty_single_property_page_content_section, .foresty_single_property_page_team_section, .foresty_single_property_page_form_section, .foresty_single_property_page_map_wrap {
         border-width: 30px !important;
    }
     .foresty_single_property_page_content_wrap{
         padding: 50px 20px 35px !important;
    }
     .foresty_single_property_page_content_section > img{
         max-width: 350px !important;
    }
     .foresty_single_property_page_team_wrap{
         padding: 50px 20px 10px !important;
    }
     .foresty_single_property_page_team_section > img{
         width: 350px;
    }
     .foresty_single_property_page_form_wrap{
         padding-top: 60px;
         padding-bottom: 5px;
    }
     #sidr ul li a {
         font-size: 25px;
         line-height: 0.8;
    }
     div#sidr .sidr-inner:nth-child(2){
         margin-top: 10%;
         margin-bottom: 0;
    }
     .fst_sidebar_menu{
         padding-top: 30px !important;
		   background: #000 !important;
  background-color: #000 !important;
    }
     .fst_sidebar_menu a{
         font-size: 14px !important;
         line-height: 1.4 !important;
    }
     .contact-form-texts .wpb_text_column {
         margin-bottom: 0 !important;
    }
     .hp-inquiries-section .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
         margin-top: 0 !important;
    }
     .team-single-listing-title-section{
         padding: 0 30px;
    }
     .team-single-listing-section{
         padding-bottom: 30px;
    }
     .team-single-listing-section{
         padding-top: 40px;
    }
     .team-single-listing-section img{
         width: 30%;
         height: auto;
    }
     .team-member-white-bg::before{
         width: 300px;
         height: 189px;
    }
     .copyright-area > div p {
         line-height: 1.8 !important;
    }
     .hp-feature-listing-section .vc_column-inner>.wpb_wrapper{
         margin-left: 30px 
    }
}
 @media only screen and (min-width: 1024px) {
     .dk-font-size-46px {
         font-size: 46px !important;
    }
}
 @media only screen and (min-width: 768px){
     .footer-box.span_1_of_4.col.col-4 .widget-oceanwp-social{
         display: none;
    }
}
 @media only screen and (max-width: 768px) {
     ul.fst_header_social_icon {
         top: 46px;
         right: 30px;
    }
     #sidr ul.fst_header_social_icon{
         top: 15px !important;
    }
     .custom.tp-bullets {
         left: calc(100% - 30px) !important;
    }
}
 @media only screen and (max-width: 767px) {
     .is-sticky #site-logo {
         padding: 15px;
    }
     .page-header {
         padding-top: 190px !important;
    }
     .page-header .page-header-title {
         font-size: 30px;
         margin-bottom: 5px;
    }
     .page-header .page-subheading {
         width: 80%;
    }
     .page-header .clr.page-header-inner nav.site-breadcrumbs {
         font-size: 14px;
    }
     .site-breadcrumbs a, .background-image-page-header .site-breadcrumbs a {
         margin-right: 8px;
    }
     span.breadcrumb_last {
         margin-left: 8px;
    }
     .contact-form-section .contact-page-form, .contact-team-section .contact-team-section {
         padding: 50px 20px !important;
    }
     .forestry-contact-main-wrapper input[type="text"], .forestry-contact-main-wrapper input[type="email"], .forestry-contact-main-wrapper input[type="tel"], .forestry-contact-main-wrapper select {
         font-size: 18px;
    }
     .forestry-contact-main-wrapper .cf7-three>label, .forestry-contact-main-wrapper .cf7-full>label {
         font-size: 15px;
    }
     .forestry-contact-main-wrapper select {
         height: 20px;
    }
     #contact-form-section {
         padding-bottom: 25px !important;
         padding-left: 25px !important;
    }
     #contact-team-section {
         padding-right: 30px !important;
    }
     .contact-us-team .contact-team-item-wrapper {
         width: 44%;
         margin-right: 25px;
         margin-bottom: 35px;
         padding: 20px !important;
         padding-top: 40px !important;
    }
     .contact-us-team .member-img {
         width: 75px;
         height: 75px;
         top: -20px;
         right: 15px;
    }
     .contact-us-team h3.member-name {
         font-size: 16px;
    }
     .contact-us-team p.member-designation {
         font-size: 12px;
    }
     .contact-us-team .member-content {
         font-size: 12px;
         line-height: 1.5;
         margin-bottom: 15px;
    }
     .contact-team-section::before {
         width: 300px;
         height: 195px;
    }
     .about-border-left, .about-border-left-bottom, .about-border-right-bottom, .map-border-right-top{
         border-width: 25px !important;
    }
     .facetwp-facet-team_country .facetwp-radio{
         font-size: 20px;
         margin-right: 20px;
    }
     .facetwp-facet-team_country .facetwp-radio::after{
         top: 8px;
         right: -10px;
    }
     .team-title{
         font-size: 12px;
    }
     #team-page{
         padding-top: 55px !important;
         padding-bottom: 0 !important;
    }
     .team-page::after{
         height: 120px;
    }
     .team-page-item-wrapper{
         width: 50%;
    }
     .member-img img{
         width: 75px;
         height: 75px;
         right: 20px;
         object-fit: cover;
    }
     h3.member-name{
         font-size: 16px;
    }
     p.member-designation{
         font-size: 13px 
    }
     .team-member-white-bg {
         padding: 30px !important;
    }
     .clients-testimonial-inner, .project-inner {
         width: 100%;
    }
     .project-inner{
         margin-top: 20px;
    }
     .clients-testimonial-project-wrapper{
         padding: 40px 30px;
    }
     .single-team-content-wrapper{
         padding-bottom: 60px;
    }
     .related-team-member-warpper-inner .related-team-item-wrapper{
         width: 100%;
         margin-bottom: 40px;
    }
     .related-member-img{
         width: 75px;
         height: 75px;
    }
     .clients-wrapper {
         margin-bottom: 40px;
    }
     .team-member-inner{
         display: block;
         padding: 0;
    }
     .team-member-img{
         width: 220px;
         height: 220px;
         min-width: 220px;
         min-height: 220px;
         max-width: 220px;
         max-height: 220px;
         margin: 0 auto 35px;
    }
     .team-member-img img{
         width: 220px;
         height: 220px;
         min-width: 220px;
         min-height: 220px;
         max-width: 220px;
         max-height: 220px;
    }
     .team-member-bio-contact {
         width: 100%;
         padding: 0;
    }
     .member-name-position-contact-info{
         display: block;
    }
     .member-name-position, .member-contactinfo {
         width: 100%;
         max-width: 100%;
    }
     .member-name-position {
         margin-top: 0;
    }
     .member-contactinfo ul{
         justify-content: flex-start;
         margin: 0;
         margin-bottom: 20px;
    }
     .member-contactinfo ul li {
         margin-left: 0;
         margin-right: 15px;
    }
     .member-contactinfo ul li button{
         margin-top: 10px;
         font-size: 10px;
    }
     .project-details p{
         font-size: 15px;
    }
     .project-details{
         padding: 20px;
    }
     .contact-us-team .contact-team-item-wrapper {
         width: 100%;
         margin-right: 0 !important;
         margin-bottom: 20px;
         padding-top: 0 !important;
    }
     #contact-page-form {
         padding: 40px 10px!important;
         padding-bottom: 0 !important;
    }
     .home-inquiry-forms .vc_tta-tabs-container {
         display: unset !important;
    }
     .home-inquiry-forms .vc_tta-panel-heading, .hp-inquiries-section::before{
         display: none !important;
    }
     .home-inquiry-forms .vc_tta-panel .vc_tta-panel-body {
         background: transparent !important;
         border: none !important;
    }
     .hp-inquiries-section .vc_tta-container{
         max-width: 100%;
    }
     .hp-inquiries-section{
         padding-bottom: 10px;
         padding-top: 10px;
    }
     .hp-instagram-section {
         padding-bottom: 0px;
    }
     .hp-instagram-section-feed {
         padding-left: 30px;
         padding-right: 30px;
    }
     .hp-news-section {
         padding-top: 50px;
         padding-bottom: 0px;
    }
     .hp-inquiries-section .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a{
         font-size: 20px;
    }
     .fst_post_carousel_item_inner{
         padding: 20px;
    }
     .fst_post_carousel_item_date{
         top: 20px;
         left: 20px;
    }
     .fst_post_carousel_item_content{
         display: block;
    }
     .fst_post_carousel_item_text {
         width: 100%;
    }
     .fst_post_carousel_item_excerpt{
         overflow: hidden;
         text-overflow: ellipsis;
         display: -webkit-box;
         -webkit-line-clamp: 3;
         -webkit-box-orient: vertical;
         margin-bottom: 15px !important;
    }
     .fst_post_carousel_item_text h3{
         line-height: 1.2;
         font-size: 18px;
    }
     .fst_post_carousel_item_btn{
         font-size: 10px;
         max-width: 150px;
    }
     .blog .blog-entry.grid-entry .blog-entry-readmore{
         right: unset;
         bottom: 40px;
         left: 30px;
    }
     .blog .blog-entry.grid-entry .blog-entry-readmore a{
         font-size: 10px;
    }
     .blog .blog-entry.grid-entry .blog-entry-summary{
         max-width: 80%;
         margin: 0;
         padding-left: 0;
         left: 30px;
         overflow: hidden;
         text-overflow: ellipsis;
         display: -webkit-box;
         -webkit-line-clamp: 2;
         -webkit-box-orient: vertical;
         bottom: 85px;
    }
     .blog .blog-entry.grid-entry .blog-entry-header{
         bottom: 135px;
         max-width: 80%;
         padding-left: 0;
         left: 30px;
    }
     .foresty_single_property_page_title_left {
         width: 100%;
    }
     .foresty_single_property_page_title_right {
         width: 100%;
         text-align: left;
         margin-top: 20px;
    }
     .foresty_single_property_page_title_section {
         padding-top: 165px;
         padding-bottom: 0px;
    }
     .foresty_single_property_page_title_breadcrumb {
         margin-top: 20px;
    }
     .foresty_single_property_page_title {
         font-size: 24px;
    }
     .foresty_single_property_page_title_right > div {
         margin-left: 0;
         margin-right: 6px;
    }
     .foresty_single_property_page_content_section {
         border-left: 20px solid var(--fs-natural-stone);
         border-bottom: 20px solid var(--fs-natural-stone);
         padding-right: 20px;
    }
     .foresty_single_property_page_content_wrap {
         padding: 80px 20px 60px;
    }
     .foresty_single_property_page_content_inner > div {
         width: 100%;
    }
     .foresty_single_property_page_content_right {
         padding-left: 0;
         margin-top: 20px;
    }
     .foresty_single_property_page_team_section {
         border-right: 20px solid var(--fs-natural-stone);
         border-bottom: 20px solid var(--fs-natural-stone);
    }
     .foresty_single_property_page_map_wrap {
         border-right: 20px solid var(--fs-natural-stone);
    }
     .foresty_single_property_page_form_section {
         border-left: 20px solid var(--fs-natural-stone);
         border-bottom: 20px solid var(--fs-natural-stone);
         padding-right: 20px;
    }
     .fst_property_grid_wrap .fst_property_carousel_item, .post-type-archive-property .fst_property_carousel_item {
         width: 100%;
    }
     .copyright-area > div {
         width: 100%;
         text-align: center !important;
    }
     .hp-instagram-section-feed {
         padding-left: 10px;
         padding-right: 10px;
    }
     .footer-box.span_1_of_4.col.col-2 .widget-oceanwp-social {
         display: none;
    }
     .footer-box.span_1_of_4.col.col-2 .widget_nav_menu, .footer-box.span_1_of_4.col.col-2 {
         margin-bottom: 0 !important;
    }
     #footer-widgets{
         padding-bottom: 0 !important;
    }
     .forestry-counter .aio-icon-img {
/*          font-size: 40px !important; */
    }
     #forestry-counter-section .stats-number{
         font-size: 25px !important;
    }
     #forestry-counter-section .forestry-counter.plus .stats-number::after, #about-counter-section .forestry-counter.plus .stats-number::after {
         font-size: 25px !important;
         top: -2px !important;
    }
     #forestry-counter-section .forestry-counter.year .stats-number::after, #about-counter-section .forestry-counter.year .stats-number::after{
         font-size: 22px !important;
         margin-left: 4px;
         margin-top: 2px;
    }
     #forestry-counter-section > div, #about-counter-section > div {
         margin-bottom: 25px !important;
    }
     #forestry-counter-section .forestry-counter .stats-block .stats-text{
         font-size: 14px !important;
    }
     #forestry-counter-section .forestry-counter-section > .wpb_column {
         margin-bottom: 25px !important;
    }
     #about-counter-section{
         padding-bottom: 0px !important;
         border-bottom: none !important;
    }
     .hp-feature-listing-section .vc_column-inner>.wpb_wrapper{
         max-width: 320px !important;
         padding-bottom: 15px;
         padding-top: 30px !important;
    }
     .feature-name a{
         padding-top: 40px !important;
         font-size: 17px;
    }
     .hp-welcome-section a.vc_btn3{
         font-size: 12px !important;
         padding: 15px 25px !important;
    }
     .hp-news-section p {
         margin-bottom: 0 !important;
    }
     .hp-news-section .vc_btn3{
         padding: 10px 15px !important;
         margin-top: -70px;
         font-size: 12px !important;
    }
     .page-header.background-image-page-header .page-header-title {
         font-size: 25px !important;
    }
     .background-image-page-header .page-subheading {
         font-size: 15px !important;
    }
     .has-transparent-header .page-header {
         padding-top: 150px !important;
    }
     .page-header {
         height: 350px !important;
    }
     .facetwp-facet-team_country {
         display: block;
    }
     .facetwp-facet-team_country .facetwp-radio{
         display: inline-block;
    }
     .page-id-23 #main #content-wrap{
         padding-top: 0 !important;
         padding-bottom: 0 !important;
    }
     .page-id-23 #main #content-wrap .wpb_text_column:first-child{
         margin-bottom: 0 !important;
    }
     .foresty_single_property_page_team_wrap{
         padding-bottom: 0 !important;
         padding-top: 40px;
    }
     .foresty_single_property_page_form_wrap{
         padding-top: 40px !important;
         padding-bottom: 5px !important;
    }
     .foresty_single_property_page_team_section > img{
         width: 300px;
         opacity: .7;
    }
     .foresty_single_property_page_team_subtitle {
         margin-bottom: 25px;
    }
     .hp-instagram-section h2 {
         margin-bottom: 10px !important;
    }
     .fst_property_carousel_item_content {
         bottom: 0 !important;
         background: rgb(111 124 74 / 88%) !important;
    }
     .fst_property_carousel_item_btn {
         opacity: 1 !important;
    }
     .mobile-50px{
         height: 0px !important;
    }
     .team-member-img{
         width: 220px;
         height: 220px;
         min-width: 220px;
         min-height: 220px;
         max-width: 220px;
         max-height: 220px;
         text-align: center;
         padding-left: 0;
    }
     .team-member-img img{
         width: 220px;
         height: 220px;
         min-width: 220px;
         min-height: 220px;
         max-width: 220px;
         max-height: 220px;
         object-fit: cover;
    }
     .home-listing-carousel {
         margin-bottom: 10px !important;
    }
     .fst_property_carousel_wrap .slick-arrow , .fst_post_carousel_wrap .slick-arrow{
         bottom: -10px !important;
    }
     .fst_post_carousel_wrap .slick-list {
         padding-bottom: 75px !important;
    }
     .fst_property_carousel_wrap .slick-arrow, .fst_post_carousel_wrap .slick-arrow{
         width: 40px !important;
         height: 40px !important;
    }
     #sb_instagram {
         padding-bottom: 35px !important;
    }
     #sb_instagram.sbi_col_4 #sbi_images .sbi_item {
         width: 50% !important;
    }
     .about-services .wpb_text_column {
         margin-bottom: 0 !important;
    }
     .forestry-counter-section > .wpb_column {
         width: 33.33% !important;
    }
     #about-counter-section > .wpb_column{
         width: 25% !important;
         margin-top: 0 !important;
         margin-bottom: 25px !important;
    }
     .forestry-contact-main-wrapper .wpcf7-list-item {
         margin: 0 0 0 1.5em !important;
    }
     .forestry-contact-main-wrapper .wpcf7-list-item input[type="checkbox"]{
         left: -24px !important;
    }
     #forestry-counter-section > div > .vc_column-inner {
         padding-left: 0 !important;
         padding-right: 0 !important;
    }
     #contact-team-section .contact-team-section-inner {
         padding-left: 5px !important;
         padding-right: 5px !important;
    }
     div#sidr{
         padding-left: 0 !important;
         padding-right: 0 !important;
    }
     .fst_sidebar_menu, .fst_sidebar_menu a{
         font-size: 12px !important;
    }
     .fst_sidebar_menu{
         padding-left: 15px !important;
         padding-right: 15px !important;
    }
     .sidr-class-dropdown-menu li a, .sidr-class-fs-dropdown-menu li a{
         padding: 12px 15px !important;
    }
     .comment-form-cookies-consent label {
         display: inline !important;
    }
     .comment-form-cookies-consent input[type="checkbox"]{
         margin-right: 5px !important;
    }
     .hp-feature-listing-section .vc_column-inner>.wpb_wrapper{
         margin-left: 20px 
    }
     .hp-welcome-section::after{
         border-width: 20px !important;
         border-left: none !important;
    }
     .about-border-left {
         border-left: none !important;
    }
     .slick-lightbox .slick-arrow {
         width: 35px !important;
    }
}

/* Small mobile: tighter counter/stat sizing and property feature columns. */
 @media only screen and (max-width: 600px) {
     .forestry-counter .aio-icon-img {
/*          font-size: 20px !important; */
    }
     #forestry-counter-section .stats-number {
         font-size: 17px !important;
    }
     #forestry-counter-section .forestry-counter.year .stats-number::after {
         font-size: 17px !important;
         margin-left: 3px;
         margin-top: 0px;
    }
     .stats-block .stats-text {
         font-size: 12px !important;
    }
     div#forestry-counter-section {
         padding-top: 40px !important;
         padding-bottom: 10px !important;
         padding-left: 10px !important;
         padding-right: 10px !important;
    }
     .stats-left .aio-icon-left {
         padding-right: 10px;
    }
     #about-counter-section > .wpb_column {
         width: 25% !important;
         margin: 0 !important;
    }
     .about-counter-section .stats-block .stats-number, .about-counter-section .year .stats-number::after {
         font-size: 17px !important;
    }
     #forestry-counter-section .forestry-counter.year .stats-number::after, #about-counter-section .forestry-counter.year .stats-number::after {
         font-size: 17px !important;
         margin-left: 2px;
         margin-top: 0;
    }
     .about-counter-section .stats-block .stats-text {
         font-size: 12px !important;
    }
     #about-counter-section > .wpb_column {
         width: 50% !important;
         margin: 0 0 15px !important;
         max-width: 100%;
    }
     div#about-counter-section {
         margin-bottom: -20px;
    }
     .foresty-single-property-types-wrapper, .foresty-single-property-use-types-wrapper {
         width: 100%;
         margin-top: 5px;
         margin-bottom: 10px;
    }
}
 @media only screen and (max-width: 580px) {
     .cf7-three-wrapper .cf7-three {
         width: 100%;
         margin-bottom: 15px;
    }
     .cf7-three-wrapper {
         margin-bottom: 5px;
    }
     .team-page-item-wrapper{
         width: 100%;
    }
     .team-page-item-wrapper{
         padding-bottom: 35px;
    }
}
 @media only screen and (max-width: 505px){
}

/* Very small mobile: final header/social and footer spacing tweaks. */
 @media only screen and (max-width: 480px) {
     ul.fst_header_social_icon {
         top: 46px;
         right: 20px;
    }
     .custom.tp-bullets {
         left: calc(100% - 25px) !important;
    }
     .site-footer .widget_nav_menu li {
         padding-bottom: 12px;
    }
}

/* =========================================================
   FINAL REDESIGN OVERRIDE LAYER
   Keep this at the very bottom so WordPress/WPBakery can still be edited,
   while legacy coded sections inherit the new visual system.
   ========================================================= */

html, body {
  background: var(--fs-bone-white);
  color: var(--fs-charcoal-ink);
  font-family: var(--fs-body-font) !important;
  font-weight: 400;
  line-height: 1.65;
}

body, p, li, input, textarea, select, button, .wpb_text_column, .entry-content {
  font-family: var(--fs-body-font) !important;
}

h1, h2, h3, h4, h5, h6,
.page-header .page-header-title,
.foresty_single_property_page_title,
.foresty_single_property_page_team_title,
.epl-tab-title-property-features.tab-title,
.footer-box.span_1_of_4.col.col-1 h3,
.facetwp-facet-team_country .facetwp-radio,
.team-filter-button-group li {
  font-family: var(--fs-heading-font) !important;
  font-weight: 500 !important;
  letter-spacing: -0.02em;
  text-transform: none;
}

/* Header / navigation
   Keeps the original transparent dark header feel over hero imagery. */
#site-header,
#site-header-inner {
  background: rgba(0, 0, 0, 0.35) !important;
  background-color: rgba(0, 0, 0, 0.35) !important;
  border-bottom: 1px solid rgba(251, 250, 248, 0.12) !important;
  box-shadow: none !important;
}

.has-transparent-header #site-header,
.has-transparent-header #site-header-inner,
#site-header.transparent-header,
#site-header.transparent-header #site-header-inner {
  background: rgba(0, 0, 0, 0.28) !important;
  background-color: rgba(0, 0, 0, 0.28) !important;
}

.is-sticky #site-header,
.is-sticky #site-header-inner {
  background: rgba(29, 35, 12, 0.92) !important;
  background-color: rgba(29, 35, 12, 0.92) !important;
  border-bottom: 1px solid rgba(251, 250, 248, 0.14) !important;
}

div#sidr,
#footer-widgets,
.site-footer,
#footer-bottom {
  background-color: #000 !important;
}

#site-navigation-wrap .dropdown-menu > li > a,
.sidr-class-dropdown-menu li a,
.fst_sidebar_menu,
.fst_sidebar_menu a,
.site-footer,
.site-footer a,
#footer-widgets,
#footer-widgets a {
  font-family: var(--fs-body-font) !important;
  letter-spacing: .08em;
  text-transform: uppercase;
}

#site-navigation-wrap .dropdown-menu > li > a:hover,
.sidr-class-dropdown-menu li a:hover,
.sidr-class-dropdown-menu li.sidr-class-current_page_item a,
#footer-widgets a:hover,
.member-contact a,
h3.member-name a {
  color: var(--fs-moss-olive) !important;
}

/* Buttons */
.vc_btn3,
.wpcf7-form-control.wpcf7-submit,
body .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.foresty_single_property_page_title_request .btn,
.fst_post_carousel_item_btn,
.blog .blog-entry.grid-entry .blog-entry-readmore a,
.fst_property_carousel_item_btn span,
.featured-listing-btn a {
  background: var(--fs-dark-forest) !important;
  border: 1px solid var(--fs-dark-forest) !important;
  color: var(--fs-bone-white) !important;
  border-radius: var(--fs-radius-pill) !important;
  font-family: var(--fs-body-font) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  transition: var(--fs-transition);
}

.vc_btn3:hover,
.wpcf7-form-control.wpcf7-submit:hover,
body .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
.foresty_single_property_page_title_request .btn:hover,
.fst_post_carousel_item_btn:hover,
.blog .blog-entry.grid-entry .blog-entry-readmore a:hover,
.fst_property_carousel_item_btn span:hover,
.featured-listing-btn a:hover {
  background: var(--fs-moss-olive) !important;
  border-color: var(--fs-moss-olive) !important;
  color: var(--fs-bone-white) !important;
}

/* Optional button styles you can apply in WPBakery Extra Class Name */
.vc_btn3.fs-btn-secondary {
  background: transparent !important;
  color: var(--fs-dark-forest) !important;
  border: 1px solid var(--fs-dark-forest) !important;
}

.vc_btn3.fs-btn-secondary:hover {
  background: var(--fs-dark-forest) !important;
  color: var(--fs-bone-white) !important;
}

.vc_btn3.fs-link,
.vc_btn3.fs-link:hover,
a.fs-link,
a.fs-link:hover {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  color: var(--fs-dark-forest) !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-weight: 500 !important;
  text-decoration: none !important;
}

.vc_btn3.fs-link::after,
a.fs-link::after {
  content: ' ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢';
  color: var(--fs-moss-olive);
}

/* Cards / coded green panels */
.hp-feature-listing-section .vc_column-inner > .wpb_wrapper,
.project-details,
.team-member-inner,
.team-page-item-wrapper-inner:hover,
.related-team-member-warpper-inner .related-team-item-wrapper:hover,
.contact-team-main-wrapper .contact-team-item-wrapper-inner:hover,
.fst_property_carousel_item_inner:hover .fst_property_carousel_item_content {
  background: var(#46493e) !important;
}

.hp-feature-listing-section .vc_column-inner > .wpb_wrapper {
  border-right-color: var(--fs-moss-dark) !important;
}

.contact-team-item-wrapper-inner,
.team-page-item-wrapper-inner,
.related-team-member-warpper-inner .related-team-item-wrapper,
.single-team-content-wrapper {
  background: var(--fs-charcoal-ink) !important;
}

/* Page headers / hero overlays */
.page-header::after,
.foresty_single_property_page_title_section::before {
  background: #000000 !important;
  opacity: .62 !important;
}

.page-header .page-header-title,
.foresty_single_property_page_title,
.epl-tab-title-property-features.tab-title,
.footer-box.span_1_of_4.col.col-1 h3 {
  color: var(--fs-bone-white) !important;
}

.foresty_single_property_status,
.foresty_single_property_page_title_request .btn,
.fst_property_carousel_item_status {
  background: var(--fs-dark-forest) !important;
}

/* Forms */
input[type="text"], input[type="email"], input[type="tel"], textarea, select,
.forestry-contact-main-wrapper input[type="text"],
.forestry-contact-main-wrapper input[type="email"],
.forestry-contact-main-wrapper input[type="tel"],
.forestry-contact-main-wrapper select,
#contact-page-form .gform-theme--foundation .gfield input.large,
#request-information .gform-theme--foundation .gfield input.large,
.footer-widget .gform-theme--foundation .gfield input.large {
  font-family: var(--fs-body-font) !important;
  color: var(--fs-charcoal-ink) !important;
  border-color: var(--fs-natural-stone) !important;
  background-color: transparent !important;
}

input:focus, textarea:focus, select:focus,
#contact-page-form .gform-theme--foundation .gfield input.large:focus,
#request-information .gform-theme--foundation .gfield input.large:focus {
  border-color: var(--fs-moss-olive) !important;
}

/* Stats / counters */
.stats-block .stats-number,
.forestry-counter .stats-number,
.forestry-counter.year .stats-number::after {
  color: var(--fs-dark-forest) !important;
  font-family: var(--fs-heading-font) !important;
  font-weight: 500 !important;
  letter-spacing: -0.03em !important;
  text-transform: none !important;
}

/* Carousel dots */
.fst_property_carousel_wrap .slick-dots li.slick-active button,
.fst_post_carousel_wrap .slick-dots li.slick-active button {
  color: var(--fs-moss-olive) !important;
}

.fst_property_carousel_wrap .slick-dots li.slick-active button,
.fst_post_carousel_wrap .slick-dots li.slick-active button,
.fst_property_carousel_wrap .slick-dots li button:hover,
.fst_post_carousel_wrap .slick-dots li button:hover {
  background: var(--fs-moss-olive) !important;
}

/* Decorative borders */
.hp-welcome-section::after,
.about-border-left,
.about-border-left-bottom,
.about-border-right-bottom,
.map-border-right-top,
.team-archive-gray-bg::before,
.team-archive-gray-bg::after,
.team-page::after,
.foresty_single_property_page_content_section,
.foresty_single_property_page_team_section,
.foresty_single_property_page_form_section,
.foresty_single_property_page_map_wrap {
  border-color: var(--fs-white) !important;
}

/* Text colours */
a { color: var(--fs-dark-forest); }
a:hover { color: var(--fs-moss-olive); }
.text-white, .white-text { color: var(--fs-bone-white) !important; }

/* Mobile polish */
@media only screen and (max-width: 767px) {
  h1, .page-header .page-header-title, .foresty_single_property_page_title {
    font-size: 34px !important;
    line-height: 1.05 !important;
  }

  .vc_btn3 {
    padding: 13px 22px !important;
  }
}

.fs-welcome-green {
    background-color: #1d230c !important;
}

/* =========================================================
   FINAL CLEAN FIXES: BLACK MENU/FOOTER + DARK GREEN PAGE OVERLAYS
   ========================================================= */

/* Stop page headings being forced into all caps */
h1, h2, h3, h4, h5, h6,
.vc_custom_heading,
.page-header .page-header-title,
.foresty_single_property_page_title,
.foresty_single_property_page_team_title,
.epl-tab-title-property-features.tab-title {
  text-transform: none !important;
}

/* Keep buttons, menus, labels and small meta text uppercase */
.vc_btn3,
button,
input[type="submit"],
#site-navigation-wrap .dropdown-menu > li > a,
.sidr-class-dropdown-menu li a,
.fst_sidebar_menu,
.fst_sidebar_menu a,
.site-footer .widget_nav_menu li,
#footer-widgets .widget-title,
.fst_property_carousel_item_status,
.fst_property_carousel_item_meta ul,
.foresty_single_property_page_title_meta ul,
.foresty_single_property_status,
.stats-block .stats-text,
.forestry-counter .stats-text {
  text-transform: uppercase !important;
}

/* Slide-out menu black */
div#sidr,
#sidr,
.sidr,
.sidr-inner,
#sidr .sidr-inner {
  background: #000 !important;
  background-color: #000 !important;
}

.oceanwp-sidr-overlay {
  background: rgba(0, 0, 0, 0.78) !important;
}

/* Footer black */
#footer,
#footer-widgets,
.site-footer,
#footer-bottom,
#footer-widgets .footer-box,
#footer-widgets .footer-box .widget,
#footer-widgets .footer-box .textwidget {
  background: #000 !important;
  background-color: #000 !important;
}

/* Page hero overlays dark green, not light green/grey */
.page-header::after,
.background-image-page-header::after,
.foresty_single_property_page_title_section::before {
  background: #000 !important;
  background-color: #000 !important;
  opacity: 0.6 !important;
}

/* Remove accidental grey overlay panels inside page headers */
.page-header .vc_row,
.page-header .wpb_column,
.page-header .vc_column-inner,
.page-header .wpb_wrapper,
.page-header .wpb_text_column,
.page-header .vc_custom_heading,
.background-image-page-header .vc_row,
.background-image-page-header .wpb_column,
.background-image-page-header .vc_column-inner,
.background-image-page-header .wpb_wrapper,
.background-image-page-header .wpb_text_column,
.background-image-page-header .vc_custom_heading {
  background: transparent !important;
  background-color: transparent !important;
}

/* Keep page header text readable */
.page-header .page-header-title,
.page-header .page-subheading,
.page-header .wpb_text_column,
.page-header .wpb_text_column p,
.page-header .vc_custom_heading,
.background-image-page-header .page-header-title,
.background-image-page-header .page-subheading {
  color: var(--fs-bone-white) !important;
}

/* TEAM PAGE - remove frame, centre whole section, keep 3-card grid */

#team-page.about-border-left {
    border-left: none !important;
}

#team-page::before,
#team-page::after,
.team-page::before,
.team-page::after {
    display: none !important;
}

#team-page {
    left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#team-page > .wpb_column > .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#team-page > .wpb_column > .vc_column-inner > .wpb_wrapper {
    max-width: 1320px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

#team-page .team-page-wrapper > .wpb_wrapper {
    max-width: none !important;
    padding: 0 !important;
}

#team-page .team-page-main-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    margin-left: -20px !important;
    margin-right: -20px !important;
}

#team-page .team-page-item-wrapper {
    width: 33.333% !important;
    padding: 0 20px 50px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

@media only screen and (max-width: 1024px) {
    #team-page .team-page-item-wrapper {
        width: 50% !important;
    }
}

@media only screen and (max-width: 580px) {
    #team-page .team-page-item-wrapper {
        width: 100% !important;
    }
}
/* =========================================================
   TEAM MEMBER - CLIENTS / TESTIMONIALS
   ========================================================= */

/* Background + spacing */
.single-team-project-wrapper,
.single-team-content-wrapper.single-team-project-wrapper{
    background: #1d230c !important;
    padding-bottom: 80px !important;
    margin-bottom: 0 !important;
}

.single-team-project-wrapper .single-team-content-wrapper-inner,
.single-team-project-wrapper .clients-testimonial-project-wrapper{
    background: transparent !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    min-height: 0 !important;
}

/* Headings */
.single-team-project-wrapper .clients-wrapper h2,
.single-team-project-wrapper .testimonial-wrapper h2{
    color: #fbfaf8 !important;
    position: relative;
    display: inline-block;
    padding-bottom: 18px;
    margin-bottom: 20px;
}

.single-team-project-wrapper .clients-wrapper h2::after,
.single-team-project-wrapper .testimonial-wrapper h2::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 2px;
    background: #c69b73;
}

/* Body text */
.single-team-project-wrapper .clients-wrapper,
.single-team-project-wrapper .testimonial-wrapper,
.single-team-project-wrapper .clients-wrapper p,
.single-team-project-wrapper .testimonial-wrapper p{
    color: #fbfaf8 !important;
}

/* Image information box */
.single-team-project-wrapper .project-details{
    background: #c69b73 !important;
}

/* Text inside the information box */
.single-team-project-wrapper .project-details,
.single-team-project-wrapper .project-details h4,
.single-team-project-wrapper .project-details p,
.single-team-project-wrapper .project-details span,
.single-team-project-wrapper .project-details strong{
    color: #fbfaf8 !important;
}
/* =========================================================
   RESTORE SINGLE PROPERTY HERO
   ========================================================= */

.single-property .foresty_single_property_page_title_section,
.single-rural .foresty_single_property_page_title_section{
    min-height: 620px !important;
    padding: 0 !important;
    background-size: cover !important;
    background-position: center center !important;
    position: relative !important;
}

.single-property .foresty_single_property_page_title_section::before,
.single-rural .foresty_single_property_page_title_section::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.55);
    z-index: 1;
}

.single-property .foresty_single_property_page_title_inner,
.single-rural .foresty_single_property_page_title_inner{
    position: relative !important;
    z-index: 2 !important;
    min-height: 620px !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    max-width: 100% !important;
    padding: 0 70px 70px !important;
}

.single-property .foresty_single_property_page_title_left,
.single-rural .foresty_single_property_page_title_left{
    max-width: 850px !important;
}

.single-property .foresty_single_property_page_title_right,
.single-rural .foresty_single_property_page_title_right{
    align-self: flex-end !important;
    margin-bottom: 0 !important;
}
.foresty_single_property_page_title_request .btn{
    background: #c69b73 !important;
    border-color: #c69b73 !important;
    color: #fbfaf8 !important;
}

.foresty_single_property_page_title_request .btn:hover{
    background: #7b8c4f !important;
    border-color: #7b8c4f !important;
}
/* Property Details heading colour */
h5.epl-tab-title.epl-tab-title-property-features.tab-title,
.epl-tab-title-property-features.tab-title {
    color: #1d230c !important;
}
/* Remove status icon and align text */
.foresty_single_property_status img {
    display: none !important;
}

.foresty_single_property_status {
    padding-left: 18px !important;
}