/*
Theme Name:     Puutarhaliitto
Theme URI:      https://themeisle.com/themes/neve/
Template: neve
Author:         Verkkovaraani
Author URI:     https://verkkovaraani.fi
Description:    Puutarhaliitto lapsiteema
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    neve
Tags: blog, custom-logo, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready, wide-blocks, block-styles
*/

/*15.11.2024 klo 13.02*/
/*a fix to show dark green on the top line so that logo etc show if there is not proper hero image */
body {
    background: linear-gradient(
        to bottom,
        #0a402b 0,
        #0a402b 180px,
        #fffce8 180px,
        #fffce8 100%
    );
    background-repeat: no-repeat;
}

/* Front page slider - lift behind header */

@media screen and (max-width: 613px) {
    .n2-section-smartslider {
        transform: translate(0, -16%);
        margin-bottom: -88px;
    }
}
@media screen and (max-width: 462px) {
    .n2-section-smartslider {
        transform: translate(0, -21%);
        margin-bottom: -115px;
    }
}

/*Main image area behind menu*/
.main-image-area {
	transform: translate(0,-15%);
	margin-bottom: -135px;
}
.header {
	z-index: 90;
}
.header-menu-sidebar-bg, [class*=row-inner] {
	background: transparent;
}
	

/*Heading color*/
h1 , h2 , h3 , h4 {
	color: #007824;
}

/*HEADER*/
/*Top header*/
.top-header , .top-header .wp-block-cover__inner-container , .top-header .wp-block-themeisle-blocks-advanced-columns  {
	height: 32px !important;
	min-height: 32px !important;
}
.top-header p {
	margin-bottom: 0;
	background: #fffdf1;
	padding-top: 3px;
	font-size: 16px;
	letter-spacing: 0.5px;
	/*font-family: arial;*/
}
.top-header p a {
	color: black;
}
.top-header p a:hover {
	color: #654E73;
	opacity: 1;
}
.top-header {
	background: #fffdf1;
	padding-right: 40px !important;
}
.top-header p a:before {
	content: "";
	border-left: 1px solid;
	margin-right: 25px;
}
.top-header .wp-block-themeisle-blocks-advanced-column:first-child p a:before {
	content: none;
}
/*"Active" page*/
.top-header .wp-block-themeisle-blocks-advanced-column:first-child p a {
	color: #007824;
	font-weight: 600;
}

/*Background gradient color*/
.eedee-background-div.bg-image:before {
  content: "";
  background-image: linear-gradient(0deg, transparent 70%, #000001 90%);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
}
/*Columns width*/
.header-main .row {
	grid-template-columns: 1fr 1.9fr;
}

/*Site Tagline style*/
.nv-title-tagline-wrap {
  color: #FFF;
  font-size: 30px !important;
  font-style: italic;
  position: relative;
  left: 30px;
	margin-top: 15px;
}

.nv-title-tagline-wrap:before {
  content: "";
  width: 2.5px;
  height: 50px;
  top: -12px;
  left: -15px;
  background-color: #FFF;
  display: block;
  position: absolute;
}

/*MAIN MENU*/
.header-main .hfg-slot.right {
	height: fit-content !important;
}
.header-main .hfg-slot.right .builder-item.has-nav {
	background: #fffdf1;
	height: 80px;
	margin: 0;
}
/*Before menu*/
.header-main .hfg-slot.right .builder-item.has-nav:before {
  content: "";
	position: relative;
  background: #fffdf1;
  width: 50px;
	height: 80px;
	margin-left: -30px; 
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
}
/*Main menu items' padding*/
.primary-menu-ul > li {
	padding-top: 26px !important;
	padding-bottom: 26px !important;
}
/*Submenu*/
.primary-menu-ul .sub-menu {
	width: 270px;
}
.primary-menu-ul .sub-menu li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.nav-ul .sub-menu li>.wrap {
  white-space: wrap;
}
/*Submenu active page*/
.nav-ul .sub-menu li.nv-active>.wrap>a {
	color: black;
}
/*3rd level submenu item font weight*/
.nav-menu-primary .sub-menu .sub-menu a {
	font-weight: 500;
}

/*LOGIN ROW*/
.header .login {
	margin-top: -19px;
}
.header .login .innerblocks-wrap {
  background: #007824;
	color: white;
	height: 50px;
  /*padding: 14px 0 15px 15px;*/
}
.header .login a {
	color: white;
}
.header .login .wp-block-themeisle-blocks-advanced-column {
	padding: 15px 0;
}
.header .login .innerblocks-wrap .wp-block-themeisle-blocks-advanced-column:before {
  content: "";
  position: absolute;
  background: #007824;
  top: 0;
  left: -20px;
  bottom: 0.5px;
  width: 30px;
  transform: skew(-20deg);
}
/*"Kirjaudu sisään"*/
.login .wp-block-themeisle-blocks-advanced-column:first-child {
	margin: 0px 30px 0px 0;
  font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.7px;
	line-height: 25px;
	width: fit-content !important;
	background-image: url("/wp-content/plugins/garden/images/icon-kirjaudu.png");
	background-repeat: no-repeat;
	background-position: center left;
}
.login .wp-block-themeisle-blocks-advanced-column:first-child p {
	padding-left: 35px;
}
/*Logged in*/
.login.logged-in .wp-block-themeisle-blocks-advanced-column:first-child  {
	margin-right: 10px;
}

/*"Rekisteröity" etc.*/
.login .wp-block-themeisle-blocks-advanced-column:nth-child(2) {
	font-size: 16px;
  margin: 0px 20px 0px 0;
  font-weight: 700;
  letter-spacing: 0.7px;
	line-height: 25px;
}

/*Logout check page*/
#error-page p, #error-page .wp-die-message {
	font-family: "Josefin Sans" !important;
	font-size: 18px !important;
	color: #333333;
}


/*FRONT PAGE*/
/*SLIDER*/
/*No side paddings*/
.wp-block-eedee-block-gutenslider.main-image-area {
	padding-left: 0;
	padding-right: 0;
}

/*heading style*/
.wp-block-eedee-block-gutenslider h2 {
	font-family: "Seaweed Script" !important;
  color: #fefbe7 !important;
  text-shadow: 1px 1px 2px rgba(48, 48, 48, 0.65);
  margin-bottom: 25px;
	margin-top: -50px;
	font-size: 40px;
}
@media screen and (max-width: 960px) {
	.wp-block-eedee-block-gutenslider h2 {
		font-size: 25px !important;
		margin-top: 0;
	}
}
@media screen and (max-width: 600px) {
	.wp-block-eedee-block-gutenslider h2 {
		font-size: 23px !important;
		margin-top: -50px;
	}
}
/*big font paragraph*/
.wp-block-eedee-block-gutenslider p {
	color: #fefbe7 !important;
  text-shadow: 1px 1px 2px rgba(48, 48, 48, 0.65);
	text-transform: uppercase;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.3;
}
/*Primary button*/
.wp-block-button.is-style-primary a:hover {
	opacity: 1;
}
/*Full width*/
.eedee-swiper-outer {
	width: 100vw;
}
/*Next icon place*/
.wp-block-eedee-block-gutenslider.arrow-position-sides .eedee-gutenslider-next {
  right: 25px !important;
}

/*NEWS FEED*/
/*No side padding in fullwidth cover*/
.wp-block-cover.alignfull {
	padding-left: 0;
	padding-right: 0;
}
/*main heading*/
.news h2 {
	font-size: 13px;
	color: #0a402b;
	background-color: #f7d6c5;
	text-transform: uppercase;
	line-height: 1.1em;
  letter-spacing: 0.02em;
	font-weight: 700;
	padding-top: 20px;
  padding-left: 24px;
	padding: 20px 30px 15px 24px;
	width: fit-content;
}
.wp-block-cover.news {
	align-items: flex-start;
}
/*news headings*/
.news h3 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1em !important;
}
.news h2:after {
  content: "";
  position: absolute;
  background: #f7d6c5;
  top: 0;
  right: -16px;
  height: 49.5px;
  bottom: 0;
  width: 25px;
  transform: skew(-20deg);
}

/*meta (date)*/
/*hide "posted on"*/
.news .o-posts-grid-post-meta {
	font-size: 0 !important;
}
.news time {
	font-size: 15px;
	font-weight: 700;
}
/*Date & title side-by-side*/
.wp-block-themeisle-blocks-posts-grid .is-list .o-posts-grid-post {
  display: flex;
}
.wp-block-themeisle-blocks-posts-grid .is-list .o-posts-grid-post .o-posts-grid-post-body.is-full {
  flex-basis: 100%;
	display: inline;
	padding-top: 0;
	padding-right: 0;
}
.o-posts-grid-post-meta {
	width: fit-content;
	float: left;
}
.news-feed-column .o-posts-grid-post-title {
  width: 74%;
  float: right;
}
/*news item height*/
.news .o-posts-grid-post-blog {
	height: 100px;
	margin-bottom: 25px;
}
/*button*/
.news-feed-column .wp-block-button a {
	color: black !important;
	font-weight: 700;
  font-size: 13px !important;
  letter-spacing: 0.5px;
	padding-left: 0;
	margin-top: 20px;
	background-color: transparent;
	padding-bottom: 15px;
}
/*News lifts flower background image*/
.news-feed-column {
  background-position: left center !important;
	background-size: 23% !important;
}
/*News column content width*/
.news-feed-column .innerblocks-wrap , .news-feed-column .innerblocks-wrap .wp-block-themeisle-blocks-advanced-column {
	max-width: 570px;
}
/*MAP IMAGE HEIGHT*/
.map-image {
	height: 100%;
}

/*SLOGAN AREA*/
.teema h2 {
	font-size: 2.5rem;
	line-height: 1.1em;
	letter-spacing: 0.02em;
  font-weight: 700;
	padding-top: 25px;
}
.teema p {
	letter-spacing: 0.5px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
	padding-bottom: 30px;
}

