/*
Theme Name:   Evacon
Theme URI:    https://radiustheme.com/demo/wordpress/evacon
Author:       RadiusTheme
Author URI:   https://www.radiustheme.com
Description:  Evacon is one of the latest and unique responsive Event Conference WordPress Theme.
Version:      1.0.9
Text Domain:  evacon
Tags: one-column, two-columns, right-sidebar, custom-background, custom-header, editor-style, featured-images, post-formats, sticky-post, threaded-comments, translation-ready
Requires at least: 5.0
Tested up to: 5.9
Requires PHP: 7.0
License:   	  Envato split License
License URI:  https://themeforest.net/licenses/terms/regular
*/
.card-custom-agenda {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 16px 0px !important;
  padding: 16px 16px;
  background: white;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: 1px solid rgba(248, 153, 47, 0.2);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 767.98px) {
  .card-custom-agenda {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 24px 0px;
    padding: 16px;
  }
}

.card-custom-agenda img {
  width: 30px !important;
  height: 30px !important;
  border-radius: 100%;
  margin-right: 24px;
  border: 4px solid white;
  margin-bottom: 4px !important;
}

.card-custom-agenda img:not(:first-child) {
  margin-left: -38px;
}

.card-custom-agenda__title {
  font-size: 18px;
  margin-bottom: 0px !important;
  font-weight: 600;
  margin-top: 4px;
  color: #4f4d4d;
}

.card-custom-agenda__speakers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.card-custom-agenda__speaker {
  font-size: 14px;
  margin-bottom: 0px !important;
  background: rgba(248, 153, 47, 0.05);
  padding: 6px 8px;
  margin-bottom: 8px !important;
  margin-bottom: 8px !important;
  margin-right: 8px;
  border-radius: 4px;
}

.card-custom-agenda__speaker:hover {
  background: #1b355e;
}

.card-custom-agenda__speaker:hover a,
.card-custom-agenda__speaker:hover small,
.card-custom-agenda__speaker:hover .small {
  color: white !important;
}

.card-custom-agenda__speaker a {
  text-decoration: none !important;
  color: #f8992f;
  font-weight: 500;
}

.card-custom-agenda__speaker a small, .card-custom-agenda__speaker a .small {
  font-size: 100% !important;
  color: #828282;
  font-weight: 400;
}

.card-custom-agenda__time {
  margin-right: 16px;
  margin-top: 0 !important;
  font-weight: 600 !important;
  position: absolute;
  top: -10px;
  left: 10px;
  padding: 0px 10px;
  background: white;
  border-radius: 12px;
  color: #f8992f;
}

.card-custom-agenda__time h4, .card-custom-agenda__time .h4 {
  font-size: 16px !important;
  margin-bottom: 0 !important;
  color: #f8992f !important;
}

@media (max-width: 767.98px) {
  .card-custom-agenda__time {
    margin-bottom: 12px !important;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

.card-custom-session {
  background: white;
  padding: 24px 16px 14px 16px;
  position: relative;
  margin: 16px 0px;
  border: 1px solid rgba(130, 130, 130, 0.2);
}

.card-custom-session__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 767.98px) {
  .card-custom-session__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.card-custom-session__speakers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-custom-session__speakers span {
  font-size: 12px;
  color: #828282;
  margin-bottom: 8px;
  margin-right: 8px;
}

.card-custom-session__speaker {
  font-size: 14px;
  margin-bottom: 0px !important;
  background: rgba(27, 53, 94, 0.1);
  padding: 6px 8px;
  margin-bottom: 8px !important;
  margin-bottom: 8px !important;
  margin-right: 8px;
  border-radius: 4px;
}

.card-custom-session__speaker:hover {
  background: #1b355e;
}

.card-custom-session__speaker:hover a {
  color: white !important;
}

.card-custom-session__speaker a {
  text-decoration: none !important;
  color: #1b355e;
}

.card-custom-session__title {
  font-size: 18px;
  margin-bottom: 10px;
  color: #4f4d4d;
}

.card-custom-session__time {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  padding: 0 !important;
  margin-bottom: 8px !important;
}

.card-custom-session__time h4, .card-custom-session__time .h4 {
  margin-top: 0px;
  font-weight: 600 !important;
  color: #f8992f;
  font-size: 16px !important;
  margin-bottom: 0 !important;
}

.card-custom__date {
  margin-top: 24px;
  margin-bottom: 6px;
  font-weight: 400;
  margin-left: 16px;
  color: #c8c8c8;
}

.card-custom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card-custom__title {
  font-weight: 600;
  line-height: 26px;
  font-size: 19px;
  margin-bottom: 16px;
  margin-left: 16px;
}