/* COLOR SCHEME:

soft gray: #fafafa
landerpage purple: #58038a

*/

p, h1, h2, h3, h4, h5, h6, body {
  font-family: "Poppins", sans-serif !important;
}

.btn-primary {
    background-color: #58038a;
    border-color: #58038a;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 8px 15px;
    margin: 0px;
}

a, .link {
    color: #58038a;
}

#navbar-main {
    background-color: black;
}

.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: #58038a;
}

a.navbar-brand img {
    max-width: 168px;
    text-align: center;
    margin-top: 20px;
}

.sidebar .block {
    border-width: 0px;
}

.sidebar_first {
  background: black;
}

.multilink-btn {
    text-align: center;
    padding: 10px;
}

.main-content {
  padding-top: 30px;
  background: black;
}

.layout-main-wrapper section {
    background: white;
    padding: 40px 50px;
    border-radius: 20px;
    min-height: 600px;
}

#main-wrapper #main.apex-page {
  min-height: 100vh;
}

/* login styling */

.user-login .main-content {
    max-width: 600px;
    margin: auto;
    background: #fafafa;
    padding: 30px;
    border: 1px solid #ddd;
    margin: 20px auto;
    border-radius: 20px;
}

.nav.primary.nav-tabs {
    background: none;
}

/* Landerpage (Apex pages) pages styling */

.node--type-apex-page .sidebar {
  display: none;
}

.node--type-apex-page .main-content {
  padding-top: 30px;
  background: inherit;
}

.node--type-apex-page .layout-main-wrapper section {
    background: inherit;
    padding: inherit;
    border-radius: inherit;
    min-height: inherit;
}

/* landerform page css */

.node--type-landerform .sidebar {
  display: none;
}

.node--type-landerform .main-content {
  padding-top: 30px;
  background: inherit;
}

.node--type-landerform .layout-main-wrapper section {
    background: inherit;
    padding: inherit;
    border-radius: inherit;
    min-height: inherit;
}

/* Sidebar user info UI area */

.user-info {
    color: white;
    text-align: center;
}

img.sidebar-logo {
    max-width: 180px;
    text-align: center;
    margin: auto;
    padding: 15px 0px 15px 0px;
    display: block;
}

.sidebar-photo img {
    border-radius: 100%;
    max-width: 150px;
    max-height: 150px;
}

.purple {
  color: #58038a;
  border-color: #58038a;
}

.divider.purple{

	height: 3px;
	width: 90%;
  margin:0 auto;
  position:relative;
	background:  #58038a;

	position: relative;
}
.spacer20{
  margin-top:10px;
  margin-bottom:10px;
}
.spacer30{
  margin-top:15px;
  margin-bottom:15px;
}
.spacer40{
  margin-top:20px;
  margin-bottom:20px;
}
/* UI updates */

a.webform-ajax-link {
  display: none;
}

table#field-builder-values tr {
  background: transparent;
}
.alert-wrapper {
  position: unset !important;
}

.view-products article.contextual-region {
    padding: 30px;
    background: #f2f2f2;
    margin: 20px;
    border-radius: 30px;
}

.view-products .field--name-title {
    font-size: 34px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.view-products .field--name-price {
  font-weight: bold;
  }

.mb-3 {
    margin: 10px 5px 10px 0px !important;
}