/*
Theme Name: Reality Kamzík
Theme URI: https://realitykamzik.sk/
Author: DANMO s.r.o.
Description: WordPress téma pre realitnú kanceláriu Reality Kamzík.
Version: 0.6.5
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: realitykamzik
*/

/* WordPress-specific adjustments layered over assets/css/main.css. */
.admin-bar .header.sticky-top {
	top: 32px;
}

.header .logo .custom-logo {
	width: auto;
	max-height: 56px;
}

.header .topbar .contact-info .social-links {
	gap: 14px;
	margin-left: 20px;
}

.header .topbar .contact-info .social-links a {
	margin-left: 0;
}

.navmenu a.active,
.navmenu .current-menu-item > a,
.navmenu .current-menu-ancestor > a {
	color: var(--nav-hover-color);
}

.hero-3 .hero-overlay {
    background: linear-gradient(180deg,
 	color-mix(in srgb, var(--contrast-color), transparent 50%) 90%,
 	color-mix(in srgb, var(--contrast-color), transparent 50%) 10%);
}

.header .rk-header-certificates {
	position: absolute;
	z-index: 3;
	top: calc(100% + 10px);
	right: calc(var(--bs-gutter-x) * 0.0);
	pointer-events: none;
}

.header .rk-header-certificates-list {
	display: flex;
	width: max-content;
	gap: 8px;
	align-items: flex-start;
}

.header .rk-header-certificates img {
	display: block;
	width: auto;
	height: 96px;
	object-fit: contain;
}

@media (max-width: 767px) {
	.header .rk-header-certificates-list {
		gap: 6px;
	}

	.header .rk-header-certificates img {
		height: 68px;
	}
}

.main {
	min-height: 45vh;
}

.rk-content-section {
	padding: 70px 0;
}

.rk-entry-content > :last-child {
	margin-bottom: 0;
}

.blog-posts article {
	display: flex;
	flex-direction: column;
}

.blog-posts .post-img {
	display: block;
	width: auto;
	height: 240px;
}

.blog-posts .post-img a {
	display: block;
	width: 100%;
	height: 100%;
}

.blog-posts .post-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-posts article > .d-flex {
	margin-top: auto;
}

.testimonials-2 .section-title h2,
.testimonials-2 .section-title p {
	color:var(--surface-color);
}

.testimonials-2 .review-card .reviewer-info h3 {
	margin: 0 0 4px;
	font-size: 14px;
	font-weight: 600;
}

