/*
Fergusson Lockwood &amp; Associates - Consolidated Custom CSS
Amalgamated from: betheme.css, og-style.css, add-custom.css
Original load order was og-style.css -> betheme.css -> add-custom.css,
so where the same selector/property was set in more than one file, the
value from the later-loading file was kept and the overridden (dead)
declaration was removed. og-style.css keeps only its theme header comment;
all of its style rules now live here.
*/

/* =========================================================
   FONTS
   ========================================================= */
@font-face {
	font-family: 'FontAwesome';
	src: url('fonts/fontawesome/fontawesome.eot');
	src: url('fonts/fontawesome/fontawesome.eot?#iefix') format('embedded-opentype'),
	     url('fonts/fontawesome/fontawesome.woff2') format('woff2'),
	     url('fonts/fontawesome/fontawesome.woff') format('woff'),
	     url('fonts/fontawesome/fontawesome.ttf') format('truetype'),
	     url('fonts/fontawesome/fontawesome.svg#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FontAwesome5';
	font-style: normal;
	font-weight: 400;
	src: url("webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
	     url("webfonts/fa-solid-900.woff2") format("woff2"),
	     url("webfonts/fa-solid-900.woff") format("woff"),
	     url("webfonts/fa-solid-900.ttf") format("truetype"),
	     url("webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

/* =========================================================
   GLOBAL / UTILITY
   ========================================================= */
.mb0 {
	margin-bottom: 0;
}
.max-fullwidth {
	max-width: 100%;
	height: auto;
}
#Top_bar .top_bar_left .banner_wrapper,
.d_none {
	display: none !important;
	visibility: hidden;
	opacity: none;
}
body:not(.logged-in) .show-logged-in {
	display: none;
}
#Content > .content_wrapper > .sections_group > .entry-content > .the_content > .section_wrapper > .the_content_wrapper {
	margin-bottom: 0;
}
/* Hide the imposed Google translation bar that appeared in the Feb 2023 GTranslate update */
iframe.skiptranslate {
	display: none;
}
.search-results .post-desc .post-meta {
	display: none;
}

/* =========================================================
   COLOURS / THEME COLOURS
   ========================================================= */
body {
	line-height: 1.625em !important;
}
.column_column ul li, .column_helper ul li, .column_visual ul li, .icon_box ul li,
.mfn-acc ul li, .ui-tabs-panel ul li, .post-excerpt ul li, .the_content_wrapper ul li {
	margin-bottom: 0.4em;
}
#Wrapper #Top_bar .contact_details.alt .phone a[href^=tel] {
	color: #2d696a;
}
.themecolor,
#Wrapper .themecolor {
	color: #2d696a !important;
}
.secondary-color,
#Wrapper .secondary-color,
.themecolor-1,
#Wrapper .themecolor-1 {
	color: #a18252 !important;
}
.themecolor-2,
#Wrapper .themecolor-2 {
	color: #2d4a6a !important;
}

/* =========================================================
   TYPOGRAPHY
   ========================================================= */
.fs-md { font-size: 1.3em; }
.fs-lrg { font-size: 1.6em; }
.big-paragraph {
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: 600;
	padding-top: 0.4em;
}
@media only screen and (max-width: 991px) {
	h1, h2, h3, h4 {
		word-break: break-word;
	}
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
	h2 {
		font-size: 38px !important;
		line-height: 45px !important;
	}
}
@media only screen and (max-width: 767px) and (min-width: 600px) {
	#Subheader .title {
		font-size: 60px !important;
		line-height: 60px !important;
	}
}
@media only screen and (max-width: 599px) and (min-width: 480px) {
	#Subheader .title {
		font-size: 50px !important;
		line-height: 50px !important;
		word-break: break-word;
	}
}
@media only screen and (max-width: 479px) {
	h2 {
		font-size: 30px !important;
		line-height: 36px !important;
	}
	#Subheader .title {
		font-size: 40px !important;
		line-height: 40px !important;
	}
}

/* =========================================================
   HEADER / TOP BAR
   ========================================================= */
