/*
Theme Name: Grey Lynn edit.
Description: Child theme for Uncode theme
Author: Lemonade
Author URI: https://lemonade.co.nz
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/*--- START MEDIA QUERIES ---*/

@media (max-width: 569px) {
	
	.btn-container.btn-inline:not(.btn-inline-mobile) {
		margin-top: 27px !important;
	}
	
}

@media (max-width: 959px) {
	
	#logo-container-mobile {
		padding: 18px !important;
	}
	
	.mobile-menu-button {
		padding: 0 18px;
	}
	
	.menu-smart > li > a > div > div > div.btn {
		font-size: 15px;
	}
	
	.main-container .row-container .row-parent {
		padding-left: 18px;
		padding-right: 18px;
	}
	
	.single-top-padding-device > .row {
		padding-top: 36px !important;
	}
	
	.grid-filters .menu-horizontal {
		text-align: left;
	}
	
	.uncode-toggle-ajax-filters {
		padding-left: 0 !important;
	}
	
	.term-filters-list--inline li.term-filter {
		display: block;
	}
	
	.term-filters-list--inline li.term-filter a {
		display: unset;
	}
	
	.filters-wrapper .uncell {
		padding-top: 27px !important;
	}
	
	.ajax-filter-sidebar .list-view {
		display: none;
	}
	
	body:not(.post-type-archive-directory):not(.term-services) .directory-posts {
		margin-top: 0 !important;
	}
	
}

@media (min-width: 570px) and (max-width: 959px) {
	
	.hero .wpb_column {
		display: table-cell;
	}
	
	.featured-events .t-inside {
		max-height: 450px !important;
	}
	
	.hero .col-md-33 {
		width: 40%;
	}
	
	.hero .col-md-66 {
		width: 60%;
	}

}

@media (min-width: 570px) {
	
	.navbar-cta {
		display: none !important;
	}

	.btn-container.btn-inline:not(.btn-inline-mobile):not(:first-of-type) {
		padding-left: 18px;
	}

	.btn-container.btn-inline:not(.btn-inline-mobile):not(:last-of-type) {
		padding-right: 18px;
	}
	
}

@media (min-width: 960px) {

	.menu-primary-inner {
		padding-right: 0;
	}
	
	.menu-icons .social-icon i {
		font-size: 20px !important;
	}
	
	.overlay-search {
		margin-top: 0 !important;
	}

	.overlay-search-wrapper {
		transform: none !important;
	}
	
	.list-view {
		margin-bottom: 18px;
	}
	
	.list-view-mobile {
		display: none;
	}
	
	.list-view-mobile + * {
		margin-top: 0 !important;
	}
	
	body:not(.post-type-archive-directory):not(.term-services) .directory-posts {
		margin-top: 36px !important;
	}
	
	.listing-gallery:not(:has(.cssgrid-wrapper .cssgrid-container .tmb)) + .listing-map,
	.listing-gallery:not(:has(.cssgrid-wrapper .cssgrid-container .tmb)) + .listing-map .acf-map {
		height: 100% !important;
	}
	
}

/*--- END MEDIA QUERIES ---*/

/*--- START GENERAL STYLES ---*/

p, li, dt, dd, dl, address, label, small, pre, code, span.tab-excerpt,
.text-lead, .text-lead:not(ul):not(ol) > *,
.line-height-150 {
	line-height: 1.5;
}

b, strong {
	font-weight: 700;
}

.text-lead, .text-lead:not(ul):not(ol) > *, .text-lead > *:not(ul):not(ol):not(li) {
    margin: 18px 0px 0px 0px;
}

.menu-dark .menu-smart > li.active > a, .menu-dark .menu-smart > li a.active, .menu-dark .menu-smart > li.current-menu-ancestor > a, .menu-dark .menu-smart > li.wpml-ls-current-language > a, .menu-dark .menu-smart > li.current-menu-item:not(.menu-item-type-custom) > a, .menu-dark .menu-smart > li.current-menu-parent > a {
	color: #ffffff;
}

.vc_row.style-accent-bg a:hover,
.vc_row.style-accent-bg a:focus,
.uncell.style-accent-bg a:hover,
.uncell.style-accent-bg a:focus {
	color: rgba(255,255,255,0.5) !important;
}

.text-accent-color a {
	color: inherit;
}

.uncode_text_column a,
.team-posts .t-entry-text a {
	position: relative;
	white-space: nowrap;
}