/*ADVERTISEMENT*/
/*Align center*/
.advertisement {
  justify-content: center;
  display: flex;
  margin-top: 50px;
	padding-bottom: 85px;
}
@media screen and (max-width: 1000px) {
	.advertisement {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (max-width: 700px) {
	.advertisement {
	padding-bottom: 55px;
}
	.mainos-kansi {
		min-height: 290px !important;
}
}
@media screen and (max-width: 620px) {
	.mainos-kansi {
		min-height: 260px !important;
}
}

@media screen and (max-width: 550px) {
	.mainos-kansi {
		min-height: 240px !important;
}
}
@media screen and (max-width: 440px) {
	.mainos-kansi {
		min-height: 220px !important;
}
}
@media screen and (max-width: 350px) {
	.mainos-kansi {
		min-height: 200px !important;
}
}
@media screen and (max-width: 300px) {
	.mainos-kansi {
		min-height: 180px !important;
}
}
/*LATEST GARDENS*/
.home-bottom h2 {
	color: #007824;
	font-size: 23px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.5px;
}
/*GARDEN ITEM*/ 
/*Width*/
.garden-lifts.wp-block-themeisle-blocks-posts-grid .is-grid.o-posts-grid-columns-2 {
  grid-template-columns: 1fr 1fr !important;
}
.garden-lifts .o-posts-grid-post-blog {
	max-width: 495px;
	/*height: 342px;*/
	height: 22vw;
}
.garden-lifts .o-posts-grid-post-body {
	padding: 40px 10px !important;
	width: 100% !important;
}
/*Title*/
.garden-lifts .o-posts-grid-post-body h3 {
	width: 100%;
	line-height: 34px;
}
/*justify center*/
.garden-lifts.wp-block-themeisle-blocks-posts-grid .o-posts-grid-post {
	align-items: center;
}
/*Link size*/
.garden-lifts .o-posts-grid-post-body h3 a {
	padding-top: 100px;
	padding-bottom: 100px;
}
/*Hover*/
.garden-lifts .o-posts-grid-post-body h3 a:hover {
	text-decoration: none !important;
}
.garden-lifts .is-grid.o-posts-grid-columns-2 {
	overflow: hidden;
}
.garden-lifts .o-posts-grid-post-blog {
	transition: transform .5s, filter 1.5s ease-in-out;
}
.garden-lifts .o-posts-grid-post-blog:hover {
	opacity: 0.9;
	transform: scale(1.1);
}
/*Location*/
.garden-lifts .o-posts-grid-post-body .o-posts-custom-field {
  color: #fffdf1;
  font-size: 17px;
  text-transform: uppercase !important;
  font-weight: 600;
  letter-spacing: 1px;
}
/*Garden lifts responsive*/
@media screen and (max-width: 1400px) {
.garden-lifts .o-posts-grid-post-blog {
	height: 26vw;
}
}
@media screen and (max-width: 1200px) {
.garden-lifts .o-posts-grid-post-blog {
	height: 29vw;
}
}
@media screen and (max-width: 1110px) {
.fp-gardens {
	padding-left: 40px;
	padding-right: 40px;
}
}

/*Title size*/
@media screen and (max-width: 800px) {
.garden-lifts .o-posts-grid-post-body h3 a {
	font-size: 24px !important;
	}
}
/*Items below one another*/
@media screen and (max-width: 600px) {
	.garden-lifts.wp-block-themeisle-blocks-posts-grid .is-grid.o-posts-grid-columns-2 {
    grid-template-columns: 1fr !important;
}
	.garden-lifts .o-posts-grid-post-blog {
	height: 55vw;
}
	.fp-gardens {
	padding-left: 35px;
	padding-right: 35px;
}
	/*Title & paragraph*/
.garden-lifts .o-posts-grid-post-body h3 a {
	font-size: 20px !important;
}
	.garden-lifts .o-posts-grid-post-body .o-posts-custom-field {
  font-size: 12px;
}
}
/*Secondary button*/
.wp-block-button.is-style-secondary a {
	padding: 1.25rem 1.5rem;
	font-size: 13px;
  font-weight: 700;
	line-height: 15px;
}

/*COLLABORATION LIFTS*/
.collab-nostot .wp-block-themeisle-blocks-advanced-column.nosto {
	background-color: #f3f0dc;
	padding: 0 3rem 10px 3rem !important;
	color: #597361;
	font-weight: 700;
	margin-right: 3%;
  margin-left: 3%;
}
.collab-nostot .wp-block-themeisle-blocks-advanced-column.nosto:hover {
	background-color: white;
}
.collab-nostot .wp-block-themeisle-blocks-advanced-column.nosto a {
	color: #597361 !important;
	text-decoration: none;
	padding-top: 50px;
	padding-bottom: 70px;
}
.collab-nostot .wp-block-themeisle-blocks-advanced-column.nosto h2 a {
	color: #007824 !important;
}

/*Background flowers image bottom of page*/
.home .home-bottom {
  background: #fffce8;
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  background-image: url("/wp-content/plugins/garden/images/bottom-flowers.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
}

/*SUBPAGE MAIN IMAGE AREA*/
.sub-main-image-area {
    /*margin-top: -160px;*/
	transform: translate(0,-30%);
	margin-bottom: -50px;
}
@media screen and (min-width: 960px) and (max-width: 1297px) {
	.sub-main-image-area {
	transform: translate(0,-52%);
	margin-bottom: -215px;
}
}
.sub-main-image-area{
	padding: 190px 50px 25px 50px;
}
.sub-main-image-area p:first-child , .sub-main-image-area h1 {
	font-size: 60px;
	line-height: 1;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(48, 48, 48, 0.65);
	padding-left: 50px;
	margin-bottom: 15px;
}
.sub-main-image-area p:nth-child(2) {
	font-size: 24px;
	line-height: 1.2;
  font-weight: 700;
  color: #fff;
	letter-spacing: -0.02em;
	max-width: 750px;
	padding-left: 50px;
	text-shadow: 1px 1px 2px rgba(48, 48, 48, 0.65);
	margin-bottom: 0;
}

/*Gradient behind header*/
.sub-main-image-area .wp-block-cover__inner-container:before {
  content: "";
  background-image: linear-gradient(0deg, transparent 70%, #000001 90%);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
}
/*SUBPAGE CONTENT AREA*/
.nv-single-page-wrap.col {
	padding-top: 75px;
}
.home .nv-single-page-wrap.col {
	padding-top: 0;
}
/*Page heading margin*/
.nv-page-title-wrap.nv-big-title {
	margin-top: 0;
}
/*Introduction font size*/
.introduction p {
	font-size: 22px;
	font-weight: 700;
}
/*FLOWER BACKGROUND TO PAGES*/
.neve-main {
	background-image: url("/wp-content/plugins/garden/images/bottom-flowers-article.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
	padding-bottom: 340px;
}
.home .neve-main {
	background-image: url("/wp-content/plugins/garden/images/bottom-flowers.jpg");
	padding-bottom: 0;
}
/*SUBPAGE SIDEBAR*/
.nv-sidebar-wrap {
	padding-top: 75px;
	padding-left: 10px;
	padding-right: 30px !important;
}
/*Sidebar menu*/
/*1st level item*/
.advanced-sidebar-menu .parent-sidebar-menu li a {
  font-size: 17px;
  color: #03260e;
	font-weight: 700;
	text-transform: uppercase;
}
/*child items*/
.advanced-sidebar-menu .child-sidebar-menu li a {
  font-size: 16px;
	color: #007824;
  text-transform: none;
}
.advanced-sidebar-menu .child-sidebar-menu li {
	line-height: 25px;
	padding: 7px 0;
}
.child-sidebar-menu {
	padding-left: 5px !important;
}
/*active item*/
.advanced-sidebar-menu .child-sidebar-menu li.current_page_item > a {
	color: #03260e;
}
/*Side border*/
.advanced-sidebar-menu {
  border-left: 7px solid #f7d6c5;
  padding-left: 15px;
}
/*Grandchild menu padding*/
.grandchild-sidebar-menu {
	padding-left: 30px !important;
}

/*INFO BOX*/
.infoboksi {
  background-image: url("/wp-content/plugins/garden/images/infobox_bg.png") !important;
  background-repeat: no-repeat !important;
  background-position: bottom center !important;
  padding-bottom: 80px !important;
}

/*FILE*/
/*Font size*/
.wp-block-file a {
	font-size: 16px;
}
/*Button*/
a.wp-block-file__button {
  padding: 7px 10px;
  line-height: 15px;
	font-size: 13px;
}

/*POST*/
/*Spacing after content before sharing icons*/
.single-post-container .nv-content-wrap {
	margin-bottom: 60px !important;
}
/*Sharing icons*/
.nv-social-icons-label {
  font-weight: 600;
  color: #007824;
  font-size: 22px;
	padding-right: 10px;
}

/*ARCHIVE (News feed on Tiedotus page)*/
/*Columns same width*/
.archive-feed.wp-block-themeisle-blocks-posts-grid .is-grid.o-posts-grid-columns-2 {
  grid-template-columns: 1fr 1fr;
	margin-top: 50px !important;
}
/*Item padding*/
.archive-feed .o-posts-grid-post-body {
	padding: 25px !important;
}
/*News title*/
.archive-feed .o-posts-grid-post-title a {
	text-transform: uppercase;
	letter-spacing: normal;
	font-size: 18px !important;
	line-height: 25px;
}
.archive-feed .o-posts-grid-post-meta {
	font-size: 0 !important;
}
.archive-feed time {
	font-size: 15px;
	font-weight: 700;
}
/*Item height*/
.archive-feed .o-posts-grid-post {
	height: 100%;
}
.archive-feed .o-posts-grid-post-blog a::before {
  content: "Lue lisää";
  background-color: #12ac44;
  font-size: 18px;
  color: #fff;
  position: absolute;
  z-index: 52;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  left: 50%;
  width: 160px;
  padding: 10px 20px 15px 20px;
  padding-right: 25px;
  transform: translateY(-50%) translateX(-50%) scale(0.92);
  opacity: 0;
  transition: all 0.2s ease-in-out;
  border-radius: 24px;
  height: 43px;
  text-decoration: none !important;
}
.archive-feed .o-posts-grid-post-blog a::after {
  content: "";
  background-color: rgba(0, 120, 36, 0.6);
  position: absolute;
  z-index: 51;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*transform: scale(1.08);*/
  opacity: 0;
  transition: all 0.2s ease-in-out;
  border-radius: 10px;
}
.archive-feed .o-posts-grid-post-blog a:hover::before , .archive-feed .o-posts-grid-post-blog a:hover::after {
  opacity: 1;
}

/*Pagination*/
.o-posts-grid-pag {
	margin-top: 30px !important;
}
/*Hide "Next"*/
.next.page-numbers {
	display: none;
}

/*G A R D E N S*/

/*PUUTARHAPROFIILI*/
.password-reset-area {
    background: #F3F0DD !important;
    padding: 25px;
    margin-bottom: 30px;
}
/*Sidebar area width*/
body.page-id-2285 .nv-sidebar-wrap , body.page-id-2396 .nv-sidebar-wrap {
	max-width: 25% !important;
	padding-right: 10px !important;
}
/*Content area width*/
.garden-profile .nv-single-page-wrap.col , body.page-id-2285 .nv-single-page-wrap.col , body.page-id-2396 .nv-single-page-wrap.col {
	max-width: 75% !important;
}
/*Preview garden button*/
a.own-garden-preview {
  float: right;
  background: #007824;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  text-transform: none;
  padding: 6px 12px;
  line-height: 28px;
}
a.own-garden-preview:hover {
  background: #128735;
  color: #fff;
}
/*Checkbox (puutarhamatkailukohde / osallistuu teemapäivään)*/
.garden-profile .acf-form-fields.-general {
  background-color: #017824;
  padding: 5px 10px 5px 10px;
  border-radius: 15px;
  margin: 20px 5px !important;
  margin-bottom: 40px !important;
}
.garden-profile #acf-form .acf-form-fields.-general .acf-field.acf-field-puutarha-matkailu , .garden-profile #acf-form .acf-form-fields.-general .acf-field.acf-field-osallistuu-teemapaiva {
	padding-bottom: 5px !important;
}
/*Checkbox descriptions*/
.acf-form-fields.-general .acf-field p.description {
  color: #fffce8 !important;
  font-size: 14px;
  line-height: 20px;
}
.garden-profile .acf-form-fields.-general .acf-field .acf-tooltiptext {
	padding: 0;
}
a.tooltip-info:hover {
	opacity: 1;
}
.garden-profile .acf-form-fields.-general p {
	margin-bottom: 0;
}
.acf-field.acf-field-osallistuu-teemapaiva {
	border-top: none !important;
}
/*Checkboxes*/
.garden-profile .acf-form-fields.-general input[type="checkbox"] {
	width: 20px;
	height: 20px;
}
/*Checkbox titles*/
.garden-profile .acf-form-fields.-general span.message {
  color: white;
  font-size: 18px;
  font-weight: 700;
}
/*Form area*/
#acf-form {
	float: left
}
#acf-form .acf-form-fields.-all-others {
	background: #F3F0DD;
	padding: 25px;
	margin-bottom: 30px;
}
/*Form item area*/
#acf-form .acf-field {
	padding-left: 0;
	padding-right: 0;
	padding: 0 0 25px 0 !important;
}
/*Form label*/
.acf-field .acf-label label {
  cursor: pointer;
  font-weight: 700 !important;
  color: #617363;
  text-transform: uppercase;
  font-size: 15px;
	line-height: 20px;
	margin: 0;
}
.acf-field .acf-label {
	margin-bottom: 7px;
}
/*Form input text*/
.acf-fields>.acf-field {
  border: none;
}
.acf-field input[type=text], .acf-field input[type=password], .acf-field input[type=date], .acf-field input[type=datetime], .acf-field input[type=datetime-local], .acf-field input[type=email], .acf-field input[type=month], .acf-field input[type=number], .acf-field input[type=search], .acf-field input[type=tel], .acf-field input[type=time], .acf-field input[type=url], .acf-field input[type=week], .acf-field textarea, .acf-field select , span.select2 /*, span.select2 span.selection , span.select2 span.selection span*/ {
  width: 100%;
  padding: 8px 15px;
	color: #0a402b;
	font-size: 19px !important;
	height: 40px;
  line-height: 1.4 !important;
	border: 1px solid #007824 !important;
	background: white !important;
}
.select2-container--default .select2-selection--single {
  border: none !important;
  border-radius: 0 !important;
}
/*Select arrow*/
.acf-field select {
	background: white url(/wp-content/plugins/garden/images/arrow-down.png) no-repeat scroll right center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #0A402B transparent transparent transparent !important;
  border-width: 5px 5px 0 5px !important;
}

/*Fields side-by-side*/
@media screen and (min-width: 992px) {
#acf-form .acf-field {
	width: calc(48% - 8px) !important;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}
}
/*Certain fields full width (1st page)*/
#acf-form .acf-field.acf-field-postinumero {
	display: block;
}
@media screen and (min-width: 992px) {
#acf-form .acf-field.acf-field-heading-puutarhantiedot , #acf-form .acf-field.acf-field-postitusosoite-help , #acf-form .acf-field.acf-field-heading-postitusosoite , #acf-form .acf-field.acf-field-tapahtumapakettitilaus , #acf-form .acf-field.acf-field-osallistumismaksu , #acf-form .acf-field.acf-field-heading-puutarhanomistajat{
	width: calc(100% - 20px) !important;
	display: block;
}
}
#acf-form .acf-field.acf-field-heading-aukioloajat {
	padding-bottom: 0 !important;
}
.acf-field-heading-puutarhanomistajat p {
	margin-bottom: 0;
}
/*Mailing fields three side-by-side*/
@media screen and (min-width: 992px) {
#acf-form .acf-field.acf-field-posti-osoite {
	width: calc(42% - 8px) !important;
}
#acf-form .acf-field.acf-field-posti-numero {
	width: calc(20% - 8px) !important;
}
#acf-form .acf-field.acf-field-posti-kaupunki {
	width: calc(31% - 8px) !important;
}
}

