/*!
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/
*/
/* Scrollbar kogu lehele */
body::-webkit-scrollbar {
  width: 6px;
}

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

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

body::-webkit-scrollbar-thumb:hover {
  background-color: #f9d7cd; /* Tumedam hoveri korral */
	opacity:0.7;
}
.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 fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
#mega-menu-item-907{
	margin:10px 25px !important;
}


.site-branding{
	display:none;
}

.block-price-list-img{
	margin-top:0px;

}
img.price-list{
	width:100%;
	
}
.hotspot {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #2a6760;
  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: #c74242;
    color: #fff;
    padding: 4px 8px;
    border-radius: 0px;
    font-size: 25px;
    white-space: nowrap;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);

}

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

.page-template-landing header.entry-header{

    align-items: center;
}
.page-template-landing h1{
	text-transform: uppercase;
	margin-bottom:20px;
}
.page-template-landing .meta-text p{
	font-size:18px;
	margin-top:15px;
	max-width:550px;
	width:100%;
}

/*#transport {

    flex-direction: row-reverse;
}
#kaubandus {

    flex-direction: row-reverse;
}*/
.gallery{
    opacity: 0.9;
    -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;
}
.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;
}
.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.8;
    -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.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;
}
.meta-text-block{
    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;
  left: -75px;
	right:auto;
	
}
.meta-text-block .front-page-meta-inside {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.meta-text-block .front-page-meta-inside .buttons {
    margin-top:20px;
}
.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;
}

.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 .ecoadvice{
	display:none;
}
.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%;
}
.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;
}



.page-template-gallery .site{
	margin-top:175px;
}
.page-template-gallery .ecoadvice{
	display:none;
}
.page-template-gallery  h1 {
    font-size: 60px !important;
    text-shadow: 0px 0px 0px #00000029;
}
.hero-video {
 /* position: absolute;
  top: 50%;
  left: 50%;  
	transform: translate(-50%, -50%);*/
  width: 100vw;     /* Katab kogu ekraani laiuse */
  height: 100vh;    /* Katab kogu ekraani kõrguse */
  object-fit: cover; /* Väldib venitamist ja lõikab video õigesti */

  z-index: -1;      /* Paigutab video teksti alla */

}
.page-template-gallery #galerii {
  margin-bottom:0px !important;
	padding: 0px 0px;
}
#galerii-2 {
    display: flex;
	margin-top:0px !important;
    flex-direction: row;
    flex-wrap: wrap;
  	margin:0px 0px !important;
    justify-content: space-between;
}
.home #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1:after, .home #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label {


    
   
}
.home .header-all.active #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1:after, .home .header-all.active #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label {


  
   
}
.post-template-real-estate-object .ecoadvice{
	display:none;
}
.ecoadvice img{
	border-radius:50%;
}
  .hero-video.fade {
    animation: fadeDark 2s forwards;
  }

  @keyframes fadeDark {
    0% {
      filter: brightness(1);
    }
    50% {
      filter: brightness(0.4); /* Tumedam efekt */
    }
    100% {
      filter: brightness(1);
    }
  }







html { scroll-behavior: smooth; } 
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
.post-tag{
       border: solid 2px;
    padding: 7px 15px;
    color: #c7254b;
    border-radius: 0px;
    font-size: 20px;
    font-weight: 600;
  
}
.post-tags{
	 display:flex;
}
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;
}
/*--------------------------------------------------------------
# Top-Header
--------------------------------------------------------------*/
.error404 .ecoadvice{
	display:none;
}
.top-header p {
    color: #f9d7cd;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
}
.top-header {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: #2b5f6c;
    padding: 0px 6%;
	/*box-shadow: 0px 0px 15px #00000082;*/
}
.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: flex-end;
    align-items: flex-end;
	
	
	overflow:hidden;
}


img.block-img{
	width:100%;
	object-fit: cover;
    height: 100vh;
    filter: brightness(0.9);
}
#asukoht img.block-img {
	opacity:1;
    filter: brightness(1);
}
/*.meta-text-block{
	    color: white;
    position: absolute;
    max-width: 600px;
    z-index: 1;
    padding: 50px 5%;
    background-color: #344c26b0;
	margin-right: 10%;
	height:100%;
	    display: flex;
    align-content: center;
    align-items: center;
}*/
.meta-text-block{
    
    position: absolute;
    max-width: 800px;
    z-index: 1;
    padding: 50px 10%;
    background-color: #f9d7cd;
    height: 100%;
    display: flex;
    align-content: center;
	align-items: center;}