#Wrapper #Header .top_bar_left,
.header-classic #Wrapper #Top_bar,
.header-plain #Wrapper #Top_bar,
.header-stack #Wrapper #Top_bar,
.header-split #Wrapper #Top_bar,
.header-fixed #Wrapper #Top_bar,
.header-below #Wrapper #Top_bar,
#Wrapper #Header_creative,
#Wrapper #Top_bar #menu {
	background-color: transparent;
}
#Wrapper #Top_bar,
.header-stack #Wrapper #Top_bar {
	position: absolute;
	top: 0;
	background: #fff;
	background: rgba(255, 255, 255, 1) !important;
}
.sticky-tb-color #Wrapper #Top_bar.is-sticky {
	background: #fff;
	background: rgba(255, 255, 255, 0.95) !important;
}

#Top_bar:not(.is-sticky) #logo img {
	max-height: 84px !important;
}

#Wrapper #Top_bar .menu > li > a:after {
	height: 3px;
	top: -4px; /* add-custom.css value (-4px) wins over og-style.css's -3px, later in load order */
}
#Wrapper #Top_bar .contact_details.alt {
	text-align: right;
	position: absolute;
	right: 0;
	bottom: 65px; /* add-custom.css value wins over og-style.css's 66px */
	transition: opacity linear 0.2s;
}
#Wrapper #Top_bar.is-sticky .contact_details.alt {
	opacity: 0;
}
#Wrapper #Top_bar .contact_details.alt .phone {
	font-size: 1.32em;
	font-weight: 600;
	margin-left: 10px;
    line-height: 26px;
}
#Wrapper #Top_bar .contact_details.alt .second-phone {
    font-size: 1.24em;
	margin-left: 10px;
    line-height: 26px;
}
#Wrapper #Top_bar .contact_details.alt .mail {
	text-transform: uppercase;
    padding-right: 10px;
    border-right: 1px solid;
    line-height: 26px;
    font-size: 1.1em;
}
#Wrapper #Top_bar .contact_details.alt .second-phone > a {
	color: #fff;
}
#Wrapper #Top_bar .contact_details.alt .mail a {
	color: #1d2731;
}
#Wrapper #Top_bar #search_button [class^="icon-"]:before,
#Wrapper #Top_bar #search_button [class*=" icon-"]:before {
	margin-top: 0.08em;
	margin-right: -0.1em;
}
#Wrapper #Top_bar .search_wrapper input[type="text"],
#Wrapper .column_livesearch .mfn-live-search-wrapper input[type="text"],
#Wrapper #Top_bar .search_wrapper input[type="text"]:focus,
#Wrapper .column_livesearch .mfn-live-search-wrapper input[type="text"]:focus {
	background: #fff !important;
}
#Wrapper #Top_bar .search_wrapper {
	background: #1d2d3a;
}
#Wrapper #Top_bar .search_wrapper .icon_search {
	color: rgb(255 255 255 / 50%);
}
#Wrapper #Top_bar .top_bar_right .top-bar-right-icon {
	margin-top: 1px;
}
#Top_bar .top_bar_right .top-bar-right-icon,
#Top_bar .top_bar_right .top-bar-right-icon svg .path {
	stroke: #000;
}
.header-stack #Top_bar .top_bar_right {
	padding-left: 0;
}

/* Sticky search icon vertical position: betheme.css (12px/11px) overridden by
   add-custom.css (10px), which loaded last */
#Top_bar.is-sticky a#search_button {
	top: 10px;
}

/* Adjust colour for white header */
#Wrapper #Top_bar .contact_details.alt .second-phone,
#Wrapper #Top_bar .contact_details.alt .second-phone > a,
#Top_bar .menu > li > a,
#Top_bar #menu ul .submenu .menu-toggle,
#Wrapper #Top_bar .switcher .selected a:after,
#Top_bar .top_bar_right a:not(.action_button),
#Top_bar .responsive-menu-toggle,
#Header_creative .creative-menu-toggle,
#Header_creative .responsive-menu-toggle {
	color: #000;
}

/* Adjust layout */
#Wrapper #Top_bar .contact_details {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	align-items: center;
}