/*Help line: mailing address & garden presentation*/
#acf-form .acf-field.acf-field-postitusosoite-help , #acf-form .acf-field.acf-field-esittely-help {
	background: #FFFCE9;
	padding: 15px !important;
	margin-bottom: 30px;
}
#acf-form .acf-field.acf-field-postitusosoite-help p {
	margin-bottom: 0;
	font-size: 15.5px;
	line-height: 20px;
}
#acf-form .acf-field.acf-field-esittely-help p {
	margin-bottom: 0;
	line-height: 25px;
}
#acf-form .acf-field.acf-field-esittely-help .acf-label {
	margin: 0;
}

#acf-form .acf-field.acf-field-postitusosoite-help .acf-label {
	margin: 0;
}

/*Tapahtumapaketti & Vapaaehtoinen osallistumismaksu radio buttons*/
.acf-field-tapahtumapakettitilaus span , .acf-field-osallistumismaksu span {
  color: #617363;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  font-family: "Josefin sans";
}
.acf-field-tapahtumapakettitilaus li , .acf-field-osallistumismaksu li {
	margin-bottom: 5px !important;
}

/*Button*/
.acf-form-submit {
	margin-left: 10px;
	margin-right: 10px;
}
.acf-button.button-primary {
  color: #fff;
  background-color: #007824;
  padding: 10px;
  margin-bottom: 10px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
}
/*Garden title (h2)*/
.garden-profile h2 {
  font-size: 25px;
  text-transform: uppercase;
}
/*H3 headings*/
.garden-profile h3 {
  font-weight: 700;
  color: #007824;
  font-size: 18px;
  text-transform: uppercase;
	letter-spacing: 0;
	margin: 20px 0 10px 0;
}
/*2nd page fields width & height*/
@media screen and (min-width: 992px) {
#acf-form .acf-field.acf-field-heading-puutarhanesittely , #acf-form .acf-field.acf-field-esittely-help , #acf-form .acf-field.acf-field-esittely , #acf-form .acf-field.acf-field-esittely-sv , #acf-form .acf-field.acf-field-kuvaus , #acf-form .acf-field.acf-field-kuvaus-sv , #acf-form .acf-field.acf-field-heading-aukioloajat , #acf-form .acf-field.acf-field-aukiolo-sopimus , #acf-form .acf-field.acf-field-aukiolo-aikoina {
	width: calc(100% - 20px) !important;
	display: block;
}
}
textarea#acf-field_esittely , textarea#acf-field_esittely_sv {
	height: 80px;
}
textarea#acf-field_kuvaus , textarea#acf-field_kuvaus_sv {
	height: 200px;
}
textarea#acf-field_aukioloajat , textarea#acf-field_aukioloajat_sv {
	height: 200px;
}
/*Opening hours checkboxes*/
.acf-field-aukiolo-sopimus span , .acf-field-aukiolo-aikoina span {
  font-weight: bold;
  color: #617363;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Josefin sans";
  line-height: 20px;
  margin-bottom: 15px;
}
#acf-form .acf-field.acf-field-aukiolo-sopimus {
	padding-bottom: 0 !important;
}
.acf-field-aukiolo-sopimus label {
	margin-bottom: 10px;
}
#acf-form .acf-field.acf-field-aukiolo-sopimus .acf-label , #acf-form .acf-field.acf-field-aukiolo-aikoina .acf-label {
	margin: 0;
}
.acf-field.acf-field-aukiolo-sopimus input , .acf-field.acf-field-aukiolo-aikoina input {
	width: 20px !important;
	height: 20px !important;
}
/*Opening hours infotext*/
.acf-field.acf-field-aukioloajat p.description , .acf-field.acf-field-aukioloajat-sv p.description {
	color: silver;
	font-size: 14px;
  line-height: 20px;
}

/*3rd page fields width*/
@media screen and (min-width: 992px) {
#acf-form .acf-field.acf-field-heading-puutarhanluokittelut , #acf-form .acf-field.acf-field-top-level-classes , #acf-form .acf-field.acf-field-second-level-ammattiviljelma , #acf-form .acf-field.acf-field-services , #acf-form .acf-field.acf-field-servicelanguages , #acf-form .acf-field.acf-field-second-level-julkinen , #acf-form .acf-field.acf-field-second-level-yksityis {
	width: calc(100% - 20px) !important;
	display: block;
}
/*Left column float left*/
.acf-field.acf-field-group.acf-field-selected-classes {
	float: left;
}
}
#acf-form {
	width: 100%;
}
/*No background or border for columns*/
.acf-fields.-border {
  border: none !important;
  background: transparent !important;
}
/*List items line height*/
.acf-fields.-border ul.acf-radio-list li, .acf-fields.-border ul.acf-checkbox-list li {
  line-height: 28px !important;
}
/*Bullets & boxes size*/
ul.acf-radio-list li input[type=checkbox], ul.acf-radio-list li input[type=radio], ul.acf-checkbox-list li input[type=checkbox], ul.acf-checkbox-list li input[type=radio] {
  width: 20px !important; 
  height: 20px !important;
  margin-right: 8px !important;
}
ul.acf-radio-list li input[type=checkbox] , ul.acf-checkbox-list li input[type=checkbox] {
	margin-right: 4px !important;
}
/*Column bottom border responsive*/
@media screen and (max-width: 992px) {
	#acf-form .acf-field.acf-field-selected-classes {
		padding-bottom: 0 !important;
	}
}

