/*
 Theme Name:   Playful Child Theme
 Theme URI:    https://playful.ancorathemes.com
 Description:  Playful Child Theme
 Author:       AncoraThemes
 Author URI:   http://ancorathemes.com
 Template:     playful
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  playful
*/
/* =Child-Theme customization starts here
------------------------------------------------------------ */
body.single-cpt_attendants.body_style_wide:not(.expand_content) [class*=content_wrap] > .content, body.body_style_boxed:not(.expand_content) [class*=content_wrap] > .content {
  width: 1000px;
}

.attendant_page .attendants_wrap {
  background-color: var(--theme-color-alter_bg_color);
  display: flex;
  flex-wrap: wrap;
}
.attendant_page .attendants_wrap > * {
  box-sizing: border-box;
}
.attendant_page .attendants_info {
  width: 25%;
  padding: 30px;
  position: relative;
}
.attendant_page .attendants_info .attendants_subtitle {
  color: var(--theme-color-text_link);
  position: absolute;
  bottom: 20px;
}
.attendant_page .attendants_info .attendants_title {
  color: var(--theme-color-text_link);
  text-align: center;
  margin-top: 0;
}
.attendant_page .attendants_info .attendants_details {
  padding-bottom: 30px;
}
.attendant_page .attendants_info .attendants_details p {
  font-size: 14px;
  margin-bottom: 0;
}
.attendant_page .attendants_info .attendants_details p span {
  display: inline-block;
  width: 100px;
  padding-right: 5px;
}
.attendant_page .attendants_gallery {
  width: 50%;
}
.attendant_page .attendants_gallery .slider_outer_wrap > .slider_outer:not(.sc_slider_controller_default) > .slider_container {
  height: auto !important;
}
.attendant_page .attendants_gallery .slider_outer_wrap .slider_outer {
  background: var(--theme-color-extra_bg_color);
}
.attendant_page .attendants_gallery .slider_controller_container .slider-slide {
  border: 4px solid var(--theme-color-extra_bg_color);
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  background-size: contain;
}
.attendant_page .attendants_gallery .slider_controller_container .slider-slide.swiper-slide-active {
  border-color: var(--theme-color-text_link);
}
.attendant_page .attendants_gallery .slider_controller_container .slider-slide.swiper-slide-active:after {
  display: none;
}
.attendant_page .attendants_gallery .slider_controller_container .slider-slide:before {
  display: none;
}
.attendant_page .attendants_gallery .slider_controller_container {
  margin-top: 20px;
}
.attendant_page .attendants_shifts {
  width: 25%;
}
.attendant_page .attendants_shifts {
  padding: 30px;
}
.attendant_page .attendants_shifts h5 {
  font-size: 18px;
  color: var(--theme-color-text_link);
  margin-top: 0;
}
.attendant_page .attendants_shifts p {
  font-size: 14px;
  margin-bottom: 0;
  color: var(--theme-color-text_link);
}
.attendant_page .attendants_shifts p.shift-active {
  color: var(--theme-color-text);
}
.attendant_page .attendants_shifts p span {
  display: inline-block;
  width: 85px;
  padding-right: 5px;
}
.sc_blogger.sc_blogger_attendant .trx_addons_columns_wrap {
  margin-right: -6px;
  margin-bottom: -6px;
}
.sc_blogger.sc_blogger_attendant .trx_addons_columns_wrap > [class*=trx_addons_column-] {
  padding-right: 6px;
  padding-bottom: 6px;
}
.sc_blogger.sc_blogger_attendant .post_info_bc {
  width: 100%;
  max-width: 100%;
  bottom: 30px;
}
.sc_blogger.sc_blogger_attendant .post_info_mc {
  text-align: left;
  width: 100%;
  max-width: 100%;
  padding: 10px;
  top: auto;
  bottom: 0;
  transform: translate(-50%, 0);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.sc_blogger.sc_blogger_attendant .post_info_mc .sc_blogger_meta_title {
  font-size: 1.2em;
  color: var(--theme-color-text_link);
  padding-bottom: 8px;
  margin-bottom: 8px;
  margin-top: 0;
  border-bottom: 1px solid var(--theme-color-extra_dark);
}
.sc_blogger.sc_blogger_attendant .post_info_mc .attendants_details {
  font-size: 13px;
  line-height: 1.4;
  color: var(--theme-color-extra_dark);
}
.sc_blogger.sc_blogger_attendant .post_info_mc .attendants_details p {
  margin-bottom: 0;
}
.sc_blogger.sc_blogger_attendant .post_info_tr {
  font-size: 14px;
  line-height: 1;
  color: #a30548;
  font-weight: 700;
  padding: 7px 0;
  right: -30px;
  top: 15px;
  width: 125px;
  text-align: center;
  background-color: var(--theme-color-text_link);
  text-transform: uppercase;
  text-shadow: rgba(255, 255, 255, 0.3) 0 1px 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  transform: rotate(45deg);
}
.sc_blogger.sc_blogger_attendant .sc_blogger_item:hover .post_info_mc {
  opacity: 1;
}

.attendants_archive_page {
  padding: 30px 30px 30px 30px;
  background-color: var(--theme-color-alter_bg_color);
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: var(--theme-color-alter_bd_color);
  box-shadow: 0 0 12px 3px var(--theme-color-bg_color) inset;
}
.attendants_archive_page .searchandfilter {
  border-bottom: 2px solid var(--theme-color-text_link);
  padding-bottom: 3px;
  margin-bottom: 25px;
}
.attendants_archive_page .searchandfilter > ul {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.attendants_archive_page .searchandfilter > ul > li {
  z-index: 100000;
  padding: 5px 0 0 30px;
}
.attendants_archive_page .searchandfilter .search-filter-reset {
  font-size: 16px;
  color: var(--theme-color-text_link);
}
.attendants_archive_page .searchandfilter .search-filter-reset:hover {
  color: var(--theme-color-text_dark);
}
.attendants_archive_page .searchandfilter .select_container {
  font-size: 16px;
}
.attendants_archive_page .searchandfilter .select_container:after {
  color: var(--theme-color-text_link);
}
.attendants_archive_page .searchandfilter .select2-container.select2-container--default .select2-selection__arrow {
  display: none;
}
.attendants_archive_page .searchandfilter .select2-container.select2-container--default span.select2-choice,
.attendants_archive_page .searchandfilter .select2-container.select2-container--default span.select2-selection {
  border-bottom: 0;
}
.attendants_archive_page .searchandfilter .select2-container.select2-container--default .select2-selection--single span.select2-selection__rendered {
  color: var(--theme-color-text_link);
  line-height: 1.9em;
}
.attendants_archive_page .searchandfilter .select2-dropdown, .attendants_archive_page .searchandfilter .select2-container.select2-container--focus span.select2-selection, .attendants_archive_page .searchandfilter .select2-container.select2-container--open span.select2-selection {
  background: transparent !important;
}

.select2-dropdown.sf-input-dropdown {
  padding-top: 40px;
  min-width: 200px;
  background-color: transparent;
  border-width: 0 !important;
}
.select2-dropdown.sf-input-dropdown .select2-results__option {
  padding: 12px 16px;
  line-height: 1.1;
  border-bottom: 1px solid var(--theme-color-alter_bd_color);
}
.select2-dropdown.sf-input-dropdown .select2-results__option:first-child {
  border-top: 2px solid var(--theme-color-text_link);
}
.select2-dropdown.sf-input-dropdown .select2-results__option:last-child {
  border-bottom: 0;
}
.select2-dropdown.sf-input-dropdown .select2-results__option {
  color: var(--theme-color-text_link);
  background: var(--theme-color-bg_color);
}
.select2-dropdown.sf-input-dropdown .select2-results__option.select2-results__option--selected {
  color: var(--theme-color-input_dark);
}
.select2-dropdown.sf-input-dropdown .select2-results__option.select2-results__option--highlighted {
  color: var(--theme-color-alter_dark);
  background: var(--theme-color-text_link);
}
.select2-dropdown.sf-input-dropdown .select2-container--default .select2-results__option[aria-selected=true] {
  color: var(--theme-color-alter_dark);
  background-color: var(--theme-color-alter_bg_color);
}

.sc_schedule_table {
  display: flex;
  flex-wrap: wrap;
  background: var(--theme-color-bg_color);
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: var(--theme-color-text_dark);
}
.sc_schedule_table > .sc_schedule_col {
  text-align: center;
  width: 14.28%;
}
.sc_schedule_table > .sc_schedule_col:not(:last-child) {
  border-right: 1px solid var(--theme-color-text_dark);
}
.sc_schedule_table > .sc_schedule_col .sc_schedule_date {
  background-color: #c0c0c0;
  border-bottom: 1px solid var(--theme-color-text_dark);
}
.sc_schedule_table > .sc_schedule_col .sc_schedule_date a {
  color: var(--theme-color-text_dark);
  font-size: 13px;
  line-height: 1.4;
  display: block;
  padding: 10px;
  pointer-events: none;
}
.sc_schedule_table > .sc_schedule_col .sc_schedule_date a:hover {
  color: var(--theme-color-text_link);
}
.sc_schedule_table > .sc_schedule_col .sc_schedule_date a span {
  display: block;
}
.sc_schedule_table .sc_schedule_item {
  position: relative;
  padding: 5px;
  border-bottom: 1px solid var(--theme-color-text_light);
}
.sc_schedule_table .sc_schedule_item:last-child {
  border-bottom: 0;
}
.sc_schedule_table .sc_schedule_item:hover .sc_schedule_item_content {
  visibility: visible;
}
.sc_schedule_table .sc_schedule_item .sc_schedule_item_link {
  font-size: 15px;
  font-weight: 600;
}
.sc_schedule_table .sc_schedule_item .sc_schedule_item_content {
  text-align: left;
  position: absolute;
  top: 2rem;
  bottom: auto;
  left: 50%;
  right: auto;
  background: var(--theme-color-text_dark_08);
  padding: 10px;
  min-width: 12.5rem;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  visibility: hidden;
  transition: 0s;
  z-index: 1000;
}
.sc_schedule_table .sc_schedule_item .sc_schedule_item_content .sc_schedule_content_title {
  color: var(--theme-color-text_link);
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  margin: 15px 0 10px;
}
.sc_schedule_table .sc_schedule_item .sc_schedule_item_content p {
  color: var(--theme-color-bg_color);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0;
}

.sc_attendant_not_found {
  color: var(--theme-color-text_link);
  padding: 30px;
  margin-bottom: 0;
  border: solid 2px var(--theme-color-bd_color);
  box-shadow: 0 0 12px 13px var(--theme-color-alter_bg_color) inset;
}

.attendants_asterisk_title {
  font-size: 14px;
  color: var(--theme-color-text_link);
  width: 100%;
  padding: 10px 30px;
  margin: 0;
}