#Top_bar .menu li ul li {
	width: 240px;
}
#Top_bar .menu > li ul li a {
	font-size: 14px;
	line-height: 19px;
}
#Top_bar .menu > li ul li a {
	font-weight: 500;
}
#menu-main-menu .menu-item > a {
	text-transform: uppercase;
}
#menu > ul > li > a,
.action_button,
#overlay-menu ul li a {
	font-weight: 500;
	letter-spacing: 1.5px;
}
#Top_bar .menu.menu-main {
	padding-right: 70px;
}
#Wrapper #Top_bar .menu > li {
	margin-right: 10px;
}
#Wrapper #Top_bar .menu > li > a span:not(.description) {
	padding: 0 23px;
}
#Wrapper #Top_bar:not(.is-sticky) .menu > li > a span:not(.description) {
	line-height: 51px;
}
.header_placeholder {
	position: absolute;
	transition: height 0.3s cubic-bezier(0.2, -0.05, 0, 0.93);
}
body:not(.template-slider) #Header_wrapper {
	background-size: cover;
}
.is-sticky .hover .switcher .selected {
	background: rgba(0, 0, 0, 0.9);
}

/* Menu wrapper position: base (non-sticky) state uses -53px from
   add-custom.css, overriding og-style.css's unconditional 4px; the
   4px value still applies once .is-sticky is added */
.header-stack #Wrapper #Top_bar .menu_wrapper {
	margin-top: -53px;
	float: right;
	transition: margin 0.15s ease-in-out;
}
.header-stack #Wrapper #Top_bar.is-sticky .menu_wrapper {
	margin-top: 4px;
}
.header-stack #Wrapper #Top_bar .menu_wrapper:after {
	content: "";
	display: block;
	position: absolute;
	height: 1px;
	left: 0;
	bottom: 0;
	width: 100%;
	opacity: 0.08;
	background-color: #fff;
	transition: bottom 0.3s linear;
}
.header-stack #Wrapper #Top_bar.is-sticky .menu_wrapper:after {
	bottom: 61px;
}

@media (max-width: 768px) {
	.header-stack #Wrapper #Top_bar:not(.is-sticky) .menu_wrapper {
		transform: translate(-20px, -185px);
	}
}

@media only screen and (min-width: 768px) {
	#Wrapper #Top_bar.is-sticky {
		height: auto;
		min-height: 60px;
	}
	#Wrapper #Top_bar.is-sticky .menu_wrapper .menu > li > a {
		padding: 11px 0 13px;
	}
	#Wrapper #Top_bar.is-sticky .menu > li > a:after {
		height: 2px !important;
	}
	#Wrapper #Top_bar.is-sticky .top_bar_right {
		top: 0em;
	}
	#Wrapper #Top_bar.is-sticky .menu_wrapper {
		float: right;
	}
}
@media (min-width: 1200px) {
	#Top_bar.is-sticky a#search_button {
		top: 10px;
	}
}
@media (max-width: 1023px) {
	#Wrapper #Header_wrapper {
		background-position: center center !important;
	}
}
@media (max-height: 630px) and (min-width: 768px) {
	#Wrapper .forcefullwidth_wrapper_tp_banner,
	#Wrapper .rev_slider_wrapper.fullscreen-container {
		min-height: 780px !important;
	}
}
@media (max-height: 630px) and (max-width: 767px) {
	#Wrapper .forcefullwidth_wrapper_tp_banner,
	#Wrapper .rev_slider_wrapper.fullscreen-container {
		min-height: 720px !important;
	}
}
@media (max-height: 630px) and (max-width: 620px) {
	#Wrapper .forcefullwidth_wrapper_tp_banner,
	#Wrapper .rev_slider_wrapper.fullscreen-container {
		min-height: 680px !important;
	}
}
@media (max-height: 720px) and (max-width: 494px) {
	#Wrapper .forcefullwidth_wrapper_tp_banner,
	#Wrapper .rev_slider_wrapper.fullscreen-container {
		min-height: 700px !important;
	}
}