/*4th page fields width & height*/
@media screen and (min-width: 992px) {
#acf-form .acf-field.acf-field-heading-puutarhanmedia , #acf-form .acf-field.acf-field-media-gallery {
	width: calc(100% - 20px) !important;
	display: block;
}
#acf-form .acf-field.acf-field-oembed.acf-field-video , #acf-form .acf-field.acf-field-file.acf-field-document-upload {
	display: block;
	width: fit-content !important;
	min-width: 30vw;
}
}
/*Images description*/
.acf-field-media-gallery p {
  line-height: 25px;
  color: #333333 !important;
}
/*Media gallery*/
.media-modal-content #menu-item-browse , .media-modal-content #menu-item-upload {
	color: #333333;
}
/*Delete permanently button*/
.media-modal .delete-attachment, .media-modal .trash-attachment, .media-modal .untrash-attachment {
  font-size: 15px;
  text-transform: none;
}
/*Edit image (captions etc) column*/
#acf-field_media_gallery .acf-gallery-side-data tr.acf-field {
	width: 100% !important;
	display: block;
}
/*Title font*/
#acf-field_media_gallery .acf-gallery-side-data .form-table>tbody>.acf-field>.acf-label label {
  text-transform: none;
}
/*Input field*/
#acf-field_media_gallery .acf-gallery-side-data .form-table input {
	height: 30px;
	font-size: 16px !important;
}
#acf-field_media_gallery .acf-gallery-side-data .form-table .acf-field textarea {
	font-size: 16px !important;
}
/*Rotate button*/
button.rotate-image-button {
  padding: 10px 10px 8px 10px;
  line-height: 16px;
  font-size: 14px;
}
/*No borders*/
#acf-field_media_gallery .acf-gallery-side-data .form-table td {
	border-bottom: none
}
/*Fields' bottom padding*/
#acf-form #acf-field_media_gallery .acf-gallery-side-data .acf-field {
  padding: 0 0 10px 0 !important;
}
/*Fields' width*/
#acf-field_media_gallery td.acf-input {
	width: 100%;
}
/*Add file button*/
.acf-button.button {
  padding: 10px;
  font-size: 14px;
  font-weight: 700;
}

/*5th page fields width & height*/
@media screen and (min-width: 992px) {
#acf-form .acf-field.acf-field-heading-ryhmapuutarha , #acf-form .acf-field.acf-field-ryhmapuutarha-repeater , #acf-form .acf-field.acf-field-ryhma-osallistuu{
	width: calc(100% - 20px) !important;
	display: block;
}
}
/*Paragraph color*/
.acf-field-ryhmapuutarha-repeater p {
	color: #333333 !important;
	line-height: 25px;
	background: #FFFCE9;
  padding: 15px !important;
}
/*Table layout*/
.acf-field-ryhmapuutarha-repeater .acf-table {
	border: none;
	margin-top: 20px;
}
/*Row layout*/
.acf-field-ryhmapuutarha-repeater .acf-fields.-left {
	border: none;
	background: #FFFCE9;
}
#acf-form .acf-fields.-left>.acf-field {
	padding-top: 10px !important;
	padding-bottom: 0 !important;
	margin-bottom: 5px;
	margin-top: 5px;
	border: none;
}
/*"Borders"*/
.acf-repeater .acf-row-handle.order {
  background: #FFFCE9 !important;
  color: #617363 !important;
  font-weight: 700;
}
.acf-repeater .acf-row-handle.remove {
  background: #FFFCE9 !important;
  border: none !important;
}
/*Label width*/
.acf-field-ryhmapuutarha-repeater .acf-fields.-left>.acf-field:before {
  width: 35% !important;
  background: transparent !important;
  border: none !important;
}
.acf-fields.-left>.acf-field>.acf-label {
  width: 35% !important;
}
/*Input width*/
.acf-fields.-left>.acf-field>.acf-input {
  width: 65% !important;
}
.acf-field-ryhmapuutarha-repeater .acf-field input[type=text] {
	height: 35px;
	font-size: 17px !important;
}
/*Add row icon*/
.acf-repeater .acf-row-handle .acf-icon {
  top: 20% !important;
  margin: 0 0 0 -10px !important;
}
/*Remove row icon*/
.acf-repeater .acf-row-handle .acf-icon.-minus {
  top: 60% !important;
}
/*Icon size*/
.acf-icon.small, .acf-icon.-small {
  line-height: 20px !important;
  font-size: 19px !important;
}

/*6th page fields width & height*/
#acf-form .acf-field.acf-field-heading-puutarhanjulkaisu , #acf-form .acf-field.acf-field-validated-visibility , #acf-form .acf-field.acf-field-haluan-kaannokset{
	width: calc(100% - 20px) !important;
	display: block;
}
/*Paragraph color*/
.acf-field-validated-visibility p {
	color: #333333 !important;
	line-height: 25px;
	margin-bottom: 20px !important;
}
/*Option show garden*/
.acf-field.acf-field-validated-visibility span.message {
  font-weight: bold;
  color: #617363;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "josefin sans";
}
/*Remove garden button*/
.remove-garden-link a.btn {
  color: #f00;
  font-weight: bold;
  font-size: 0.8em;
  background: transparent;
  padding: 10px;
  text-transform: none;
}
.remove-garden-link {
	float: right;
	width: 48%;
	text-align: right;
}
/*Publish garden button*/
.acf-form-submit {
	width: 48%;
	float: left;
}
/*Publishing / review info text*/
.garden-pending {
	background-color: #444;
	float: left;
	color: white;
	padding: 15px;
  margin: 20px 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 700;
  line-height: 22px;
}
.bootstrap .alert {
  
}

/*OMAT TIEDOT - PROFILE PAGE*/
/*Address & password fields full-width*/
@media screen and (min-width: 992px) {
#acf-form .acf-field.acf-field-street , #acf-form .acf-field.acf-field-password {
	width: calc(100% - 20px) !important;
	display: block;
}
}
.acf-field.acf-field-password p {
	color: #333333 !important;
}
/*Notes and User information text area height*/
.acf-field.acf-field-notes textarea , .acf-field.acf-field-user-information textarea {
	height: 200px !important;
}
/*No top border for items*/
.garden-profile .acf-fields>.acf-field {
	border: none;
}

/*CREATE NEW GARDEN POP-UP*/
/* Popup container */
.start-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent background */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Popup content */
.start-popup .popup-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  max-width: 600px;
  width: 90%;
  margin: 30px auto;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

/*Show popup*/
.start-popup.show {
  visibility: visible;
  opacity: 1;
}
/*Popup layout*/
.popup-content p {
  max-width: 900px;
  width: 100%;
  background: #F3F0DD;
  padding: 35px;
  line-height: 25.5px;
  text-align: left;
}
/*Close button*/
.start-popup .close-popup {
  background-color: #007824;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 20px;
}
.start-popup .close-popup:hover {
  background-color: #0A402B;
}

/*R E S P O N S I V E Garden profile page*/
/*Show sidebar menu + width of sidebar & content*/
@media screen and (max-width: 960px) {
body.page-id-2285 .nv-sidebar-wrap , body.page-id-2396 .nv-sidebar-wrap {
  display: block;
  max-width: 30% !important;
}
.garden-profile .nv-single-page-wrap.col, body.page-id-2285 .nv-single-page-wrap.col, body.page-id-2396 .nv-single-page-wrap.col {
  max-width: 70% !important;
}
}
@media screen and (max-width: 810px) {
body.page-id-2285 .nv-sidebar-wrap , body.page-id-2396 .nv-sidebar-wrap {
  max-width: 100% !important;
  padding-bottom: 0;
}
.garden-profile .nv-single-page-wrap.col, body.page-id-2285 .nv-single-page-wrap.col, body.page-id-2396 .nv-single-page-wrap.col {
  max-width: 100% !important;
}
}
/*Preview garden button font*/
@media screen and (max-width: 1100px) {
a.own-garden-preview {
  font-size: 18px;
}
}

/*Hide "Suomeksi" and "På svenska" headings*/
@media screen and (max-width: 992px) {
	.acf-field-heading-suomeksi , .acf-field-heading-pasvenska {
		display: none;
	}
}
/*Fields side-by-side width*/
@media screen and (min-width: 992px) and (max-width: 1096px) {
#acf-form .acf-field {
	width: calc(47% - 8px) !important;
}
}
/*Checkbox descriptions' width*/
@media screen and (max-width: 1115px) {
	.acf-form-fields.-general .acf-field .acf-tooltiptext {
    width: 30vw;
}
}
@media screen and (max-width: 992px) {
	.acf-form-fields.-general .acf-field .acf-tooltiptext {
    width: 60vw;
}
}
@media screen and (max-width: 810px) {
	.acf-form-fields.-general .acf-field .acf-tooltiptext {
    width: 90vw;
}
}
@media screen and (max-width: 600px) {
	.acf-form-fields.-general .acf-field .acf-tooltiptext {
    width: 80vw;
}
}
/*Checkbox (puutarhamatkailukohde / osallistuu teemapäivään)*/
.garden-profile .acf-form-fields.-general {
  background-color: #017824;
  padding: 5px 10px 5px 10px;
  border-radius: 15px;
  margin: 20px 5px !important;
  margin-bottom: 40px !important;
}
.garden-profile #acf-form .acf-form-fields.-general .acf-field.acf-field-puutarha-matkailu , .garden-profile #acf-form .acf-form-fields.-general .acf-field.acf-field-osallistuu-teemapaiva {
	padding-bottom: 5px !important;
}
/*Form max width & button font size in mobile*/
@media screen and (max-width: 390px) {
	#acf-form {
		max-width: 100% !important;
	}
	.acf-button.button {
		font-size: 12px;
	}
}
/*4th page (media page)*/
/*Gallery image width in mobile*/
@media screen and (max-width: 650px) {
.acf-gallery[data-columns="3"] .acf-gallery-attachment.active {
  width: 90% !important;
}
.acf-gallery[data-columns="4"] .acf-gallery-attachment.active {
  width: 40% !important;
}
.acf-gallery[data-columns="2"] .acf-gallery-attachment.active {
  width: 100%;
}
}
/*Edit table column sizes*/
@media screen and (max-width: 485px) {
	/*Left column*/
	.acf-gallery .acf-gallery-main {
		right: 300px !important;
	}
	/*Right column*/
	.acf-gallery-side , .acf-gallery-side-inner {
		width: 300px !important;
	}
}
@media screen and (max-width: 430px) {
	/*Left column*/
	.acf-gallery .acf-gallery-main {
		right: 250px !important;
	}
	/*Right column*/
	.acf-gallery-side , .acf-gallery-side-inner {
		width: 250px !important;
	}
}
/*Button font size*/
@media screen and (max-width: 800px) {
	#acf-field_media_gallery .acf-button.button {
		font-size: 12px;
	}
}

/*5th page label width*/
@media screen and (max-width: 480px) {
.acf-field-ryhmapuutarha-repeater .acf-fields.-left>.acf-field:before {
  width: 100% !important;
}
.acf-fields.-left>.acf-field>.acf-label {
  width: 100% !important;
}
/*Input width*/
.acf-fields.-left>.acf-field>.acf-input {
  width: 100% !important;
}
/*Last field bottom margin*/
.acf-field-ryhma-nimi-se {
	margin-bottom: 20px !important;
}
}
/*Omat tiedot form area*/
@media screen and (max-width: 992px) {
#acf-form {
	width: 100%;
}
}

/*NAVIGATION*/
/*Area spacing*/
.sidenavi ul {
	padding-left: 0;
}