#asukoht .meta-text-block {
   
    background-color: #375d6b;
   
}
#asukoht .front-page-meta-inside{
	
    color: #f9d7cd;

}
	img.block-img-mobiil{
		display:none;
	}
#tutvustus{
	    border-right: 0px solid white;
		flex-direction: row-reverse;
	background-color:#f9d7cd;
}
#tutvustus h2, #asukoht h2{
	font-size:55px;
	margin-bottom:30px !important;

}
#tutvustus p, #asukoht p {
	font-size:20px;

}
#interjoor{
	    border-right: 0px solid white;
		flex-direction: row-reverse;
}
.meta-text{
	border-left: solid 0px white;
}
.front-gallery{
	
    display: flex;
    flex-wrap: wrap;

}
img.front-gallery-img{
	width:33.3333333333333333333333%;
}
#uleskutse{
	    display: flex;
    flex-direction: column;
    align-items: center;
	background-color: #f9d7cd;
	min-height:100vh;
	justify-content: space-between;
}
#galerii.entry-content h1, #uleskutse h2 {
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 55px;
    text-transform: none;
    margin-bottom: 30px !important;
}
#uleskutse p{
	font-size:20px;
}
.meta-text-block-gallery{
	max-width:800px;
	padding:150px 5% 100px;
	margin:0 auto;
	bottom:0px;
}
/*--------------------------------------------------------------
# GAlerii
--------------------------------------------------------------*/
#galerii{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0px 4%;
	padding:35px 0px;
	margin:0px 0px !important;
}
.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
 	width: 60%;
	    align-content: center;
}

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

.gallery-item img {
    width: 100%;
    height: auto;
    border-radius: 0px;
    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;
}

/*--------------------------------------------------------------
# Entry-header
--------------------------------------------------------------*/
header.entry-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: hidden;
    margin: 0px 2.5%;
    width: 95%;
	margin: 0px 0%;
	
}
.header-all.nav-up {
    transform: translateY(-100%);
	    transition: background 0.5s ease;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

}
.header-all.active{
   transition: background 0.3s ease;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	background-color:#3c6675;
	box-shadow: 0px 0px 5px #00000026;
	
}
.header-all {
    position: fixed;
    width: 100%;
    z-index: 4;
    order: 1;
    top: 0px;
         background-color: #3c6675;
	   transition: background 0.5s ease;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	box-shadow: 0px 0px 0px #00000026;
}
/*--------------------------------------------------------------
# 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);
}
/*--------------------------------------------------------------
# Object
--------------------------------------------------------------*/
.post-template-real-estate-object header.entry-header {
	color: #386560;
    display: flex;
    flex-direction: row-reverse;
	gap:0px 4%;
	height:100vh;
		width:100%;
	 margin: 0px 0%;
	background-color: #fbfbfb;
	align-items: center;
   
}
.post-template-real-estate-object  .post-thumbnail {
    width: 60%;
}
.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:100vh;
	filter: brightness(1);
}
 header.site-header {
    max-width: 100%;
    width: 100%;
    padding: 20px 5%;
    margin: 0 auto;
    
}
.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: #eeeeee;
    border-radius: 0px;
}


/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
a.button{
	    background-color: #f9d7cd;
    border: solid 2px #f9d7cd;
    padding: 13px 22px;
    text-decoration: none;
    color: #006d77;
    border-radius: 0px;
    font-size: 18px;
    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: 700;
	text-transform: uppercase;
	 
}
a.button:hover{
	
	    -webkit-transform: translateY(4px);
    transform: translateY(4px);
	color:#006d77;
	       background-color: #f9d7cd;
    border: solid 2px #f9d7cd;
}
a.button:visited{

	color:white;
}
.buttons{
	display: flex;
    flex-wrap: wrap;
    gap: 0px;
    margin-top: 10px;
    align-items: center;
	max-width:525px;
}
a#light-white.button{
	color:#f9d7cd;
	border: solid 2px;
	background-color: #8d775b00;
	
}
a#light-white.button:hover{
		color: f9d7cd;
    background-color: #8d775b00;
}
a#green.button{
	color:#f9d7cd;
	border: solid 2px #006d77;
	background-color: #006d77;

}
a#green.button:hover{
	color:#f9d7cd;
	border: solid 2px #006d77;
	background-color: #006d77;
}
a#light-green.button{
	color:#006d77;
	border: solid 2px #006d77;
	background-color: #8d775b00;

}
a#light-green.button:hover{
	color:#006d77;
	border: solid 2px #006d77;
	background-color: #8d775b00;
}
a#light.button{
	color:#284547;
	border: solid 2px;
	background-color: #8d775b00;
	font-size: 15px;
}
a#light.button:hover{
	color: #429289;
    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
