/*================================================================================
	Item Name: Frest HTML Admin Template
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.bx-lg {
  font-size: 3em !important;
}

.gallery-thumbs {
  background: none !important;
}

.staff-item {
  margin-bottom: 20px;
}

.staff-item .vcard .card {
  min-height: 200px;
  margin-bottom: 0 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.staff-item button.delete-element {
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#events-show .modal-header {
  padding: 0;
}

#events-show .modal-header .vimeo-video {
  width: 100%;
  --video--width: 1296;
  --video--height: 540;
  position: relative;
  padding-bottom: calc(var(--video--height) / var(--video--width) * 100%);
  /* 41.66666667% */
  overflow: hidden;
  max-width: 100%;
  background: black;
}

#events-show .modal-header .vimeo-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#events-show .modal-header button {
  position: absolute;
  top: 10px;
  right: 12px;
  z-index: 9999;
}

#events-show .modal-header button i {
  text-shadow: none !important;
}

#events-show .modal-header button i:before {
  color: #000;
  width: 32px;
  height: 32px;
}

#events-show .modal-body .company-logo img {
  border-radius: 6px;
}

#events-show .body-header {
  margin-bottom: 20px;
}

#events-show .body-header i {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}

#events-show .head {
  color: #000;
}

#events-show .head h2 {
  color: #000;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: bold;
}

#events-show .details {
  color: #000;
  margin-top: 20px;
}

#events-show .details p {
  margin-bottom: 5px;
}

#events-show .details .name {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
}

#events-show .description {
  margin: 25px 0;
  font-size: 14px;
  padding: 15px;
  color: #000;
}

#events-show .partner {
  margin: 25px 0;
}

#events-show .partner h2 {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
}

#events-show .speaker {
  margin: 25px 0;
}

@media (max-width: 992px) {
  #events-show .speaker .element {
    margin-bottom: 30px;
  }
}

#events-show .speaker h2 {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 20px;
}

#events-show .speaker .speaker-wrap {
  /* Safari 2-4, iOS 4.0.2 - 4.2, Android 2.2+ */
  /* Firefox 2.4 - 5.6 */
  box-shadow: 1px 1px 1px 1px #ccc;
  min-height: 271px;
  border-radius: 6px;
  position: relative;
}

#events-show .speaker .speaker-wrap h3 {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  margin: 10px 0;
  min-height: 30px;
}

#events-show .speaker .speaker-wrap .image {
  width: 100%;
  height: 150px;
  background-size: cover;
  border-radius: 6px;
}

#events-show .speaker .speaker-wrap .info {
  padding: 10px;
}

#events-show .speaker .speaker-wrap .info i {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

#events-show .speaker .speaker-wrap .speaker-desc {
  font-size: 12px;
  color: #000;
  line-height: 17px;
  margin-bottom: 0;
  min-height: 50px;
}

#events-show .speaker .speaker-wrap .icon {
  position: relative;
}

#events-show .speaker .speaker-wrap .icon i {
  position: absolute;
  right: -9px;
  top: -10px;
}

#events-show .documents {
  margin: 50px 0;
}

#events-show .documents h2 {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
}

#events-show .documents .files {
  width: 100%;
  color: #000;
}

#events-show .documents .files i {
  font-size: 21px;
}

#speakers .card {
  height: auto;
  border-radius: 6px;
}

#speakers .card:hover {
  cursor: pointer;
}

#speakers .card .image {
  width: 100%;
  height: 200px;
  background-size: cover;
  border-radius: 6px;
}

#speakers .card .card-img-top {
  border-radius: 6px;
}

#speakers .card .card-body {
  margin-top: 10px;
  padding: 1rem;
}

#speakers .card .card-body h4 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0;
  min-height: 40px;
}

#speakers .card .card-body .card-text {
  letter-spacing: 0;
  color: #000;
  font-size: 12px;
  line-height: 13px;
}

#speakers .card .card-body .icon {
  position: relative;
}

#speakers .card .card-body .icon i {
  color: #000;
  font-weight: bold;
  font-size: 18px;
  position: absolute;
  right: -10px;
  bottom: -10px;
}

#speaker-show .modal-body {
  padding: 0;
}

#speaker-show .modal-body .body-header .image {
  width: 100%;
  height: 400px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  border-radius: 4px;
}

#speaker-show .modal-body .body-header .icon i {
  font-size: 32px;
  font-weight: bold;
  color: #000;
  padding: 5px;
}

#speaker-show .modal-body .body-header .head-info {
  text-align: left;
  color: #000;
  padding: 0 30px;
}

#speaker-show .modal-body .body-header .head-info h3 {
  color: #000;
  text-transform: uppercase;
  word-spacing: 1px;
  font-weight: bold;
  font-size: 20px;
}

#speaker-show .modal-body .body-header .head-info p {
  margin-bottom: 5px;
}

#speaker-show .modal-body .body-header .description {
  padding: 15px 30px;
  text-align: left;
  color: #000;
}

#speaker-show .modal-body .upcoming-events h3 {
  padding: 0 15px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  #speaker-show .modal-body .upcoming-events h3 {
    padding: 0 15px;
    margin-left: 0;
  }
}

#speaker-show .social-icons {
  padding: 15px 45px 15px 45px;
}

#speaker-show .social-icons ul {
  list-style-type: none;
  width: 100%;
  text-align: right;
}

#speaker-show .social-icons ul li {
  display: inline-block;
}

#speaker-show .social-icons ul li i {
  color: #000;
  font-size: 21px;
}

#events-list .date-filter {
  display: flex;
  align-items: center;
  flex-direction: inherit;
}

@media (max-width: 520px) {
  #events-list .date-filter {
    flex-direction: column;
  }
}

#events-list .date-filter a {
  padding: 10px 20px;
  background: #fff;
  border-radius: 6px;
  display: inline-block;
  margin-right: 20px;
  color: #000;
}

#events-list .date-filter a.active {
  color: #fff;
  background: #07262D;
}

@media (max-width: 520px) {
  #events-list .date-filter a {
    margin-bottom: 10px;
  }
}

.filters .input-group button {
  color: #000;
  background: #fff;
  padding: 7px;
}

.filters .input-group button.btn i {
  font-size: 12px;
  top: 0;
}

.custom-file-label.translate-en:after {
  content: "Browse" !important;
}

.custom-file-label.translate-de:after {
  content: "Suchen" !important;
}

