.button {
  padding: 12px 10px;
  background-color: #761631;
  color: #FFF !important;
  border: none;
  border-radius: 0.25rem;
  transition: 0.3s all;
}
.button:hover {
  cursor: pointer;
  background-color: #a11e43;
  text-decoration: none;
}

.course_button {
  border: 1px solid #761631 !important;
}
.course_button:hover {
  color: #FFF !important;
  background: #4b0e1f !important;
  border: 1px solid #4b0e1f;
}

.btn-success, .btn-warning, .btn-danger {
  color: #FFF !important;
  cursor: pointer;
}

.btn-outline-danger, .tooltipster {
  margin-left: 10px;
  font-size: 16px;
  cursor: pointer;
}

/*  Homepage */
.btn-primary {
  transition: 0.3s all;
}

#home_button_1 {
  background: none;
  color: #FFF;
  border: 2px solid #FFF;
}
#home_button_1:hover {
  background: #FFF;
  color: #000;
}

#home_button_2 {
  border: 2px solid #FFF;
}
#home_button_2:hover {
  background: #f2f2f2;
  color: #000;
}

.course_button {
  background: #761631 !important;
}
#login {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  height: 800px;
}
#login #login_form {
  padding: 40px 120px;
  background: rgba(52, 58, 64, 0.7);
  background: rgba(250, 250, 250, 0.75);
  border-radius: 0.25rem;
}
#login #login_form h2 {
  margin-bottom: 20px;
  text-align: center;
  font-family: "Righteous", cursive;
}
#login #login_form input {
  width: 400px;
}
#login #login_form #login_button {
  width: 80px;
}
#login #login_form #login_submit {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
#login #login_form #login_submit a {
  color: #761631;
  font-weight: bold;
}

.datetime-picker, .date-picker, .time-picker {
  background: #FFF !important;
}

.icon_input { /* Positions icon inside input textbox */
  float: right;
  margin-right: 10px;
  margin-top: -28px;
  position: relative;
  z-index: 2;
  color: #C0C0C0;
  font-size: 16px;
}

#contactForm {
  padding: 24px;
  background: #f4f4f4;
  border-radius: 4px;
  box-shadow: 10px 10px 5px -6px rgb(224, 224, 224);
  border: none;
}

#page_top {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
}
#page_top .page_top_left {
  margin-right: 20px;
}
#page_top .page_top_left p {
  margin: 0;
}
#page_top .page_top_left .event_user {
  margin: 8px 0;
}
#page_top .page_top_right {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  min-width: 40%;
}
#page_top .page_top_right a {
  margin: 0 5px;
}

#course {
  padding: 80px 0;
}

#course_active, #course_complete, #course_type, #course_venue, #course_delegate, #course_users, #users {
  /* Using container-fluid on table pages to ensure they are wider */
  max-width: 1600px;
  padding: 80px;
}

.table i {
  color: #FFF !important;
}

.table_link { /* Reset link text to black */
  color: #000;
}

.table_center {
  text-align: center;
}

.table_col_width_5 {
  width: 5%;
}

.table_col_width_10 {
  width: 10%;
}

.table_col_width_15 {
  width: 15%;
}

.table_col_width_20 {
  width: 20%;
}

.control-label, .form-control {
  width: 100%;
}

header, nav {
  background-color: #14171a !important;
}

nav {
  padding: 10px 0 !important;
}

.navbar-toggler {
  border: 2px solid #FFF;
}
.navbar-toggler .navbar-toggler-icon {
  color: #FFF !important;
}

#telephone {
  color: #FFF;
  font-size: 20px;
}
#telephone .fa-telephone {
  font-size: 28px;
}

.nav-item {
  margin-right: 0 !important;
}
.nav-item .nav-link {
  color: #FFF;
}
.nav-item .nav-link:hover {
  color: #761631 !important;
  transition: 0.3s all;
}

.dropdown-menu .nav-link {
  min-width: 280px;
}
.dropdown-menu .nav-link:hover {
  color: #fff !important;
  background: #761631 !important;
}

.social-icons a {
  margin-right: 10px;
  font-size: 28px;
  color: #FFF;
}
.social-icons a:hover {
  color: #761631;
  transition: 0.3s all;
}
.social-icons .fa-facebook-square {
  color: #FFF !important;
}
.social-icons .fa-facebook-square:hover {
  color: #761631;
  transition: 0.3s all;
}
.social-icons span {
  color: #FFF;
}

footer {
  padding-top: 80px;
}
footer .single-footer-widget {
  padding-bottom: 40px;
}

@media (min-width: 992px) {
  .nav_item_small {
    min-width: 450px;
  }
  .nav_item_small i {
    margin-right: 10px;
  }
  .nav_item_small a {
    padding: 0 15px !important;
    min-width: 450px;
  }
}
footer {
  padding-top: 80px;
}
footer .single-footer-widget {
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  header nav .collapse {
    min-height: 320px;
  }
  footer {
    text-align: center;
  }
  footer .single-footer-widget {
    padding-bottom: 0;
  }
}
#contactForm #submit {
  background: #761631;
  color: #FFF;
  font-weight: bold;
}

#terms_wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#terms_wrap input {
  width: 15px;
  margin-right: 10px;
  cursor: pointer;
}

.contact_info {
  font-family: "Cormorant Garamond", serif !important;
}

#title {
  font-family: "Cormorant Garamond", serif;
  font-weight: normal;
  color: #FFF;
  font-size: 56px;
}

#home {
  height: 900px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#home h1 {
  font-size: 52px;
}
#home #wrap {
  padding: 20px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.3);
}

#home_logo {
  width: 420px;
}

.about-chefs {
  background: #666666;
}

@media (max-width: 767px) {
  #home {
    height: 500px;
  }
  #home h1 {
    font-size: 36px;
  }
  #home_logo {
    width: 280px;
  }
  #wrap a {
    font-size: 10px;
  }
}
@media (max-width: 579px) {
  #wrap a {
    padding: 9px;
  }
}
#error_404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 100px auto;
}
#error_404 h1 {
  text-align: center;
  font-size: 32px;
}
#error_404 h3 {
  text-align: center;
  font-size: 32px;
}
#error_404 #astronaut {
  width: 100%;
  max-width: 400px;
  margin-bottom: 40px;
}
#error_404 .button {
  width: 200px;
}

body {
  font-family: "Newsreader", serif;
}

h1, h2, h3, h4, h5 {
  font-family: "Cormorant Garamond", serif !important;
}

i, select {
  cursor: pointer;
}

.page-breadcrumb {
  height: 600px;
  background-size: cover;
  background-position: center center;
  background-attachment: inherit;
}

.cookie-consent {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 60px;
  background: #1d2124;
  color: #FFF;
}
.cookie-consent button {
  margin-left: 10px;
  padding: 8px 12px;
  background: #FFF;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.cookie-consent button:hover {
  background: #cccccc;
}

#dashboard, #website, #page {
  padding: 160px 0 80px 0;
}

.help-block, .asterisk {
  color: red;
}

.checkbox_large {
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.user_delete {
  padding: 20px;
}

@media (max-width: 991px) {
  #dashboard, #website {
    padding: 120px 20px !important;
  }
}
@media (min-width: 1600px) {
  .page-breadcrumb {
    height: 800px;
  }
}
