/*!
Theme Name: kinnisvarav360
Theme URI: http://underscores.me/
Author: mart israel
Author URI: http://www.v360.ee
Description: Disainime ja arendame kergesti hallatavaid kaasaegseid veebilehti. Loome sinu ettevõttele visuaalse identiteedi.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kinnisvarav360
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Havikodud is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

html { scroll-behavior: smooth; } 
.site {
 
        animation: fadeIn 0.5s;
    -webkit-animation: fadeIn 0.5s;
    -moz-animation: fadeIn 0.5s;
    -o-animation: fadeIn 0.5s;
    -ms-animation: fadeIn 0.5s;
}
@keyframes fadeDark {
    0% {
      filter: brightness(1);
    }
    50% {
      filter: brightness(0.4); /* Tumedam efekt */
    }
    100% {
      filter: brightness(1);
    }
  }
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
/* Asukoht-----------------------------------------------------*/
/* Scrollbar kogu lehele */
body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-track {
  background: #ebded5 /* Läbipaistev taust */
}

body::-webkit-scrollbar-thumb {
  background-color: #2c3c3b; /* Poolläbipaistev keritav osa */
  border-radius: 0px;
}

body::-webkit-scrollbar-thumb:hover {
  background-color: #2c3c3b; /* Tumedam hoveri korral */
}


#asukoht .block-inside {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    overflow: hidden;
}

/* Algpositsioon – väljaspool ekraani */
#asukoht .block-inside-img {
  transform: translateX(-20%);
  opacity: 0.2;
  transition: all 0.8s ease;
}
#asukoht .front-page-meta-inside{
	color:#ebded5;
}
#asukoht h2{
	color:#ebded5;
}
#asukoht .meta-text-block {
  transform: translateX(20%);
  opacity: 0.2;
  transition: all 0.8s ease;
	position:relative;
	margin-top:0px;
}

/* Kui lisad klassi active, liiguvad sisse */
#asukoht .block-inside-img.active {
  transform: translateX(0);
  opacity: 1;
}

#asukoht .meta-text-block.active {
  transform: translateX(0);
  opacity: 1;
}
#asukoht {
	background-color:#2c3c3b;
	height:100vh;
	min-height:800px;
	  opacity: 0.2;
  transition: all 0.8s ease;
	
	
}
#asukoht.active{
	  opacity: 1;
  transition: all 0.8s ease;
}
.block-inside{
	display:flex;
	gap:25px 2%;
	max-width: 1750px;
    margin: 0 auto;
    padding: 0px 7%;
	width:100%;
	margin-top:160px;
}
.block-inside-img{
	width:49%;

}
.block-content-img{
	width:100%;
	object-fit:cover;
}
#asukoht .meta-text-block{
	width:49%;
}
#asukoht .block-inside {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    overflow: hidden;
}

/* Algpositsioon – väljaspool ekraani */
#asukoht .block-inside-img {
  transform: translateX(-20%);
  opacity: 0;
  transition: all 0.8s ease;
}
#asukoht .front-page-meta-inside{
	color:#ebded5;
}
#asukoht h2{
	color:#ebded5;
}
#asukoht .meta-text-block {
  transform: translateX(20%);
  opacity: 0.2;
  transition: all 0.8s ease;
	position:relative;
	margin-top:0px;
}

/* Kui lisad klassi active, liiguvad sisse */
#asukoht .block-inside-img.active {
  transform: translateX(0);
  opacity: 1;
}

#asukoht .meta-text-block.active {
  transform: translateX(0);
  opacity: 1;
}


/*--------------------------------------------------------------
# Kogukond
--------------------------------------------------------------*/
#haridus, #asend{
	background-color:#ddccc0;
}
#galerii .meta-title-block, #plaan .meta-title-block, #asend .meta-title-block, #sport .meta-title-block, #kaubandus .meta-title-block, #haridus .meta-title-block, #kogukond .meta-title-block{
	color:#2c3c3b;
	border-bottom: solid 1.5px #2c3c3b;
}
#galerii, #plaan, #asend, #sport, #haridus, #kaubandus, #kogukond {
	
	height:100vh;
	min-height:850px;
	
}
.block-inside{
	display:flex;
	gap:25px 2%;
	max-width: 1750px;
    margin: 0 auto;
    padding: 0px 7%;
	width:100%;
	margin-top:160px;
}
.block-inside-img{
	width:49%;

}
.block-content-img{
	width:100%;
	object-fit:cover;
}
.gallery{
	width:49%;

}

#galerii .meta-text-block, #plaan .meta-text-block, #asend .meta-text-block, #sport .meta-text-block, #kaubandus .meta-text-block, #haridus .meta-text-block, #kogukond .meta-text-block{
	width:49%;
}
#galerii .block-inside, #plaan .block-inside, #asend .block-inside, #sport .block-inside, #kaubandus .block-inside, #haridus .block-inside, #kogukond .block-inside {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    overflow: hidden;
}