.testimonials-2 .btn {
    padding: 12px 30px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.testimonials-2 .review-card .quote-icon i {
    color: var(--background-color);
}

.testimonials-2 .review-card .reviewer-info h3 {
    color: var(--background-color);
}

.testimonials-2 .btn-all-services {
  background-color: var(--contrast-color);
  color: var(--background-color);
  border-color: var(--contrast-color);
}

.testimonials-2 .btn-all-services:hover {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  border-color: var(--accent-color);
  transform: translateY(-2px);
}

.rk-references .rk-reference-card {
	display: flex;
	flex-direction: column;
}

.rk-references .rk-reference-visual {
	display: flex;
	height: 150px;
	align-items: center;
	justify-content: center;
	/*background: linear-gradient(135deg, var(--accent-color), color-mix(in srgb, var(--accent-color), #ffffff 0%));*/
	color: var(--contrast-color);
}

.rk-references .rk-reference-visual i {
	font-size: 70px;
	line-height: 1;
	color: var(--accent-color);
}

.rk-references .rk-reference-content {
	margin-bottom: 24px;
	color: color-mix(in srgb, var(--default-color), transparent 15%);
	line-height: 1.7;
}

.rk-references .rk-reference-content > :last-child {
	margin-bottom: 0;
}

.rk-references .post-date {
	margin-top: auto;
	padding-top: 18px;
	border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
}

.properties-4 .listing-title a {
	color: inherit;
	text-decoration: none;
}

.properties-4 .listing-title a:hover {
	color: var(--accent-color);
}

.properties-4 .listing-tags .tag {
	text-transform: uppercase;
}

.properties-4 .listing-card .rk-agent-placeholder {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: color-mix(in srgb, var(--accent-color), transparent 88%);
	color: var(--accent-color);
}

.properties-4 .listing-specs sup {
	font-size: 0.7em;
}

.properties-4 .rk-clear-filters {
	display: inline-flex;
	gap: 6px;
	align-items: center;
	margin-top: 14px;
	color: var(--accent-color);
	font-size: 13px;
	font-weight: 500;
}

.properties-4 .rk-sort-form {
	display: flex;
	gap: 8px;
	align-items: center;
}

.properties-4 .rk-no-properties {
	padding: 70px 20px;
	border: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
	border-radius: 8px;
	background: var(--surface-color);
}

.properties-4 .rk-no-properties > i {
	display: block;
	margin-bottom: 16px;
	color: var(--accent-color);
	font-size: 48px;
}

.properties-4 .rk-no-properties .search-btn {
	display: inline-flex;
	align-items: center;
	width: auto;
	margin-top: 8px;
	padding: 10px 18px;
	text-decoration: none;
}

.featured-properties .highlight-card .media .badge-set .flag.featured {
    background: color-mix(in srgb, #f97316, transparent 10%)
}
.featured-properties .mini-list .mini-card .thumb .label.new {
    background: color-mix(in srgb, #f97316, transparent 10%)
}

.featured-properties .grid-featured.rk-single-featured {
	grid-template-columns: 1fr;
}

.featured-properties .rk-home-all-properties {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 20px 40px;
  background: transparent;
  color: var(--accent-color);
  text-decoration: none;
  border: 2px solid var(--accent-color);
  border-radius: 50px;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.4s ease;
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}

.featured-properties .rk-home-all-properties::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--accent-color);
  transition: left 0.4s ease;
  z-index: -1;
}

.featured-properties .rk-home-all-properties:hover {
  color: var(--contrast-color);
  transform: translateY(-3px);
  box-shadow: 0 15px 35px color-mix(in srgb, var(--accent-color), transparent 70%);
}

.featured-properties .rk-home-all-properties:hover::before {
  left: 0;
}

.featured-properties .rk-home-all-properties:hover i {
  transform: rotate(45deg);
}

.featured-properties .rk-home-all-properties i {
  font-size: 20px;
  transition: transform 0.4s ease;
}

.featured-properties .rk-home-empty {
	padding: 45px 20px;
	border-radius: 12px;
	background: var(--surface-color);
}

.featured-properties .mini-card .mini-body h3,
.featured-properties .stack-card .stack-body h3 {
	margin: 0;
	font-size: inherit;
	font-weight: inherit;
}

.featured-properties .mini-card .mini-body h3 a,
.featured-properties .stack-card .stack-body h3 a {
	color: inherit;
}

.about .visual-section .overlay-image {
    position: absolute;
    bottom: -90px;
    left: -30px;
    width: 200px;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.25);
    border: 0px solid var(--surface-color);
    display: flex;
    justify-content: space-between;
}

.about .visual-section .overlay-image img {
    width: 50% !important;
    height: auto !important;
    object-fit: inherit !important;
    border: 0px !important;
    margin: 0 auto;
}

.about .founder-highlight .founder-details h3,
.about .timeline-section .timeline-content h3,
.about .team-preview .member-info h3 {
	margin-bottom: 5px;
	font-size: inherit;
	font-weight: 600;
	font-size: 1.4rem;
}

.about .rk-founder-placeholder {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: color-mix(in srgb, var(--accent-color), transparent 88%);
	color: var(--accent-color);
	font-size: 34px;
}

.about .team-preview .team-member {
	display: block;
	color: inherit;
}

.terms-of-service-2 .tos-content .content-section h2,
.terms-of-service-3 .tos-content .content-section h2 {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 600;
}

.terms-of-service-2 .tos-contact .contact-content h2,
.terms-of-service-3 .tos-contact .contact-content h2 {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 600;
}

.contact-2 .contact-info-box .info-content h2 {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 600;
}

.contact-2 .contact-info-box .info-content a {
	color: inherit;
}

.contact-2 .rk-form-notice {
	margin-bottom: 20px;
	padding: 14px 16px;
	border-radius: 8px;
	text-align: center;
}

.contact-2 .rk-form-success {
	background: #e8f7ee;
	color: #176638;
}

.contact-2 .rk-form-error {
	background: #fdecec;
	color: #8a1f1f;
}

.contact-2 .rk-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.agents .featured-agent .agent-image .agent-badge { display:none; }

.agents .featured-content h2,
.agents .agent-card .agent-info h3 {
	font-size: inherit;
	font-weight: 600;
}

.agents .featured-content h2 a,
.agents .agent-card .agent-info h3 a {
	color: inherit;
}

