﻿:root {
	--primary: #3D5E61;
	--primary-hover: #517D81;
    --white: #FCFDFD;
    --border-radius: 10px;
}

body {
    font-family: "CalibreRegular";
    font-size: 16px;
    color: #333;
    background-color: #f3f3f3;
}

a {
	text-decoration: underline;
    color: #003F2D;
}

a:hover, a:focus {
    color: #69be28;
}

a img {
    border: 0;
}

h1 {
    font-family: "CalibreRegular";
    font-size: 28px;
    font-weight: normal;
}

h2 {
    font-family: "CalibreRegular";
    font-size: 22px;
    font-weight: normal;
	margin-left: 15px;
}

h3 {
    font-family: "CalibreRegular";
    font-size: 20px;
    font-weight: normal;
}

h3 a, h3 a:hover, h3 a:focus {
    text-decoration: none;
}

.btn {
	font-family: CalibreSemiBold;
	border-radius: var(--border-radius);
	padding: 3px 16px 4px 16px;
}

.btn-primary,
.btn-primary:visited,
.btn-primary.focus,
.btn-primary:focus {
	color: var(--white);
	background-color: var(--primary)!important;
	border-color: var(--primary)!important;
}

.btn-primary:hover {
	color: var(--white);
	background-color: var(--primary-hover)!important;
	border-color: var(--primary-hover)!important;
}

.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus {
	color: var(--white);
	background-color: var(--primary-hover)!important;
	border-color: var(--primary-hover)!important;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
}

/* --- Property --- */

.card.property-item .card-img img {
    width: 100%;
    height: 20vh;
    object-fit: cover;
}

.card.property-item h3 {
    text-transform: uppercase;
    color: #464646;
    margin: 0;
}

.card.property-item .date {
    font-style: italic;
    color: #778F9C;
    margin: 10px 0;
}

.card.property-item .text2 span {
    color: #003F2D;
}

.card.property-item .btn-more {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.card.property-item .btn-fav {
    background-color: #c8c8c8;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    filter: none;
    position: absolute;
    top: 20px;
    right: 0;
}

.card.property-item .btn-fav.active {
    background-color: #2c4d45
}

.card.property-item .checkbox {
    font-size: 16px;
    color: #7c7c7c;
    background-color: #ececec;
    padding: 5px 7px 5px 27px;
    position: absolute;
    bottom: 5px;
    left: 15px;
}

.card.property-item .checkbox input {
    margin-top: 2px;
}

.card.property-item .divider {
    border-top: dashed 1px #dadada;
    height: 0;
    margin: 10px -15px;
}

/* --- Slider --- */

#property-list {
    padding: 0 15px 0 30px;
}

.owl-prev,
.owl-next {
    display: block!important;
    width: 15px;
    height: 100px;
    position: absolute;
    top: 35px;
}

.owl-prev {
    margin-left: -30px;
}

.owl-next {
    right: 10px;
}

.owl-prev i,
.owl-next i {
    font-size: 18px;
    font-weight: bold;
    color: #012A2D;
    background-color: #17E88F;
    padding: 8px 15px;
}

@media (min-width: 768px) {
    #property-list {
        padding: 0 15px;
    }

    .owl-prev {
        margin-left: -20px;
    }

    .owl-next {
        right: 10px;
    }
}