/* Algpositsioon – väljaspool ekraani */
#sport .block-inside-img, #kaubandus .block-inside-img, #haridus .block-inside-img, #kogukond .block-inside-img {
  transform: translateX(20%);
  opacity: 0;
  transition: all 0.8s ease;
	margin-top:150px;
}
#plaan .block-inside-img, #asend .block-inside-img {
  transform: translateX(20%);
  opacity: 0;
  transition: all 0.8s ease;
	margin-top:30px;
}
#galerii .gallery{
	  transform: translateX(20%);
  opacity: 0;
  transition: all 0.8s ease;
	margin-top:0px;
	padding: 20px 5%;
}
#galerii .front-page-meta-inside, #plaan .front-page-meta-inside, #asend .front-page-meta-inside, #sport .front-page-meta-inside, #kaubandus .front-page-meta-inside, #haridus .front-page-meta-inside, #kogukond .front-page-meta-inside{
	color:#2c3c3b;
	padding-left:0px;
}
#galerii h2, #plaan h2, #asend h2, #sport h2, #kaubandus h2, #haridus h2, #kogukond h2{
	color:#2c3c3b;
}
#galerii .meta-text-block, #plaan .meta-text-block, #asend .meta-text-block, #sport .meta-text-block, #kaubandus .meta-text-block, #haridus .meta-text-block, #kogukond .meta-text-block {
  transform: translateX(-20%);
  opacity: 0;
  transition: all 0.8s ease;
	position:relative;
	margin-top:0px;
    padding-left: 0px;
    max-width: 500px;
    margin: 0px;
}
/* Kui lisad klassi active, liiguvad sisse */
#galerii .block-inside-img.active, #plaan .block-inside-img.active, #asend .block-inside-img.active, #sport .block-inside-img.active, #kaubandus .block-inside-img.active, #haridus .block-inside-img.active, #kogukond .block-inside-img.active  {
  transform: translateX(0);
  opacity: 1;
}
#galerii .gallery.active  {
  transform: translateX(0);
  opacity: 1;
}

#galerii .meta-text-block.active, #plaan .meta-text-block.active, #asend .meta-text-block.active, #sport .meta-text-block.active, #kaubandus .meta-text-block.active, #haridus .meta-text-block.active, #kogukond .meta-text-block.active {
  transform: translateX(0);
  opacity: 1;
}
 #sport .block-content-img, #kaubandus .block-content-img, #haridus .block-content-img, #kogukond .block-content-img{
	border-radius: 200px 0px 100px 0px;
}
#asend .block-content-img, #plaan .block-content-img {
    border-radius: 20px;
    filter: brightness(0.95);
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header.site-header{
	max-width: 100%;
    width: 100%;
	padding: 10px 5%;
    margin: 0 auto;
    display: flex;
    align-content: flex-end;
    align-items: center;

}
.site-branding{
	margin-bottom:-10px;
}
.header-all.nav-up {
    transform: translateY(-100%);
	    transition: background 0.6s ease;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;

}

.header-all {
    position: fixed;
    width: 100%;
    z-index: 4;
    order: 1;
    top: 0px;
   transition: background 0.6s ease;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
       
}
.header-all {
    background-color: #ebded5;
    border-bottom: solid 1.5px;
}
.top-header p {
      color: white;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 16px;
	text-align:center;
    
}
.top-header {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: #2a6760;
    padding: 0px 6%;
}
.top-header ul{
	margin: 0 0 0em 0em;
	list-style: none;
	display:flex;
	padding-left:0px;
	
}
li#text-6{
	    margin-left: 30px;
}

.top-header ul li{
	margin:0 8px;
	
}
.top-header .widget {
    margin: 0 0 0em;
	list-style:none;
}
.top-header a{
	color:white;
	    font-size: 14px;
}
.top-header a:hover i{
	color:#666;
}
.top-header a:visited{
	color:white;
}

.post-template-packages img.asend {
           -webkit-transition-property:transform, filter;
	    transition-property: transform, filter;
		-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
	overflow:hidden;
	 display: inline-block;
	
}

.post-template-packages img.asend:hover {
     transform: scale(1.005);
	-moz-transform: scale(1.005);
  -webkit-transform: scale(1.005);
	    filter: brightness(0.95);
	overflow:hidden;
}
.post-template-packages img.plaan {
           -webkit-transition-property:transform, filter;
	    transition-property: transform, filter;
		-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
	
	overflow:hidden;
	 display: inline-block;
	
}

.post-template-packages img.plaan:hover {
      transform: scale(1.005);
	-moz-transform: scale(1.005);
  -webkit-transform: scale(1.005);
	    filter: brightness(0.93);
	overflow:hidden;
}
    /* Suumimise stiilid */
        .zoom-container {
            overflow: hidden;
            cursor: zoom-in;
        }

        .zoom-container img {
            transition: transform 0.2s ease;
        }

        .zoomed {
            cursor: zoom-out;
            transform: scale(2); /* Suurendab pilti 2x */
        }
  .zoom-icon {
            position: absolute;
            top: 10px;
            right: 10px;
            width: 30px;
            height: 30px;
            background: url('https://cdn-icons-png.flaticon.com/512/709/709722.png') no-repeat center center;
            background-size: contain;
            cursor: pointer;
        }
.block {
    display: flex;
    align-content: center;
    align-items: stretch;
    overflow: hidden;
}
.block img.block-img{
	height:100vh;
	min-height:800px;
}
.meta-title-block{
	position: absolute;
	z-index: 2;
	/* top: 0px; */
	width: 100%;
	border-bottom: solid 1.5px white;
	color:white;
	opacity:0.2;
	transition: opacity 0.4s ease;

}
.meta-title-block.active{
	opacity:1;
	transition: opacity 0.4s ease;

}
.meta-title-block h2{
	font-size:60px;
	max-width:1750px;
	margin:75px auto 25px;
	padding: 0px 7% 0px;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property transition: transform;
    transition-property: opacity;
}
.meta-title-block h2 span{
	font-size:50%;
	margin-right:20px;
}
.meta-text-block {
    color: white;
    position: absolute;
    max-width: 100%;
    width: 100%;
    z-index: 1;
    padding: 30px 7%;
    margin-top: 163px;
    margin: 160px auto 0px;
    /* height: 100%; */
    /* display: flex; */
    /* align-content: flex-start; */
    /* align-items: flex-start; */
}
#keskkond{
	    border-right: 0px solid white;
		flex-direction: row-reverse;
}
#interjoor{
	    border-right: 0px solid white;
		flex-direction: row-reverse;
}
.meta-text{
	border-left: solid 0px white;
}
/*--------------------------------------------------------------
 * Hinnakiri*/
