/*
** Single dossier
*/
.rll-youtube-player {
    flex: 1 0 49%;
    padding-bottom: 26.23% !important;
    margin: 5px;
}

.slick-prev, .slick-next {
    font-size: 0 !important;
}
.single-dossier p, .single-dossier pre, .single-dossier ul, .single-dossier ol {
    margin: 0 0 0.5em;
	font-size: 16px;
}
.single-dossier .jeg_singlepage .jeg_breadcrumbs {
    text-align: left !important;
}
.dossier_block {
    margin-bottom: 20px;
}
.dossier_block .elements_list {
    font-weight: 600;
/*     font-size: 1.1em; */
}
.block_title {
    font-size: 1.5em;
    font-weight: 600;
    margin: 10px 0px;
}
.dossier_block_inner {
/* 	font-size: 16px; */
}
.dossier_image {
    border-right: 1px solid #f2f5f7;
}
.dossier_image span {
    position: absolute;
    top: 0;
    right: 50px;
    max-width: 200px;
    background: #ffffff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 15px #f2f5f7;
}
.dossier_circle_image {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    overflow: hidden;
}
.section_title {
    font-size: 2em;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 25px;
    background: #f2f5f7;
    padding: 15px 0px;
}
@media (max-width: 1200px) {
    .rll-youtube-player {
        flex: 1 0 49%;
        padding: 26.23% !important;
    }
}
@media (max-width: 480px) {
    .dossier_image span {
        max-width: 140px;
        top: -30px;
        right: 0;
    }
}
/*
** Tabs
*/
.tabs {
  margin-left: auto;
  margin-right: auto;
}
.tabs__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 92px;
  background: #fff;
  overflow-x: scroll;
  z-index: 1040;
}
.tabs__nav::-webkit-scrollbar {
	  height: 0px !important;
	}
@media screen and (max-width: 768px) {
	.tabs__nav {
		flex-wrap: nowrap !important;
		position: -webkit-sticky;
	  position: sticky;
	  top: 60px !important;
	  background: #fff;
	  overflow-x: scroll;
	}
	.tabs__nav::-webkit-scrollbar {
	  height: 3px !important;
	  background: #fff !important;
	}
	.tabs__nav::-webkit-scrollbar-button {
		height: 0;
		width: 0;
	}
	.tabs__nav::-webkit-scrollbar-thumb {
		background: #2e8893;
	  border-radius: 0px;
	}
    .rwd-table td:first-child {
        font-weight: 600;
    }
}
.tabs__link {
	font-size: 1.1em;
	color: #000000;
    padding: 0.5rem 0.75rem;
    text-align: center;
    flex-shrink: 0;
    flex-grow: 1;
    font-weight: 600;
    border-bottom: 2px solid #dadada;
    transition: .3s ease-out;
}
.tabs__link_active {
    cursor: default;
    border-bottom: 2px solid #2e8893;
    color: #2e8893;
}
.tabs__link:not(.tabs__link_active):hover,
.tabs__link:not(.tabs__link_active):focus {
    border-color: #2e8893;
    color: #2e8893;
}
.tabs__content {
    padding: 2rem 0rem;
}
/*.tabs__pane {
  display: none;
}
.tabs__pane_show {
  display: block;
}*/