/*Omat tiedot*/
/*"Heading"*/
li.omat-tiedot {
	padding-top: 0.5em;
  padding-bottom: 0;
	margin-bottom: -10px;
  text-transform: uppercase;
	font-weight: 700;
	font-size: 17px;
	list-style-type: none;
}
li.omat-tiedot a {
	text-decoration: none;
	color: #0A402B;
}
/*Icons*/
i.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome !important;
  font-size: inherit;
  text-rendering: auto;
}
.fa-user:before {
  content: "\f007";
}
.fa-leaf:before {
    content: "\f06c";
}

/*"Puutarhan tiedot"*/
.puutarhantiedot {
  border-top: 1px solid #007824;
  padding: 24px 0 4px 1px;
}
.puutarhantiedot h5 {
	text-transform: uppercase;
  color: #6d6b59;
  font-size: 12px;
	font-family: "Josefin sans";
	margin-bottom: 10px;
}
.puutarhantiedot h4 {
	padding: 0px 0 4px 1px;
  text-transform: uppercase;
	margin-bottom: 12px;
}

/*Remove bullets*/
.sidenavi {
  --liststyle: none;
}

/*Navigation list*/
.sidenavi ul ul {
  float: none;
  margin-bottom: 1em;
	margin-top: 0;
  border-bottom: 0;
  border-left: 7px solid #f7d6c5;
  padding-left: 10px;
}
.sidenavi ul ul li {
  position: relative;
	line-height: 20px;
	padding: 10px 0 0 7px;
	margin: 0;
	font-size: 15.5px;
}
.sidenavi ul ul li a {
  padding-left: 10px;
	font-weight: bold;
  font-size: 17px;
	text-decoration: none;
}

/*"Uusi puutarha" button*/
.uusi-tarha {
  padding-top: 1em;
  padding-bottom: 0.5em;
  text-transform: uppercase;
  color: #007824;
  border-top: 1px solid #007824;
}
.uusi-tarha a {
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	list-style-type: none !important;
	list-style: none !important;
}

/*SEARCH PAGE*/
/*Hide page h1*/
.post-type-archive-puutarhat h1 {
	display: none;
}
.sub-main-image-area h1 {
	display: block;
}
/*Container background, width & margin*/
.garden-module-content .search-main-container {
  position: relative;
  /*z-index: 99;*/
  max-width: 1160px;
  background: #007824;
  color: #fff;
  margin: -90px auto 0 auto;
}
/*Ad bottom padding*/
.garden-module-content .advertisement {
	padding-bottom: 40px;
}
/*Container padding*/
.garden-module-content .search-main-container .search-basic-container, .garden-module-content .search-main-container .search-extended-container, .garden-module-content .search-main-container .search-buttons-container {
  padding: 0 50px 30px 50px;
}
.search-basic-container.cpth-basic-container {
	padding-bottom: 0 !important;
}
/*Heading row margin*/
.form-styles .row, .content .content-form .row, #garden-control .row, .garden-module-content .row {
  margin-bottom: 15px;
}
/*Table layout*/
.bootstrap .clearfix:before, .bootstrap .clearfix:after, .bootstrap .dl-horizontal dd:before, .bootstrap .dl-horizontal dd:after, .bootstrap .container:before, .bootstrap .container:after, .bootstrap .container-fluid:before, .bootstrap .container-fluid:after, .bootstrap .row:before, .bootstrap .row:after, .bootstrap .form-horizontal .form-group:before, .bootstrap .form-horizontal .form-group:after, .bootstrap .btn-toolbar:before, .bootstrap .btn-toolbar:after, .bootstrap .btn-group-vertical > .btn-group:before, .bootstrap .btn-group-vertical > .btn-group:after, .bootstrap .nav:before, .bootstrap .nav:after, .bootstrap .navbar:before, .bootstrap .navbar:after, .bootstrap .navbar-header:before, .bootstrap .navbar-header:after, .bootstrap .navbar-collapse:before, .bootstrap .navbar-collapse:after, .bootstrap .pager:before, .bootstrap .pager:after, .bootstrap .panel-body:before, .bootstrap .panel-body:after {
  content: " ";
  display: table;
}
/*Heading*/
.garden-module-content .search-main-container h2 {
  font-weight: 700;
  font-size: 30px;
  margin-top: 35px;
  margin-bottom: 10px;
  color: white;
  padding: 0 15px;
}
/*Checkbox columns*/
/*Width & alignment*/
@media screen and (min-width: 992px) {
.col-md-5.boxed-large {
  width: 41.66666667%;
  padding: 0 15px;
}
}
.col-md-5.boxed-large , .col-md-5.boxed-large label {
	align-items: center;
	display: flex;
}
/*Checkbox*/
input.box {
	width: 35px;
  height: 35px;
  margin-right: 10px;
}
input[type="checkbox"] {
	accent-color: #0A402B;
}
/*Checkbox text*/
.checkbox-custom-styles .boxed-large label span, .garden-module-content .search-main-container .boxed-large label span {
  font-size: 1.2em;
  font-weight: 700;
  margin-right: 20px;
}
/*Tooltip info*/
.tooltip-info svg {
  position: absolute;
  width: 25px;
  height: 25px;
  transform: translateY(-50%) translateX(-50%);
  fill: #FFF;
}
/*Tooltip text*/
.tooltip-info .tooltiptext {
  visibility: hidden;
  max-width: 300px;
  background-color: white;
  color: #333;
  box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.34);
  font-size: 16px;
  line-height: 22px;
  padding: 20px;
  border-radius: 5px;
  position: absolute;
  margin-top: 20px;
  margin-left: -80px;
  z-index: 9999 !important;
  font-family: 'Josefin Sans', sans-serif;
  opacity: 1 !important;
}
p.tag-tooltip-paragraph {
	margin-bottom: 0;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip-info:hover .tooltiptext {
  visibility: visible;
  opacity: 1 !important;
  z-index: 999 !important;
}

/*Filter fields*/
@media screen and (min-width: 992px) {
	.col-md-4.search-row-dynamic {
  width: 33.33333333%;
  padding: 0 15px;
}
}
/*Freetext field*/
.garden-module-content .search-main-container .input-icon-row input, .garden-module-content .search-main-container .input-icon-row select {
  padding-left: 55px;
  color: #007824;
  background: #FFFCE9;
  height: 50px;
  border: 0 !important;
  width: 100%;
}
.form-styles input[type=text], .content .content-form input[type=text], #garden-control input[type=text], .garden-module-content input[type=text], .form-styles input[type=password], .content .content-form input[type=password], #garden-control input[type=password], .garden-module-content input[type=password], .form-styles input[type=file], .content .content-form input[type=file], #garden-control input[type=file], .garden-module-content input[type=file], .form-styles select, .content .content-form select, #garden-control select, .garden-module-content select {
  border-radius: 0;
  padding: 8px 15px;
  font-size: 20px;
}
/*Filter row icons*/
.garden-module-content .search-main-container .input-icon-row .fas {
  position: absolute;
  width: 30px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  color: #007824;
  margin-left: 15px;
  margin-top: 5px;
}
/*Dropdown menu icon*/
.garden-module-content .search-main-container .input-icon-row select {
  background: #FFFCE9 url(/wp-content/plugins/garden/images/arrow-down.png) no-repeat scroll right center;
}
/*Dropdown menu color*/
.garden-module-content .search-main-container .input-icon-row select option {
	color: #007824;
}

/*Advanced search options*/
/*Headings*/
.col-md-4.search-row-dynamic h3 {
	color: white;
	text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 15px;
  letter-spacing: 0;
  margin-top: 20px;
}
/*Checkbox rows*/
.search-row-dynamic .checkbox {
	align-items: center;
	display: flex;
	line-height: 40px;
}
/*Checkboxes*/
.row.cpth-advanced-search input.class-checkbox {
	width: 27px;
  height: 27px;
  margin-right: 10px;
}
/*Checkbox text*/
.search-row-dynamic .checkbox label {
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  padding-left: 5px;
}

/*Buttons container*/
.col-md-6.the-buttons {
	width: 100%;
	padding: 2px 15px;
}
/*Buttons area width & float*/
@media screen and (min-width: 992px) {
	.search-buttons-container .col-md-6 {
  width: 50%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
}
/*More search criteria (Laajempi haku) button*/
.garden-module-content .search-main-container .search-buttons-container .btn.btn-advanced-show {
  border: 2px solid #fff;
  background: transparent;
  padding: 12px 14px 9px 14px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}
/*Clear / tyhjennä valinnat button*/
.garden-module-content .search-main-container #reset-button {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  background: transparent;
}
/*Show gardens / näytä puutarhat button*/
.garden-module-content .search-main-container .btn-primary.search {
  background: #F3D7C9;
  color: #007824;
  font-weight: 700;
  border: 0;
  text-transform: uppercase;
  font-size: 15px;
  padding: 14px;
  line-height: 17px;
}
/*Two last buttons align right*/
.search-buttons-container .col-md-6:nth-child(2) {
  text-align: right;
}

/*R e s p o n s i v e - search bar*/
/*Heading padding*/
@media screen and (max-width: 992px) {
	.garden-module-content .search-main-container h2 {
    padding-left: 0;
}
}
/*Items one per row + item margin*/
@media screen and (max-width: 992px) {
	.search-basic-container .row {
		display: block;
	}
	.search-basic-container .row .col-md-5 , .search-basic-container .col-md-4.search-row-dynamic {
		margin-bottom: 5px;
	}
	/*Buttons padding*/
	.col-md-6.the-buttons {
    padding: 2px 0;
}
}
/*Item heading font*/
@media screen and (max-width: 600px) {
	.garden-module-content .search-main-container .boxed-large label span {
    font-size: 1.1em;
    line-height: 24px;
}
}
/*Buttons top padding*/
@media screen and (max-width: 600px) {
  .col-md-6.the-buttons {
    margin-bottom: 10px;
    margin-top: 5px;
}
}

/*SEARCH RESULTS*/
/*Page H1*/
.post-type-archive-puutarhat .sub-main-image-area .wp-block-cover__inner-container {
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
}
/*Area*/
.cpth-results {
  margin: 0 auto;
  max-width: 1200px;
  min-height: 600px;
  padding-left: 25px;
  padding-right: 25px;
}
/*Garden list selections*/
.cpth-results .row {
  padding: 0 10px;
}
@media screen and (min-width: 992px) {
	.cpth-results .col-md-6 {
  width: 50%;
  float: left;
  position: relative;
  min-height: 1px;
}
}
/*All buttons*/
.garden-module-content .cpth-results select , .garden-module-content .cpth-results a.btn {
	font-size: 15px;
  text-transform: uppercase;
  line-height: 25px;
  border: 0;
  font-weight: bold;
  cursor: pointer;
  color: #007824;
}
/*Sorting dropdown*/
.garden-module-content .cpth-results select {
  margin: 30px 0;
  padding: 11px 22px;
  padding-right: 40px !important;
  height: 46px;
  background: #F3D7C9 url(/wp-content/plugins/garden/images/arrow-down.png) no-repeat scroll right center;
}
/*View selection buttons*/
.garden-module-content .cpth-results a.btn {
  padding: 12px 22px;
  background: #F3D7C9;
  display: inline-block;
  margin: 30px 0 30px 15px;
}
.garden-module-content .cpth-results .col-md-6.cpth-buttons-container {
	text-align: right;
}
/*Active button style*/
.garden-module-content .cpth-results a.selected {
  background: #007824;
  color: #fff;
}