.uncode_text_column a::before,
.team-posts .t-entry-text a::before {
	border-radius: 100vh;
	content: '';
	text-decoration: none;
	transition: transform 0.4s cubic-bezier(0.25, 0.45, 0.4, 1);
	position: absolute;
	width: 100%;
	height: 0.05em;
	background: currentColor;
	top: 95%;
	left: 0;
	pointer-events: none;
	transform-origin: 0% 50%;
	transform: scale3d(1, 1, 1);
}

.uncode_text_column a:hover::before,
.team-posts .t-entry-text a:hover::before {
	transform-origin: 100% 50%;
	transform: scale3d(0, 1, 1);
}

.empty-space:first-child + * {
	margin-top: 0 !important;
}

.style-light input:not([type='submit']):not([type='button']):not([type='number']):not([type='checkbox']):not([type='radio']):focus, .style-light textarea:focus, .style-dark .style-light input:not([type='submit']):not([type='button']):not([type='number']):not([type='checkbox']):not([type='radio']):focus, .style-dark .style-light textarea:focus {
    border-color: #f15a25 !important;
}

#page-header,
.header-wrapper {
	overflow: visible;
}

#page-header {
	position: relative;
	z-index: 1;
}

.header-style-light {
	background-color: #ffffff;
}

.single-directory .uncode-info-box a:not(:hover) {
	color: inherit;
}

.single-directory .listing-website a,
.single-directory .listing-booking a,
.single-directory .listing-delivery a,
.single-directory .listing-socials a,
.single-directory .uncode-share p,
.single-events .event-website a,
.single-events .event-tickets a,
.single-events .event-rsvp a,
.single-events .event-socials a,
.single-events .uncode-share p {
	font-weight: 600;
}

.single-events .events_audience-business .event-label span::before {
	content: "Business ";
}

.inline-list ul {
	display: flex;
	flex-wrap: wrap;
	row-gap: 9px;
	column-gap: 36px;
	padding: 0 !important;
}

.align_right .inline-list ul {
	justify-content: right;
}

.align_center .inline-list ul {
	justify-content: center;
}

.inline-list li {
	display: inline-block;
}

.headline p {
	margin: 0;
	font-size: inherit;
	line-height: inherit;
}

.featured-events .t-overlay-text,
.featured-events .t-entry {
	height: 100%;
}

.featured-events .t-entry {
	display: flex;
	flex-direction: column;
	justify-content: end;
}

.featured-events .t-entry-cf-logo {
	margin-top: 0 !important;
	flex: 1;
}

.featured-events .event-logo {
	width: 150px !important;
	margin-left: auto;
	background-color: #ffffff;
}

/*body.post-type-archive-directory #page-header,*/
body.search-results .list-view-mobile,
body:not(.post-type-archive-directory):not(.term-services) .ajax-filter-sidebar-wrapper,
body:not(.post-type-archive-directory):not(.term-services) .grid-filters,
body:not(.post-type-archive-directory) .list-view,
body:not(.post-type-archive-directory) .list-view-mobile,
body.term-services .search-wrapper,
body.term-services .term-filter.term-25,
body.term-services .term-filter.term-26,
body.term-services .term-filter.term-27,
body.term-services .term-filter.term-34,
body.term-services .term-filter.term-35,
.listing-tag-filters .term-filter.term-43,
.listing-tag-filters .term-filter.term-64,
.listing-tag-filters .term-filter.term-75,
.listing-tag-filters .term-filter.term-82,
.listing-tag-filters .term-filter.term-86 {
	display: none;
}
	
body.term-services .directory-posts {
	margin-top: 0 !important;
}

/*body.search-results .sections-container {
	display: flex;
	flex-direction: column-reverse;
}*/

body.search-no-results .page-body {
	height: 50vh;
}

body.search-no-results .no-results .post-title {
	font-weight: 500;
}

/*body.post-type-archive-directory .listings-events,
body.term-services .listings-events {
	margin-top: 18px !important;
}*/

.search-container-inner i {
	right: 0 !important;
}

.t-entry-cf-listing_description,
.t-entry-cf-event_description,
.business-posts .t-entry > p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.business-posts .tmb.tmb-light .t-entry > p {
	color: #777777;
}

.business-events .t-entry > hr:not([class*="-color"]) {
	width: 150px;
	border-top-width: 2px;
	border-color: #f15a25 !important;
}
	
.overlay-search {
	background-color: rgba(0, 0, 0, 0.85) !important;
}

.widget-ajax-active-filters {
	margin-top: 0 !important;
}

#ajax_sidebar_overlay {
	background-color: #ffffff;
}

body:not(.ajax-hide-filters) #ajax_sidebar_overlay {
	opacity: 1;
}

