
/* GLOBAL */
/* GLOBAL CSS */
.month-cell {
height: 40px!important;
font-size: 1em;
line-height: 1em;
}
.myvr-calendar-widget table.myvr-calendar-month td.month-cell.reserved {
background-color: var(--primary);
}
.navbar-nav li:first-child .dropdown-menu {
max-height: 65vh;
overflow-y: auto;
}
.sticky-top {
top: 150px;
}
@media (min-width: 1200px) {
.navbar-nav .nav-link {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
}
.display-4 {
font-size: 2.5rem;
font-weight: 300;
line-height: 1.2;
}
.propertyContainer h2,
.propertyContainer h3,
.propertyContainer h4 {
color: rgb(66, 66, 66) !important;
}
.propertyContainer .border {
border: 0px solid #dee2e6!important;
}
.round {
border-radius: 14px;
}
/* Search bar */
#ui-datepicker-div {
z-index: 50 !important;
}
/*
* Restore Bootstrap 3 "hidden" utility classes.
*/
/* Breakpoint XS */
@media (max-width: 575px) {
.hidden-xs-down,
.hidden-sm-down,
.hidden-md-down,
.hidden-lg-down,
.hidden-xl-down,
.hidden-xs-up,
.hidden-unless-sm,
.hidden-unless-md,
.hidden-unless-lg,
.hidden-unless-xl {
display: none !important;
}
}
/* Breakpoint SM */
@media (min-width: 576px) and (max-width: 767px) {
.hidden-sm-down,
.hidden-md-down,
.hidden-lg-down,
.hidden-xl-down,
.hidden-xs-up,
.hidden-sm-up,
.hidden-unless-xs,
.hidden-unless-md,
.hidden-unless-lg,
.hidden-unless-xl {
display: none !important;
}
}
/* Breakpoint MD */
@media (min-width: 768px) and (max-width: 991px) {
.hidden-md-down,
.hidden-lg-down,
.hidden-xl-down,
.hidden-xs-up,
.hidden-sm-up,
.hidden-md-up,
.hidden-unless-xs,
.hidden-unless-sm,
.hidden-unless-lg,
.hidden-unless-xl {
display: none !important;
}
}
a.blog-header-title {
color: var(--primary)!important;
}
.tilt-right {
-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 87%);
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 87%);
}
.border-bottom {
border-bottom: 1px solid #cecece;
}
.navbar-light {
background: var(--primary);
}
.navbar-inner {
background: var(--primary);
}
a.nav-link.dropdown-toggle {
border: 0px solid #fff;
}
.shadow {
box-shadow: 0 14px 50px 0 rgba(0, 0, 0, .25)!important;
}
/* Search Bar Styles */
.bedrooms,
.bathrooms {
color: #fff;
}
.neighborhood,
.min-monthly,
.max-monthly,
.broker,
.properties,
#smKeyword,
.min-baths {
display: none !important;
}
strong {
font-weight: 700;
}
@media(max-width:768px){
.display-4 {
font-size: 2.5rem;
}
.display-2 {
font-size: 2.5rem !important;
}
}
.checkout-date {
padding-right: 11px;
}
/* Rental Property Details Page*/
.bedBlock span {
font-size: 2.5rem;
}
.view-favorites {
display: none;
}
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.ui-state-disabled .ui-state-default {
background-color: #FFC0BD !important;
color: #000000 !important;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
opacity: 1 !important;
}
.ui-state-default {
background-color: #DDFFCC !important;
color: #000000 !important;
}
.ui-datepicker-header {
border: none !important;
background: #fff !important;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
border: 1px solid #28a745 !important;
}
/* CTA Image Hover Effects */
.hovereffect {
width: 100%;
height: 100%;
float: left;
overflow: hidden;
position: relative;
text-align: center;
cursor: default;
}
.hovereffect .overlay {
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
top: 0;
left: 0;
opacity: 0;
background-color: rgba(255, 255, 255, 0.7);
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out
}
.hovereffect img {
display: block;
position: relative;
-webkit-transition: all .4s linear;
transition: all .4s linear;
}
.hovereffect h2 {
text-transform: uppercase;
color: var(--primary);
text-align: center;
position: relative;
font-size: 17px;
background: rgba(0, 0, 0, 0.6);
-webkit-transform: translatey(-100px);
-ms-transform: translatey(-100px);
transform: translatey(-100px);
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
padding: 10px;
}
.hovereffect a.info {
text-decoration: none;
display: inline-block;
text-transform: uppercase;
color: var(--primary);
border: 1px solid #fff;
background-color: transparent;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
margin: 50px 0 0;
padding: 7px 14px;
}
.hovereffect a.info:hover {
box-shadow: 0 0 5px #fff;
}
.hovereffect:hover img {
-ms-transform: scale(1.2);
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.hovereffect:hover .overlay {
opacity: 1;
filter: alpha(opacity=100);
}
.hovereffect:hover h2,
.hovereffect:hover a.info {
opacity: 1;
filter: alpha(opacity=100);
-ms-transform: translatey(0);
-webkit-transform: translatey(0);
transform: translatey(0);
}
.hovereffect:hover a.info {
-webkit-transition-delay: .2s;
transition-delay: .2s;
}
.jumbotron {
padding: 0rem 0rem;
margin-bottom: 0rem;
p background-color: transparent;
border-radius: 0rem;
}
/* Slow down animations slightly */
.animated {
-webkit-animation-duration: 1.45s;
animation-duration: 1.45s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
/* Search Result Card */
.property-result {
margin: 1rem;
}
@media(min-width:768px) and (max-width:1199px) {
.sidemenu {
top: 0 !important;
position: relative !important;
}
}
@media (max-width: 767px) {
.price-widget {
position: relative !important;
bottom: initial !important;
left: initial !important;
right: initial !important;
box-shadow: 0 0 0 0 transparent !important;
}
}
/* PAGE SPECIFIC */
/* FOOTER */