/*GALLERY VIEW*/
/*Hide map*/
.cpth-results-container.gallery-view + #map {
	display: none;
}
/*Item area size & spacing*/
.cpth-results-container.gallery-view {
	margin-left: -2.3%;
	margin-right: -2.3%;
}
.cpth-results-container.gallery-view .single-garden {
  float: left;
  position: relative;
  margin-bottom: 30px;
  width: 30%;
  overflow: hidden;
  margin-right: 1.3%;
  margin-left: 1.8%;
  height: 285px;
}
/*Image size*/
.cpth-results-container.gallery-view .single-garden img {
  transform: scale(1);
  /*transition: all 2s ease-in-out;*/
  width: 100%;
  height: 285px;
  object-fit: cover;
}
/*Hide description, street & zipcode*/
.cpth-results-container.gallery-view .single-garden p.garden-kuvaus , .cpth-results-container.gallery-view .single-garden .garden-osoite-katu , .cpth-results-container.gallery-view .single-garden .garden-osoite-nro {
	display: none;
}
/*Title & location on top of image*/
.cpth-results-container.gallery-view .single-garden .single-garden-list-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 22;
  color: #fff;
  width: 100%;
  padding: 6px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
}
/*Garden title (gallery & list view)*/
.cpth-results-container.gallery-view .single-garden h2 {
  color: #FFFFED;
  padding: 0 0 0 15px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0 10px 0;
  letter-spacing: 0;
}
/*Location*/
.cpth-results-container.gallery-view .single-garden .garden-osoite {
  padding: 0 0 0 15px;
  margin-bottom: 10px;
}
/*Item hover*/
.cpth-results-container.gallery-view .single-garden:hover img {
  transform: scale(1.1);
  transition: all 2s ease-in-out;
}
/*Osallistuu teemapäivään style*/
.cpth-results-container.gallery-view .single-garden .garden-participate-image {
  position: absolute;
  top: 0;
  z-index: 22;
  background: #F3D7C9;
  right: 0;
  text-align: center;
  padding: 5px 10px;
  color: #007824;
  font-size: 80%;
  line-height: 21px;
  font-weight: bold;
}
.cpth-results-container.gallery-view .single-garden .garden-participate-image:before {
  position: absolute;
  left: -19px;
  content: "";
  width: 20px;
  height: 100%;
  background: #F3D7C9;
  display: block;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  top: 0;
}
/*Osallistuu teemapäivään style*/
.cpth-results-container.list-view .single-garden .garden-participate-image {
  position: absolute;
  z-index: 22;
  background: #F3D7C9;
  left: auto;
  text-align: center;
  padding: 5px 10px;
  color: #007824;
  font-size: 80%;
  line-height: 21px;
  font-weight: bold;
}
.cpth-results-container.list-view .single-garden .garden-participate-image:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 100%;
  background: #F3D7C9;
  display: block;
  top: 0;
  right: -19px;
  clip-path: polygon(100% 0, 0% 0%, 0% 100%);
}
/*Show more button*/
.cpth-results #cpth-load-more-button {
  margin: 30px 0;
  padding: 12px 22px;
  background: #F3D7C9;
  font-size: 20px;
  line-height: 25px;
  border-radius: 3px;
  font-weight: bold;
  text-transform: none;
  cursor: pointer;
  color: #007824;
}
.garden-show-more {
	text-align: center;
}

/*R e s p o n s i v e*/
/*2 items side-by-side*/
@media screen and (max-width: 800px) {
.cpth-results-container.gallery-view .single-garden {
  width: 45%;
}
}
/*1 item per row*/
@media screen and (max-width: 480px) {
.cpth-results-container.gallery-view .single-garden {
  width: 100%;
}
}
/*List and Map button margins*/
@media screen and (max-width: 640px) {
	.garden-module-content .cpth-results a.btn.results-gallery , .garden-module-content .cpth-results a.btn.results-list {
		margin-bottom: 0;
	}
	.garden-module-content .cpth-results a.btn.results-map {
		margin-top: 10px;
	}
}

/*LIST VIEW*/
.cpth-results-container.list-view + #map {
	display: none;
}
/*Item background*/
.cpth-results-container.list-view .single-garden {
	background: #F3F0DD;
	height: 187.5px;
	margin-bottom: 30px;
}
/*Image size*/
.cpth-results-container.list-view .single-garden img {
  width: 250px;
  height: 187.5px;
  object-fit: cover;
}
/*Garden title*/
.cpth-results-container.list-view .single-garden h2 {
	margin: 0 0 10px 0;
	padding: 20px 15px 0px 25px;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 0;
}
/*Description*/
.cpth-results-container.list-view .single-garden .garden-kuvaus {
	display: block;
  padding: 20px 15px 15px 25px;
  max-height: 4.0em;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 27px;
  margin: 0 0 10px 0;
}
/*Hide location icon*/
.cpth-results-container.list-view .single-garden .garden-osoite i.fas {
	display: none;
}
/*Location*/
.cpth-results-container.list-view .single-garden .garden-osoite {
  padding: 0 0 0 25px;
  margin: 0 0 20px 0;
}
/*Image and text content side-by-side*/
.cpth-results-container.list-view .single-garden a {
	display: flex;
}
.cpth-results-container.list-view .single-garden .single-garden-list-content {
  width: 75%;
}
/*Item hover*/
.cpth-results-container.list-view .single-garden:hover {
  background: #007824;
  opacity: 0.9;
  color: white;
}
.cpth-results-container.list-view .single-garden:hover h2 , .cpth-results-container.list-view .single-garden:hover a {
  color: white;
}
/*R e s p o n s i v e*/
/*Font size & line height*/
@media screen and (max-width: 640px) {
	.cpth-results-container.list-view .single-garden .garden-kuvaus {
    padding: 0 15px 15px 25px;
    line-height: 22px;
}
	.cpth-results-container.list-view .single-garden h2 {
    font-size: 19px;
}
/*Hide overflow text*/
	.cpth-results-container.list-view .single-garden .single-garden-list-content {
    overflow: hidden;
    height: 187.5px;
	}
}

/*MAP VIEW*/
.cpth-results-container.map-view .single-garden {
	display: none;
}
/*Marker size & no-repeat*/
.custom-marker {
  width: 50px !important;
  height: 50px !important;
  background-repeat: no-repeat;
}
/*Text box style*/
.mapboxgl-popup-content {
  width: 200px;
}
.mapboxgl-popup-paragraph {
	font-size: 19px;
	font-family: "Josefin sans";
	font-weight: 500;
}  
.mapboxgl-popup-content h3 {
  background: #007824;
  color: #fff;
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 10px;
  border-radius: 3px 3px 0 0;
  font-weight: 600;
  margin-top: -15px;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 10px;
  line-height: 20px;
  font-size: 20px;
  letter-spacing: 0;
 } 
.mapboxgl-popup-content h4 {
  margin: 0;
  padding: 10px;
  font-weight: 400;
}
/*Info icon*/
.mapboxgl-ctrl-attrib-button {
  background-repeat: no-repeat;
}
/*Hide marker arrow*/
.mapboxgl-popup-anchor-top > .mapboxgl-popup-tip {
  border-bottom-color: #91c949;
  display: none;
}
/*Hide load more button*/
.container.map-view .garden-show-more {
	display: none;
}

