/*
Theme Name: BVARealty2025
Author: IT
Description: Custom theme for Wordpress based on Bootstrap 5.1.3
Version: 0.0.1
*/
/*------------------------------
	EXTERNAL FONTS
------------------------------*/
/*@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap);*/
@import url(https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
/*------------------------------
	FADE IN EFFECT
------------------------------*/
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
/*------------------------------
	GENERAL
------------------------------*/

body {
    -webkit-font-smoothing: antialiased;
	/*font-family: "Lato", sans-serif;*/
	font-family: 'Montserrat', sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 1.1rem;
    line-height: 1.5;
    overflow-x: hidden;
	/*font-weight:200;*/
    color:#555;
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
body a {
    outline: none !important;
}
a {
    color: #333;
}
a:hover {
    color: #444;
}
a:link { text-decoration: none; }

h1, h2, h3, h4, h5, .diplay-1, .diplay-2, .diplay-3, .diplay-4, .diplay-5, .diplay-6, legend {
	/*font-family: "Lato", sans-serif;*/
	font-family: 'Josefin Sans', sans-serif;
    font-weight: 400 !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
.bg-secondary.price, .price {
    font-weight: 600;
}
.label-success {
    background-color: #5cb85c;
}
.text-primary {color:#333 !important}
.text-secondary {color:#4571bb !important}
.bg-primary {color:#555 !important;background:#fff !important}
.bg-secondary {color:#fff !important; background:#4571bb !important}
.bg-secondary a {color:#fff !important}
.bg-lightgray {background:#eee !important}
.text-lightblue {color: #4571bb !important;}
.text-darkblue {color: #011f2c !important;}

.rounded {border-radius: 25px!important;}
.square {border-radius: 0 !important;}
.pb-6, .py-6 {
    padding-bottom: 3.5rem!important;
}
.pt-6, .py-6 {
    padding-top: 3.5rem!important;
}
.display-lead {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.strong {
    font-weight: 600;
}
.page-numbers {
    padding: 9px 9px;
    margin: 0 0 9px 0;
    display: inline-block;
}

.navbar {
    padding: 0;
}
img.logo {
    max-height: 44px;
}

p#breadcrumbs {
    font-size: .7rem;
    padding: 9px 0 0 9px;
    margin-bottom: 9px;
    text-transform: lowercase;
}

#loginform label {
    display: block;
    margin-bottom: 0.5rem;
}
.bd-callout .btn:hover {
    color: #212529 !important;
}
.input {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.input:focus {
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    outline: 0;
    box-shadow: 0 0 0 0 rgb(0 123 255 / 25%);
}
.form-select {
    padding: .8rem 2.25rem .8rem .75rem;
    border-radius:0;
}
.bootstrap-select .dropdown-toggle:focus {
    outline: none!important;
}
/*------------------------------
 FRONT PAGE
 ------------------------------*/
.h6, h6 {
    font-size: .9rem;
}
.front-lead, .front-slide {
    background-size: cover;
    background-color: #011f2c;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom center;
}
.gray-dark, .bg-gray-darker {
    background-color: #E5E5E5;
}
.gray-lighter, .bg-gray-lighter {
    background-color: #efefef;
}

.search_wrap {
    background:#eee;
}

.front-lead .search_wrap {
    margin: 27px 0 27px 0;
    /*padding: 25px 30px 10px 30px;*/
    background: rgba(0,0,0,.6);
}
.front-lead .search_wrap a,
.front-lead .search_wrap label,
.front-lead .search_wrap h2 {
    color:#fff;
}
.text-highlight {
    background-color: #f7f8f9;
    padding: 20px;
    border-left: 5px solid #011f2c;
    font-size: 24px;
    color:  #011f2c;
}
.h-100 .price, .h-100 .small  {
    font-size: .9rem;
}
/*------------------------------
 FAQ PAGE
 ------------------------------*/

.accordion-button {
    padding: .5rem .25rem;
    font-size: 1.5rem;
    color: #555;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    border-bottom: 1px #333 solid;
}
.accordion-button:focus {
    border-color: 0;
    outline: 0;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: #4571bb;
    background-color: #fff;
    box-shadow: none;
}
.accordion-body {
    background: #eee;
}


/*------------------------------
 LABELS                       *
 ------------------------------*/

.label {
    display: inline;
    padding: .3em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}
.label-default {
    background-color: #777;
}
.label-default[href]:focus, .label-default[href]:hover {
    background-color: #5e5e5e;
}
.label-primary {
    background-color: #337ab7;
}
.label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #286090;
}
.label-success {
    background-color: #5cb85c;
}
.label-success[href]:focus, .label-success[href]:hover {
    background-color: #449d44;
}
.label-info {
    background-color: #5bc0de;
}
.label-info[href]:focus, .label-info[href]:hover {
    background-color: #31b0d5;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #ec971f;
}
.label-danger {
    background-color: #d9534f;
}
.label-danger[href]:focus, .label-danger[href]:hover {
    background-color: #c9302c;
}

.sold, .sold .entry-title a,
.available_from, .available_from .entry-title a {
    color: #ccc !important;
}
.sold.label,
.available_from.label {
    color: #fff !important;
}
.sold .price-bg, .available_from .price-bg {
    background-color: #ccc !important;
}
.sold.label {
    background-color: #d9534f;
}
.label.available_from {
    color: #fff;
    background-color: #011f2c;
    padding: 6px 9px;
    right: 16px;
    top: -12px;
}
.label.available_soon, .label.available_now {
    color: #fff;
    background-color: #67A684;
    padding: 6px 9px;
    right: 16px;
    top: -12px;
}
/*
span.page-numbers, a.page-numbers {
    background: #eee;
    color:#555;
    border-radius: 50%;
    height: 2em;
    width: 2em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3rem;
}
*/
span.page-numbers.current {
    /*background: #4571bb;
    color:#fff;*/
    background: #eee;
    color:#555;
    border-radius: 50%;
    height: 2em;
    width: 2em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3rem;
}
.text-yellow {
    color: #ffd700;
}
.screen-reader-text {display:none;}
/*------------------------------
 IMAGE ASPECT RATIOS
 ------------------------------*/

/* Custom CSS for a responsive aspect ratio container */
.aspect-ratio-box {
    position: relative;
    width: 100%;
    /* The padding-bottom hack creates a 4:3 aspect ratio based on the container's width */
    /* (height / width) * 100 -> (400 / 533) * 100 = ~75% */
    padding-bottom: 75%;
}

.aspect-ratio-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* This is the key: it crops the image to fit without distortion */
    object-position: center; /* Center the cropped image */
}

/*------------------------------
	GTRANSLATE
------------------------------*/

.gtranslate_wrapper img {
    margin: 3px 6px !important;
}


/* FIREFOX FIX OF UGLY SELECT BOXES */
@supports (-moz-appearance:none) {

  SELECT
  {
  -moz-appearance:none !important;
  background: #ffffff url('data:image/gif;base64,R0lGODlhBgAGAKEDAFVVVX9/f9TU1CgmNyH5BAEKAAMALAAAAAAGAAYAAAIODA4hCDKWxlhNvmCnGwUAOw==') right center no-repeat !important;
  background-position: calc(100% - 5px) center !important;
  }

}

/*------------------------------
	SOCIAL BUTTONS
------------------------------*/
ul#menu-social-icons {
    padding-left: 0;
}
ul#menu-social-icons>li>a {
    display: inline-block;
    padding: .15em;
    border-radius: 50%;
    width: 3.2rem;
    height: 3.2rem;
}
ul#menu-social-icons li {
    display: inline-block;
    margin-right: .3em;
    font-size: 2.5rem;
    line-height: 1;
}
.social-icon {
    font-size: 2.5rem;
    line-height: 1;
}

.btn-fb, .btn-yt, .btn-pn, .btn-tw {border-radius:50%; width: 3.2rem; height:3.2rem; background-color:#fff;}

.btn-fb a {color:#213540;background-color:#fff}
.btn-yt a {color:#213540;background-color:#fff}
.btn-pn a {color:#E60023;background-color:#fff}
.btn-tw a {color:#4099FF;background-color:#fff}

.btn-fb a:hover {background-color:#3b5998;color:#fff}
.btn-yt a:hover {background-color:#d34836;color:#fff}
.btn-pn a:hover {background-color:#E60023;color:#fff}
.btn-tw a:hover {background-color:#4099FF;color:#fff}


/*------------------------------
	NAVBAR
------------------------------*/
p.nummer {
    margin: 18px auto 18px 0;
}
.navbar-toggler-icon {
    width: 2em;
    height: 2em;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
ul#menu-top-menu, ul#menu-top-menu .dropdown-menu {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600 !important;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.navbar li.current_page_item a {
    /*color: #011f2c !important;*/
}
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
    background: #011f2c !important;
}
.navbar .navbar-toggler {
    border-color: transparent !important;
}

/*.navbar .navbar-nav .nav-link {
    color: #555;
}*/

ul.dropdown-menu li > ul.dropdown-menu{
    left: 100%;
    top: 0;
}

ul.dropdown-menu li:hover > ul.dropdown-menu, ul.dropdown-menu li:focus > ul.dropdown-menu{
    display: block
}

.nav-link {padding: 1rem !important;
/*font-weight: 900;
    font-size: 12px;*/
    text-transform: uppercase;
}
.dropdown-menu {
    margin: 0;
    border: 1px solid #fff;
    border-radius: 0 !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}
a.dropdown-item {
    color: #555 !important;
    padding: .5rem 1rem;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600 !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
    color: #555;
    text-decoration: none;
    background-color: #fff;
}
.navbar .dropdown-menu li.current_page_item a {
    /*color: #fff !important;*/
	/*font-weight: 900;*/
}

.swiper-button-next, .swiper-button-prev {
    color: #fff;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size:30px !important;
}
/*------------------------------
	FORMS
------------------------------*/
.form-control {
    padding: 0.8rem 1rem;
    border-radius: 0;
}
.nav-link, .nav-link:focus, .nav-link:hover {
    color: inherit;
}

button:focus {
    outline: none !important;
}

.btn-inverse {
    color: #011f2c !important;
    border: 2px solid #011f2c!important;
}
.btn, .button {
    display: inline-block;
    background-image: none;
    border: 0px solid transparent;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    padding: 15px 24px;
    line-height: 1.5;
    border-radius: 0;
}
.btn:hover {
    opacity: 0.7;
	/*color: #fff !important*/
}
.btn-sm {
    padding: 8px 24px !important;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0,123,255,.25);
}
.btn-light {
    color: #555;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-primary, .button {
    color: #fff !important;
    background-color: #011f2c !important;
    border-color: #011f2c !important;
}
.btn-secondary {
    color: #fff;
    background-color: #4571bb !important;
    border-color: #4571bb !important;
}
.btn-lightgray {
    color: #555;
    background-color: #eee !important;
    border-color: #eee !important;
}
.btn-green {
    color: #fff;
    background-color: #011f2c;
    border-color: #011f2c;
}
.btn-orange {
    color: #fff;
    background-color: #E09F63;
    border-color: #E09F63;
}
.btn-orange:hover {
    color: #fff !important;
}
.btn-red {
    color: #fff;
    background-color: #981D60;
    border-color: #981D60;
}
.btn-blue {
    color: #fff;
    background-color: #73ABB7;
    border-color: #73ABB7;
}
.btn-lg {
    padding: 15px 24px;
}

.btn-lead {
    padding: 1.5rem 2rem;
    top: 30%;
    left: 48%;
    position: absolute;
    z-index: 4;
    font-size: 1.2rem;
    border-radius: 50px !important;
	color: #fff !important;
}
.dropdown-item {
    font-weight: 200;
	font-size: 20px;
    line-height: 1.5;
}
/*------------------------------
	FOOTER
------------------------------*/

footer {
    background: #1c2d36;
    color:#eee;
}
.footer-secondary {
    padding: 25px 0;
    background: #213540;
}
.footer-primary {
    padding: 18px 0 12px 0;
    background: #1c2d36;
}
footer a {
    color:#eee;
}
footer a:hover, .footer a:focus {
    color:#ccc;
    text-decoration:none;
}

/*------------------------------
	MODAL DIALOG
------------------------------*/
.modal-header {
    border: 0 !important;
}
.modal-title {
    border-radius: 0px;
    background-color: #ffcd98;
    font-size: 1.2em;
}
/*------------------------------
	SCROLL UP
------------------------------*/
.scrollup {
    position: fixed;
    display: none;
    z-index: 9999;
    text-align: center;
    right: 96px;
    bottom: 20px;
    width: 54px;
    height: 54px;
    background: #4571bb;
    font-size: 27px;
    line-height: 51px;
    color: #fff;
    cursor: pointer;
	border-radius:50%;
    opacity: .7;
    transition: all 150ms;
}
.scrollup:hover,
.scrollup:focus {
    opacity: 1;
    color: #fff !important;
}

/*------------------------------
	MEDIA QUERIES
------------------------------*/
@media screen and (max-width: 999px) { }
@media (min-width:961px) {.display-4 {font-size: 2.1rem;}}
@media (max-width:768px) {
    .label {
        font-size: 39%;
        font-weight: 400;
    }
    select#currency-selector {
        width: 100%;
    }
    .nav-item.currency-switcher {
        width: 50%;
        float:right;
    }
    .nav-item.g-translate {
        width: 50%;
        float:left;
    }
}
@media screen and (max-width: 680px) {}