.block-price-list-img{
	margin-top:0px;

}
img.price-list{
	width:100%;
	
}
.hotspot {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #2c3c3b;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hotspot:hover {
  transform: scale(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

/* Aadressi silt – alati nähtav ja klikitav */
.hotspot-label {
 position: absolute;
    top: -58px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #b8513c;
    color: #fff;
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 25px;
    white-space: nowrap;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);

}





/*--------------------------------------------------------------
# GAlerii
--------------------------------------------------------------*/
#galerii{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0px 4%;
	padding:35px 0px;

}
.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
 	width: 60%;
	    align-content: center;
}

.gallery-item {
    flex-basis: calc(50% - 10px); /* Kahe veeru jaoks 50% laius */
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    transition: transform 0.3s ease;
	    margin-bottom: -6px;
	    filter: brightness(0.97);
}

.gallery-item img:hover {
    transform: scale(1.005);
}

/* Modal stiil */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    position: relative;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 80%;
}

.mySlides {
    display: none;
}

.mySlides img {
    width: 100%;
    border-radius: 0px;
	height:90vh;
	object-fit:cover;
}

/* Eelmine/järgmine nupud */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    user-select: none;
    border-radius: 5px;
}

.next {
    right: 0;
    border-radius: 5px 0 0 5px;
}

.prev {
    left: 0;
    border-radius: 0 5px 5px 0;
}

.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
	color:white;
}

/* Sule nupust */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
.page-template-gallery #galerii {
  margin-bottom:0px !important;
	padding: 6px 0px 5px !important;
}
#galerii-2 {
    display: flex;
	margin-top:0px !important;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0px 4%;
    padding: 35px 0px;
    justify-content: space-between;
}
.page-template-gallery .site-footer {

    margin-top: 50px;
}
.page-template-gallery .site{
	margin-top:100px;
}
.page-template-gallery .ecoadvice{
	display:none;
}
.page-template-gallery  h1 {
    font-size: 60px !important;
    text-shadow: 0px 0px 0px #00000029;
}

/*--------------------------------------------------------------
 * Landing*/

.page-template-landing header.entry-header{
	padding: 125px 0px 75px;
    align-items: center;
	min-height:auto;
	height:auto;
}
.page-template-landing h1{

	margin-bottom:20px;
}
.page-template-landing .meta-text p{
	font-size:18px;
	margin-top:15px;
	max-width:550px;
	width:100%;
}
.page-template-landing .meta-text{
	max-width: 1750px;
    margin: 75px auto 25px;
    padding: 0px 7% 0px;
	width:100%;
}
.page-template-landing .block-content-img {
    border-radius: 0px 200px 0px 100px;
}
#uhistransport {
	background-color:#2c3c3b;
	height:100vh;
	min-height:800px;
	  opacity: 0.4;
  transition: all 0.8s ease;
	
	
}
#uhistransport.active{
	  opacity: 1;
  transition: all 0.8s ease;
}

#uhistransport .meta-text-block{
	width:49%;
}
#uhistransport .block-inside {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    overflow: hidden;
}

/* Algpositsioon – väljaspool ekraani */
#uhistransport .block-inside-img {
  transform: translateX(-20%);
  opacity: 0.2;
  transition: all 0.8s ease;
}
#uhistransport .front-page-meta-inside{
	color:#ebded5;
}
#uhistransport h2{
	color:#ebded5;
}
#uhistransport .meta-text-block {
  transform: translateX(20%);
  opacity: 0.2;
  transition: all 0.8s ease;
	position:relative;
	margin-top:0px;
}

/* Kui lisad klassi active, liiguvad sisse */
#uhistransport .block-inside-img.active {
  transform: translateX(0);
  opacity: 1;
}

#uhistransport .meta-text-block.active {
  transform: translateX(0);
  opacity: 1;
}
/* --------------------------------------------------------------
Price-list */

.page-template-price-list h2{
	padding-top:150px;
	margin-top:-80px;
}




.tablepress{
	overflow-x: auto;
	width: 100%;               /* Võtab kogu saadaval oleva ruumi */
                  /* Määrab maksimaalse laiuse tabelile */
            overflow-x: auto;          /* Muudab horisontaalselt keritavaks */
            border: 1px solid #ccc; 
}
table#tablepress-3 th {
min-width:100px;
}
.page-template-price-list .entry-content{
	    max-width: 2000px;
    margin: 50px auto 100px !important;
    padding: 0px 5%;
	overflow-x: auto;
	
}


.page-template-price-list h1{
	 	color:#2a6760;
}

.page-template-price-list header.entry-header {

	  max-width: 2000px;
    margin: 150px auto 50px !important;
    padding: 0px 5%;
}

/*--------------------------------------------------------------
# Packet
--------------------------------------------------------------*/



.post-template-packages header.entry-header {
	color: #464543;
    display: flex;
    flex-direction: row-reverse;
	gap:0px 4%;
	height:100vh;
		width:100%;
	 margin: 0px 0%;
	background-color: #fbfbfb;
   
}
.post-template-packages  .post-thumbnail {
    width: 60%;
}
.post-template-packages .front-page-meta{
        width: 36%;
    padding: 50px 5%;
  
}