@media (max-width: 1239px) {
	#menu .menu-item.menu-item-gtranslate.last {
		position: relative !important;
		right: 0;
		bottom: 0;
	}
	#menu .switcher {
		text-transform: uppercase;
		letter-spacing: 2px;
		text-align: left;
		width: 100%;
		box-sizing: border-box;
		padding-right: 20px;
	}
	#menu .switcher .selected a {
		padding: 10px 5px 11px 20px !important;
		margin-right: 30px !important;
		text-align: left;
	}
	#menu .switcher .selected img {
		opacity: 1;
	}
	#menu .switcher .option {
		width: 100%;
		box-shadow: none;
		background-color: rgba(255, 255, 255, 0.1);
	}
	#menu .switcher .option a {
		margin-right: 0 !important;
	}
	.header-stack #Top_bar:not(.is-sticky) .menu_wrapper a.responsive-menu-toggle {
		margin: 11px 35px 11px 0 !important;
	}
	.header-stack #Top_bar.is-sticky .menu_wrapper a.responsive-menu-toggle {
		margin-right: 35px !important;
	}
}

@media only screen and (max-width: 959px) {
	#Wrapper #Top_bar .contact_details.alt {
		display: none;
	}
	#Top_bar a.responsive-menu-toggle {
		position: absolute !important;
		top: 30px;
	}
	.header-stack #Top_bar.is-sticky .menu_wrapper a.responsive-menu-toggle {
		top: 3px;
		margin-right: 15px !important;
        right: 0;
	}
	.header-stack #Top_bar .top_bar_right {
		top: 26px;
	}
}

/* NOTE: on mobile, og-style.css sets #Wrapper #Top_bar { background-color: transparent !important; }
   which beats add-custom.css's non-!important white background below regardless of load
   order (!important always wins). The white background rule is therefore currently dead/
   has no visible effect - flagging in case a solid mobile header background was intended. */
@media only screen and (max-width: 767px) {
	#Wrapper #Top_bar {
		background-color: transparent !important;
	}
	#Wrapper #Top_bar.is-sticky {
		background-color: rgba(0, 0, 0, 0.9) !important;
	}
	.header-magazine #Wrapper #Top_bar .banner_wrapper {
		margin-bottom: 0;
	}
	.mobile-sticky #Top_bar.is-sticky #logo {
		margin: 10px 50px;
	}
	.mobile-sticky #Top_bar.is-sticky a.responsive-menu-toggle {
		top: 35px !important;
	}
	#Wrapper #Top_bar .menu > li > a:after {
		height: 2px;
		top: -2px;
	}
	#Wrapper #Top_bar .contact_details.alt {
		font-size: 0.9em;
		bottom: 55px !important; /* add-custom.css !important wins over og-style.css's 46px */
		right: 15px;
	}
	#Wrapper #Top_bar .contact_details.alt .mail {
		line-height: 0.9em;
	}
	#Top_bar:not(.is-sticky) .top_bar_right {
		height: auto !important;
	}
	#Top_bar:not(.is-sticky) .top_bar_right_wrapper {
		top: 91px !important; /* add-custom.css value wins over og-style.css's 89px */
	}
	.mobile-header-mini.mobile-sticky #Top_bar.is-sticky #logo {
		margin-left: 10px !important;
	}
	#Top_bar:not(.is-sticky) #logo img.logo-mobile {
		max-height: 120px !important;
	}
	.minimalist-header-no #Subheader {
		padding: 180px 0 80px 0 !important;
	}
	.header-stack #Top_bar .logo {
		text-align: left !important;
	}
	.mobile-header-mini #Top_bar:not(.is-sticky) #logo {
		height: 120px !important;
		line-height: 120px !important;
		margin: 10px;
	}
	.mobile-header-mini #Top_bar:not(.is-sticky) a.responsive-menu-toggle {
		top: 88px !important; /* add-custom.css value wins over og-style.css's 104px */
		margin-top: 0 !important;
		right: -25px;
		margin-right: 0 !important;
	}
	.mobile-header-mini #Top_bar #search_button {
		top: 3px; /* add-custom.css value wins over og-style.css's 8px */
	}
	#Top_bar.is-sticky a#search_button {
		top: 8px;
	}
	#Subheader {
		padding: 220px 0 80px;
	}
	.mobile-header-mini #Top_bar a.responsive-menu-toggle {
		top: 33px !important;
	}
	#Top_bar .top_bar_right .top_bar_right_wrapper {
		margin-right: -5px;
	}
	#Top_bar.is-sticky .top_bar_right .top_bar_right_wrapper {
		top: 3px !important;
	}
	.header-stack #Wrapper #Top_bar .menu_wrapper:after {
		display: none;
	}
	.vc_row.vc_row-flex > .vc_column_container > .vc_column-inner {
		padding: inherit !important;
	}
}
@media only screen and (max-width: 767px) and (min-width: 530px) {
	.mobile-header-mini #Top_bar .logo {
		float: none;
	}
}
@media only screen and (max-width: 529px) {
	.header-stack #Top_bar .logo #logo {
		padding-left: 10px !important;
	}
	#Wrapper #Top_bar .contact_details.alt {
		display: none;
	}
}
@media only screen and (max-width: 470px) {
	.mobile-header-mini #Top_bar .logo {
		width: 75%;
		width: calc(100% - 80px);
	}
}
@media only screen and (max-width: 450px) {
	.mobile-header-mini #Top_bar:not(.is-sticky) .logo {
		width: 100%;
	}
	.mobile-header-mini #Top_bar:not(.is-sticky) #logo {
		height: 100px !important;
		line-height: 100px !important;
		text-align: center !important;
	}
	.mobile-header-mini #Top_bar:not(.is-sticky) .top_bar_right {
		top: 5px;
		left: calc(50% - 136px);
		right: auto;
	}
	.mobile-header-mini #Top_bar:not(.is-sticky) a.responsive-menu-toggle {
		top: 112px !important;
		right: calc(50% - 147px);
	}
	.mobile-header-mini #Top_bar:not(.is-sticky) #logo {
		height: 130px !important;
		line-height: 130px !important;
	}
	#Top_bar:not(.is-sticky) #logo img.logo-mobile {
		vertical-align: top;
	}
	#Top_bar:not(.is-sticky) .top_bar_right_wrapper {
		top: 98px !important;
	}
	.header-stack #Top_bar:not(.is-sticky) .menu_wrapper a.responsive-menu-toggle {
		top: 112px !important;
		right: 17%;
		right: calc((100vw - 274px)/2);
		margin: 0 -10px 0 0 !important;
	}
}