.agents .featured-content .contact-item {
	color: inherit;
}

.agents .agent-card .agent-info .view-listings {
	display: inline-flex;
}
.agents .featured-agent .agent-image,
.agents .agent-card .agent-photo > a {
	display: block;
}

.agents .rk-agent-photo-placeholder {
	display: flex;
	width: 100%;
	height: 300px;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, var(--surface-color), color-mix(in srgb, var(--accent-color), transparent 88%));
	color: color-mix(in srgb, var(--default-color), transparent 55%);
}

.agents .rk-agent-photo-placeholder i {
	font-size: 88px;
	line-height: 1;
}

.agents .rk-agent-photo-placeholder-featured {
	height: 600px;
}

.agents .rk-agent-photo-placeholder-featured i {
	font-size: 140px;
}

@media (max-width: 768px) {
	.agents .rk-agent-photo-placeholder-featured {
		height: 400px;
	}
}

.agent-profile .about-section h2,
.agent-profile .content-sidebar h2,
.agent-profile .content-sidebar h3 {
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 600;
}

.agent-profile .content-sidebar h3 {
	font-size: 16px;
}

.agent-profile .contact-method .method-value {
	overflow-wrap: anywhere;
}

.blog-details .author-info .author-details .info h2 {
	margin-bottom: 4px;
	font-size: 16px;
	font-weight: 600;
}

.blog-details .meta-bottom h2 {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 600;
}

.blog-details .rk-blog-content > :last-child,
.agent-profile .rk-agent-content > :last-child {
	margin-bottom: 0;
}

.property-details .property-gallery .main-image-container > a {
	display: block;
}

.property-details .property-gallery .thumbnail-gallery .thumbnail-item {
	padding: 0;
	background: transparent;
}

.property-details .property-gallery .thumbnail-gallery .thumbnail-item:focus-visible,
.property-details .property-gallery .main-image-container .image-nav-btn:focus-visible {
	outline: 3px solid color-mix(in srgb, var(--accent-color), transparent 35%);
	outline-offset: 2px;
}

.property-details .property-description h2,
.property-details .property-amenities h2,
.property-details .property-map h2 {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 600;
}

.property-details .property-description .property-content {
	line-height: 1.7;
	color: color-mix(in srgb, var(--default-color), transparent 10%);
}

.property-details .property-description .property-content > :last-child {
	margin-bottom: 0;
}

.property-details .rk-property-share {
	margin-top: 32px;
	padding-top: 28px;
	border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 88%);
}

.property-details .rk-property-share h2 {
	margin-bottom: 18px;
	font-size: 20px;
	font-weight: 600;
}

