/**
 * ------------------------------------------------------------------------
 * Plugin Okta Content Type
 * ------------------------------------------------------------------------
 * Copyright (C) 2024 OktaMedia.com. All rights reserved.
 * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
 * Author: OktaMedia.com
 * Websites: http://www.oktamedia.com
 * ------------------------------------------------------------------------
 */
/**
 *------------------------------------------------------------------------------
 * @package       T4_Blank_BS5 - Free Template for Joomla!
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2004-2021 JoomlArt.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       JoomlArt
 *------------------------------------------------------------------------------
**/
audio::-webkit-media-controls-panel,
audio {
  background-color: var(--color-primary);
}

.okta-contenttype {
  position: relative;
}
.blog .okta-contenttype.layout-image .okta-main-player {
  margin-bottom: 1rem;
}
.blog .okta-contenttype.layout-image .okta-main-player.playing .okta-player-mp3 .okta-btn-play,
.blog .okta-contenttype.layout-image .okta-main-player.playing .okta-player-mp3 .okta-btn-stop,
.blog .okta-contenttype.layout-image .okta-main-player.playing .okta-player-audio .okta-btn-play,
.blog .okta-contenttype.layout-image .okta-main-player.playing .okta-player-audio .okta-btn-stop, .blog .okta-contenttype.layout-image .okta-main-player.paused .okta-player-mp3 .okta-btn-play,
.blog .okta-contenttype.layout-image .okta-main-player.paused .okta-player-mp3 .okta-btn-stop,
.blog .okta-contenttype.layout-image .okta-main-player.paused .okta-player-audio .okta-btn-play,
.blog .okta-contenttype.layout-image .okta-main-player.paused .okta-player-audio .okta-btn-stop {
  display: none !important;
}
.item-page .okta-contenttype.layout-image .okta-main-player {
  margin-bottom: 0;
}