/* =========================================================
   TEAM
   ========================================================= */
.team .phone,
.team .phone a,
.team .email,
.team .email a {
	color: #1d2731;
	font-weight: 500;
}
.team .phone + .email {
	margin-top: -10px;
}
.team.team_circle .image_frame.photo {
	width: 180px;
	height: 180px;
}

/* =========================================================
   CALL TO ACTION
   ========================================================= */
#c2a #black-studio-tinymce-4 {
	padding-bottom: 0;
	margin-top: 0;
}
/* .c2a-btn base styling: color/border-color/border-radius/margin-top are unique to
   og-style.css and stand unopposed. font-size and padding are set in both files -
   betheme.css's font-size:inherit / padding:inherit win here since betheme.css now
   loads after og-style.css, overriding og-style.css's font-size:1.3em / padding:0.15em 0.6em */
#Wrapper .c2a-btn {
	color: #2d696a;
	border-color: #2d696a;
	font-size: 1.3em;
	border-radius: 2em;
	text-transform: uppercase;
	padding: inherit;
	margin-top: 0.6em;
	margin-bottom: 0;
}
#Wrapper .c2a-btn a {
	font-size: 1.3em;
	text-transform: uppercase;
	padding: .685em 1.565em;
	margin-bottom: 0;
}

/* =========================================================
   BUTTONS
   ========================================================= */
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline {
	color: #328cc1;
	border-color: #328cc1;
}
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline:focus,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline:hover {
	border-color: #328cc1;
	background-color: #328cc1;
}
a#back_to_top.button.button_js,
#popup_contact > a.button {
	border-color: transparent;
}

/* =========================================================
   SERVICE LINKS
   ========================================================= */