.tag-filters {
	margin-top: 0 !important;
}

.tag-filters .panel-title > a {
	display: inline-block;
}

.tag-filters .panel-title > a > span::after {
	right: -18px;
}

.listing-tag-filters .term-filters-list--inline {
	margin-bottom: 0;
}

.listing-logo img,
.event-logo img {
	display: block;
}

.listing-logo img[src=""],
.event-logo img[src=""] {
	display: none;
}

.listing-socials .icons {
	margin-top: 9px;
}

.listing-gallery:not(:has(.cssgrid-wrapper .cssgrid-container .tmb)) + .listing-map,
.event-gallery:not(:has(.cssgrid-wrapper .cssgrid-container .tmb)) + .event-map {
	margin-top: 0 !important;
}

.uncode-share.share-icon-left {
	display: inline-flex;
    flex-direction: row-reverse;
    justify-content: left;
    align-items: center;
	cursor: pointer;
}

.uncode-share.share-icon-left:hover .share-title,
.uncode-share.share-icon-left:hover .social-export {
	color: #f15a25;
}

.uncode-share.share-icon-left .share-title {
	line-height: inherit;
	transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.uncode-share.share-icon-left .share-button.share-vertical {
	width: 1.5em;
    min-height: unset;
    top: 0;
}

.uncode-share.share-icon-left .share-button.share-vertical .social-export {
	padding: 0;
}

.uncode-share.share-icon-left .share-button.share-vertical .social.top {
	margin-top: -220px;
	margin-left: -0.5em;
	position: absolute;
}

.team-posts .t-entry-visual {
	width: 150px;
}

.team-posts .t-entry-cf-position {
	margin-top: 0 !important;
}

.team-posts .t-entry-cf-business_website {
	display: none;
}

.search-results-posts .t-entry-meta,
.search-results-posts .t-entry-meta * {
	font-size: 14px !important;
	letter-spacing: 0.05em;
	line-height: 1.2;
	color: #999999 !important;
	pointer-events: none;
}

/*--- END GENERAL STYLES ---*/

/*--- START FORM STYLES ---*/

.style-light .ui-br, .style-dark .style-light .ui-br, .style-light hr:not([class*="-color"]), .style-dark .style-light hr:not([class*="-color"]), .style-light pre, .style-dark .style-light pre, .style-light table, .style-dark .style-light table, .style-light table td, .style-dark .style-light table td, .style-light table th, .style-dark .style-light table th, .style-light input, .style-dark .style-light input, .style-light textarea, .style-dark .style-light textarea, .style-light select, .style-dark .style-light select, .style-light .seldiv, .style-dark .style-light .seldiv, .style-light .select2-choice, .style-dark .style-light .select2-choice, .style-light .select2-selection--single, .style-dark .style-light .select2-selection--single, .style-light fieldset, .style-dark .style-light fieldset, .style-light .seldiv::before, .style-dark .style-light .seldiv::before, .style-light .tab-container .nav-tabs, .style-dark .style-light .tab-container .nav-tabs, .style-light .nav-tabs > li.active > a, .style-dark .style-light .nav-tabs > li.active > a, .style-light .border-100 .tab-content::before, .style-dark .style-light .border-100 .tab-content::before, .style-light .tab-content.vertical, .style-dark .style-light .tab-content.vertical, .style-light .nav-tabs.tabs-vertical > li, .style-dark .style-light .nav-tabs.tabs-vertical > li, .style-light .panel, .style-dark .style-light .panel, .style-light .panel-group .panel-heading + .panel-collapse::before, .style-dark .style-light .panel-group .panel-heading + .panel-collapse::before, .style-light .divider::before, .style-dark .style-light .divider::before, .style-light .divider::after, .style-dark .style-light .divider::after, .style-light .plan, .style-dark .style-light .plan, .style-light .plan .plan-title, .style-dark .style-light .plan .plan-title, .style-light .plan .item-list > li, .style-dark .style-light .plan .item-list > li, .style-light .plan .plan-button, .style-dark .style-light .plan .plan-button, .style-light .uncode-single-media-wrapper.img-thumbnail:not(.single-advanced), .style-dark .style-light .uncode-single-media-wrapper.img-thumbnail:not(.single-advanced), .style-light .post-share, .style-dark .style-light .post-share, .style-light .post-tag-share-container, .style-dark .style-light .post-tag-share-container, .style-light .widget-container .widget-title, .style-dark .style-light .widget-container .widget-title, .style-light .widget-container.widget_calendar #wp-calendar caption, .style-dark .style-light .widget-container.widget_calendar #wp-calendar caption, .style-light .widget-container.widget_calendar .wp-calendar-nav, .style-dark .style-light .widget-container.widget_calendar .wp-calendar-nav, .style-light #comments .comment-list .comments-list:first-child, .style-dark .style-light #comments .comment-list .comments-list:first-child, .style-light #respond .comment-list .comments-list:first-child, .style-dark .style-light #respond .comment-list .comments-list:first-child, .style-light #comments .comments-list .comment-content, .style-dark .style-light #comments .comments-list .comment-content, .style-light #respond .comments-list .comment-content, .style-dark .style-light #respond .comments-list .comment-content, .style-light ul.dwls_search_results, .style-dark .style-light ul.dwls_search_results, .style-light ul.dwls_search_results li, .style-dark .style-light ul.dwls_search_results li, .style-light .ajax-filter-sidebar .ajax-filter-sidebar-header, .style-dark .style-light .ajax-filter-sidebar .ajax-filter-sidebar-header, .style-light .ajax-filter-sidebar .ajax-filter-sidebar-footer, .style-dark .style-light .ajax-filter-sidebar .ajax-filter-sidebar-footer, .style-light .swatch-type-label, .style-dark .style-light .swatch-type-label, .style-light .swatch--logo, .style-dark .style-light .swatch--logo, .style-light .widget-container .tagcloud a, .style-dark .style-light .widget-container .tagcloud a {
	border-color: #aaa !important;
}

