/* Omnia Bootstrap Custom CSS */

body {
  background: #202633 !important;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #ffffff;
  position: relative;
}

.main-content-wrapper {
  padding-bottom: 120px;
}

/* Navbar Mods */
.navbar.navbar-caesar {
  box-shadow: none !important;
  border-bottom: rgba(255,255,255,0.1);
}

.navbar .navbar-brand {
  max-width: 200px;
  padding: 0 !important;
  line-height: 58px;
}

.navbar .navbar-brand img {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}

/* Client Portal Main */

.portal-col-wrap { margin-bottom: 60px; }

.action-box {
  background-color: #ffffff;
  padding: 0;
  box-shadow: 0 8px 28px rgb(0 0 0 / 15%);
}

.action-box .action-box-top {
  background-color: #ff2b58;
  min-height: 200px;
  color: #fff;
  font-size: 30px;
  position: relative;
  z-index: 10;
}

.action-box .icon-wrap {
  width: 100px;
  height: 100px;
  line-height: 92px;
  border: 4px solid #ffffff;
  border-radius: 2.5em;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.action-box .action-box-body {
  padding: 20px;
  text-align: center;
  color: #2b2c36;
}

.action-box .action-box-body h4 {
  color: #2b2c36;
}

.action-box .action-box-footer {
  padding: 0 20px 20px;
}

.action-box .action-box-footer a {
  background-color: #2b2c36 !important;
  width: auto;
  margin: 0 auto;
  padding: 0.8rem 1.4rem;
  text-transform: uppercase;
  display: table;
}

/* Stripe ACH */

.main-content-wrapper #stripe-ach-form {
  background-color: #20242e;
  width: 100%;
	max-width: 100%;
	padding: 20px 0;
	border-radius: 0;
	clear: both;
}

.main-content-wrapper #stripe-ach-form label {
	color: #ffffff;
}

.main-content-wrapper #stripe-ach-form small {
  color: #ffffff;
}

/* Footer */

footer.footer {
  background: #1e222c !important;
  width: 100% !important;
  height: auto;
  min-height: auto;
  padding: 15px 0 !important;
  position: static !important;
  display: block !important;
}

footer.footer p {
  margin: 0px !important;
  padding: 0px;
  opacity: 0.8;
  font-size: 14px;
}

/* Fix Responsive Breakpoints */

@media (max-width: 767px) {
  .container,.container-sm {
    max-width: 100% !important;
  }
}

@media (min-width: 768px) {
  .container,.container-md,.container-sm {
    max-width:768px !important;
  }
}

@media (min-width: 1025px) {
  .container,.container-lg,.container-md,.container-sm {
    max-width:1024px !important;
  }
}

@media (min-width: 1366px) {
  .container,.container-lg,.container-md,.container-sm,.container-xl {
    max-width:1366px !important;
  }
}
