/*
Theme Name: Hendon Child
Theme URI: http://hendon.qodeinteractive.com
Description: A child theme of Hendon
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.3
Text Domain: hendon
Template: hendon
*/


/* #qodef-page-header {
    background-color: rgba(0, 0, 0, 0.6) !important;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)) !important;
} */
#qodef-page-outer {
	margin-top: 0 !important;
}

.qodef-widget-holder {
    display: none !important;
}

body #qodef-page-wrapper header#qodef-page-header .qodef-header-navigation>ul>li>a {
    color: #000 !important;
}

.qodef-apartment-item {
    position: relative;
}

.qodef-apartment-item.sold-yes .apartment-sold-badge,
.qodef-apartment-item.sold-no .apartment-avl-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #d40000;
    color: #fff;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .5px;
    border-radius: 4px;
    z-index: 10;
}

.qodef-apartment-item {
	overflow: hidden;
}

.qodef-apartment-item img {
	transition: transform 0.4s ease;
}

.qodef-apartment-item.sold-yes:hover img,
.qodef-apartment-item.sold-no:hover img {
	transform: scale(1.06);
}

.qodef-apartment-item.sold-no .apartment-avl-badge {
	background: #228B22;
}

.qodef-apartment-item.sold-yes .qodef-e-media-image,
.qodef-apartment-item.sold-yes h5 {
    opacity: .55;
    pointer-events: none;
}

.imp-ui-top-right {
    top: unset !important;
    right: 20px !important;
    bottom: 0px !important;
}

/* Body */
body {
    font-family: "EB Garamond", serif;
}

/* Headings */
h1,
.qodef-h1 {
    font-family: "EB Garamond", serif;
}

h2,
.qodef-h2 {
    font-family: "EB Garamond", serif;
}

h3,
.qodef-h3 {
    font-family: "EB Garamond", serif;
}

h4,
.qodef-h4 {
    font-family: "EB Garamond", serif;
}

h5,
.qodef-h5 {
    font-family: "EB Garamond", serif;
}

/* h6 je poseban slučaj – theme ga ionako override-a sa Raleway,
   ali pošto se Cormorant spominje, forsiramo EB Garamond */
h6,
.qodef-h6 {
    font-family: "EB Garamond", serif;
}

/* Blockquote / Quote */
blockquote,
.wp-block-quote {
    font-family: "EB Garamond", serif;
}

/* Magnific popup (gallery title & counter) */
.mfp-bottom-bar .mfp-title,
.mfp-bottom-bar .mfp-counter {
    font-family: "EB Garamond", serif;
}

.qodef-e-excerpt {
	display: none !important;
}