.acf-form input:not([type="checkbox"]) {
	width: 100%;
}

.acf-form .acf-field:not(:first-child) {
	margin-top: 36px;
}

.acf-form .acf-form-submit {
	margin-top: 72px;
}

.acf-form .acf-label label {
	font-weight: 500;
}
.acf-form .acf-label label::before {
	font-family: 'uncodeicon';
	margin-right: 9px;
}

.acf-form .acf-field-690bfcf1bce21 .acf-label label::before {
	content: "\f073";
}

.acf-form .acf-field-69c2f784c6317 .acf-label label::before {
	content: "\e0b9";
}

.acf-form .acf-field-690c034005da0 .acf-label label::before,
.acf-form .acf-field-690d76b20419d .acf-label label::before {
	content: "\e0b2";
}

.acf-form .acf-field-69cc8f8ddb241 .acf-label label::before {
	content: "\f271";
}

.acf-form .acf-field-69dec95ecf59b .acf-label label::before {
	content: "\f0f5";
}

.acf-form .acf-field-69c477df5e614 .acf-label label::before {
	content: "\e718";
}

.acf-form .acf-field-69dc718de870d .acf-label label::before {
	content: "\f274";
}

.acf-form .acf-field-691245ade3157 .acf-label label::before,
.acf-form .acf-field-69c4781f5e615 .acf-label label::before {
	content: "\e912";
}

.acf-form .acf-field-691245c2e3158 .acf-label label::before,
.acf-form .acf-field-69c478385e616 .acf-label label::before {
	content: "\e91d";
}

.acf-form .acf-field-691245c9e3159 .acf-label label::before,
.acf-form .acf-field-69c47ad554b38 .acf-label label::before {
	content: "\f0e1";
}

.acf-form .acf-field-69c444e089b17 .acf-label label::before,
.acf-form .acf-field-69c47ae654b39 .acf-label label::before {
	content: "\e92f";
}

.acf-form .acf-field-69cc6f2763475 .acf-label label::before,
.acf-form .acf-field-69cc6f0bcb3dc .acf-label label::before {
	content: "\e93e";
}

.acf-form .acf-field-690c032205d9f .acf-label label::before {
	content: "\f095";
}

.acf-form .acf-field-69c1f7d20d6d9 .acf-label label::before,
.acf-form .acf-field-69c2f42622d02 .acf-label label::before {
	content: "\e066";
}

.acf-form .acf-field-690c034e05da1 .acf-label label::before,
.acf-form .acf-field-690d76c20419e .acf-label label::before {
	content: "\f041";
}

.acf-form .acf-field-691233c80b133 .acf-label label::before,
.acf-form .acf-field-691156a053d6c .acf-label label::before,
.acf-form .acf-field-691239dff31b8 .acf-label label::before,
.acf-form .acf-field-69119f2f5deb1 .acf-label label::before {
	content: "\e06e";
}

.acf-form .acf-field[data-name="address_postal_checkbox"] .acf-label {
	display: none;
}

.acf-form .acf-field[data-name="address_postal_checkbox"] .message {
	font-weight: 500;
}

.acf-form .acf-label p {
	font-weight: 400;
}