.post-template-packages .post-thumbnail img{
	width:100%;
	object-fit:cover;
	height:100vh;
	filter: brightness(1);
}
.gallery{
    opacity: 0.4;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-property: transform;
    transition-property: font-size, opacity;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
	width:60%;
   
	overflow:hidden;
}
.gallery.active{
    opacity: 1;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-property: transform;
    transition-property: font-size, opacity;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
 
	overflow:hidden;
}
/*--------------------------------------------------------------
# Object
--------------------------------------------------------------*/
.post-template-real-estate-object .entry-content{
	overflow:hidden;
	width:100%;
}
.post-template-real-estate-object .entry-content-meta{
    opacity:0.8;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: transform;
    transition-property: font-size, opacity, margin-left, margin-right;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  margin-right: -75px;
	margin-left: 75px;;
	
}
.post-template-real-estate-object .entry-content-meta.active{
  	 opacity:1;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: transform;
    transition-property: font-size, opacity, margin-left, margin-right;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;  	    
	margin-left: 0px;
	margin-right:0px;
}
.post-template-real-estate-object #plaan .entry-content-meta{

  margin-left: -75px !important;
	margin-right: 75px !important;
	
}
.post-template-real-estate-object #plaan .entry-content-meta.active{
  	     
	margin-left: 0px !important;
	margin-right:0px !important;
}
img.asend{
    opacity: 0.4;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-property: transform;
    transition-property: font-size, opacity;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
	width:100%;
   
	overflow:hidden;
}
img.asend.active{
    opacity: 1;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-property: transform;
    transition-property: font-size, opacity;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
 
	overflow:hidden;
}
img.plaan{
    opacity: 0.4;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-property: transform;
    transition-property: font-size, opacity;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
	width:100%;
   
	overflow:hidden;
}
img.plaan.active{
    opacity: 1;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-property: transform;
    transition-property: font-size, opacity;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
 
	overflow:hidden;
}
img.block-img{
    opacity: 0.2;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-property: transform;
    transition-property: font-size, opacity;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
	filter: brightness(0.85);
	overflow:hidden;
}
img.block-img.active {
    opacity: 1;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-property: transform;
    transition-property: font-size, opacity;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    width: 100%;
    overflow: hidden;
    filter: brightness(0.85);
}
.meta-text-block{
    opacity:0.2;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: transform;
    transition-property: font-size, opacity, left, right;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  left: -75px;
	right:auto;
	
}
.meta-text-block .front-page-meta-inside {
    max-width: 1750px;
    margin: 0 auto;
    padding: 0px 7%;
}
.meta-text-block.active{
  	 opacity:1;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: transform;
    transition-property: font-size, opacity, left, right;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;  	    
	right:auto;
	left:0px;
}

.post-template-real-estate-object header.entry-header {
    display: flex;
    flex-direction: row-reverse;
    gap: 0px 4%;
    height: 100vh;
    width: 100%;
    margin: 0px 0%;
    background-color: #ebded5;
    align-items: center;
}
.post-template-real-estate-object  .post-thumbnail {
    width: 60%;
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
	height:100%;
}
.post-template-real-estate-object .front-page-meta{
        width: 36%;
    padding: 50px 5%;
  
}

.post-template-real-estate-object .post-thumbnail img{
	width:100%;
	object-fit:cover;
	/*height:700px;*/
	filter: brightness(1);
	border-radius: 300px 0px 0px 0px;
}
 header.site-header {
    max-width: 100%;
    width: 100%;
    padding: 10px;
    margin: 0 auto;
    
}
header.site-header a.button {
	display:flex;
	align-items: center;
	font-size:20px !important;
	margin-left:3%;
}
header.site-header a.button:hover{
	
	-webkit-transform: translateX(4px);
    transform: translateX(4px);
}
header.site-header a.button i{
	margin-left:5px;
}
.object-meta{
	font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.object-meta-li{
	        padding: 10px 10px;
    background-color: #ddccc0;
    border-radius: 0px;
}
/*--------------------------------------------------------------
# Benefits
--------------------------------------------------------------*/
.benefits {
    max-width: 550px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 2%;
    margin-top: 30px;
}
.benefit{
	border:solid 2px white;
	padding:20px;
	width:49%;
}
.benefit h3 {
    margin: 10px 0px;
    text-transform: uppercase;
}
div#b4.benefit{
	border-radius: 0px 0px 50px 0px;
}
#eksterjoor{
	min-height:100vh;
	height:auto;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
a.button {
    background-color: #2c3c3b;
    border: solid 2px #2c3c3b;
    padding: 13px 22px 11px;
    text-decoration: none;
    color: #ebded5;
    border-radius: 0px;
    font-size: 15px;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
}
a.button:hover{
	
	    -webkit-transform: translateY(4px);
    transform: translateY(4px);
	color:white;
	     background-color: #2c3c3b;
    border: 2px solid #2c3c3b;
}
a.button:visited{

	color:white;
}
.buttons{
	display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 40px;
    align-items: center;
	max-width:525px;
}
a#light-white.button {
    color: #2c3c3b;
    border: solid 2px;
    background-color: #8d775b00;
    font-size: 15px;
}
a#light-white.button:hover{
		color: #2c3c3b;
    background-color: #8d775b00;
}
a#light.button{
	color:#ebded5;
	border: solid 2px;
	background-color: #8d775b00;
	font-size: 15px;
}
a#light.button:hover{
	color: #ebded5;
    background-color: #8d775b00;

}
a#light-no-border.button{
	border: solid 0px;
	text-align:center;
	background-color: #8d775b00;
	color:#386560;
	padding: 13px 0px;
	text-transform: uppercase;
}
a#light-no-border.button:hover{
	border: solid 0px;
	background-color: #8d775b00;
	color:#386560;
}