#our_services {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#our_services .service-links {
	flex: 0 0 50%;
}
#our_services .service-links .photo_box .desc {
	font-size: 22px;
	line-height: 20px;
	font-weight: 600;
	color: #121d29;
}
#our_services .service-links .photo_box .image_wrapper {
	border-radius: 50%;
	width: 200px;
	height: 200px;
	margin: 0 auto;
}
#our_services .service-links .photo_box .image_wrapper a:before {
	content: "";
	display: block;
	pointer-events: none;
	width: 200px;
	height: 200px;
	position: absolute;
	z-index: 1;
}
#our_services .service-links .rural .photo_box .image_wrapper a:before {
	background: transparent url('https://fla.co.nz/wp-content/uploads/2018/08/icon-rural.png') no-repeat 50% 50%;
}
#our_services .service-links .commercial .photo_box .image_wrapper a:before {
	background: transparent url('https://fla.co.nz/wp-content/uploads/2018/08/icon-commercial.png') no-repeat 50% 50%;
}
#our_services .service-links .residential .photo_box .image_wrapper a:before {
	background: transparent url('https://fla.co.nz/wp-content/uploads/2018/08/icon-residential.png') no-repeat 50% 50%;
}
#our_services .service-links .lifestyle .photo_box .image_wrapper a:before {
	background: transparent url('https://fla.co.nz/wp-content/uploads/2018/08/icon-lifestyle.png') no-repeat 50% 50%;
}
#our_services .service-links .investment .photo_box .image_wrapper a:before {
	background: transparent url('https://fla.co.nz/wp-content/uploads/2018/08/icon-investment.png') no-repeat 50% 50%;
}
#our_services .service-links .rentals .photo_box .image_wrapper a:before {
	background: transparent url('https://fla.co.nz/wp-content/uploads/2018/08/icon-rentals.png') no-repeat 50% 50%;
}
#our_services .service-links .compensation .photo_box .image_wrapper a:before {
	background: transparent url('https://fla.co.nz/wp-content/uploads/2018/08/icon-compensation.png') no-repeat 50% 50%;
}
#our_services .service-links .insurance .photo_box .image_wrapper a:before {
	background: transparent url('https://fla.co.nz/wp-content/uploads/2018/08/icon-insurance.png') no-repeat 50% 50%;
}
@media screen and (min-width: 1200px) {
	#our_services .service-links:nth-child(2):after {
		display: none;
	}
	#our_services .service-links .photo_box .image_wrapper,
	#our_services .service-links .photo_box .image_wrapper a:before {
		width: 100%;
		height: 100%;
		max-width: 200px;
	}
	#our_services .service-links:nth-child(3) > .vc_column_container > .vc_column-inner {
		padding-top: 35px;
	}
}
@media (max-width: 1199px) {
	#our_services .service-links {
		flex: 0 0 100%;
	}
}
@media (min-width: 768px) and (max-width: 959px) {
	#our_services .service-links .photo_box .image_wrapper,
	#our_services .service-links .photo_box .image_wrapper a:before {
		width: 150px;
		height: 150px;
	}
}
@media (min-width: 530px) and (max-width: 767px) {
	#our_services .service-links > div:nth-of-type(odd) {
		width: 50%;
		float: left;
	}
}
@media screen and (max-width: 767px) {
	#our_services .service-links > .vc_column_container.residential > .vc_column-inner,
	#our_services .service-links > .vc_column_container.lifestyle > .vc_column-inner {
		padding-top: 0;
	}
}
@media screen and (max-width: 530px) {
	#our_services .service-links > .vc_column_container.commercial > .vc_column-inner {
		padding-top: 0;
	}
}
@media only screen and (max-width: 1239px) and (min-width: 1200px) {
	#our_services {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}
@media only screen and (max-width: 1239px) and (min-width: 960px) {
	.section_wrapper,
	.container,
	.with_aside .content_wrapper {
		max-width: 1080px;
	}
}

/* =========================================================
   CONTENT
   ========================================================= */
#Content {
	padding-top: 60px;
	padding-bottom: 60px;
}
.side-dash {
	position: absolute;
	width: 60px !important;
}
.side-dash.left {
	left: 0;
	right: auto;
}
.side-dash.right {
	left: auto;
	right: 0;
}
@media (min-width: 992px) {
	.stick-top {
		position: absolute;
		top: 0;
		bottom: auto;
	}
	.stick-bottom {
		position: absolute;
		top: auto;
		bottom: 0;
	}
}
@media (max-width: 991px) {
	#Wrapper .stick-top,
	#Wrapper .stick-bottom {
		margin-bottom: 30px !important;
	}
}

