
/* GLOBAL */
/*html {
scroll-behavior: smooth;
}*/
@media(min-width: 992px) {
h1.mega, .h1.mega {
font-size: 4rem;
}
}
@media(max-width: 767px) {
h1, .h1 {
font-size: 2rem;
}
h2,
.h2 {
font-size: 1.75rem;
}
h3,
.h3 {
font-size: 1.6rem;
}
h4,
.h4 {
font-size: 1.45rem;
}
h5,
.h5 {
font-size: 1.3rem;
}
h6,
.h6 {
font-size: 1.15rem;
}
}
.btn {
white-space: normal;
}
a:hover img,
a.bg-img:hover a.bg-image:hover {
opacity: .85;
}
#savecontent img {
max-width: 100% !important;
height: auto !important;
}
.rightfloat {
float: right;
margin: 0 0 .5rem 1rem;
width: 40%;
}
@media (max-width: 767px) {
.rightfloat {
float: none;
margin: 0 0 1rem 0;
width: 100%;
}
}
@media(min-width: 1200px) {
.fives {
flex: 0 0 20% !important;
max-width: 20% !important;
}
}
.btn-primary {
color: white !important;
}
@media(min-width: 1600px) {
.container {
max-width: 1300px;
}
}
.round {
border-radius: 12px;
}
.oms-blog-detail {
background: var(--light);
}
.oms-blog-detail h1.h2 {
font-weight: bold;
color: var(--info) !important;
}
.oms-blog-detail .blog {
background: white;
padding: 1rem;
border-radius: 10px;
}
@media(min-width: 768px) {
.oms-blog-detail .blog {
padding: 2rem;
}
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
background-color: rgba(0, 0, 0, 0.9);
padding: 1rem;
background-size: 20px;
}
@media(max-width: 767px) {
.table.props {
font-size: .8rem;
}
}
.props.table thead a:hover {
cursor: pointer;
}
.table-bordered td,
.table-bordered th {
border: 1px solid #d2d2d2;
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, .03);
}
.table-striped tbody tr.vacant {
background-color: #cfffef;
}
.table-striped tr.vacant {
font-weight: bold;
}
.table-striped tr.vacant td:last-of-type {
color: var(--primary);
}
.prop-filters .form-group {
flex: 1 1 200px;
}
.tenant-stuff .accordion .card {
background-color: var(--info);
margin-bottom: 2px;
}
.tenant-stuff .accordion .card:hover {
background-color: var(--primary);
margin-bottom: 2px;
}
.tenant-stuff .card-header a {
color: white !important;
}
.tenant-stuff .card-body {
border-radius: 3px;
}
.overlay-cards .overlay {
transition: all .2s ease-in-out;
background-color: rgba(0, 0, 0, 0.5) !important;
opacity: 100 !important;
}
.overlay-card:hover .overlay {
background-color: rgba(255, 255, 255, 0) !important;
}
.overlay-card:hover .overlay span {
opacity: 0;
}
@media(max-width: 400px) {
.overlay-cards .overlay-card span.h5, .overlay-cards .overlay-card span.h6 {
font-size: .9rem !important;
}
}
#dPropAddress, #dPropMap, #dPropHref, #dPropSmallDetails{
display:none;
}
/* PAGE SPECIFIC */
/* FOOTER */