.dossier_oth_block {
    padding: 20px 30px 10px;
    margin-bottom: 20px;
		border: 1px solid #f2f5f7;
}
.dossier_oth_block .block_title {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    font-size: 1.5em;
    font-weight: 700;
}
/*
** Table dossier
*/
.dossier_table_head {
    color: #fff;
    background: #2e8893;
    padding: 10px 0px !important;
    text-align: center;
    font-weight: 500;
    font-size: 1.1em;
}
.dossier_table_td {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
}
.dossier_table_td:last-child {
    border-bottom: 0px;
}
.dossier_table_tr {
    flex-shrink: 0;
    flex-grow: 1;
    flex-basis: 50%;
    padding: 10px;
}
.dossier_table_tr:first-child {
    border-right: 1px solid #ebebeb;
}
.dossier_table_td:nth-child(even) {
    background: #f2f5f7;
}
/*
** Second table like table
*/
.table_dossier {
    width: 100%;
    text-align: left;
    margin: 20px 0px;
}
.table_dossier thead tr th {
	color: #9a9a9a;
}
.table_dossier .text-bold {
    font-weight: 600;
}
.table_dossier tbody tr, .table_dossier thead tr {
	border-bottom: 1px solid #f2f5f7;
}
.table_dossier tbody tr:last-child {
    border-bottom: 0px;
}
.table_dossier tbody tr th p {
    margin-bottom: 0;
}
.table_dossier tbody tr th, .table_dossier thead tr th {
    padding: 10px 10px 0 0px;
    
}
.custom-table {
    text-align: center;
    border-collapse: separate;
    border-spacing: 2px !important;
}
.table-heading {
    background: #ebebeb;
    font-weight: 600;
    font-size: 1.1em;
}
.custom-table tbody tr:nth-child(2n) {
    background: #f2f5f7;
}
.table-heading tr th {
    padding: 5px;
}
.custom-table tbody tr td {
    padding: 5px;
}
.rwd-table {
     margin: 1em 0;
     min-width: 300px;
     text-align: center;
}
 .rwd-table tr {
     border-top: 1px solid #ddd;
     border-bottom: 1px solid #ddd;
}
 .rwd-table th {
     display: none;
}
 .rwd-table td {
     display: block;
}
 .rwd-table td:first-child {
     padding-top: 0.5em;
}
 .rwd-table td:last-child {
     padding-bottom: 0.5em;
}
 .rwd-table td:before {
     content: attr(data-th) ": ";
     margin-right: 5px;
     display: inline-block;
}
.rwd-table td:first-child:before {
    display: none;
}
 @media (min-width: 480px) {
     .rwd-table td:before {
         display: none;
    }
}
 .rwd-table th, .rwd-table td {
     text-align: left;
}
 @media (min-width: 480px) {
     .rwd-table th, .rwd-table td {
         display: table-cell;
         padding: 0.25em 0.5em;
    }
     .rwd-table th:first-child, .rwd-table td:first-child {
         padding-left: 0;
    }
     .rwd-table th:last-child, .rwd-table td:last-child {
         padding-right: 0;
    }
}
/*.tag_posts_block {
    display: flex;
    flex-wrap: wrap;
}
.dessier_loop {
    position: relative;
    flex: 1 0 300px;
    margin: 0 5px 10px;
}*/
.dossier_loop-categories {
    position: absolute;
    top: 10px;
}
a.related_dossier_cat {
    background: #212121;
    padding: 5px 15px;
    margin: 5px;
    color: #fff;
    transition: .3s ease-in;
}
a.related_dossier_cat:hover {
    background: #2e8893;
}
.post_content {
    padding: 10px;
}
.post_title.jeg_post_title.h3 {
    font-size: 1.1em;
    font-weight: 600;
    min-height: 70px;
}