/*GARDEN PAGE*/
/*Content area width*/
.single-puutarhat .nv-single-post-wrap.col {
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}
/*Gap between content areas*/
.single-puutarhat :where(.wp-block-columns.is-layout-flex) {
    gap: 45px;
}
/*Padding responsive*/
@media screen and (max-width: 1190px) {
	.single-puutarhat .wp-block-columns.is-layout-flex {
		padding-left: 20px;
		padding-right: 20px;
}
 .single-puutarhat .garden-showroom-contacts .wp-block-columns.is-layout-flex {
		padding-left: 0;
		padding-right: 0;
}
}
/*Buttons style*/
.garden-showroom-buttons a {
	padding: 18px 25px;
	background: #F7D6C5;
  line-height: 30px;
  font-size: 14px;
  color: #007824;
  font-weight: 700;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 600px) {
	.garden-showroom-buttons a {
		font-size: 12px;
		padding: 15px 20px;
	}
	.garden-showroom-buttons .btn i {
    margin-left: 10px !important;
    padding-right: 10px !important;
	}
}
@media screen and (max-width: 464px) {
	.garden-showroom-buttons a {
		font-size: 10px;
	}
}
@media screen and (max-width: 362px) {
	.garden-showroom-buttons .btn i {
		display: none;
	}
}
/*Button row hight & spacing*/
.garden-showroom-buttons {
  margin-bottom: 15px;
  /*margin-top: -30px;*/
  margin-top: 0;
  height: 55px;
  margin-left: 0;
  margin-right: 0;
}
/*Left button (back)*/
.garden-showroom-buttons .col-xs-6 {
    width: 50%;
    float: left;
}
a.btn-garden-back {
	padding-left: 0;
}
/*Right button (search)*/
.garden-showroom-buttons .col-xs-6.text-right {
	float: right;
	text-align: right;
}
a.btn-garden-search {
	padding-right: 5px;
}
/*Button icons*/
.garden-showroom-buttons .btn i {
  padding-top: 6px;
  margin-left: 20px;
  padding-right: 20px;
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-down:before {
  content: "\f078";
}
/*Button hover*/
.garden-showroom-buttons a:hover , .garden-showroom-buttons a:active {
	background: #F7D6C5;
  color: #333333;
}

/*"Osallistuu teemapäivään" style*/
.garden-showroom-pics .garden-showroom-garden-event {
  background: #F3D7C9;
  position: absolute;
  top: auto;
  z-index: 22;
  right: auto;
  text-align: center;
  padding: 0.5rem 1rem;
  color: #007824;
  font-weight: bold;
  font-size: 15.5px;
  line-height: 19px;
}
.garden-showroom-pics .garden-showroom-garden-event:before {
  position: absolute;
  right: -19px;
  content: "";
  width: 20px;
  height: 100%;
  background: #F3D7C9;
  display: block;
  clip-path: polygon(100% 0, 0% 0%, 0% 100%);
  top: 0;
}

/*Image size*/
.garden-showroom-pics , .garden-showroom-pics img {
	width: 575px;
	height: 575px;
	object-fit: cover;
}
@media screen and (max-width: 1190px) {
	.garden-showroom-pics , .garden-showroom-pics img {
	width: 45vw;
	height: 45vw;
}
}
@media screen and (max-width: 781px) {
	.garden-showroom-pics , .garden-showroom-pics img {
	width: 93vw;
	height: 93vw;
}
}
@media screen and (max-width: 400px) {
	.garden-showroom-pics , .garden-showroom-pics img {
	width: 91vw;
	height: 91vw;
}
}
/*Image thumbnails margin*/
.garden-showroom-media .garden-showroom-thumbs {
  margin: 20px 0 10px 0;
}
.garden-showroom-media .garden-showroom-thumbs > a, .garden-showroom-media .garden-showroom-thumbs > div {
  float: left;
  width: 55px;
  height: 55px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  border: 1px solid #F3F0DD;
  cursor: pointer;
  margin-bottom: 10px;
}
/*Gallery preview*/
.mfp-wrap .mfp-content {
	margin-top: 20px;
	margin-bottom: 20px;
}
.mfp-wrap .mfp-figure figure .mfp-img {
	max-height: 95vh !important;
}
/*Close button hover*/
button.mfp-close:hover {
	background: transparent;
}

/*Headings*/
/*Hide h1 in desktop*/
@media screen and (min-width: 782px) {
	h1.onlyinmobile {
		display: none !important;
	}
}
/*Hide h1 in mobile*/
@media screen and (max-width: 782px) {
	h1.onlyindesktop {
		display: none !important;
	}
}
/*Jaa sivu heading*/
.single-puutarhat h2.section-some-heading {
  float: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 0rem;
  margin-right: 20px;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
  color: gray;
  margin-top: 17px;
}
/*Social media buttons*/
/*Display inline*/
.section-some .some, .social-share .some {
  display: inline-block;
  vertical-align: top;
}
/*Button style*/
.section-some .some-icon, .social-share .some-icon {
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  border-radius: 40px;
  margin-right: 12.5px;
  background-color: #0a402b;
  transition: background-color  0.35s cubic-bezier(0.76, -0.16, 0.19, 1.17);
}
.section-some .some-icon svg, .social-share .some-icon svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  fill: #fff;
  transform: translateY(-50%) translateX(-50%) scale(0.55);
}
/*Check marks*/
.single-puutarhat .fa-times {
  font-size: 1.1em;
  background-position: bottom left;
  background-image: url("/wp-content/plugins/garden/images/icon-no.png");
  width: 20px;
  height: 20px;
}
.single-puutarhat .fa-check {
  background-position: bottom left;
  background-image: url("/wp-content/plugins/garden/images/icon-yes.png");
  width: 20px;
  height: 20px;
}
.single-puutarhat .fa-times:before , .single-puutarhat .fa-check:before {
	content: none;
}
/*No bullets + padding & margin for list*/
.single-puutarhat ul li {
	list-style: none;
}
.single-puutarhat ul {
	padding-left: 0;
	margin: 10px 0;
}
/*No margin for main menu submenu*/
.single-puutarhat ul.sub-menu {
	margin-top: 0;
}
.single-puutarhat .nv-content-wrap li {
	margin-top: 0;
}
/*Group Garden (ryhmäpuutarha)*/
.group-garden-box {
  background: #F3F0DD;
  margin-top: 20px;
  padding: 15px;
  margin-bottom: 30px;
}
p.group-garden-help {
	margin-bottom: 15px;
}
/*Group garden icons*/
.group-graden-list .fas {
	margin-right: 10px;
}
.group-graden-list li {
	align-items: center;
	display: flex;
}

/*DETAIL BOX*/
.garden-showroom.row {
	background: #F3F0DD;
}
.single-puutarhat .garden-showroom-contacts {
  padding-bottom: 25px;
  margin-bottom: 20px;
  position: relative;
  height: 100%;
  padding: 10px 18px;
}
@media screen and (max-width: 1190px) {
	.garden-showroom.row {
  margin-left: 20px;
  margin-right: 20px;
}
}
.single-puutarhat .garden-showroom-contacts > div {
  padding: 0 40px;
}
/*Detail headings*/
.single-puutarhat .garden-showroom h2 {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 15px;
  padding-top: 30px;
  width: 100%;
  letter-spacing: 0;
}
/*Bolded sub-headings*/
.single-puutarhat .garden-showroom-contacts .cell.otsikko {
  width: 40%;
  clear: left;
  font-weight: bold;
}
/*Details aside sub-headings*/
.single-puutarhat .garden-showroom-contacts .cell.yhteystieto {
  width: 60%;
}
@media screen and (max-width: 550px) {
.single-puutarhat .garden-showroom-contacts .cell.otsikko {
	width: 45%;
	margin-right: 5px;
}
.single-puutarhat .garden-showroom-contacts .cell.yhteystieto {
  width: 55%;
}
/*Contacts row text*/
.garden-showroom-contacts .wp-block-column-is-layout-flow .row > div {
	height: auto !important;
	line-height: 22px;
	font-size: 14px;
}
/*List text*/
.garden-showroom-contacts ul li {
	font-size: 14px;
	line-height: 20px;
}
}
@media screen and (max-width: 435px) {
.single-puutarhat .garden-showroom-contacts .cell.otsikko {
	width: 55%;
}
.single-puutarhat .garden-showroom-contacts .cell.yhteystieto {
  width: 45%;
}
}
/*Details*/
.garden-showroom-contacts .wp-block-column-is-layout-flow .row > div {
	width: 100%;
	display: flex;
	line-height: 27px;
}
.garden-showroom-contacts .wp-block-column-is-layout-flow .row > div.cell {
	width: 43%;
}
/*Hide "Lisätiedot" heading*/
.garden-showroom h3.header-lisatiedot {
  margin-top: 0;
  padding-top: 1em;
  display: none;
}
/*Open date bolded*/
p.aukiolo-lisatiedot {
	font-weight: 700;
}
/*MORE DETAILS / PDF FILE*/
.garden-showroom-contacts h3 {
	margin-top: 20px;
}
ul.document-download-list {
	margin-top: 20px;
	margin-left: 20px;
}

/*SERVICES ROW*/
.row.services {
	margin-left: 0;
}
/*Columns width*/
.row.services .col-md-6 {
	width: 48% !important;
	display: block !important;
}
/*Columns gap in mobile*/
@media screen and (max-width: 780px) {
.single-puutarhat :where(.wp-block-columns.is-layout-flex) {
  gap: 10px;
}
}

/*REGISTER, LOGIN, RESET PASSWORD PAGES*/
/*Hide sidebar*/
.tml-action-login .nv-sidebar-wrap , .tml-action-register .nv-sidebar-wrap , .tml-action-lostpassword .nv-sidebar-wrap , body.tml-action-activate .nv-sidebar-wrap , body.tml-action-signup .nv-sidebar-wrap , .tml-action-resetpass .nv-sidebar-wrap {
	display: none !important;
}
/*Form area width*/
.tml-field-wrap {
	max-width: 500px;
}
/*Form input text*/
.tml-field-wrap input {
  padding: 8px 15px;
	color: #0a402b;
	font-size: 19px;
	height: 40px;
  line-height: 1.4;
	border: 1px solid #007824 !important;
	background: white !important;
}
input.tml-checkbox {
	height: auto;
	border: 1px solid #007824 !important;
}

/*GENERAL SEARCH RESULTS PAGE*/
/*Hide author*/
body.search-results .nv-meta-list {
	display: none;
}

/*FOOTER*/
/*Images side-by-side*/
.footer-top .widget-area , .footer-main .hfg-slot.c-left .builder-item:nth-child(3) .widget-area {
	display: flex;
}
/*TOP FOOTER*/
/*Image size*/
.footer-top img {
	height: 80px;
	max-height: 80px;
	object-fit: contain;
	margin: 20px;
}
.footer-top .widget_media_image {
	margin-bottom: 0;
	align-items: center;
	display: flex;
}
/*First image*/
#media_image-5 {
	width: 150px;
}
/*Last image*/
#media_image-9 {
	width: 100px;
}
/*MAIN FOOTER*/
.footer-main img {
	max-height: 60px;
	object-fit: contain;
}
.footer-main .widget_media_image {
	margin-bottom: 0;
}
/*Footer link style*/
.site-footer a {
	text-decoration: none;
}
/*Copyright*/
p.copyright {
	font-size: 12.5px;
	text-align: center;
	margin-top: 15px;
}


/*R E S P O N S I V E*/

/*TOP HEADER*/
@media screen and (max-width: 601px) {
	.top-header p {
	font-size: 14px;
		line-height: 15px !important;
	letter-spacing: 0.2px;
		text-align: center;
}
	.top-header {
	padding-right: 0px !important;
}
.top-header p a:before {
	content: none;
	margin-right: 0;
}
	.top-header .wp-block-themeisle-blocks-advanced-columns {
		--columns-width: 100vw !important;
	}
	.top-header .wp-block-themeisle-blocks-advanced-columns.has-mobile-collapsedRows-layout>.innerblocks-wrap {
		flex-direction: row;
	}
}
@media screen and (max-width: 400px) {
	.top-header p {
	font-size: 13px;
}
}

/*HEADER*/
/*Columns width*/
@media screen and (min-width: 960px) and (max-width: 1296px) {
.header-main .row {
	grid-template-columns: 1fr;
}
	/*Main image area behind menu*/
.main-image-area {
	transform: translate(0,-26%);
	margin-bottom: -234px;
}
	/*Login row top margin*/
	.header .login {
		margin-top: 0;
	}
}
/*HEADER UNDER 960px*/
@media screen and (max-width: 960px) {
	.header-main .hfg-slot.right {
	background: transparent !important;
	height: 80px;
}
	/*Main image area behind menu*/
.main-image-area {
	transform: translate(0,-23%);
}
}

/*Logo & slogan area width + slogan font-size*/
@media screen and (max-width: 870px) {
.header-main .row {
  grid-template-columns: 1.2fr 1fr;
}
	.nv-title-tagline-wrap {
    font-size: 25px !important;
}
	}
@media screen and (max-width: 560px) {
	.nv-title-tagline-wrap {
    font-size: 22px !important;
		left: 10px;
}
	.nv-title-tagline-wrap:before {
		content: none;
	}
}
@media screen and (max-width: 465px) {
	.header-main .row {
  grid-template-columns: 2.9fr 1fr;
}
	.header-main .hfg-slot.right {
		margin-left: 0;
	}
	.navbar-toggle {
		padding: 0;
	}
}
@media screen and (max-width: 303px) {
	.nv-title-tagline-wrap {
    font-size: 20px !important;
		left: 5px;
}
}

