
/* GLOBAL */
body {
background: #f5f5f5;
}
.clipped {
-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 80%);
clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 80%);
}
.oms-wrapper .btn {
padding: 0.75rem 1.5rem;
border-width: 2px;
border-radius: 1000rem;
text-transform: uppercase;
transition: .3s;
text-align: center;
font-weight: 700;
font-size: 80%;
box-shadow: none;
letter-spacing: 0.5px;
}
.oms-wrapper .btn.btn-white {
color: var(--primary);
}
.oms-wrapper .btn.btn-white:hover {
background: transparent;
color: var(--white);
}
.oms-wrapper hr {
border-top: 2px solid var(--primary);
max-width: 100px;
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.oms-wrapper .oms-blog-detail {
text-align: center;
}
h4 {
color: var(--primary)!important;
}
h6 {
color: var(--primary-alt)!important;
}
.oms-wrapper form .btn {
width: 100%;
display: block;
}
/* PAGE SPECIFIC */
/* FOOTER */