/* =========================================================
   FORMS
   ========================================================= */
#Wrapper span.wpcf7-list-item {
	display: block;
}
#Wrapper .wpcf7-list-item-label {
	font-weight: 400;
}
.wpcf7-form-control-wrap[class*=mathcaptcha] {
	display: block;
}
.wpcf7-mathcaptcha,
input.wpcf7-mathcaptcha,
input[type=text].wpcf7-mathcaptcha {
	width: auto;
	margin: 0 3px;
	height: auto;
	text-align: center;
	padding: 3px 5px 5px;
	display: inline-block;
	font-family: inherit;
	font-weight: 600;
	border-color: #dadada;
}

/* =========================================================
   FOOTER
   ========================================================= */
#Wrapper #Footer {
	z-index: 1;
	background-image: url(https://fla.co.nz/wp-content/uploads/2023/08/footer-bg@2x-min-scaled.jpg);
	background-position: center center;
}
#Wrapper #Footer .footer_copy {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	background-color: #121d29;
}
#Wrapper .footer_copy {
	font-size: 13px;
}
#Wrapper #Footer .footer_copy #social-menu {
	display: inline-block;
}
#Wrapper #Footer .footer_copy .social-menu {
	float: none;
}
#Wrapper #Footer .footer_copy .social {
	margin-right: 0;
}
#Footer .footer_copy .copyright,
#Footer .footer_copy .copyright a:not(:hover) {
	color: rgba(255, 255, 255, .7);
}
#Footer .themecolor {
	color: #4f9899 !important;
}
#Wrapper #Footer .widgets_wrapper .one-second + .one-second {
	border: 1px solid #273542;
	text-align: center;
	box-sizing: border-box;
}
#Wrapper #Footer .widgets_wrapper .one-second:first-child > aside {
	padding-top: 0;
}
#Wrapper #Footer .pinz-logo {
	max-width: 180px;
	height: auto;
	margin: 130px auto;
}
#Wrapper #Footer .ftr-address {
	font-size: 20px;
	margin-top: 25px;
	margin-bottom: 20px;
}
#Wrapper #Footer .ftr-contact {
	font-size: 28px;
}
#Wrapper #Footer .ftr-contact > a {
	font-size: 24px;
}
#Wrapper #Footer .ftr-contact > a,
#Wrapper #Footer .ftr-contact > .big-number {
	color: #fff;
}
#Wrapper #Footer .ftr-contact > .big-number {
	font-weight: 600;
	letter-spacing: 3px;
}
#Wrapper #Footer .ftr-contact > .themecolor {
	transition: transform 0.3s linear;
}
@media screen and (min-width: 768px) {
	#Wrapper #Footer .widgets_wrapper .one-second:first-child > aside {
		padding: 0 30px;
	}
}
@media screen and (min-width: 801px) {
	#md_tag {
		margin: 0 0 0 auto;
		min-width: 110px;
		display: table;
	}
	.footer-copy-center #Footer .footer_copy .social,
	#md_tag > .social {
		margin-right: 1em;
	}
	#md_tag > a {
		display: table-cell;
	}
	#md_tag > a > .ud_logo {
		vertical-align: middle;
	}
	#Footer .copyright > #social-menu {
		display: inline-block;
		margin-left: 1em;
	}
}
@media screen and (max-width: 1240px) {
	#Wrapper #Footer .ftr-contact > .big-number {
		display: block;
		margin-top: 5px;
	}
	#Wrapper #Footer .ftr-contact > .themecolor {
		display: block;
		transform: rotate(90deg);
		margin-top: 5px;
	}
}
@media screen and (max-width: 800px) {
	#md_tag {
		float: none;
	}
	.footer-copy-center #Footer .footer_copy .social,
	#md_tag > .social {
		margin-bottom: 1em;
	}
}
@media (max-width: 1800px) {
	#Footer .footer_copy .one {
		padding-left: 30px;
		padding-right: 30px;
		box-sizing: border-box;
	}
}
@media only screen and (max-width: 959px) {
	#Footer .footer_copy,
	#ud-icon .ud-note {
		text-align: center;
	}
	#Footer .footer_copy .copyright {
		float: none;
		margin: 0 0 10px;
	}
	#ud_tag {
		float: none;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#ud-icon .ud-note {
		width: 180px;
		right: 0;
		transform: translateX(76px) translateY(-18px);
	}
	#ud-icon:focus .ud-note,
	#ud-icon:hover .ud-note {
		transform: translateX(76px) translateY(-34px);
	}
	#ud-icon .ud-note:after {
		border-left-width: 4px;
		border-left-color: transparent;
		border-top-width: 6px;
		border-top-color: #000;
		left: 50%;
		transform: translateX(-4.5px);
		top: 22px;
	}
}