/*MOBILE MENU*/
/*Hamburger layout*/
.navbar-toggle {
	border: none;
	margin-top: 10px;
}
.icon-bar {
  border-radius: 50px;
  width: 30px;
  height: 3px;
  background-color: white;
}
.is-menu-sidebar .navbar-toggle .icon-bar:nth-child(1) {
  top: 7px;
}
.navbar-toggle {
	background: transparent;
}
@media screen and (max-width: 465px) {
	.navbar-toggle {
	margin-top: 20px;
}
}
/*OPEN MENU*/
.header-menu-sidebar {
	width: 100vw !important;
}
#header-menu-sidebar {
	background: #007824;
}
#header-menu-sidebar .nav-menu-primary a {
	color: white;
}

/*Items padding*/
.header-menu-sidebar .primary-menu-ul > li {
	padding: 0 !important;
}
/*Caret*/
.header-menu-sidebar .sub-menu-icon {
	color: white;
}
.header-menu-sidebar .sub-menu .sub-menu-icon {
	color: #007824;
}
/*Submenu*/
.header-menu-sidebar .nav-ul .sub-menu.dropdown-open {
	width: 100%;
	margin-left: 0;
	padding-bottom: 11px;
}
.header-menu-sidebar .nav-ul .sub-menu.dropdown-open li a {
	color: #007824 !important;
	padding: 10px 10px 0 10px;
}
/*Third level submenu*/
.header-menu-sidebar .nav-ul .sub-menu.dropdown-open .sub-menu.dropdown-open {
	padding-bottom: 0;
}
.header-menu-sidebar .nav-ul .sub-menu.dropdown-open .sub-menu.dropdown-open li a {
	font-weight: 400;
	color: #313131 !important;
}

/*Language switcher in mobile*/
.builder-item--language_switcher {
	padding-left: 5px !important;
}
.builder-item--language_switcher a {
	color: white;
}

/*Hide login row in mobile*/
@media screen and (max-width: 960px) {
	.header .login {
		display: none;
	}
	.header .login.mobile {
		display: block;
	}
}
/*Mobile login*/
.login.mobile .innerblocks-wrap {
	max-width: 100vw;
}
/*Column height*/
.login.mobile .wp-block-themeisle-blocks-advanced-column {
	max-height: 40px;
}
/*Login ("kirjaudu") icon*/
.login.mobile .wp-block-themeisle-blocks-advanced-column:first-child {
  background-position: 0 9px;
}

/*FRONT PAGE*/
/*Main image area higher*/
@media screen and (max-width: 960px) {
	.main-image-area {
		margin-bottom: -127px;
		height: 550px !important;
	}
	.wp-block-eedee-block-gutenslider.gs-frontend.gs-finished-layout:not(.adaptive-height):not(.slides-auto) .eedee-background-div, .wp-block-eedee-block-gutenslider.gs-frontend.gs-finished-layout:not(.adaptive-height):not(.slides-auto) .eedee-swiper-outer, .wp-block-eedee-block-gutenslider.gs-frontend.gs-finished-layout:not(.adaptive-height):not(.slides-auto) .swiper, .wp-block-eedee-block-gutenslider.gs-frontend.gs-finished-layout:not(.adaptive-height):not(.slides-auto) .swiper-slide, .wp-block-eedee-block-gutenslider.gs-frontend.gs-finished-layout:not(.adaptive-height):not(.slides-auto) .swiper-wrapper {
    height: 550px;
}
}
@media screen and (max-width: 613px) {
	.main-image-area {
		transform: translate(0,-16%);
		margin-bottom: -88px;
}
}
@media screen and (max-width: 462px) {
	.main-image-area {
		transform: translate(0,-21%);
		margin-bottom: -115px;
}
}
/*Main image area font size*/
@media screen and (max-width: 960px) {
.wp-block-eedee-block-gutenslider p {
   font-size: 34.5px;
	}
	.wp-block-eedee-block-gutenslider h2 {
		font-size: 20px;
		padding-top: 90px;
	}
}
@media screen and (max-width: 530px) {
.wp-block-eedee-block-gutenslider p {
   font-size: 26px;
	}
	.wp-block-eedee-block-gutenslider h2 {
		font-size: 17px;
	}
}
@media screen and (max-width: 400px) {
.wp-block-eedee-block-gutenslider p {
   font-size: 23px;
	}
	.wp-block-eedee-block-gutenslider h2 {
		font-size: 16px;
	}
}
@media screen and (max-width: 350px) {
.wp-block-eedee-block-gutenslider p {
   font-size: 20px;
	}
	.wp-block-eedee-block-gutenslider h2 {
		font-size: 15px;
	}
}

/*NEWS FEED*/
/*News column content width*/
@media screen and (max-width: 1400px) {
.news-feed-column .innerblocks-wrap, .news-feed-column .innerblocks-wrap .wp-block-themeisle-blocks-advanced-column {
   max-width: 520px;
}
	}
@media screen and (max-width: 1230px) {
.news-feed-column .innerblocks-wrap, .news-feed-column .innerblocks-wrap .wp-block-themeisle-blocks-advanced-column {
   max-width: 470px;
}
	}
@media screen and (max-width: 1120px) {
.news-feed-column .innerblocks-wrap, .news-feed-column .innerblocks-wrap .wp-block-themeisle-blocks-advanced-column {
   max-width: 420px;
}
	}
@media screen and (max-width: 960px) {
.news-feed-column .innerblocks-wrap, .news-feed-column .innerblocks-wrap .wp-block-themeisle-blocks-advanced-column {
   max-width: 75vw;
}
	}
/*Title below date*/
@media screen and (max-width: 960px) {
.news-feed-column .o-posts-grid-post-title {
  width: 100%;
}
}

@media screen and (max-width: 690px) {
	/*News title font size*/
	.news h3 a , .news h3 {
	font-size: 16px !important;
	line-height: 21px !important;
}
	/*News column content width*/
	.news-feed-column .innerblocks-wrap, .news-feed-column .innerblocks-wrap .wp-block-themeisle-blocks-advanced-column {
    max-width: 75vw;
		padding-right: 10px;
}
	/*news item height*/
.news .o-posts-grid-post-blog {
	height: fit-content;
}
}
/*Button left padding*/
@media screen and (max-width: 600px) {
.news .wp-block-button a {
	padding-left: 10px;
}
}
/*News title font size*/
@media screen and (max-width: 380px) {
	.news h3 a , .news h3 {
	font-size: 15px !important;
}
}

/*MAP IMAGE HEIGHT*/
@media screen and (max-width: 960px) {
.map-image {
	min-height: 240px !important;
}
	}

/*SLOGAN font sizes + padding*/
@media screen and (max-width: 600px) {
.teema h2 {
	font-size: 21px;
	letter-spacing: 2px;
}
.teema p {
  font-size: 12px;
}
	.teema {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
}

/*COLLABORATION LIFTS*/
@media screen and (max-width: 600px) {
.collab-nostot .wp-block-themeisle-blocks-advanced-column.nosto {
	padding: 0 25px 10px 25px !important;
	font-weight: 700;
	margin-right: 0;
  margin-left: 0;
}
	}

/*SUBPAGE*/
@media screen and (max-width: 1297px) {
.sub-main-image-area p:first-child , .sub-main-image-area h1 {
	font-size: 50px;
	padding-left: 0;
}
.sub-main-image-area p:nth-child(2) {
	padding-left: 0;
}
}
@media screen and (max-width: 960px) {
	/*Hide sidebar*/
	.nv-sidebar-wrap {
		display: none;
	}
	/*Area top padding*/
	.nv-single-page-wrap.col {
    padding-top: 20px;
}
	/*Main image area*/
	.sub-main-image-area {
	transform: translate(0,-27%);
	margin-bottom: -75px;
		min-height: 300px !important;
}
	.sub-main-image-area p:nth-child(2) {
	font-size: 18.5px;
	max-width: 90%;
}
	.sub-main-image-area{
	padding: 150px 20px 25px 20px;
}
}
/*Area bottom padding*/
@media screen and (max-width: 650px) {
	.neve-main {
		padding-bottom: 250px
	}
	/*Main image area*/
	.sub-main-image-area p:first-child , .sub-main-image-area h1 {
	font-size: 40px;
}
	.sub-main-image-area p:nth-child(2) {
	font-size: 17px;
}
}
@media screen and (max-width: 500px) {
	.neve-main {
		padding-bottom: 200px
	}
	/*Main image area*/
	.sub-main-image-area p:first-child , .sub-main-image-area h1 {
	font-size: 30px;
}
	.sub-main-image-area p:nth-child(2) {
	font-size: 16px;
}
}
@media screen and (max-width: 350px) {
	.neve-main {
		padding-bottom: 150px
	}
	/*Main image area*/
	.sub-main-image-area p:first-child , .sub-main-image-area h1 {
	font-size: 24px;
}
}
@media screen and (max-width: 341px) {
	.sub-main-image-area {
		min-height: 365px !important;
}
}

/*ARCHIVE*/
@media screen and (max-width: 1100px) {
	/*Intro text font size archive + subpage*/
.introduction p {
	font-size: 18px !important;
}
	/*News title line height*/
	.archive-feed .o-posts-grid-post-title a , .archive-feed .o-posts-grid-post-title {
	font-size: 15px !important;
	line-height: 23px !important;
}
	}
/*News items below one another*/
@media screen and (max-width: 600px) {
	.archive-feed.wp-block-themeisle-blocks-posts-grid .is-grid.o-posts-grid-columns-2 {
   grid-template-columns: 1fr;
	margin-top: 30px !important;
}
	.wp-block-themeisle-blocks-posts-grid .is-grid {
    row-gap: 35px;
}
}

/*POST*/
@media screen and (max-width: 960px) {
	/*Margin below title*/
.single-post .entry-header {
	margin-bottom: -20px !important;
}
	/*Area bottom margin*/
	.nv-single-post-wrap {
		margin-bottom: 0 !important;
	}
}

/*FOOTER*/
/*Footer top images*/
@media screen and (max-width: 400px) {
	.footer-top .widget-area {
		display: grid;
		grid-template-columns: auto auto;
		/*justify-content: center;*/
	}
	.footer-top .widget_media_image {
		max-width: 120px;
		justify-content: center;
	}
	.footer-top img {
		margin: 10px !important;
	}
}
/* Default tooltip container */
.acf-field .acf-tooltiptext {
  position: relative;
  color: #333;
  padding: 10px;
  display: inline-block;
  width: 380px; /* Fixed width for consistent truncation */
  white-space: nowrap; /* Prevent text wrapping */
  overflow: hidden; /* Hide overflowing text */
  text-overflow: ellipsis; /* Show ellipsis for truncated text */
  cursor: pointer; /* Show pointer to indicate hover */
}

/* Expanded text on hover */
.acf-field .acf-tooltiptext:hover {
  white-space: normal; /* Allow wrapping */
  overflow: visible; /* Show full text */
  text-overflow: clip; /* Disable ellipsis */
  z-index: 1000;
  position: relative; /* Ensure text appears on top */
}