.okta-main-player {
  position: relative;
}
.okta-main-player canvas {
  width: 100%;
}
.okta-main-player.playing .okta-main-analyzer, .okta-main-player.paused .okta-main-analyzer {
  z-index: 10;
}
.okta-main-player.playing .okta-player-mp3 audio,
.okta-main-player.playing .okta-player-audio audio, .okta-main-player.paused .okta-player-mp3 audio,
.okta-main-player.paused .okta-player-audio audio {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.okta-main-player.playing .okta-btn-play,
.okta-main-player.playing .okta-btn-stop, .okta-main-player.paused .okta-btn-play,
.okta-main-player.paused .okta-btn-stop {
  z-index: 100;
}
.okta-main-player video,
.okta-main-player iframe,
.okta-main-player object,
.okta-main-player embed {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.okta-mask {
  background-color: rgba(0, 0, 0, 0.55);
  position: absolute;
  display: block;
  z-index: 10;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.okta-main-analyzer > * {
  width: 100%;
}

.okta-player-thumb {
  border-radius: 0.25rem;
  overflow: hidden;
  cursor: pointer;
}
.okta-player-thumb .okta-mask {
  z-index: 2;
}
.okta-player-thumb .okta-thumb {
  border-radius: 0.25rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.okta-player-thumb .okta-btn-play,
.okta-player-thumb .okta-btn-stop {
  top: 50% !important;
  left: 50% !important;
  width: 50px !important;
  height: 50px !important;
}
.okta-player-thumb:hover .okta-thumb {
  -webkit-transform: scale(1.04, 1.04);
          transform: scale(1.04, 1.04);
}
.okta-player-thumb:hover .okta-btn-play,
.okta-player-thumb:hover .okta-btn-stop {
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.okta-btn-play,
.okta-btn-stop {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
  z-index: 3;
  cursor: pointer;
}
.okta-btn-play .fa,
.okta-btn-stop .fa {
  width: 50px;
  line-height: 48px;
}
.okta-btn-play:hover,
.okta-btn-stop:hover {
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.okta-contenttype-desc {
  position: relative;
  text-align: center;
}

.okta-contenttype-document {
  position: relative;
}
.okta-contenttype-document .okta-document {
  position: relative;
  border-top: 1px solid #dee2e6;
}
.okta-contenttype-document .okta-doc-item {
  position: relative;
  border-bottom: 1px solid #dee2e6;
  margin: 1rem 0;
}

.okta-contenttype-gallery {
  position: relative;
}
.okta-contenttype-gallery .item {
  position: relative;
}
.okta-contenttype-gallery .item img {
  border-radius: 0.2rem;
  width: 100%;
  max-width: 100%;
  -webkit-transition: 500ms all;
  transition: 500ms all;
}
.okta-contenttype-gallery .item .expand {
  color: var(--color-primary);
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 400ms all;
  transition: 400ms all;
  line-height: 1;
}
.okta-contenttype-gallery .item a {
  display: block;
  overflow: hidden;
}
.okta-contenttype-gallery .item .item-image {
  position: relative;
  border-radius: 0.2rem;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
}
.okta-contenttype-gallery .item:hover .item-image img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.okta-contenttype-gallery .item:hover .item-image .expand {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.okta-contenttype-gallery .isotope-layout {
  position: relative;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .okta-contenttype-gallery .isotope-layout .isotope > div:not(.grid-sizer) {
    padding: 0 0.5rem 1rem;
  }
}
.okta-contenttype-gallery .isotope-layout .grid-xs-1 {
  width: 100%;
}
.okta-contenttype-gallery .isotope-layout .grid-xs-2 {
  width: 50%;
}
.okta-contenttype-gallery .isotope-layout .grid-xs-3 {
  width: 33.3%;
}
.okta-contenttype-gallery .isotope-layout .grid-xs-4 {
  width: 25%;
}
.okta-contenttype-gallery .isotope-layout .grid-xs-5 {
  width: 20%;
}
.okta-contenttype-gallery .isotope-layout .grid-xs-6 {
  width: 16.6%;
}
@media (min-width: 768px) {
  .okta-contenttype-gallery .isotope-layout .grid-sm-1 {
    width: 100%;
  }
  .okta-contenttype-gallery .isotope-layout .grid-sm-2 {
    width: 50%;
  }
  .okta-contenttype-gallery .isotope-layout .grid-sm-3 {
    width: 33.3%;
  }
  .okta-contenttype-gallery .isotope-layout .grid-sm-4 {
    width: 25%;
  }
  .okta-contenttype-gallery .isotope-layout .grid-sm-5 {
    width: 20%;
  }
  .okta-contenttype-gallery .isotope-layout .grid-sm-6 {
    width: 16.6%;
  }
}
@media (min-width: 992px) {
  .okta-contenttype-gallery .isotope-layout .grid-md-1 {
    width: 100%;
  }
  .okta-contenttype-gallery .isotope-layout .grid-md-2 {
    width: 50%;
  }
  .okta-contenttype-gallery .isotope-layout .grid-md-3 {
    width: 33.3%;
  }
  .okta-contenttype-gallery .isotope-layout .grid-md-4 {
    width: 25%;
  }
  .okta-contenttype-gallery .isotope-layout .grid-md-5 {
    width: 20%;
  }
  .okta-contenttype-gallery .isotope-layout .grid-md-6 {
    width: 16.6%;
  }
}
.okta-contenttype-gallery .isotope-layout .item {
  background: transparent;
  float: left;
}
.okta-contenttype-gallery .bg-mask::after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
}
.okta-contenttype-gallery div.owl-carousel .owl-item .item-inner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
}
.okta-contenttype-gallery div.owl-carousel .owl-item .item-inner .item-title {
  color: #fff;
}
.okta-contenttype-gallery div.owl-carousel .owl-item .item-inner > * {
  transform: translateY(2%);
  -webkit-transform: translateY(2%);
  opacity: 0;
  -webkit-transition: 2000ms all;
  transition: 2000ms all;
}
.okta-contenttype-gallery div.owl-carousel .owl-item .item-inner > *:nth-child(1) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.okta-contenttype-gallery div.owl-carousel .owl-item .item-inner > *:nth-child(2) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.okta-contenttype-gallery div.owl-carousel .owl-item .item-inner > *:nth-child(3) {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.okta-contenttype-gallery div.owl-carousel .owl-item .item-inner > *:nth-child(4) {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}
.okta-contenttype-gallery div.owl-carousel .owl-item.active .item-inner > * {
  transform: translateY(-105%) !important;
  -webkit-transform: translateY(-105%) !important;
  opacity: 1 !important;
  -webkit-transition: 2000ms all;
  transition: 2000ms all;
}
.okta-contenttype-gallery div.owl-carousel div.owl-nav {
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .okta-contenttype-gallery div.owl-carousel div.owl-nav {
    display: none;
  }
}
.okta-contenttype-gallery div.owl-carousel div.owl-nav > button.owl-prev, .okta-contenttype-gallery div.owl-carousel div.owl-nav > button.owl-next {
  color: var(--color-white);
  border: 1px solid var(--color-white);
  position: absolute;
  top: 50%;
  margin: -40px 0;
}
.okta-contenttype-gallery div.owl-carousel div.owl-nav > button.owl-prev {
  left: 0.5rem;
}
.okta-contenttype-gallery div.owl-carousel div.owl-nav > button.owl-next {
  right: 0.5rem;
}
.okta-contenttype-gallery div.owl-carousel .owl-dots span {
  background-color: #fff;
}

.mod-oktacontenttype {
  position: relative;
}
.mod-oktacontenttype div.owl-carousel div.owl-nav {
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .mod-oktacontenttype div.owl-carousel div.owl-nav {
    display: none;
  }
}
.mod-oktacontenttype div.owl-carousel div.owl-nav > button.owl-prev, .mod-oktacontenttype div.owl-carousel div.owl-nav > button.owl-next {
  position: absolute;
  top: 50%;
  margin: -40px 0;
}
.mod-oktacontenttype div.owl-carousel div.owl-nav > button.owl-prev {
  left: -56px;
}
.mod-oktacontenttype div.owl-carousel div.owl-nav > button.owl-next {
  right: -56px;
}
.mod-oktacontenttype div.owl-carousel div.owl-dots {
  bottom: 0;
}