/*--------------------------------------------------------------
# Asendiplaan
--------------------------------------------------------------*/
#asendiplaan{
	height: 100vh;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0px 4%;

}
img.asend{
	height:100vh;
	padding: 0vh 0%;
	object-fit:cover;
	width:auto;
}
.entry-content-meta{
    width: 36%;
    padding: 50px 5%;
	    display: flex;
    flex-direction: column;
    justify-content: center;
	max-width:650px;
}
/*--------------------------------------------------------------
# Visoon
--------------------------------------------------------------*/
#uldruumid{
	height: 100vh;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0px 4%;
	margin: 3px 0px !important;

}
img.asend{
	height:100vh;
	padding: 0vh 0%;
	object-fit:cover;
	width:auto;
}
.entry-content-meta{
    width: 36%;
    padding: 50px 5%;
	    display: flex;
    flex-direction: column;
    justify-content: center;
	max-width:650px;
}
/*--------------------------------------------------------------
# Plaan
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Vannituba
--------------------------------------------------------------*/




/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */
.eelmuuk h2{
	    text-transform: uppercase;
    margin-top: 0px;
    line-height: 110%;
	    margin-bottom: 0px;
}
.eelmuuk a{
	color: white;
    font-weight: 600;
    text-decoration: none;
}
.eelmuuk a:hover{
	color:white;
}
.eelmuuk a:visited{
	color:white;
}
.eelmuuk{
  	padding: 25px 5%;
    width: 100%;
    bottom: 0px;
    left: 7%;
    border-radius: 0px;
    background-color: #8a785d;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.custom-logo-link {
    display: inline-block;
    width: 275px;
}

.entry-content{
	margin:45px 0px !important;
}
.page-template-default .entry-content{
	margin:45px auto !important;
	max-width:900px;
	padding:25px 5%;
}
.page-template-default header.entry-header {
    display: flex;
    width: 100%;
    background-color: #ebded5;
    height: auto;
    min-height: auto;
    padding: 160px 05% 0px;
    max-width: 900px;
    margin: 0 auto;
}
.page-template-default h1 {
    font-size: 50px !important;
 
}
/*--------------------------------------------------------------
# Entry-header
--------------------------------------------------------------*/

header.entry-header{
    display:flex;
    width: 100%;
	background-color:#ebded5;
	height:100vh;
	min-height:700px;
	padding:100px 0px 0px;
}
.entry-header-inside {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0px auto;
    max-width: 1750px;
    width: 100%;
    gap: 20px 2%;
    align-content: center;
	padding:25px 2%;
	
}

.meta-text{
    width: 49%;
    padding: 75px 5% 25px;
	text-align: left;

}
.header-images {
    width: 49%;
    display: flex;
    gap: 10px 1%;
    align-items: flex-end;
}
.left-collumn{
	width:43%;
}
.left-collumn img{
	aspect-ratio: 1 / 1;
	object-fit:cover;
	border-radius:150px 0px 0px 0px;
}
.right-collumn{
	width:55%;
	
}
.right-collumn img {
    border-radius: 0px 0px 150px 0px;
    height: 220px;
    width: 100%;
    object-fit: cover !important;       /* pilt täidab kogu ala */
    object-position: center !important; /* lõikamine toimub keskelt */
}

img.block-img {
    width: 100%;
    object-fit: cover;
    /*filter: contrast(1.2);
    box-shadow: inset 0px 0px 32px black;*/
}
.video-wrapper { 
	position: relative; 
	width: 100%; 
	overflow: hidden; 
	/*filter: brightness(1); */
} 

.hero-video.active { 
	opacity: 1; 
} 
.hero-video { 
	opacity: 1; 
	transition: opacity 0.5s ease; 
	aspect-ratio: 1 / 1; 
	object-fit: cover; 
	object-position: center center; 
	width: 100%; 
	margin-bottom: 10px; 
	border-radius: 150px 0 0 0; 
	/*filter: contrast(1.15); */
} 
.hero-video.fade-out { 
	opacity: 1; 
} 
.video-wrapper { 
	display: flex; 
	z-index: 1; 
	transition: opacity 0.5s ease; 
}

.meta-text p {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 0px;
    line-height: 130%;
}
.post-thumbnail{
	width:100%;

	
}
.home .post-thumbnail{
	width:100%;
	border-left: 10px solid white;
	margin-top:-4px;
	margin-bottom:-4px;
	border-bottom: 7px solid white;
	
}
.post-thumbnail img{
	width:100%;
	object-fit:cover;
	height:auto;
	filter: brightness(1);
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
	
	  opacity: 0.2;
  transition: all 0.8s ease;
	
	
}
.site-footer.active{
	  opacity: 1;
  transition: all 0.8s ease;
}
.site-footer em {
    font-style: italic;
	font-size:13px;
}
.site-footer {
          background-color: #ddccc0;
    color: #2c3c3b;
    overflow: hidden;
    width: 100%;
    padding-bottom: 0px;

    display: flex;
    align-items: center;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
	    margin-top: 2px;
	text-align:center;

}
.site-footer a{
	color:#2c3c3b;
}
.site-footer a:hover{
	color:#2c3c3b;
}
.site-footer a:visited{
	color:#2c3c3b;
}
.site-footer-inside {
    max-width: 1450px;
    margin: 3px auto;
    display: flex;
    align-content: center;
    align-items: center;
    gap: 5%;
    width: 100%;
    flex-direction: column;
}
aside#text-10 p{
	    line-height: 125%;
}
.site-footer h2{
	font-size:75px;
	margin-bottom:20px;
	
}
.site-footer-inside #footer-sidebar2 img {
  	width:100%;
	border-radius:50%;
	border:solid 5px white;
    
}
.contact-us p{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
	width:100%;
	gap:15px 2%;
}
.contact-us p label{
	width:32%;
}
#footer-sidebar1 p{
	font-size:25px;
	line-height:120%;
}
#footer-sidebar2{
	 width: 100%;
    padding: 50px 5%;
    max-width: 450px;
    margin: 0 auto;
}

