
/* GLOBAL */
/* GLOBAL CSS */
h1,
h2,
h3,
h4,
h5,
h6 {
text-transform: uppercase;
}
@media(min-width: 768px) {
h6, .h6 {
font-size: 1.5rem;
}
h5,
.h5 {
font-size: 2rem;
}
h4,
.h4 {
font-size: 2.5rem;
}
h3,
.h3 {
font-size: 3rem;
}
h2,
.h2 {
font-size: 3.5rem;
}
h1,
.h1 {
font-size: 4rem;
}
}
a img:hover {
opacity: .9;
}
.feature-float {
float: left;
width: 400px;
max-width: 50%;
margin: 0 1.5rem .75rem 0;
}
.feature-float.right {
float: right;
width: 400px;
max-width: 50%;
margin: 0 0 .75rem 1.5rem;
}
@media(max-width:575px){
.feature-float {
float: none !important;
width: 100% !important;
margin: 0 0 1rem 0 !important;
max-width: 100% !important;
}
}
.bios h5 {
color: var(--primary);
}
.blog-item-feature .blogTitle {
font-size: 19px !important;
}
.oms-blog-detail .blog .blog-desc h4 {
color: var(--dark) !important;
}
.blog-detail-page {
background: var(--light);
}
@media(min-width: 992px) {
.blog-detail-page {
background-attachment: fixed !important;
}
.blog-detail-page {
background-image: url(/userfiles/2167/images/home-hero-house2.jpg) !important;
background-size: cover !important;
background-position: center center !important;
background-repeat: no-repeat !important;
position: relative !important;
display: block !important;
}
}
.oms-blog-detail .blog {
background: white;
border: 1px solid #eeeeee;
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
padding: 1.25rem;
}
@media(min-width: 1200px) {
.oms-blog-detail .blog {
padding: 2rem;
background: rgba(255, 255, 255, 0.9);
}
}
.blog-wrapper .blog.blog-roll {
background: white;
}
.blog-data .blog-description {
display: none;
}
.blog-content .blog-read-more {
display: none !important;
}
.blog-item .blog-data {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
}
.blog-data .h6 {
font-size: 20px;
}
.blog-item.media {
border: 1px solid #ddd;
}
#savecontent blockquote {
border-left: 5px solid #ddd;
padding: 1rem;
padding-right: 0;
}
.small-float {
float: left;
margin: 4px 15px 10px 0;
width: 170px;
max-width: 30%;
}
@media(max-width: 499px) {
.small-float {
float: none;
margin: 0 0px 15px 0;
width: 100%;
max-width: 100%;
}
}
.feature-float figcaption {
font-size: 12px;
line-height: 1.2;
padding-top: 5px;
}
/*@media (min-width: 1600px) {
.fives .fiver {
flex: 0 0 20% !important;
max-width: 20% !important;
}
}*/
@media(max-width: 575px) {
.fiver span {
font-size: 1rem !important;
}
}
.bg-hover-wrap:hover .bg-hover {
transform: scale(1.2);
transition: all .1s ease-in-out;
}
/* PAGE SPECIFIC */
/* FOOTER */