--------------------------------------------------------------*/
#plaan{
    height: 100vh;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    gap: 0px 4%;
    background-color: #f7f7f7;
}
img.plaan{
	height:100vh;
	padding: 0vh 0%;
	object-fit:cover;
	width:auto;
	filter: brightness(0.97);
}
/*--------------------------------------------------------------
# Vannituba
--------------------------------------------------------------*/
#vannituba{
    height: 100vh;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    gap: 0px 4%;
    background-color: #f7f7f7;
	margin: 0px 0px 3px !important;
	overflow:hidden;
}
img.plaan{
	height:100vh;
	padding: 0vh 0%;
	object-fit:cover;
	width:auto;
	filter: brightness(0.97);
}



/*! 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;
}
.ecoadvice{
	position: absolute;
    right: 2%;
    width: 160px;
    z-index: 3;
    bottom: 50px;
    transform: rotate(0deg);
}


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

.entry-content{
	margin:45px 0px !important;
}
/*-------------Entry-header----------------------------------*/
header.site-header{
	max-width: 100%;
    width: 100%;
    padding: 10px 5%;
    margin: 0 auto;
    display: flex;
    align-content: flex-end;
    align-items: center;

}
.home header.entry-header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: hidden;
    margin: 0px 0% 0vh;
    width: 100%;
    background-color: #375d6b;
}
header.entry-header{
        display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: hidden;
    margin: 0px 0%;
    width: 100%;
}
.home .header-all {
    background-color: #ffffff00;
  
}
.home .header-all img {
     filter: brightness(15.5);
}
.home .header-all a.mega-menu-link{
	/*color:white !important;*/
}

.home .header-all.active {
    background-color: #3c6675;
}
.home .header-all.active img {
        filter: brightness(1);
}
.home .header-all.active a.mega-menu-link{
	   
}
.front-page-meta-inside{
	
  
    display: flex;
    flex-direction: column;
    align-items: center;

}
.meta-text{
	position: absolute;
    max-width: 1550px;
    width: 100%;
    padding: 75px 5% 25px;
    margin: 0 auto;
    color: white;
  
    text-align: left;

}
h1{
	font-size:90px !important;
	line-height:100%;
	width:100%;
	margin-bottom:10px !important;
	/*text-shadow: 0px 0px 14px #00000029;*/
}
.meta-text p{
	 color: white;
    font-size: 35px;
	text-shadow: 0px 0px 6px #00000029;
	margin-bottom:15px;
	margin-top:5px;
	line-height: 130%;
	text-align:center;
}
.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:100vh;
	filter: brightness(0.8);
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer em {
    font-style: italic;
	font-size:13px;
}
.site-footer {
    background-color: #2b5f6c;
    color: #f9d7cd;
    overflow: hidden;
    width: 100%;
    padding-bottom: 0px;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 100vh;
    padding: 100px 0px 0px;
}
.site-footer a{
	color:#f9d7cd !important;
}
.site-footer a:hover{
	color:#f9d7cd;
}
.site-footer a:visited{
	color:#f9d7cd;
}
.site-footer-inside {
      max-width: 1000px;
    margin: 3px auto;
    display: flex;
    align-content: center;
    align-items: center;
    gap: 5%;
	    width: 100%;

    
}
ul#menu-jaluse-menuu{
	    padding: 10px 0px;
    border-top: dotted 1px;
    border-bottom: dotted 1px;
    width: 100%;
    margin-bottom: 0px;
	    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	gap:10px;
}
aside#nav_menu-4{
	width:100% !important;
}
aside#text-10 p{
	    line-height: 125%;
}
.site-footer h2{
	    font-size: 85px;
	color:#f9d7cd;
	 font-family: "Great Vibes", cursive;
	max-width:400px;
}
.site-footer h3{
	
	color:#f9d7cd;
}
.site-footer-inside #footer-sidebar2 img {
  	width:100%;
	border-radius:50%;
	border:solid 5px white;
    
}
#footer-sidebar2 {
    width: 100%;
    padding: 50px 5%;
    max-width: 450px;
    margin: 0 auto;
   /* background-color: #3c6675;*/
}
li#menu-item-1019 a{
	font-size:40px;
	margin-top:20px;
}
#footer-sidebar3 {
    padding-bottom: 90px;
    max-width: 1000px;
}
#footer-sidebar2 aside.widget_media_image{
	width:38%;
}
#footer-sidebar2 aside.widget_nav_menu{
		width:38%;
}
#footer-sidebar2 h2{
		font-size: 65px;
	margin-bottom:15px;
	margin-top:5px;
}
ul#menu-sotsiaalmeedia a{
	font-size:40px;
}
.site-footer ul {
    list-style: none;
	padding-left:0px;
}
.site-footer h3{

    font-size: 45px;
    margin-bottom: 15px;
	margin-top: 45px
}
#menu-jarno-kaupmees a{
	font-size:20px;
}