#footer-sidebar2 aside.widget_media_image{
	width:38%;
}
#footer-sidebar2 aside.widget_nav_menu{
		width:100%;
}
#footer-sidebar2 h3 {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 5px;
}

.site-footer ul {
    list-style: none;
	padding-left:0px;
}

#menu-jarno-kaupmees a{
	font-size:20px;
}

#footer-sidebar{
		width:100%;
	    display: flex;
  		flex-wrap: wrap;
}
#footer-sidebar1{
 width: 100%;
    padding: 50px 7%;
    max-width: 850px;
    margin: 0 auto;
}
#footer-sidebar3 h3{
	font-size:35px;
	
}
#footer-sidebar3 ul{
	   display: flex;
    flex-wrap: wrap;
    padding-top: 5px;
}
#footer-sidebar3 ul li{
	 margin-right:20px;
	margin-top:10px;
	
	}
/* Cookies
 * -----------------------------------------------------------------------------*/
.cky-consent-container .cky-consent-bar {
        background: #E91E63 !important;
    border: 0px solid !important;
    padding: 20px 26px !important;
    box-shadow: 0 -1px 10px 0 #acabab2e !important;
    border-radius: 10px !important;
}
.cky-consent-container .cky-consent-bar .cky-btn-customize {
    color: #ffffff !important;
    background: transparent !important;
    border: 2px solid #ffffff !important;
	border-radius: 7px !important;
}
.cky-btn-accept {
	
        background: #282828 !important;
    color: #ffffff !important;
    border: 3px solid #282828 !important;
    text-transform: uppercase !important;
    border-radius: 7px !important;
}
.cky-btn-reject {
  color: #ffffff !important;
        background: transparent !important;
    border: 2px solid #ffffff !important;
}
.cky-notice-des {
    color: #ffffff !important;
    
}
.cky-notice .cky-title {
    color: white !important;

}
.cky-modal.cky-modal-open .cky-btn-reject {
    color: #01060e !important;
        background: transparent !important;
    border: 2px solid #01060e !important;
}
.cky-modal.cky-modal-open .cky-btn-preferences {
    color: #01060e !important;
        background: transparent !important;
    border: 2px solid #01060e !important;
		border-radius: 7px !important;
}
.cky-modal{
	color: #070c14 !important;
    background: transparent !important;
    border: 2px solid #ffffff !important;
}
.cky-btn-revisit-wrapper {
    background: #2a2a2a !important;
}
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #2c3c3b;
	font-family: bahnscrift;
	font-size: 15px;
	line-height: 1.5;
}
h1{
	font-size:80px !important;
	line-height:100%;
	width:100%;
	margin-bottom:20px !important;
	margin-top:0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 100%;
	font-weight:600;
}
h2{
	font-size:30px;
}
h3{
	font-size:25px;
}

.post-template-real-estate-object h1 {
    font-size: 45px !important;
    line-height: 90%;
    width: 100%;
    margin-bottom: 0px !important;
    text-shadow: 0px 0px 0px #00000029;
}
.post-template-packages h1 {
    font-size: 45px !important;
    line-height: 90%;
    width: 100%;
    margin-bottom: 0px !important;
    text-shadow: 0px 0px 0px #00000029;
}
p {
	margin-bottom: 1.5em;
	font-weight:400;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 0em;
}
blockquote p {
	    font-size: 21px !important;
    line-height: 115%;
	font-weight:300;
    
}
.meta-text blockquote p {
    font-weight: 300 !important;
    font-size: 28px !important;
    line-height: 110%;
}
address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0em;
	padding-left:25px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	    max-width: 100%;
    width: 100%;
	    filter: brightness(1) contrast(1.15) grayscale(1);
	height:50vh;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #2c3c3b;
    text-decoration: underline;
}

a:visited {
	color: #2c3c3b;
}

a:hover,
a:focus,
a:active {
	    color: #2c3c3b;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	 background-color: #2c3c3b;
    border: solid 2px #2c3c3b;
    padding: 13px 22px 11px;
    text-decoration: none;
    color: #ebded5;
    border-radius: 0px;
    font-size: 15px;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
		    -webkit-transform: translateY(4px);
    transform: translateY(4px);
	color:white;
	     background-color: #2c3c3b;
    border: 2px solid #2c3c3b;
    
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #2b3c3b;
    border: 2px solid #2b3c3b;
    border-radius: 0px;
    padding: 9px;
    margin-bottom: 15px;
    width: 100%;
    background-color: #ff000000;
}
input::placeholder{
	color:#2c3c3b;
	
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	 color: #2c3c3b;
}

select {
	border: 1px solid #2c3c3b;
}