.property-details .rk-property-share-list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.property-details .rk-property-share-button {
	display: inline-flex;
	width: 52px;
	height: 52px;
	padding: 0;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 50%;
	background: var(--accent-color);
	box-shadow: 0 5px 14px color-mix(in srgb, var(--default-color), transparent 82%);
	color: #ffffff;
	font-size: 23px;
	line-height: 1;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.property-details .rk-property-share-facebook {
	background: #1877f2;
}

.property-details .rk-property-share-instagram {
	background: linear-gradient(135deg, #833ab4, #e1306c 55%, #fcb045);
}

.property-details .rk-property-share-whatsapp {
	background: #25d366;
}

.property-details .rk-property-share-email {
	background: #6c757d;
}

.property-details .rk-property-share-messenger {
	background: linear-gradient(135deg, #00b2ff, #006aff);
}

.property-details .rk-property-share-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 18px color-mix(in srgb, var(--default-color), transparent 76%);
	filter: brightness(0.94);
	color: #ffffff;
}

.property-details .rk-property-share-button:focus-visible {
	outline: 3px solid color-mix(in srgb, var(--accent-color), transparent 35%);
	outline-offset: 3px;
}

.property-details .rk-property-share-status {
	margin: 12px 0 0;
	color: color-mix(in srgb, var(--default-color), transparent 35%);
	font-size: 13px;
}

.property-details .rk-property-share-status:empty {
	margin: 0;
}

.property-details .property-description .property-content ul,
.property-details .property-description .property-content ol {
	padding-left: 1.35rem;
}

.property-details .property-amenities .rk-feature-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 24px;
}

.property-details .property-amenities .rk-feature-grid li {
	margin-bottom: 0;
}

.property-details .rk-property-media-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.property-details .rk-property-media-links .btn {
	display: inline-flex;
	gap: 8px;
	align-items: center;
}

.property-details .property-overview .rk-price-note {
	margin: -2px 0 20px;
	color: color-mix(in srgb, var(--default-color), transparent 35%);
	font-size: 13px;
}

.property-details .property-overview .property-stats .stat-item > i {
	display: inline-flex;
	flex: 0 0 38px;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 10px;
	background: color-mix(in srgb, var(--accent-color), transparent 88%);
	font-size: 18px;
}

.property-details .property-overview .property-address h2,
.property-details .property-overview .agent-info .agent-details h2,
.property-details .property-overview .contact-form h2 {
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: 600;
}

.property-details .property-overview .agent-info .agent-details h2 {
	font-size: 16px;
}

.property-details .property-overview .contact-form h2 {
	margin-bottom: 20px;
	font-size: 18px;
}

.property-details .property-overview .agent-info .agent-details {
	min-width: 0;
}

.property-details .property-overview .agent-info .agent-details a {
	color: inherit;
	overflow-wrap: anywhere;
}

.property-details .property-overview .agent-info .agent-details a:hover {
	color: var(--accent-color);
}

.property-details .rk-agent-detail-placeholder {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: color-mix(in srgb, var(--accent-color), transparent 88%);
	color: var(--accent-color);
	font-size: 28px;
}

.property-details .rk-form-notice {
	margin-bottom: 15px;
	padding: 12px 14px;
	border-radius: 8px;
	font-size: 13px;
	line-height: 1.5;
}

.property-details .rk-form-success {
	background: #e8f7ee;
	color: #176638;
}

.property-details .rk-form-error {
	background: #fdecec;
	color: #8a1f1f;
}

.property-details .rk-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

@media (max-width: 575px) {
	.property-details .property-amenities .rk-feature-grid {
		grid-template-columns: 1fr;
	}
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	z-index: 100000;
	top: 5px;
	left: 5px;
	display: block;
	width: auto;
	height: auto;
	padding: 15px 23px 14px;
	clip: auto !important;
	background: #f1f1f1;
	color: #21759b;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	text-decoration: none;
}

@media screen and (max-width: 782px) {
	.admin-bar .header.sticky-top {
		top: 46px;
	}
}


.featured-services .service-card {
    text-align: left;
}
.featured-services .service-card .service-action{
    text-align: center;
}

.featured-services .btn-all-services i {
    transform: rotate(45deg) !important;
}

/* Careers: ordinary Gutenberg content between the fixed intro and contact slots. */
.terms-of-service-2 .tos-content.rk-entry-content > h2 {
	margin: 40px 0 20px;
	font-size: 24px;
	font-weight: 600;
}

.terms-of-service-2 .tos-content.rk-entry-content > h2:first-child {
	margin-top: 0;
}

.terms-of-service-2 .tos-content.rk-entry-content .wp-block-list {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}

.terms-of-service-2 .tos-content.rk-entry-content .wp-block-list li {
	position: relative;
	margin-bottom: 12px;
	padding-left: 25px;
	color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.terms-of-service-2 .tos-content.rk-entry-content .wp-block-list li::before {
	position: absolute;
	top: 0.65em;
	left: 2px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: var(--accent-color);
	content: "";
}

.floating-card.phone-screen {
	display: none;
}

.secondary-images .small-image.phone-screen {
	display: none;
}

/** Media screen **/
@media screen and (max-width: 782px) {
	.header .rk-header-certificates {
		display: none;
	}

    .home-about .image-section .main-image-wrapper .floating-card.phone-screen {
        bottom: 3rem;
        right: 1rem;
        padding: 1rem;
    }

	.floating-card.phone-screen {
		display: inline-block;
	}

	.floating-card.phone-screen .card-content {
		display: flex;
		justify-content: space-between;
	}

	.floating-card.phone-screen img {
		width: 100%;
		height: 150px;
	}

	.home-about .image-section .secondary-images .small-image {
		display: none;
	}

	.home-about .image-section .secondary-images .small-image.phone-screen {
		display: flex;
		justify-content: space-between;
		padding: 15px 0;
	}

	.home-about .image-section .secondary-images .small-image.phone-screen img {
		display: inline-flex;
	    width: 100%;
	    height: 140px;
	    object-fit: contain;
	    transition: transform 0.3s ease;
	}

	.home-about .image-section .main-image-wrapper .floating-card {
        right:2rem !important;
    }
}