#footer-sidebar{
		width:100%;
	    display: flex;
  		flex-wrap: wrap;
}
#footer-sidebar1 {
    width: 100%;
    padding: 50px 5%;
    max-width: 450px;
    margin: 0 auto;
    text-align: center;
}
#footer-sidebar3 h2{
	font-size:35px;
	
}
#footer-sidebar1 h2{
	margin-bottom:10px !important;
	
}
ul#menu-kersti-okas a{
	font-size:22px;
	font-weight:600;
}
#footer-sidebar3 ul{
	   display: flex;
    flex-wrap: wrap;
    padding-top: 5px;
}
#footer-sidebar3 ul li{
	 margin-right:20px;
	margin-top:10px;
	
	}
img.isik{
	border-radius:50% !important;
	border: solid 4px #f9d7cd;
	width:75%;
}
/**
 * 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;
}
.wpcf7-spinner {
display:none !important;
}
/* 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: #006d77;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 15px;
	line-height: 1.5;
}

.home h1{
	text-align:center;
	  
}
.page-template-default h1{
	    font-size: 50px !important;
    margin-bottom: 50px !important;
	        text-shadow: 0px 0px 0px #00000029;
}
h1{
	 text-transform: uppercase;
}
h2,
h3,
h4,
h5,
h6 {
	    line-height: 100%;
		
	font-weight:500;
}
h2{
	font-size:30px;
	margin:10px 0px 30px !important;
}
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-size:18px;
	line-height: 120%;
	margin-top:0px;
}

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

blockquote {
	margin: 0 0em;
}
blockquote p {
    font-size: 24px !important;
    line-height: 115%;
    /* color: #386560; */
    font-weight: 200;
}

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;
}

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: #006d77;
	text-decoration: none;
}

a:visited {
	color: #006d77;
}

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

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 3px solid #f9d7cd;
    /* border-color: #ccc #ccc #bbb; */
    border-radius: 0px;
    background: #f9d7cd;
    color: rgb(55 93 107);
    line-height: 1;
    padding: 15px 20px;
    font-size: 17px;
    text-transform: uppercase;
    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);
	    background: #f9d7cd;
	    border: 3px solid #f9d7cd;
    
}

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: #ffffff;
    border: 2px solid #f9d7cd;
    border-radius: 0px;
    padding: 9px;
    margin-bottom: 15px;
    width: 100%;
    background-color: #ff000000;
}

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: #ffffff;
}
::placeholder{
	color:#f9d7cd;
}
select {
	border: 1px solid #ccc;
}

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: #f4d9ce;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

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

