header {
  max-height: 200px;
}

.nav-item {
  font-weight: 700;
}

.nav-link {
  color: white;
}
.nav-link:hover {
  color: #edef4d;
}

.back-to-mp {
  text-decoration: none;
  color: white;
}
.back-to-mp:hover {
  color: #e0e0e1;
}

.dropdown-menu {
  background-color: #231f20;
}

.dropdown-item {
  color: white;
}
.dropdown-item:hover {
  color: #231f20;
  background-color: #edef4d;
}

.accordion-header .time {
  font-family: interstate, sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  color: #f32817;
}

.accordion-item p, .accordion-item ul {
  font-size: 1.1rem;
}

.accordion-item .text-small {
  font-size: 0.9rem;
}

.accordion-button {
  padding-left: 0;
  padding-right: 0;
}

#agenda .accordion-button:not(.collapsed) {
  background-color: white;
  box-shadow: none;
}

footer nav a {
  color: white;
  text-decoration: none;
}
footer nav a:hover {
  color: #231f20;
}

.btn {
  font-family: interstate, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

.btn-primary {
  background-color: #edef4d;
  border-color: #edef4d;
  color: #231f20;
}
.btn-primary:hover {
  background-color: #f32817;
  border-color: #f32817;
  color: white;
}

.btn-secondary {
  background-color: #231f20;
  border-color: #231f20;
  color: white;
}
.btn-secondary:hover {
  background-color: #edef4d;
  border-color: #edef4d;
  color: #231f20;
}

.btn-outline-secondary {
  border-color: #231f20;
  color: #231f20;
}
.btn-outline-secondary:hover {
  background-color: #edef4d;
  border-color: #edef4d;
  color: #231f20;
}

.btn-outline-white {
  border-color: white;
  color: white;
}
.btn-outline-white:hover {
  background-color: #f32817;
  border-color: #f32817;
  color: white;
}

.session {
  font-size: 1rem;
  font-weight: 500;
}

.session-link {
  color: #f32817;
  font-family: interstate, sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
}
.session-link:hover {
  color: #6faebd;
}

#collection-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: #fff;
  padding: 2px 15px;
}

#collection-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 15px 20px;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  color: #444;
  transition: all 0.2s ease-in-out;
  border: solid 1px #444;
  border-radius: 3rem;
  margin: 0.5rem;
}

@media (max-width: 767px) {
  #collection-flters li {
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 3rem;
    margin: 0.5rem 0.25rem;
  }
}
#collection-flters li.filter-active,
#collection-flters li:hover {
  color: #fff;
}

#collection-flters li.filter-btn.filter-active,
#collection-flters li.filter-btn:hover {
  color: #fff;
  background: #f32817;
  border-color: #f32817;
}

.buyers-link {
  color: black;
  text-decoration: none;
}

.buyers-link:hover div.border {
  color: black;
  box-shadow: 0 5px 15px rgba(145, 92, 182, 0.4);
}

.buyers-logo {
  -o-object-fit: contain;
     object-fit: contain;
}

#ai {
  background: #231f20;
}

#objections .accordion-button:not(.collapsed) {
  color: #f32817;
  background-color: white;
  box-shadow: none;
}

@media only screen and (min-width: 1024px) {
  #ai {
    background: linear-gradient(0deg, transparent, transparent 10%, rgb(35, 31, 32) 10%, rgb(35, 31, 32) 90%, white 90%);
  }
}
.fade-in {
  opacity: 0;
  transition: opacity 250ms ease-in;
}

.fade-in.appear {
  opacity: 1;
}

.from-left {
  transform: translateX(-50%);
}

.from-right {
  transform: translateX(50%);
}

.from-left, .from-right {
  opacity: 0;
  transition: opacity 400ms ease-in, transform 400ms ease-in;
}

.from-left.appear, .from-right.appear {
  opacity: 1;
  transform: translateX(0);
}

html {
  font-weight: 400;
  scroll-padding-top: 250px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: proxima-Nova, sans-serif !important;
  width: 100%;
  overflow-x: hidden;
  background-color: #e0e0e1;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: interstate, sans-serif;
  font-weight: 800;
}

h2, h3, h4, h5, .h2, .h3, .h4, .h5 {
  text-transform: uppercase;
}

ul {
  list-style-type: square;
}

.display-1, .display-2, .display-3, .display-4, .display-5 {
  font-family: interstate, sans-serif;
  font-weight: 800;
}

.navbar-brand {
  max-width: 250px;
}

.login-box {
  background-image: url(https://www.marketingprofs.com/events/ai-content-creators/images/circles.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.login-box h2 {
  font-size: 16px;
}

.condensed {
  font-family: interstate-Compressed, sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
}

a.session-details, a.text-vintage-yellow {
  color: #edef4d;
  text-decoration: none;
}
a.session-details:hover, a.text-vintage-yellow:hover {
  color: #f32817;
}

.bg-rich-black {
  background-color: #231f20;
}

.bg-dusty-blue {
  background-color: #6faebd;
}

.bg-vintage-yellow {
  background-color: #edef4d;
}

.bg-red {
  background-color: #f32817;
}

.bg-light-grey {
  background-color: #e0e0e1;
}

.text-vintage-yellow {
  color: #edef4d;
}

.text-dusty-blue {
  color: #6faebd;
}

.border-yellow {
  border-color: #edef4d;
}

.text-small {
  font-size: 0.9rem;
}

input:focus {
  border-color: #edef4d;
}

.page-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.accordion-item {
  border-color: white;
}

@media only screen and (min-width: 1366px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (min-width: 577px) {
  html {
    font-size: 15px;
  }
}
@media only screen and (max-width: 576px) {
  html {
    font-size: 14px;
  }
}/*# sourceMappingURL=custom.css.map */