/* =========================================================
   HOMEPAGE
   ========================================================= */
#Wrapper #home_intro {
	background-position: 50% 230px !important;
	background-size: cover !important;
}
@media (max-width: 959px) {
	#Wrapper #home_intro > .vc_row > .vc_col-sm-6 {
		width: 100%;
	}
	#Wrapper #home_intro .vc_col-sm-6:first-child > .vc_column-inner {
		padding-left: 50px !important;
	}
	#Wrapper #home_intro .vc_col-sm-6:first-child > .vc_column-inner .side-dash {
		width: 5%;
	}
}
@media (max-width: 767px) {
	#Wrapper #home_intro .vc_col-sm-6 > .vc_column-inner,
	#Wrapper #home_intro .vc_col-sm-6:first-child > .vc_column-inner {
		padding: 0 !important;
	}
	#Wrapper #home_intro .vc_col-sm-6:first-child > .vc_column-inner .side-dash {
		display: none;
	}
}

/* =========================================================
   UNDER CONSTRUCTION
   ========================================================= */
.under-construction #Content {
	color: #fff;
	background-image: url(http://fla.co.nz/wp-content/uploads/2018/07/coming-soon-river-bg.jpg) !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.under-construction #Content .section-uc-1 {
	background: none;
}
.under-construction #Content .section-uc-2 {
	padding-top: 40px;
	background-color: transparent;
	background: url(http://fla.co.nz/wp-content/uploads/2018/07/stripes_3_b.png) repeat center;
}
.under-construction #Content .section-border-top {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.under-construction .fancy_heading .inside {
	color: #aeaeae;
}
.under-construction h2,
.under-construction h2 a,
.under-construction h2 a:hover,
.under-construction.style-simple .quick_fact .number-wrapper {
	color: #fff;
}
.under-construction.style-simple .quick_fact .title {
	line-height: 1em;
}
.under-construction input[type="date"],
.under-construction input[type="email"],
.under-construction input[type="number"],
.under-construction input[type="password"],
.under-construction input[type="search"],
.under-construction input[type="tel"],
.under-construction input[type="text"],
.under-construction input[type="url"],
.under-construction select,
.under-construction textarea,
.under-construction .woocommerce .quantity input.qty,
.under-construction .dark input[type="email"],
.under-construction .dark input[type="password"],
.under-construction .dark input[type="tel"],
.under-construction .dark input[type="text"],
.under-construction .dark select,
.under-construction .dark textarea {
	color: #ffffff;
	background-color: transparent !important;
	border-color: #ffffff;
}
.under-construction input[type="date"]:focus,
.under-construction input[type="email"]:focus,
.under-construction input[type="number"]:focus,
.under-construction input[type="password"]:focus,
.under-construction input[type="search"]:focus,
.under-construction input[type="tel"]:focus,
.under-construction input[type="text"]:focus,
.under-construction input[type="url"]:focus,
.under-construction select:focus,
.under-construction textarea:focus {
	background-color: transparent !important;
}
.under-construction hr {
	width: 98%;
	background-color: rgba(255, 255, 255, .08);
	color: rgba(255, 255, 255, .08);
	margin-bottom: 20px;
}
@media (min-width: 1240px) {
	.under-construction .contact-details {
		padding: 0 7%;
		box-sizing: border-box;
	}
}
@media (max-width: 767px) and (min-width: 425px) {
	.under-construction .column.one-fourth.column_quick_fact,
	.under-construction .deets {
		width: 50% !important;
		float: left;
		clear: none;
	}
}
@media (max-width: 767px) {
	.under-construction .main-deets {
		font-size: 2em;
		line-height: 1.4em;
	}
}