textarea {
	width: 100%;
}
.wpcf7-not-valid-tip {
  
    display: none;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ff0000;
    border: solid 0px;
    padding: 0px;
    margin: 40px 0px 0px;
    color: #ec4c4c;
}
.wpcf7 form.sent .wpcf7-response-output{
    border-color: #46b450;
    padding: 0px;
    margin: 40px 0px 0px;
    border: solid 0px;
    color: #17ac17;
}
span.wpcf7-spinner{
	display:none;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.post-tag{
       border: solid 2px;
    padding: 7px 15px;
    color: #c7254b;
    border-radius: 0px;
    font-size: 20px;
    font-weight: 600;
  
}
.post-tags{
	 display:flex;
}
ul.mega-sub-menu{
    margin-top: 27px !important;
}
span.mega-menu-description{
    border: solid 2px !important;
    color: #c7254b !important;
    border-radius: 0px !important;
    padding: 3px 5px !important;
    font-weight: 700 !important;
}
span.mega-description-group{
	    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
	    flex-wrap: wrap !important;
	    justify-content: space-between !important;
	 
}
#soodushind{
	    background-color: #d93f64 !important;
    color: white !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link .mega-description-group .mega-menu-description{
	 font-style: normal !important;
}
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: none;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 0em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
    width: 200px;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */


.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

@media only screen and (max-width: 1760px){
.meta-text-block .front-page-meta-inside {
    
    padding: 0px 0%;
}}
@media only screen and (max-width: 1600px){
	.post-template-real-estate-object h1 {
    font-size: 40px !important;
    
}
	.post-template-packages h1 {
    font-size: 40px !important;
    
}
}
@media only screen and (max-width: 1500px){
	.block-inside-img {
		width: 45%;
}}
@media only screen and (max-width: 1400px){

.post-template-packages .post-thumbnail {
    width: 50%;
}	
	
	

	.gallery {
    
    width: 50%;
}
	.post-template-real-estate-object .front-page-meta {
    width: 46%;
}
.post-template-packages .front-page-meta {
    width: 46%;
}
	img.asend {
    height: auto;
    width: 50%;
	object-fit: contain;
}
	img.plaan {
    height: auto;
    width: 50%;
	object-fit: contain;
}
	.entry-content-meta {
    width: 46%;
    padding: 50px 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 750px;
}
}


@media only screen and (max-width: 1200px){

	
	    .meta-text {
        padding: 75px 5% 0px 5%;
    }
#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block {
    margin-left: 50% !important;
}

	h1 {
    font-size: 60px !important;
    line-height: 90%;
    width: 100%;
   
   
}
	.page-template-gallery h1 {
    font-size:40px !important;
 
}
	.meta-title-block h2 {
    font-size: 50px;

}
}

@media only screen and (max-width: 1100px){
.custom-logo-link {
    display: inline-block;
    width: 210px;
}
	.post-template-real-estate-object .front-page-meta {
  
    padding: 50px 0% 50px 5%;
}
	.object-meta-li {
    
    font-size: 15px;
}

}
@media only screen and (max-width: 1000px){
	.post-template-real-estate-object header.entry-header {
  
    flex-direction: column;
 
    height: auto;
  
}
.post-template-real-estate-object .post-thumbnail img {
	height:auto;
    border-radius: 0px 0px 0px 0px;
}
	#galerii .block-inside, #plaan .block-inside, #asend .block-inside, #sport .block-inside, #kogukond .block-inside, #kaubandus .block-inside, #haridus .block-inside {

    gap: 0px;
  
    flex-direction: column;
}
	.meta-text-block {
 
    padding: 10px 5% 50px;
  
   
}
	#galerii .gallery {
 
    margin-top: 70px;
}
#plaan .block-inside-img, #asend .block-inside-img, #sport .block-inside-img, #kogukond .block-inside-img, #kaubandus .block-inside-img, #haridus .block-inside-img {
 
    margin-top: 70px;
}
#sport .block-content-img, #kogukond .block-content-img, #kaubandus .block-content-img, #haridus .block-content-img  {
    border-radius: 200px 0px 0px 0px;
		
}
	#asend .block-content-img{
		border-radius: 20px;
	}
	#plaan .block-content-img{
		border-radius: 20px;
	}
	.page-template-landing .block-content-img {
    border-radius: 0px 0px 150px 0px;
}
	#galerii .meta-text-block, #plaan .meta-text-block, #asend .meta-text-block, #sport .meta-text-block, #kogukond .meta-text-block, #kaubandus .meta-text-block, #haridus .meta-text-block {
    padding-left: 5%;
    max-width: 100%;
		width:100%;
    margin: 0px;
		padding:30px 5% 10px;
}
	#galerii, #plaan, #asend, #sport, #kogukond, #kaubandus, #haridus {
    height: auto;
    min-height: 100vh;
}
	.block-inside {
 
    padding: 0px 2%;
    
}
	#asukoht .block-inside {
  gap:0px !important;
    flex-direction: column;
}
	#asukoht {
    background-color: #2c3c3b;
    height: auto;
    min-height: 800px;
    opacity: 0.2;
    transition: all 1s ease;
}
	#asukoht .meta-text-block {
    width: 100%;
}
		#uhistransport .block-inside {
  gap:0px !important;
    flex-direction: column;
}
	#uhistransport {
    background-color: #2c3c3b;
    height: auto;
    min-height: 800px;
    opacity: 0.2;
    transition: all 1s ease;
}
	#uhistransport .meta-text-block {
    width: 100%;
}
	
	.block-inside-img {
    width: 100%;
}
	.header-images {
   display:none;
}
	header.entry-header {
    display: flex;
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 100px 0px 35px;
    flex-direction: column;
}
.entry-header-inside {
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-end;
}
	.post-template-real-estate-object #plaan .entry-content-meta{

  margin-left: -25px !important;
	margin-right: 25px !important;
	
}

	.post-template-real-estate-object .entry-content-meta{
  
  margin-right: -25px;
	margin-left: 25px;;
	
}
	.meta-text-block{
  
  left: -25px;
	
	
}