.acf-form .acf-label .description {
	margin-top: 9px;
	font-size: 13px;
}

.acf-form .acf-field-taxonomy .acf-label .description {
	margin-bottom: 9px;
}

.acf-form .acf-field-true-false .acf-input {
	margin-top: 9px;
}

.acf-form .acf-field-true-false .message {
	margin-left: 9px;
	vertical-align: middle;
}

.acf-form .acf-google-map .acf-actions {
	display: none;
}

.acf-form .acf-google-map .canvas {
	margin-top: 18px;
}

.acf-form .acf-image-uploader {
	padding-bottom: 18px;
	border-bottom: 1px solid #aaa;
}

.acf-form .acf-image-uploader .image-wrap img {
	margin-top: 9px;
}

.acf-form .select2-selection--single {
	height: auto;
	border-top: unset;
	border-right: unset;
	border-left: unset;
	border-radius: unset;
}

.acf-form .select2-selection__arrow {
	height: 100% !important;
}

.select2-search__field {
	margin-top: 0;
	padding: 9px !important;
	border: none !important;
}

.select2-results__option--highlighted[aria-selected] {
	background-color: #f15a25 !important;
}

.select2-selection__rendered {
	padding-left: 0 !important;
	color: inherit !important;
}

.select2-container--default .select2-selection--multiple {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgNTAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNMjIuNiw4YzAtMC4xLDAtMC4yLDAuMS0wLjJsMC41LTAuNWMwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMWMwLjEsMCwwLjIsMCwwLjIsMC4xbDMuNywzLjdsMy43LTMuN2MwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMXMwLjIsMCwwLjIsMC4xTDMyLDcuOEMzMiw3LjksMzIuMSw4LDMyLjEsOGMwLDAuMSwwLDAuMi0wLjEsMC4ybC00LjQsNC40Yy0wLjEsMC4xLTAuMSwwLjEtMC4yLDAuMXMtMC4yLDAtMC4yLTAuMWwtNC40LTQuNEMyMi43LDguMiwyMi42LDguMSwyMi42LDh6Ii8+PC9zdmc+);
	background-position: 100% center;
	background-repeat: no-repeat;
	border: none;
	border-bottom: 1px solid #aaa !important;
	border-radius: 0;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	margin-right: 9px;
	margin-top: 9px;
}

.acf-form .acf-required,
.acf-form .acf-notice p {
	color: #f15a25;
}

.acf-form button.btn-underline-out,
button[type="submit"].btn-underline-out {
	margin: unset;
	padding: unset;
	background: unset;
}

.acf-form .acf-spinner.is-active {
	width: 27px;
	height: 27px;
	margin-left: 9px;
	background: url(https://dev.lemonade.nz/glba/wp-content/themes/uncode/library/img/oval-anim-light.svg);
	background-size: cover;
	position: absolute;
}

.style-light select {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgNTAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNMjIuNiw4YzAtMC4xLDAtMC4yLDAuMS0wLjJsMC41LTAuNWMwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMWMwLjEsMCwwLjIsMCwwLjIsMC4xbDMuNywzLjdsMy43LTMuN2MwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMXMwLjIsMCwwLjIsMC4xTDMyLDcuOEMzMiw3LjksMzIuMSw4LDMyLjEsOGMwLDAuMSwwLDAuMi0wLjEsMC4ybC00LjQsNC40Yy0wLjEsMC4xLTAuMSwwLjEtMC4yLDAuMXMtMC4yLDAtMC4yLTAuMWwtNC40LTQuNEMyMi43LDguMiwyMi42LDguMSwyMi42LDh6Ii8+PC9zdmc+) !important;
	background-position: 100% center !important;
	background-repeat: no-repeat !important;
}

.wpcf7-form > p > *:not(:first-child) {
	margin-top: 36px;
	display: block;
}

.wpcf7-form .wpcf7-form-control-wrap input {
    width: 100%;
}

.wpcf7-not-valid-tip {
	margin-top: 9px !important;
}

.subscribe-form input[type="email"] {
	width: calc(100% - 112px);
	max-width: 400px;
	display: inline-block;
}

.subscribe-form button {
	margin-left: 18px !important;
}

.subscribe-response-output {
	min-height: 1em;
	margin-top: 18px;
	font-size: 13px;
	line-height: 1;
}

.subscribe-response-output.error {
	color: #f15a25;
}

.blocked-addresses-list {
    display: none;
	font-weight: normal;
	color: #404040;
}

.blocked-addresses-list.active {
    display: block;
}

/*--- END FORM STYLES ---*/