
/* GLOBAL */
/* GLOBAL CSS */
/* Hide member only dropdown if not logged in */
.omsNav .nav-link.dropdown-toggle {
display: none;
}
.oms-library-container {
-webkit-user-select: none;
/* Safari */
-moz-user-select: none;
/* Firefox */
-ms-user-select: none;
/* IE10+/Edge */
user-select: none;
/* Standard */
cursor: grab;
width: 100%;
overflow-x: scroll;
}
.oms-library-card {
-webkit-user-select: none;
/* Safari */
-moz-user-select: none;
/* Firefox */
-ms-user-select: none;
/* IE10+/Edge */
user-select: none;
/* Standard */
cursor: pointer;
margin: 1rem 1rem 1rem 0;
}
.oms-library-card .overlay {
transition: 0.2s background;
}
.oms-library-card:hover .overlay {
background: #000!important;
}
.oms-library-card,
.oms-library-card .bg-image {
width: 300px;
height: 500px;
}
.oms-library-card .position-absolute {
bottom: 1rem;
left: 1rem;
right: 1rem;
z-index: 4;
color: white;
}
.oms-library-card p {
font-size: 0.95rem;
}
.oms-library-card img {
width: 100px;
height: 100px;
position: absolute;
top: 1rem;
right: 1rem;
}
.oms-library-container drag {
width: 100%;
overflow-x: scroll;
}
.oms-library-card {
margin: 1rem 1rem 1rem 0;
}
.oms-library-card,
.oms-library-card .bg-image {
width: 300px;
height: 500px;
}
.oms-library-card .position-absolute {
bottom: 1rem;
left: 1rem;
right: 1rem;
z-index: 4;
color: white;
}
.oms-library-card p {
font-size: 0.95rem;
}
.oms-library-card img {
width: 100px;
height: 100px;
position: absolute;
top: 1rem;
right: 1rem;
}
@media(max-width: 991px) {
.display-3 {
font-size: 2.5rem!important;
}
}
.title {
position: relative;
margin-bottom: 2.25rem!important;
}
.title:after {
content: '';
position: absolute;
width: 80px;
height: 2px;
background: var(--primary);
margin: 0px auto 30px auto;
left: 0;
right: 0;
top: 2.5rem;
}
.oms-wrapper .btn {
border-width: 2px;
line-height: 17px;
letter-spacing: 1px;
font-weight: 500;
padding: 20px 44px;
font-family: Poppins;
text-transform: uppercase;
}
/* PAGE SPECIFIC */
/* FOOTER */