.page-template-gallery	#galerii {
   
    flex-direction: column-reverse;
    
}
.meta-text {
    width: 100%;
    max-width: 100%;
    padding-right: 25%;
}

	img.block-img {
  
    height: auto;
   
}

	#keskkond {
    border-right: 0px solid white;
    flex-direction: row-reverse;
}
	.home .buttons {
        justify-content: left;
    }
	.site-footer-inside {
    max-width: 850px;
    margin: 3px auto;
    display: flex;
    align-content: center;
    align-items: center;
    gap: 5%;
    flex-direction: column;
    padding: 50px 5%;
}
	.post-template-packages .post-thumbnail img {
  
    height: 700px;
   
}
	
	.post-template-packages .front-page-meta {
  
    padding: 50px 5% 50px 5%;
}
	
	
	

	.post-template-real-estate-object .front-page-meta {
  
    padding: 50px 5% 50px 5%;
}
	.mySlides img {
    width: 100%;
    border-radius: 0px;
    height: auto;
    object-fit: cover;
}
	.modal-content {
   height:90vh;
}
	.site-footer h3 {
    font-size: 30px;
}

 .post-template-real-estate-object .front-page-meta {
        width: 100%;
    }
	.post-template-real-estate-object .post-thumbnail {
        width: 100%;
    }
	.post-template-real-estate-object header.entry-header {

    height: auto;


}
.post-template-real-estate-object header.entry-header .buttons {
    
        justify-content: flex-start !important;
}
	.buttons {
    
    justify-content: center;
}
.page-template-landing .buttons{
        justify-content: left;
    }
img.asend {

    width: 100%;
	
}
	    .gallery {
        width: 100%;
			    justify-content: center;
    }
	img.plaan {

    width: 100%;
	
}
 .post-template-packages .front-page-meta {
        width: 100%;
    }
	.post-template-packages .post-thumbnail {
        width: 100%;
    }
	.post-template-packages header.entry-header {

    height: auto;


}
.post-template-packages header.entry-header .buttons {
    
        justify-content: flex-start !important;
}
#asendiplaan {
    height: auto;
   
}
	#uldruumid {
    height: auto;
   
}
#plaan {
    height: auto;
	justify-content: flex-end;
   
}
	#vannituba {
    height: auto;
	justify-content: flex-end;
   
}
	.entry-content-meta {
        width: 100%;
      
    }
	
	.eelmuuk h2 {
    text-transform: uppercase;
    margin-top: 0px;
    line-height: 110%;
	margin-bottom:15px;
    font-size: 22px;
		  
}
	h1 {
    font-size:55px !important;
	
}
	.page-template-gallery h1 {
    font-size:35px !important;
 
}
.ecoadvice{
	  
    width: 150px;
}
.eelmuuk {
       align-items: flex-start;
    flex-direction: column;
}
.hotspot-label {

    top: -40px;
 
    font-size: 16px;
 
}


}

@media only screen and (max-width: 800px){
	.meta-title-block h2 {
    font-size: 40px;

}
.block-price-list-img{
	margin-top:86px;
	
}
header.site-header a.button {
  
    font-size: 16px !important;

}

}
@media only screen and (max-width: 600px){
	.page-template-price-list h2 {
    
    margin-top: -130px;
}
	.benefit {
    border: solid 2px white;
    padding: 20px;
    width: 100%;
    min-height: 110px;
}
		.hotspot-label {

    top: -40px;
 
    font-size: 13px;
 
}
	/*img.price-list {
        transform: scale(1.5);
        object-position: 35%;
        height: 450px;
		object-fit: cover;}*/
	a#kvartsi-1-1{
	        top: 51% !important;
        left: 25% !important;

	}
	a#kvartsi-2-2{
	    top: 43% !important;
        left: 71% !important;
	}
	a#kvartsi-3-3{
        top: 38% !important;
        left: 45% !important;
	}
	    .meta-text {
        padding: 25px 3% 0px 3%;
    }

	.ecoadvice {

    bottom: 15px;

}
.home .post-thumbnail {
 
    border-left: 0px solid white;
	padding-left:2%;
   
}
	.site-footer h2 {
    font-size: 35px;
}
	h1 {
    font-size:45px !important;
	
}
	.eelmuuk h2 {
   
    font-size: 25px;
}
.meta-text p{
	 
    font-size: 17px;
	
}
  #footer-sidebar2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 4%;
    row-gap: 0px;
    column-gap: 4%;
    align-content: center;
    align-items: center;
    flex-direction: column;
}
#footer-sidebar2 aside.widget_media_image {
    margin-bottom:0px;
}}
@media only screen and (max-width: 500px){
	.page-template-default h1 {
    font-size: 35px !important;
 
}
	.post-template-real-estate-object header.entry-header {
    padding-top:80px;
}
	.post-template-real-estate-object .post-thumbnail img {
    height: 350px;
}
	.contact-us p {
    gap: 0px 2%;
		justify-content: center;
}
	.contact-us p label {
    width: 90%;
		max-width:300px;
}
	.meta-title-block h2 {
    font-size: 30px;

}
	.site-footer h3 {
    font-size: 25px;
}
	.top-header p {
    
    font-size: 14px;
}
	
		.site-footer h2 {
    font-size: 30px;
}
	#footer-sidebar2 aside.widget_nav_menu {
    width: 90%;
}
	.post-template-packages .post-thumbnail img {
  
    height: 450px;
   
}

	.eelmuuk {
               padding: 30px 6% 20px;
        position: relative;
        bottom: 0px;
        left: 0%;
        width: 100%;
        background-color: #8a785d;
        color: #ffffff;
        border-radius: 0px;
}
	    .custom-logo-link {
        width: 150px !important;
        margin-bottom: 4px;
    }
	h1 {
    font-size:40px !important;
	
}
	.page-template-gallery h1 {
    font-size:35px !important;
 
}
	.eelmuuk h2 {
   
    font-size: 20px;
}
.post-thumbnail img{
	width:100%;
	object-fit:cover;
	height:700px;
	        object-position: right;
}
.page-template-gallery .gallery-item {
    flex-basis: calc(100% - 0%);
    cursor: pointer;
}}
@media only screen and (max-width: 400px) {
	.hotspot-label {

    top: -30px;
 
    font-size: 10px;
 
}

    .post-template-real-estate-object h1 {
        font-size: 37px !important;
    }
	.post-template-packages h1 {
        font-size: 37px !important;
    }
}