/* Navigation
--------------------------------------------- */
.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-summary {
	margin: 0em 0 0;
}
.entry-content{
	max-width:1000px;
	margin: 300px auto 100px !important;
	padding:0px 5%;
}
.page-template-gallery .entry-content{
	max-width:100%;
	margin: 0px auto 0px !important;
	padding:0px 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: 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: 1400px){

.post-template-packages .post-thumbnail {
    width: 50%;
}	
	
	
.post-template-real-estate-object .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;
}
	.meta-text-block{
  
    max-width: 600px;
 }
	h1{
		font-size:70px !important;
	}
	.page-template-default h1{
	    font-size: 40px !important;
    margin-bottom: 50px !important;
}
	.meta-text p {
 
    font-size: 32px;

}
	#tutvustus h2, #asukoht h2 {
    font-size: 45px;
}
}
@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;
}
.page-template-default h1{
	    font-size: 38px !important;
    margin-bottom: 50px !important;
}
	h1 {
    font-size: 60px !important;
    line-height: 90%;
    width: 100%;
    margin-bottom: 0px !important;
    text-shadow: 0px 0px 14px #00000029;
   
}
	.page-template-gallery h1 {
    font-size:40px !important;
 
}
	.meta-text-block-gallery {
    max-width: 600px;
  
}
}

@media only screen and (max-width: 1100px){
	#tutvustus h2, #asukoht h2 {
    font-size: 35px;
}
.custom-logo-link {
   
    width: 160px;
}
	.post-template-real-estate-object .front-page-meta {
  
    padding: 50px 0% 50px 5%;
}
	.object-meta-li {
    
    font-size: 15px;
}
		.meta-text-block{
  
    max-width: 500px;
 }
	.site-branding {
    display: block;
}
	#mega-menu-item-907 {
    display:none !important;
		
}
}
@media only screen and (max-width: 1000px){
	.entry-content{

	margin: 200px auto 100px !important;

}
	ul#menu-jaluse-menuu {

    justify-content: center;
}
	#footer-sidebar1 {
   
    padding: 20px 5%;
  
}
	#footer-sidebar2 {
   
    padding: 20px 5%;
  
}
	#footer-sidebar2 {
   
    text-align: center;
}
	img.front-gallery-img {
    width: 50%;
		
}
	img.front-gallery-img:first-child {
    width: 100%;
		
}
	.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;
	
	
}
.meta-text-block.active{
  	 
	left:0px;
}
.page-template-gallery	#galerii {
   
    flex-direction: column-reverse;
    
}
	.meta-text {
  
    max-width: 500px;

}
.meta-text-block {
 	
    position: relative;
    max-width: 100%;
    padding: 100px 15% 100px 5%;
    
    height: auto;
    display: flex;
    align-content: center;
    align-items: center;
}
	img.block-img {
  
    height: auto;
   
}
	#asukoht img.block-img, #tutvustus img.block-img  {
    display:none;
}
	img.block-img-mobiil{
		display:block;
	}
	#asukoht {
    background-color: #375d6b;
}
	.block {
   
    flex-wrap: wrap;
}
	.block    .buttons {
        justify-content: center !important;
    }
	#tutvustus {
    border-right: 0px solid white;
    flex-direction: row-reverse;
    display: flex;
    justify-content: flex-end;
}
	.meta-text-block .front-page-meta-inside {
    
    max-width: 500px;
   
}
	.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 .post-thumbnail img {
  
    height: 700px;
   
}
	.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;
}


 .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-default h1{
	    font-size: 35px !important;
    margin-bottom: 50px !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){
	#uleskutse h2 {
  
    font-size: 45px;
}
	.custom-logo-link {
   
    width: 130px;
}
.block-price-list-img{
	margin-top:86px;
	
}}
@media only screen and (max-width: 600px){
	.side-logo img {
    width: 100px !important;

}
		.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: 75px 3% 0px 3%;
    }
		.meta-text {
  
    max-width: 375px;

}
	.ecoadvice {

    bottom: 15px;

}
.home .post-thumbnail {
 
    border-left: 0px solid white;
	padding-left:2%;
   
}
	.site-footer h2 {
    font-size: 50px;
}
		.post-template-real-estate-object .post-thumbnail img {
  
    height: 500px;
   
}
	h1 {
    font-size:45px !important;
	
}
	.eelmuuk h2 {
   
    font-size: 25px;
}
.meta-text p{
	 
    font-size: 18px;
	
}
#footer-sidebar2 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 4%;
    row-gap: 20px;
    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){
	.site-footer h3 {
   
}
	.top-header p {
    
    font-size: 14px;
}
	
		.site-footer h2 {
    font-size: 60px;
}
	#footer-sidebar2 aside.widget_nav_menu {
    width: 90%;
}
	.post-template-packages .post-thumbnail img {
  
    height: 450px;
   
}
		.post-template-real-estate-object .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;
}
	.ecoadvice{
	
    width: 120px;
}
	   
	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;
    }
}
