
/* GLOBAL */
/* Page Specific CSS */
.w-100.text-right .btn.btn-primary {
margin-top: 1rem;
}
.footerLinks {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
justify-content: flex-end;
}
.footerLinks a {
padding-left: 0.25rem;
padding-right: 0.25rem;
}
.oms-image-banner {
position: relative;
}
.oms-image-banner > .container {
position: relative;
z-index: 2;
}
.oms-image-banner .overlay {
opacity: 0.6!important;
}
@media(min-width: 992px) {
.oms-image-banner .overlay {
opacity: 0!important;
}
}
@media(max-width: 991px) {
.oms-wrapper .oms-banner-mobile {
position: relative;
}
.oms-wrapper .oms-banner-mobile .container {
position: relative;
z-index: 2;
}
.oms-wrapper .oms-banner-mobile:after {
position: absolute;
content: '';
background: rgba(255, 255, 255, 0.66);
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
}
.oms-wrapper .oms-banner-dark-mobile:after {
position: absolute;
content: '';
background: rgba(0, 0, 0, 0.05);
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
}
}
.wrapper {
background: white;
}
.oms-wrapper .table-responsive.bg-dark {
background: var(--light)!important;
/*product table background*/
}
.blog h1.h2,
.blog-posted-date {
color: var(--dark)!important;
}
.oms-blog-detail .blog-desc > .w-100 {
margin-bottom: 1.5rem;
}
.oms-blog .blog-description {
display: none!important;
}
body,
.oms-wrapper {
background: rgba(234, 234, 234, 1)!important;
}
@media(min-width: 1200px) {
.omsNav, .omsFooter, .wrapper {
max-width: 75%;
margin-left: auto;
margin-right: auto;
}
section .container {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
}
body {
font-size: 1.05rem;
}
.nav-link.active {
border-bottom: 2px solid var(--primary-alt);
}
.navbar-nav .nav-item:last-child a.nav-link {
padding: 0.5rem 1rem!important;
border-width: 2px;
text-transform: uppercase;
transition: .3s;
text-align: center;
font-weight: 900;
box-shadow: none;
border-radius: 0.15rem;
letter-spacing: 0.5px;
color: white !important;
cursor: pointer;
background-color: var(--primary-alt)!important;
/*f6c005*/
margin-left: 1rem;
}
.navbar-nav .nav-item:last-child a.dropdown-item {
color: var(--dark)!important;
}
.navbar-nav .nav-link.btn {
padding: 0.5rem 1rem!important;
border-width: 2px;
text-transform: uppercase;
transition: .3s;
text-align: center;
font-weight: 900;
box-shadow: none;
border-radius: 0.15rem;
letter-spacing: 0.5px;
color: white !important;
}
.navbar-nav .nav-link.btn:hover,
.navbar-nav .nav-link.btn:active {
color: var(--dark)!important;
}
.dropdown-menu {
background-color: #454545;
}
.oms-wrapper form .btn {
display: block;
width: 100%;
}
.title-font {
font-size: 2.5rem;
}
@media(min-width: 992px) {
.title-font {
font-size: 3rem;
}
}
/* Blogs */
.oms-blog .d-flex.h-100 {
padding-bottom: 70%!important;
}
.oms-blog .blog-posted-date {
text-transform: uppercase;
}
.oms-blog .blog-read-more {
margin-top: 1.5rem;
text-transform: uppercase;
}
.oms-blog .blog-data {
display: flex;
flex-direction: column;
}
.oms-blog .blog-title {
order: 2;
}
.oms-blog .blog-byline {
order: 1;
display: none!important;
}
.blog-item {
overflow: hidden;
}
@media(min-width: 992px) {
.sidemenu {
top: 130px;
}
}
.oms-wrapper .btn {
padding: 0.5rem 2rem;
border-width: 2px;
text-transform: uppercase;
transition: .3s;
text-align: center;
font-weight: 900;
font-size: 85%;
box-shadow: none;
border-radius: 0.15rem;
letter-spacing: 0.5px;
}
.oms-wrapper .btn-primary,
.oms-wrapper .btn-primary-alt {
color: white;
}
.oms-wrapper .anchor-hover {
padding: 1rem 0;
display: block;
}
@media(min-width: 992px) {
.oms-wrapper .anchor-hover: : after {
content: '';
display: block;
width: 0;
height: 1px;
background: var(--primary-alt);
transition: width .3s;
margin-top: 5px;
}
.oms-wrapper .anchor-hover:hover::after {
width: 100%;
}
}
.oms-wrapper h1,
.oms-wrapper h2,
.oms-wrapper h3,
.oms-wrapper h4 {
text-transform: uppercase;
letter-spacing: 1px;
}
.oms-wrapper .sidemenu ul li a {
padding: 13px 20px;
display: block;
border-radius: 2px;
background: ;
color: var(--light);
}
.oms-wrapper .sidemenu ul {
list-style-type: none;
padding: 0;
margin: 0;
}
.oms-wrapper .info-widget h6 {
font-size: 0.75rem!important;
margin-bottom: 0px!important;
text-transform: uppercase;
color: var(--secondary);
}
.oms-wrapper .info-widget h6:after {
content: '';
height: 1px;
background: var(--secondary);
width: 100%;
display: block;
margin: 5px auto 10px auto;
}
.oms-wrapper .info-widget p {
color: var(--light);
font-size: 1.5rem;
font-weight: bold;
}
/* Products */
.oms-product-details {
background: white;
}
.oms-products {
background: white!important;
}
.productTitle,
.oms-products .product-title {
font-weight: bold;
font-size: 1.25rem;
margin-bottom: 0.5rem;
display: block;
}
.oms-products .card {
background: transparent;
}
.oms-products .card-body {
text-align: center;
}
/* Checkout */
.oms-standard-checkout {
background: transparent!important;
}
.oms-standard-checkout .w-100.border.rounded.bg-white {
background: var(--secondary)!important;
border: none!important;
}
/* Cart */
.oms-ecommerce {
background: transparent!important;
}
.oms-ecommerce th,
.oms-ecommerce td {
padding: .75rem 1rem;
vertical-align: middle;
border-top: 1px solid #464a4b;
}
.oms-ecommerce .table-responsive {
padding: 1rem 1rem 0 1rem!important;
background: var(--light);
border-radius: 0.25rem;
margin-bottom: 2rem;
}
.oms-ecommerce .table.table-condensed {
background: var(--secondary)!important;
padding: 1rem;
}
.oms-ecommerce .bg-white,
.oms-product-details .product {
padding: 1.5rem;
}
.table td,
.table th {
vertical-align: middle!important;
border-top: 1px solid #4e5153;
}
.table thead th {
border-top: 1px solid #4e5153;
vertical-align: middle!important;
border-bottom: 1px solid #4e5153;
}
/* Catalog Products */
.oms-catalog-items a.shadow {
overflow: hidden;
}
.oms-catalog-items a.shadow:hover {
background: white!important;
}
.oms-catalog-items h5 {
padding: 0px 30px;
text-align: center;
width: 100%;
font-weight: bold;
}
.oms-catalog-items a.shadow::after {
transition: all 0.3s;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
font-size: 1.5rem;
position: absolute;
content: 'VIEW DETAILS';
opacity: 0;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.3);
}
.oms-catalog-items a.shadow:hover::after {
opacity: 1;
}
/* Alex Additions */
@media (max-width: 767px) {
.position-fly {
position: absolute;
width: 80%;
top: -5%;
right: 0px;
}
}
@media (min-width: 768px) {
.position-fly {
position: absolute;
width: 60%;
top: -20%;
right: 0px;
}
}
/* Slow down animations slightly */
.animated {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.copyright.row {
display: none !important;
}
/* PAGE SPECIFIC */
/* FOOTER */
