/*!
Theme Name: savona_reality
Theme URI: http://underscores.me/
Author: Lukáš Ballay
Author URI: http://lukasballay.sk
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: savona-reality
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 with others.

savona_reality is based on Underscores https://underscores.me/, (C) 2012-2017 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/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	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 {
	left: 100%;
}

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

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

.main-navigation li {
	float: left;
	position: relative;
}

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

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

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## 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 {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/*================================================
	Vlastné css
=================================================*/

.btn.search-btn {
    padding: 7px !important;
    }

.single-advance-property .slider-nav .item-slick {
    max-height: 86px;
}

.price-features-wrapper {
    padding: 0.1rem 1rem 0.6rem;
}

.inc-fleat.inc-area:before {
    width: 23px !important;
    height: 23px;
}

.listing-card-info-icon {
    padding-left: 12px !important;
}

.inc-fleat {
	font-size: 13px !important;
}

.partners-footer img{
	max-height: 55px;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}





/*=============icons===============*/


.inc-fleat.inc-flat:before {
    background: url( assets/img/flat.svg);
    content: "";
    position: absolute;
    background-size: contain;
    width: 25px;
    height: 23px;
    top: -1px;
    left: -2px;
}


.inc-fleat.inc-savona-pink:before {
    background: url(assets/img/icons/savona-icon-pink.svg);
    content: "";
    position: absolute;
    background-size: contain;
    width: 23px;
    height: 23px;
    top: -1px;
    left: -2px;
}

.inc-fleat.inc-savona-gray:before {
    background: url(assets/img/icons/savona-icon-gray.svg);
    content: "";
    position: absolute;
    background-size: contain;
    width: 23px;
    height: 23px;
    top: -1px;
    left: -2px;
}


.inc-fleat.inc-savona-white:before {
    background: url(assets/img/icons/savona-icon-white.svg);
    content: "";
    position: absolute;
    background-size: contain;
	width: 18px;
    height: 18px;
    left: 30px;
    top: 7px;
}

.inc-fleat.inc-savona-footer:before {
    background: url(assets/img/icons/savona-icon-footer.svg);
    content: "";
    position: absolute;
    background-size: contain;
	width: 18px;
    height: 18px;
    top: 0px;
}


.inc-fleat.inc-savona-black:before {
    background: url(assets/img/icons/savona-icon-black.svg);
    content: "";
    position: absolute;
    background-size: contain;
    width: 23px;
    height: 23px;
    top: -1px;
    left: -2px;
}

.inc-services{
	width: 55px
}

.inc-services.inc-services-savona-pink:before {
    background: url(assets/img/icons/savona-icon-pink.svg);
    content: "";
    position: absolute;
    background-size: contain;
	width: 44px;
    height: 44px;
    left: 10px;
    top: 35px;
}
}



/*==========icons end==============*/


/*Odstranenie medzeri vo filtri pri selectoch*/

.input-with-icon .form-control{
	padding-left: 5px!important;
}


.logo-unia{
	float: left;
    position: relative;
    display: block;
    width: 88px;

}

ul.attributes li {
	width: 88px;
}

#real-partner .real-partner-box {
    margin: 0 auto;
	position: absolute;
	top: 0;
}

ul.attributes {
    margin: 0 0 1px 0 !important;
}

#real-partner .real-partner-box img{
    max-width: 75px;}




nav .menu li a:hover {
    background-color: #d45d9c;
    background: #d45d9c;
    color: white!important;
    padding: 10px 15px;
    margin: 25px 0px;
    border-radius: 50px;
    box-shadow: 0 8px 5px rgba(212, 93, 156, 0.26);
    transition: none;
}

nav .menu li a {
    transition: none;
}

.sec-heading p {
	font-family: "Poppins", sans-serif;
}

.listing-card-info-price {
    padding-left: 0 !important;
    margin-top: 10px;
}

.proerty_content {
    padding: 2em 1em 0em !important;
}


.slick-prev:before {
    content: "\e64a" !important;
    font-family: 'themify' !important;
}

.slick-next:before {
    content: "\e649" !important;
    font-family: 'themify' !important;
}

.slick-arrow:before {
    background: none !important;
}

.property-listing .slick-arrow:before {
 	background: none !important;
    font-size: 25px !important;
}

.single-advance-property .slider-nav .item-slick {
    border: 1px solid white;
}

.inc-fleat {
	color: #2f3640 !important;
}

.dw-proprty-info li strong {
    color: #2f3640 !important;
}

.interne{
	background-color: #d081ab;
}


.mfp-img {
    max-height: 100vh !important;
}

.pink-color{
	color: #d45c9c;
	font-weight: 600;
}

#back2Top{
    padding: 10px 0px;
}

.slick-list {
    height: 100% !important;
}

.agent-details-links a{
	margin: 10px 0px;
    display: block;
    font-size: 14px;
}

.testimonial-bottom{
    margin-bottom: 40px;
}

.bl-continue{
	font-style: normal !important;
    font-size: 15px !important;
}


.id-property{
	float: right;
}

.small-makler{
	font-size: 12px;
    font-style: italic;
}

.footer-white a {
	color: white
}

.pr-single-info>a:hover{
	color: white;
}


.single-advance-property .slider-for img {
    width: 100%;
    min-height: auto;
    max-height: -webkit-fill-available;
    object-fit: cover;
}

.category-type{
	padding-bottom: 15px;
	min-height: 60px;
}


.page-content [type=search] {
    border: 1px solid #959595;
    padding: 5px;
    border-radius: 5px;
}

.search-submit{
	background-color: #d45c9c;
    background: #d45c9c;
    padding: 5px 20px;
    color: white;
    border-radius: 5px;
    border: none;
}

.mfp-container {
	height: auto !important;
}


@media screen and (max-width: 992px) {
	nav .menu li a:hover {
    background-color: #d45d9c;
    background: #d45d9c;
    color: white!important;
    padding: 10px 10px;
    margin: 0px;
    border-radius: 0px;
    box-shadow: none;
    transition: none;

}


@media screen and (max-width: 769px) {
	.headline-onas{
		margin-top: 20px;
	}
}



/* Pagination */
.pagination {
   clear:both;
   position:relative;
   font-size:11px; /* Pagination text size */
   line-height:13px;
   float:right; /* Pagination float direction */
}
.pagination span, .pagination a {
   display:block;
   float:left;
   margin: 2px 2px 2px 0;
   padding:6px 9px 5px 9px;
   text-decoration:none;
   width:auto;
   color:#fff; /* Pagination text color */
   background: #555; /* Pagination non-active background color */
   -webkit-transition: background .15s ease-in-out;
   -moz-transition: background .15s ease-in-out;
   -ms-transition: background .15s ease-in-out;
   -o-transition: background .15s ease-in-out;
   transition: background .15s ease-in-out;
}
.pagination a:hover{
   color:#fff;
   background: #6AAC70; /* Pagination background on hover */
}
.pagination .current{
   padding:6px 9px 5px 9px;
   background: #6AAC70; /* Current page background */
   color:#fff;
}