.video_container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.video_container iframe {
		flex: 1 0 49%;
    margin: 5px;
}
/*
** Profiles
*/
.profiles {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 25px 0px;
}
.profiles_item_single {
    flex: 1 0 150px;
    margin: 0px 10px;
    text-align: center;
    border-right: 1px solid #f2f5f7;
}
.profiles_item_single img {
    max-width: 150px;
}
/*
** Light Gallery
*/
.section__lightGallery {
    position: relative;
    margin: 10px auto 30px;
    max-width: 800px;
}
#aniimated-thumbnials a img {
    max-height: 390px;
    object-fit: cover;
    object-position: top!important;
}
@media (max-width: 415px) {
    #aniimated-thumbnials a img {
        max-height: 250px;
        object-fit: cover;
    }
}
.lgallery_thumbnails {
    width: 100%;
    height: min-content;
    object-fit: cover;
}
.slick-list {
    height: auto !important;
}
.slick-slider {
    position: unset !important;
}
.item-slick.slick-slide.slick-current.slick-active {
    outline: none!important;
}
.slider-for {
    margin-bottom: 15px;
}
.slider-for img {
    width: 100%;
    min-height: 100%;
}
.slider-nav {
    margin: auto;
}
.slider-nav .item-slick {
    max-width: 120px;
    max-height: 70px;
    margin-right: 10px;
    outline: none!important;
    cursor: pointer;
}       
.item-slick  img {
    max-width: 100%;
    background-size: cover;
    background-position: center;
}
.slick-arrow {
    position: absolute;
    top: 45%;
    z-index: 50;
    margin-top: -12px;
    border: 0px !important;
    width: 40px;
    height: 40px;
    font-size: 26px;
    line-height: 0;
    transition: .4s ease-out;
}
.slick-arrow:hover {
    background: linear-gradient(to bottom right, #4a2368, #242829);
    color: #ffffff !important;
    cursor: pointer;
}
.slick-prev {
    left: 0px !important;
    background: #2e8893 !important;
    width: 30px !important;
    height: 30px !important;
}
.slick-next{
    right: 0px !important;
    background: #2e8893 !important;
    width: 30px !important;
    height: 30px !important;
}
.lg-actions .lg-prev:after {
    content: "\f060" !important;
    font-family: FontAwesome;
}
.lg-actions .lg-next:before {
    content: "\f061" !important;
    font-family: FontAwesome;
}
.lg-toolbar .lg-close:after {
    content: "\f00d" !important;
    font-family: FontAwesome;
}
.lg-backdrop.in {
    opacity: 0.8 !important;
}
/*
** Archive dossier
*/
.jeg_archive_header h1 {
    font-size: 2.5em;
}
.text-center {
    text-align: center;
}
.post-dossier-title a {
    font-size: 1.3em;
    color: #000;
    font-weight: 600;
    transition: .3s ease-out;
}
.post-dossier-title:hover a {
    color: #2e8893;
}
.dossier_item_button a {
    margin: 30px 0px 0px;
    width: 70%;
    padding: 10px;
}
.jnews_archive_content_wrapper.dossier {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    border: 1px solid #f2f5f7;
}
.type-dossier {
    flex: 1 0 220px;
    flex-wrap: wrap;
    padding: 3em 15px;
    text-align: center;
    border: 1px solid #f2f5f7;
}
.dossier_circle_image.archive_page_dossier {
    width: 230px;
    height: 230px;
}
.type-dossier .dossier_item_block .dossier_image {
    border-right: 0;
    padding-bottom: 20px;
}
/*
** FaceWP стилізація фільтрів
*/
.facetwp-input-wrap, .facetwp-type-fselect .fs-wrap, .facetwp-type-fselect .fs-dropdown {
    width: 100% !important;
}
.facetwp-input-wrap input {
    border: 0px;
    box-shadow: none;
    border-bottom: 2px solid #212121;
}
.facetwp-input-wrap input:focus {
    border-bottom: 2px solid #2e8893 !important;
    box-shadow: none !important;
}
.facetwp-facet .facetwp-dropdown {
    border: 0 !important;
    border-bottom: 2px solid #212121 !important;
}
.facetwp-facet .facetwp-dropdown:focus {
    border-bottom: 2px solid #2e8893 !important;
    box-shadow: none !important;
}
.facetwp-pager {
    text-align: center;
    padding: 20px 0px 0px;
}
.facetwp-page.active {
    background: #212121;
    border: 1px solid #212121;
    color: #fff;
    margin: 0px 10px;
}
.facetwp-page {
    border: 1px solid #dadada;
    color: #212121;
    padding: 5px 15px !important;
    transition: .3s ease-out;
}
.facetwp-page:hover {
    border: 1px solid #2e8893;
    background: #2e8893;
    color: #fff;
}
/*
** Socials
*/
.socials_inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.socials_inner_single {
    flex: 1;
    text-align: center;
    border-right: 1px solid #ebebeb;
    margin: 10px 0px 30px;
}
.socials_inner_single:last-child {
    border-right: 0px;
}
.socials_inner_single img {
    max-width: 210px;
}
/*
** Dark version
*/
.jnews-dark-mode .post-dossier-title a, .jnews-dark-mode .tabs__link, .jnews-dark-mode .facetwp-page {
    color: #fff;
}
.jnews-dark-mode .type-dossier, .jnews-dark-mode .jnews_archive_content_wrapper.dossier, .jnews-dark-mode .dossier_oth_block, .jnews-dark-mode .facetwp-page {
    border: 1px solid #202020;
}
.jnews-dark-mode .tabs__nav, .jnews-dark-mode .section_title, .jnews-dark-mode .custom-table tbody tr:nth-child(2n) {
    background: #202020;
}
.jnews-dark-mode .dossier_oth_block .block_title, .jnews-dark-mode .table_dossier tbody tr, .jnews-dark-mode .table_dossier thead tr, .jnews-dark-mode .tabs__link {
    border-bottom: 1px solid #202020;
}
.jnews-dark-mode .table-heading {
    background: #282828;
}
.jnews-dark-mode .profiles_item_single, .jnews-dark-mode .dossier_image {
    border-right: 1px solid #202020;
}
.jnews-dark-mode .dossier_image span {
    background: #202020;
    box-shadow: 0 0 15px #282828;
}
