/**
 * @package Helix Ultimate Framework
 * @author JoomShaper https://www.joomshaper.com
 * @copyright Copyright (c) 2010 - 2018 JoomShaper
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
 */
:root {
  --link-color: #17161a;
  --text-color: #17161a;
}
body {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.helix-ultimate-preloader {
  overflow: hidden;
}
body.helix-ultimate-preloader:before {
  content: " ";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
  background: rgba(255, 255, 255, 0.9);
}
body.helix-ultimate-preloader:after {
  content: "\f110";
  font-family: "Font Awesome 5 Free";
  font-size: 36px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  width: 48px;
  height: 48px;
  line-break: 48px;
  font-weight: 900;
  text-align: center;
  color: #007bff;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  z-index: 99999;
}
a {
  transition: color 400ms, background-color 400ms;
}
a, a:hover, a:focus, a:active {
  text-decoration: none;
}
label {
  font-weight: normal;
}
legend {
  padding-bottom: 10px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
#sp-top-bar {
  padding: 8px 0;
  font-size: 0.875rem;
}
#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0 0 0 1.25rem;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  font-size: 25px;
}
ul.social-icons > li {
  display: inline-block;
}
ul.social-icons > li:not(:last-child) {
  margin-right: 30px;
}
.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
}
.sp-module-content .mod-languages ul.lang-inline li {
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
}
.sp-module-content .mod-languages ul.lang-inline li a {
  padding: 0 !important;
}
.sp-module-content .mod-languages ul.lang-inline li > a:before {
  display: none;
}
.sp-module-content .latestnews > li > a > span {
  display: block;
  margin-top: 5px;
  font-size: 85%;
}
.sp-contact-info {
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.sp-contact-info li {
  display: inline-block;
  margin: 0 10px;
  font-size: 90%;
  white-space: nowrap;
}
.sp-contact-info li i {
  margin: 0 3px;
}
body.com-sppagebuilder.view-form.layout-edit-iframe #sp-header {
  display: none !important;
}
#sp-header {
  height: 110px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  padding: 0 45px;
  transition: 0.3s;
}
#sp-header .logo {
  height: 110px;
  display: inline-flex;
  margin: 0;
  align-items: center;
  transition: 0.3s;
}
#sp-header .logo a {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
#sp-header .logo p {
  margin: 5px 0 0;
}
#sp-header.header-sticky {
  position: fixed;
  z-index: 9999;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  height: 80px !important;
}
#sp-header.header-sticky .logo {
  height: 80px !important;
}
#sp-header.header-sticky #offcanvas-toggler {
  height: 80px !important;
  line-height: 80px !important;
}
#sp-header.header-sticky .sp-megamenu-parent > li > a, #sp-header.header-sticky .sp-megamenu-parent > li > span {
  line-height: 80px !important;
}
#sp-header.header-sticky .sp-megamenu-parent > li.active:after {
  bottom: 20px;
}
#sp-header.header-sticky .sp-megamenu-parent > li:after {
  bottom: 20px;
}
body.classic-header #sp-header .sp-megamenu-parent > li > a, body.classic-header #sp-header .sp-megamenu-parent > li > span, body.classic-header #sp-header .sp-megamenu-parent > li.active > a, body.classic-header #sp-header .sp-megamenu-parent > li.active:hover > a {
  color: #fff;
}
body.classic-header #sp-header .sp-megamenu-parent > li.active:after {
  background: #fff;
}
body.classic-header #sp-header #sp-menu-right .search input[type="search"] {
  border-bottom-color: #fff;
  color: #fff;
}
body.classic-header #sp-header #sp-menu-right .search input[type="search"]::placeholder {
  color: #fff;
}
body.classic-header #sp-header .social-icons a {
  color: #fff;
}
body.classic-header #sp-header .social-icons a:hover, body.classic-header #sp-header .social-icons a:focus {
  color: #fff;
}
body.classic-header #sp-header.header-sticky {
  background-color: #000;
}
#sp-menu-right > .sp-column {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
}
#sp-menu-right .search {
  margin-right: 20px;
}
#sp-menu-right .search input[type="search"] {
  border-bottom-color: #000;
  color: #000;
  border-bottom-width: 1px;
}
#sp-menu-right .search input[type="search"]:focus, #sp-menu-right .search input[type="search"]:active {
  background-color: transparent;
}
#sp-menu-right .social-icons li a span {
  transition: all 0.3s ease;
}
#sp-menu-right .social-icons li a span:hover {
  transform: scale(1.1);
}
#sp-title {
  min-height: 0;
}
.sp-page-title {
  padding: 210px 0px 120px 0px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  background-color: #fff;
}
.sp-page-title .container {
  display: flex;
}
.sp-page-title .page-header-right {
  flex: 1 0 60%;
  display: flex;
  flex-direction: column-reverse;
}
.sp-page-title .sp-page-title-heading {
  color: #17161a;
  font-weight: bold;
  font-size: 56px;
  line-height: 70px;
  letter-spacing: -0.5px;
  flex: 1 0 40%;
}
.sp-page-title .sp-page-title-sub-heading {
  font-weight: normal;
  font-size: 20px;
  line-height: 34px;
  max-width: 65%;
}
.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 10px 0 20px 0;
}
.sp-page-title .breadcrumb > .active {
  color: #454548;
}
.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li, .sp-page-title .breadcrumb > li + li:before, .sp-page-title .breadcrumb > li > a {
  color: #17161a;
  font-weight: 500;
  font-size: 15px;
  line-height: 34px;
  letter-spacing: -0.3px;
}
.body-innerwrapper {
  overflow-x: hidden;
}
.layout-boxed .body-innerwrapper {
  max-width: 1240px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#sp-main-body {
  padding: 100px 0;
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
#sp-left .sp-module, #sp-right .sp-module {
  margin-top: 50px;
  border: 1px solid #f3f3f3;
  padding: 30px;
  border-radius: 3px;
}
#sp-left .sp-module:first-child, #sp-right .sp-module:first-child {
  margin-top: 0;
}
#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
  margin: 0 0 30px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  border-bottom: 1px solid #f3f3f3;
}
#sp-left .sp-module ul, #sp-right .sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
  display: block;
  border-bottom: 1px solid #f3f3f3;
}
#sp-left .sp-module ul > li > a, #sp-right .sp-module ul > li > a {
  display: block;
  padding: 5px 0;
  line-height: 36px;
  padding: 2px 0;
}
#sp-left .sp-module ul > li:last-child, #sp-right .sp-module ul > li:last-child {
  border-bottom: none;
}
#sp-left .sp-module .categories-module ul, #sp-right .sp-module .categories-module ul {
  margin: 0 10px;
}
#sp-left .sp-module .latestnews > div, #sp-right .sp-module .latestnews > div {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}
#sp-left .sp-module .latestnews > div:last-child, #sp-right .sp-module .latestnews > div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
#sp-left .sp-module .latestnews > div > a, #sp-right .sp-module .latestnews > div > a {
  display: block;
  font-weight: 400;
}
#sp-left .sp-module .tagscloud, #sp-right .sp-module .tagscloud {
  margin: -2px 0;
}
#sp-left .sp-module .tagscloud .tag-name, #sp-right .sp-module .tagscloud .tag-name {
  display: inline-block;
  padding: 5px 10px;
  background: #808080;
  color: #fff;
  border-radius: 4px;
  margin: 2px 0;
}
#sp-left .sp-module .tagscloud .tag-name span, #sp-right .sp-module .tagscloud .tag-name span {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
body.com-users.view-login section#sp-bottom, body.com-users.view-registration section#sp-bottom {
  display: none;
}
.login img {
  display: inline-block;
  margin: 20px 0;
}
.login .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.form-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.view-login {
  position: relative;
}
.view-login .form-group {
  margin-bottom: 25px;
}
.view-login .sp-module {
  padding: 0px;
}
.view-login #sp-main-body {
  background-image: url(../images/login-bg.png);
}
.view-login .logout {
  text-align: center;
}
.view-login .logout .form-horizontal .controls {
  margin: 0px;
}
.view-login .list-group {
  margin: 0px 50px;
}
.view-login .list-group .list-group-item {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-size: 15px;
  line-height: 26px;
  color: #454548;
}
.view-login .list-group .list-group-item:hover {
  color: #17161a;
}
.view-login form.form-validate {
  margin: 0px 50px;
}
.view-login .btn.btn-primary, .view-login .btn-success.btn {
  width: 198px;
}
.view-registration #member-registration > div, .view-profile #member-registration > div {
  margin-top: 40px;
}
.view-registration .btn.btn-secondary, .view-profile .btn.btn-secondary {
  margin-left: 15px;
}
.view-registration .form-group, .view-profile .form-group {
  margin-bottom: 25px;
}
.view-registration #sp-main-body > .container, .view-profile #sp-main-body > .container {
  max-width: 100%;
}
.view-registration .registration, .view-profile .registration {
  max-width: 400px;
  margin: -160px auto 0px auto;
  position: relative;
  z-index: 2;
}
.view-registration .registration legend, .view-profile .registration legend {
  font-weight: bold;
  font-size: 43px;
  line-height: 60px;
  color: #17161a;
}
.view-registration .registration fieldset + fieldset, .view-profile .registration fieldset + fieldset {
  display: none;
}
.view-registration .registration #jform_spacer-lbl, .view-profile .registration #jform_spacer-lbl {
  font-weight: normal;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: -0.5px;
  color: #454548;
  margin-bottom: 40px;
}
.view-registration .profile, .view-profile .profile {
  max-width: 800px;
  margin: 0 auto;
}
.com-content.layout-edit .nav-tabs .nav-link, .com-content.layout-edit label.hasPopover, .registration label.hasPopover {
  display: inline-block !important;
}
.registration .form-check-inline input[type="radio"] {
  display: inline-block;
}
.search .btn-toolbar {
  margin-bottom: 20px;
}
.search .btn-toolbar span.icon-search {
  margin: 0;
}
.search .btn-toolbar button {
  color: #fff;
}
.search .phrases .phrases-box .controls label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .phrases .ordering-box {
  margin-bottom: 15px;
}
.search .only label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .search-results dt.result-title {
  margin-top: 40px;
}
.search .search-results dt, .search .search-results dd {
  margin: 5px 0;
}
.filter-search .chzn-container-single .chzn-single {
  height: 34px;
  line-height: 34px;
}
.form-search .finder label {
  display: block;
}
.form-search .finder .input-medium {
  width: 60%;
  border-radius: 4px;
}
.finder .word input {
  display: inline-block;
}
.finder .search-results.list-striped li {
  padding: 20px 0;
}
.article-list .article {
  margin-bottom: 30px;
}
.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
  overflow: hidden;
}
.article-list .article .article-header h1, .article-list .article .article-header h2 {
  font-size: 1.375rem;
  margin: 0 0 1.25rem 0;
}
.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
  color: #454548;
}
.article-list .article .article-header h1 a:hover, .article-list .article .article-header h2 a:hover, .article-list .article .article-header h1 a:active, .article-list .article .article-header h2 a:active, .article-list .article .article-header h1 a:focus, .article-list .article .article-header h2 a:focus {
  color: #fff;
  text-decoration: underline;
}
.article-list .article .readmore {
  font-size: 0.875rem;
}
.article-list .article .readmore a {
  color: #454548;
  font-weight: 500;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .readmore a:focus {
  color: #353538;
}
.article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.article-info > span {
  font-size: 0.813rem;
}
.article-info > span + span::before {
  display: inline-block;
  content: "";
  background-color: #000;
  width: 8px;
  height: 8px;
  margin: 0 15px;
  border-radius: 100%;
}
.article-info > span a {
  color: #454548;
}
.article-info > span a:hover {
  color: #353538;
}
.article-details .article-header {
  position: relative;
}
.article-details .article-header h1, .article-details .article-header h2 {
  font-size: 2.25rem;
}
.article-details .article-info {
  margin-bottom: 1rem;
}
.article-details .article-full-image {
  text-align: center;
  margin-bottom: 2rem;
}
.article-details .article-full-image img {
  display: inline-block;
  border-radius: 4px;
}
.article-details .article-featured-video, .article-details .article-featured-audio, .article-details .article-feature-gallery {
  margin-bottom: 2rem;
}
.article-details .article-author-information {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #f5f5f5;
}
.article-details .article-can-edit {
  position: relative;
  margin-bottom: 10px;
}
.article-details .article-can-edit a {
  display: inline-block;
  background: #2a61c9;
  color: #fff;
  padding: 5px 12px;
  border-radius: 3px;
  font-size: 14px;
}
.related-article-list-container {
  margin-top: 15px;
}
.related-article-list-container .related-article-title {
  font-size: 22px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f3f3f3;
}
.related-article-list-container ul.related-article-list {
  list-style: none;
  padding: 0;
}
.related-article-list-container ul.related-article-list li {
  margin-bottom: 10px;
}
.related-article-list-container ul.related-article-list li .article-header h2 {
  font-size: 1.2rem;
}
.related-article-list-container ul.related-article-list li .article-header h2 a {
  color: #252525;
}
.related-article-list-container ul.related-article-list li .article-header h2 a:hover {
  color: #044cd0;
}
.related-article-list-container ul.related-article-list li .published {
  font-size: 14px;
}
.tags {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0 0;
  display: block;
}
.tags > li {
  display: inline-block;
}
.tags > li a {
  display: block;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  border-radius: 6.25rem;
}
.tags > li a:hover {
  color: #fff;
}
.pager {
  list-style: none;
  padding: 0px;
  margin: 0px;
  background-color: #f2f5f8;
}
.pager::after {
  display: block;
  clear: both;
  content: "";
}
.pager > li {
  display: inline-block;
  padding: 8px 20px;
  background: #fff;
}
.pager > li:after {
  content: "\f050";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  background: #17161a;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
}
.pager > li.previous {
  float: left;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin: 0px;
  position: relative;
  left: 30%;
}
.pager > li.previous:after {
  content: "\f049";
  margin-right: 10px;
}
.pager > li.next {
  float: right;
  position: relative;
  left: -30%;
}
.pager > li.next:after {
  content: "\f050";
  margin-left: 10px;
}
.pager > li span {
  font-size: 20px;
}
.pager > li a {
  display: inline-block;
  padding: 0px;
}
#article-comments {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #f5f5f5;
}
.article-ratings {
  display: flex;
  align-items: center;
}
.article-ratings .rating-symbol {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 1rem;
  display: inline-block;
  margin-left: 5px;
}
.article-ratings .rating-symbol span.rating-star {
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.article-ratings .rating-symbol span.rating-star.active:before {
  content: "\f005";
  color: #f6bc00;
  font-weight: 900;
}
.article-ratings .rating-symbol span.rating-star:before {
  content: "\f005";
  padding-right: 5px;
}
.article-ratings .rating-symbol span.rating-star:hover:before, .article-ratings .rating-symbol span.rating-star:hover ~ span.rating-star:before {
  content: "\f005";
  color: #e7b000;
  font-weight: 900;
  cursor: pointer;
}
.article-ratings .ratings-count {
  font-size: 0.785rem;
  color: #999;
}
.article-ratings .fa-spinner {
  margin-right: 5px;
}
.pagination-wrapper {
  justify-content: center;
  padding-top: 50px;
}
.pagination-wrapper .mr-auto {
  margin-right: inherit !important;
}
.pagination-counter {
  display: none;
}
.pagination {
  flex-wrap: wrap;
  justify-content: center;
}
.pagination .page-item {
  margin-right: 20px;
  margin-bottom: 10px;
}
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
  border-radius: 0px;
}
.pagination .page-item .page-link {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  border: none;
  background-color: transparent;
  color: #949494;
}
.pagination .page-item .page-link.next {
  position: relative;
  margin-left: 80px;
  color: transparent;
}
.pagination .page-item .page-link.next:after {
  position: relative;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f30b";
  color: #17161a;
  font-size: 20px;
  right: 10px;
}
.pagination .page-item .page-link.previous {
  position: relative;
  margin-right: 80px;
  color: transparent;
}
.pagination .page-item .page-link.previous:after {
  position: relative;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f30a";
  color: #17161a;
  font-size: 20px;
  left: 10px;
}
.pagination .page-item .page-link:focus {
  box-shadow: none;
}
.pagination .page-item.active {
  display: flex;
  align-items: center;
}
.pagination .page-item.active:after {
  content: "";
  width: 30px;
  height: 2px;
  display: block;
  background-color: #17161a;
  margin-right: 10px;
}
.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
  color: #17161a;
  background-color: transparent;
}
.pagination .page-item.active .page-link.next, .pagination .page-item:hover .page-link.next, .pagination .page-item.active .page-link.previous, .pagination .page-item:hover .page-link.previous {
  color: transparent;
}
.article-social-share {
  float: right;
}
.article-social-share .social-share-icon ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.article-social-share .social-share-icon ul li {
  display: inline-block;
}
.article-social-share .social-share-icon ul li:not(:last-child) {
  margin-right: 10px;
}
.article-social-share .social-share-icon ul li a {
  border: 1px solid #ededed;
  font-size: 1rem;
  border-radius: 50%;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 34px;
  display: inline-block;
}
.article-social-share .social-share-icon ul li a:hover, .article-social-share .social-share-icon ul li a:focus {
  color: #fff;
}
.newsfeed-category .category {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsfeed-category .category li {
  padding: 5px 0;
}
.newsfeed-category #filter-search {
  margin: 10px 0;
}
.category-module, .categories-module, .archive-module, .latestnews, .newsflash-horiz, .mostread, .form-links, .list-striped {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-module li, .categories-module li, .archive-module li, .latestnews li, .newsflash-horiz li, .mostread li, .form-links li, .list-striped li {
  padding: 2px 0;
}
.category-module li h4, .categories-module li h4, .archive-module li h4, .latestnews li h4, .newsflash-horiz li h4, .mostread li h4, .form-links li h4, .list-striped li h4 {
  margin: 5px 0;
}
.article-footer-top {
  display: table;
  clear: both;
  width: 100%;
}
.article-footer-top .post_rating {
  float: left;
}
.contentpane:not(.com-sppagebuilder) {
  padding: 20px;
}
.view-page #sp-bottom {
  position: relative;
  z-index: 2;
}
#sp-bottom {
  padding: 60px 0 30px;
  font-size: 14px;
  line-height: 1.6;
}
#sp-bottom .sp-module {
  margin-bottom: 30px;
}
#sp-bottom .sp-module .sp-module-title {
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 30px;
}
#sp-bottom .sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-bottom .sp-module ul > li {
  display: block;
  margin-bottom: 15px;
}
#sp-bottom .sp-module ul > li:last-child {
  margin-bottom: 0;
}
#sp-bottom .sp-module ul > li > a {
  display: block;
}
#sp-footer {
  font-size: 14px;
  padding: 0;
}
#sp-footer .container-inner {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#sp-footer ul.menu {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
#sp-footer ul.menu li {
  display: inline-block;
  margin: 0 10px;
}
#sp-footer ul.menu li a {
  display: block;
}
#sp-footer ul.menu li a:hover {
  background: none;
}
#sp-footer #sp-footer2 {
  text-align: right;
}
html.offline body {
  background: #f3f3f3;
}
html.offline .offline-wrapper {
  padding: 50px;
  background-color: #fff;
  border-radius: 10px;
}
html.coming-soon {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
html.coming-soon body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: left;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 0% 100%;
  position: relative;
  overflow: hidden;
}
html.coming-soon body:before {
  content: "Oooooopss";
  font-weight: 600;
  font-size: 309px;
  line-height: 110%;
  text-transform: uppercase;
  opacity: 0.06;
  position: absolute;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  top: 220px;
}
html.coming-soon .container > .row.justify-content-center {
  max-width: 50%;
  float: left;
}
html.coming-soon .coming-soon-position {
  max-width: 50%;
  float: left;
}
html.coming-soon .coming-soon-logo {
  display: inline-block;
  margin-bottom: 2rem;
}
html.coming-soon #coming-soon-countdown {
  margin-top: 4rem;
}
html.coming-soon #coming-soon-countdown .coming-soon-days, html.coming-soon #coming-soon-countdown .coming-soon-hours, html.coming-soon #coming-soon-countdown .coming-soon-minutes, html.coming-soon #coming-soon-countdown .coming-soon-seconds {
  margin: 0;
  float: left;
  width: 25%;
}
html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-number {
  width: 100%;
  font-size: 4.5rem;
  letter-spacing: -1px;
  line-height: 1;
}
html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-string {
  font-size: 1.5rem;
  letter-spacing: -1px;
  display: block;
  text-transform: uppercase;
}
html.coming-soon .sppb-btn.sppb-btn-success {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  border: 1px solid #17161a;
  background: transparent;
  color: #17161a;
  padding: 11px 31px;
  border-radius: 0px;
  position: relative;
  bottom: 5px;
}
html.coming-soon .email-wrap .sppb-form-control {
  font-weight: normal;
  font-size: 15px;
  line-height: 26px;
  color: #454548;
  border-bottom: 1px solid #000;
  width: 300px;
}
html.coming-soon .social-icons {
  margin-top: 4rem;
}
html.coming-soon .coming-soon-login form {
  display: inline-block;
}
html.coming-soon .coming-soon-title {
  font-size: 30px;
  line-height: 38px;
  letter-spacing: -0.5px;
  color: #454548;
  font-weight: normal;
  text-align: left;
  margin-top: -170px;
}
html.coming-soon .coming-soon-content {
  font-weight: bold;
  font-size: 88px;
  line-height: 104px;
  letter-spacing: -1.5px;
  color: #17161a;
  text-align: left;
  display: block;
}
html.error-page {
  width: 100%;
  height: 100%;
}
html.error-page body {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 40%;
  position: relative;
  overflow: hidden;
}
html.error-page body:before {
  content: "Oooooopss";
  font-weight: 600;
  font-size: 309px;
  line-height: 110%;
  text-transform: uppercase;
  opacity: 0.06;
  position: absolute;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  top: 170px;
}
html.error-page .container {
  display: flex;
  flex-direction: row-reverse;
}
html.error-page .description-area {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
  text-align: left;
}
html.error-page .logo-area {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
html.error-page .error-logo {
  display: inline-block;
  margin-bottom: 2rem;
}
html.error-page .error-code {
  font-weight: bold;
  font-size: 88px;
  line-height: 110px;
  letter-spacing: -1.5px;
  color: #17161a;
  margin-bottom: 40px;
}
html.error-page .error-message {
  font-weight: normal;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: -0.5px;
  color: #17161a;
  margin-bottom: 60px;
}
html.error-page .error-modules {
  margin-top: 2rem;
}
html.error-page .btn.btn-secondary {
  background-color: #17161a;
  color: #fff;
}
.sp-social-share ul {
  display: block;
  padding: 0;
  margin: 20px -5px 0;
}
.sp-social-share ul li {
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
}
.profile > div:not(:last-child) {
  margin-bottom: 30px;
}
.dl-horizontal dt {
  margin: 8px 0;
  text-align: left;
}
.page-header {
  padding-bottom: 15px;
}
table.category {
  width: 100%;
}
table.category thead > tr, table.category tbody > tr {
  border: 1px solid #f2f2f2;
}
table.category thead > tr th, table.category tbody > tr th, table.category thead > tr td, table.category tbody > tr td {
  padding: 10px;
}
.contact-form .form-actions {
  background: none;
  border: none;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.sp-preloader {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.sp-preloader > div {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  position: absolute;
  animation: spSpin 0.75s linear infinite;
}
.sp-preloader > div:after {
  content: "";
  position: absolute;
  width: 49px;
  height: 49px;
  top: 1px;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}
.sp-scroll-up {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #333;
  border-radius: 3px;
  z-index: 1000;
}
.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
  color: #fff;
  background: #444;
}
.control-group {
  margin-bottom: 1rem;
}
.form-group .input-group-prepend {
  display: none;
}
.sppb-form-group .sppb-form-control, .form-control, input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-control) {
  display: block;
  width: 100%;
  color: #454548;
  border: none;
  border-bottom: 2px solid #a2a2a3;
  border-radius: 0px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.3px;
  padding: 8px 0px;
  background: transparent;
}
.sppb-form-group .sppb-form-control:focus, .form-control:focus, input[type="text"]:not(.form-control):focus, input[type="email"]:not(.form-control):focus, input[type="url"]:not(.form-control):focus, input[type="date"]:not(.form-control):focus, input[type="password"]:not(.form-control):focus, input[type="search"]:not(.form-control):focus, input[type="tel"]:not(.form-control):focus, input[type="number"]:not(.form-control):focus, select:not(.form-control):focus {
  box-shadow: none;
  outline: none;
  border-color: #454548;
}
label {
  transform: translateY(40px);
  transition: transform 0.3s ease;
  padding: 0px;
  margin: 0px;
  font-weight: normal;
  font-size: 15px;
  line-height: 26px;
  color: #454548;
  letter-spacing: 0.3px;
}
.form-check {
  padding-top: 30px;
  padding-bottom: 30px;
}
.form-check .form-check-label {
  transform: translateY(0px);
}
#jform_spacer-lbl {
  transform: translateY(0px);
}
.sppb-form-check {
  margin-top: 40px;
  margin-left: 40p;
}
.sppb-form-check .sppb-form-check-label {
  transform: translateY(0px);
}
.sppb-form-check .sppb-form-check-label:before {
  left: -30px;
}
#password-lbl, #jform_password1-lbl, #jform_password2-lbl {
  position: relative;
  z-index: 4;
}
::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #17161a;
}
.focused {
  transform: translateY(0px);
}
select.form-control:not([multiple]), select:not(.form-control):not([multiple]), select.inputbox:not([multiple]), select:not([multiple]) {
  height: calc(2.25rem + 2px);
}
input[type="password"]:before {
  content: "\f023";
}
.chzn-select, .chzn-select-deselect {
  width: 100%;
}
.chzn-container.chzn-container-single .chzn-single {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  height: calc(2.25rem + 2px);
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-single div {
  width: 30px;
  background: none;
}
.chzn-container.chzn-container-single .chzn-single div > b {
  background: none;
  position: relative;
}
.chzn-container.chzn-container-single .chzn-single div > b:after {
  content: "\f0dc";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.chzn-container.chzn-container-single.chzn-container-active.chzn-with-drop .chzn-single {
  border-radius: 0.25rem 0.25rem 0 0;
}
.chzn-container.chzn-container-single .chzn-search {
  padding: 0.625rem;
}
.chzn-container.chzn-container-single .chzn-search input[type="text"] {
  display: block;
  width: 100%;
  padding: 0.5rem 1.429rem 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25;
  height: calc(2rem + 2px);
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-search input[type="text"]:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.chzn-container.chzn-container-single .chzn-search:after {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.chzn-container.chzn-container-single .chzn-drop {
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 0 0 0.25rem 0.25rem;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-results li.highlighted {
  background-image: none !important;
}
.chzn-container.chzn-container-multi .chzn-choices {
  display: block;
  width: 100%;
  padding: 0 0.75rem;
  min-height: calc(2.25rem + 2px);
  line-height: 1.25;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.25;
  height: calc(2rem + 2px);
  background-color: #fff;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice {
  margin: 5.5px 5px 0 0;
  padding: 5px 20px 5px 5px;
  background-image: none;
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
  background: none;
  top: 5px;
  color: rgba(0, 0, 0, 0.2);
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:hover {
  color: rgba(0, 0, 0, 0.5);
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:after {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.875rem;
  position: absolute;
  top: 0;
  right: 0;
}
.chzn-container.chzn-container-multi.chzn-with-drop.chzn-container-active .chzn-choices {
  border-radius: 0.25rem;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop {
  margin-top: -4px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results:not(:empty) {
  padding: 0.75rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-radius: 0 0 0.25rem 0.25rem;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results li.no-results {
  background: none;
}
.form-horizontal .control-label {
  float: left;
  width: auto;
  padding-top: 5px;
  padding-right: 5px;
  text-align: left;
}
.form-horizontal .controls {
  margin-left: 220px;
}
.card-block {
  padding: 20px;
}
.card-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
.card-block ul li {
  display: block;
}
.alert.alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
#sp-cookie-consent {
  position: fixed;
  font-size: 16px;
  font-weight: 500;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10001;
}
#sp-cookie-consent > div {
  padding: 20px;
  position: relative;
}
.form-check-inline input[type="radio"] {
  display: none;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline {
  margin: 0;
  margin-right: -5px;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f3f3f3;
  color: #333;
  border-top: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 0;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label.btn-success {
  background: #46a546;
  color: #fff;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label input[type="radio"] {
  display: none !important;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline:last-child label {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline:first-child label {
  border-left: 1px solid #b3b3b3;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.com-contenthistory .btn-group {
  display: flex;
  justify-content: flex-end;
}
.com-contenthistory .btn-group button {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  border: 1px solid #bbb;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.com-contenthistory .btn-group button:hover {
  color: #333;
  background-color: #e9e9e9;
}
#versionsModal {
  top: 10%;
}
#versionsModal .modal-dialog {
  max-width: 80%;
}
#versionsModal iframe {
  min-height: 300px;
}
/*--------------------------------------------- Template Style --------------------------------------------------*/
body .sppb-btn, body .btn {
  padding: 17px 26px 16px 26px;
  position: relative;
  z-index: 1;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
}
body .sppb-btn.sppb-btn-3d, body .btn.sppb-btn-3d {
  padding-top: 13px;
  padding-bottom: 12px;
}
body .sppb-btn.sppb-btn-xlg, body .btn.sppb-btn-xlg {
  padding: 16px 36px 16px 36px;
  font-size: 18px;
}
body .sppb-btn.sppb-btn-lg, body .btn.sppb-btn-lg {
  padding: 16px 34px 16px 34px;
}
body .sppb-btn.sppb-btn-sm, body .btn.sppb-btn-sm {
  padding: 10px 20px 10px 20px;
}
body .sppb-btn.sppb-btn-xs, body .btn.sppb-btn-xs {
  padding: 8px 16px 8px 16px;
  font-size: 14px;
}
body .sppb-btn.sppb-btn-default, body .btn.sppb-btn-default, body .sppb-btn.sppb-btn-primary, body .btn.sppb-btn-primary, body .sppb-btn.btn-primary, body .btn-success.sppb-btn, body .btn.btn-primary, body .btn-success.btn {
  background-color: #17161a;
  color: #fff;
  border-color: #17161a;
}
body .sppb-btn.sppb-btn-default:hover, body .btn.sppb-btn-default:hover, body .sppb-btn.sppb-btn-primary:hover, body .btn.sppb-btn-primary:hover, body .sppb-btn.btn-primary:hover, body .btn-success.sppb-btn:hover, body .btn.btn-primary:hover, body .btn-success.btn:hover, body .sppb-btn.sppb-btn-default:focus, body .btn.sppb-btn-default:focus, body .sppb-btn.sppb-btn-primary:focus, body .btn.sppb-btn-primary:focus, body .sppb-btn.btn-primary:focus, body .btn-success.sppb-btn:focus, body .btn.btn-primary:focus, body .btn-success.btn:focus, body .sppb-btn.sppb-btn-default:active, body .btn.sppb-btn-default:active, body .sppb-btn.sppb-btn-primary:active, body .btn.sppb-btn-primary:active, body .sppb-btn.btn-primary:active, body .btn-success.sppb-btn:active, body .btn.btn-primary:active, body .btn-success.btn:active {
  background-color: #353538;
  border-color: #353538;
}
body .sppb-btn.sppb-btn-default.sppb-btn-gradient, body .btn.sppb-btn-default.sppb-btn-gradient, body .sppb-btn.sppb-btn-primary.sppb-btn-gradient, body .btn.sppb-btn-primary.sppb-btn-gradient, body .sppb-btn.btn-primary.sppb-btn-gradient, body .btn-success.sppb-btn.sppb-btn-gradient, body .btn.btn-primary.sppb-btn-gradient, body .btn-success.btn.sppb-btn-gradient {
  background-image: linear-gradient(0deg, #17161a 0, #353538 100%);
  color: #fff;
}
body .sppb-btn.sppb-btn-default.sppb-btn-rounded, body .btn.sppb-btn-default.sppb-btn-rounded, body .sppb-btn.sppb-btn-primary.sppb-btn-rounded, body .btn.sppb-btn-primary.sppb-btn-rounded, body .sppb-btn.btn-primary.sppb-btn-rounded, body .btn-success.sppb-btn.sppb-btn-rounded, body .btn.btn-primary.sppb-btn-rounded, body .btn-success.btn.sppb-btn-rounded {
  border-radius: 6px;
}
body .sppb-btn.sppb-btn-default.sppb-btn-round, body .btn.sppb-btn-default.sppb-btn-round, body .sppb-btn.sppb-btn-primary.sppb-btn-round, body .btn.sppb-btn-primary.sppb-btn-round, body .sppb-btn.btn-primary.sppb-btn-round, body .btn-success.sppb-btn.sppb-btn-round, body .btn.btn-primary.sppb-btn-round, body .btn-success.btn.sppb-btn-round {
  border-radius: 30px;
}
body .sppb-btn.sppb-btn-default.sppb-btn-outline, body .btn.sppb-btn-default.sppb-btn-outline, body .sppb-btn.sppb-btn-primary.sppb-btn-outline, body .btn.sppb-btn-primary.sppb-btn-outline, body .sppb-btn.btn-primary.sppb-btn-outline, body .btn-success.sppb-btn.sppb-btn-outline, body .btn.btn-primary.sppb-btn-outline, body .btn-success.btn.sppb-btn-outline {
  background-color: transparent;
  color: #17161a;
  border-color: #17161a;
}
body .sppb-btn.sppb-btn-default.sppb-btn-outline:hover, body .btn.sppb-btn-default.sppb-btn-outline:hover, body .sppb-btn.sppb-btn-primary.sppb-btn-outline:hover, body .btn.sppb-btn-primary.sppb-btn-outline:hover, body .sppb-btn.btn-primary.sppb-btn-outline:hover, body .btn-success.sppb-btn.sppb-btn-outline:hover, body .btn.btn-primary.sppb-btn-outline:hover, body .btn-success.btn.sppb-btn-outline:hover {
  background-color: #17161a;
  color: #fff;
}
body .sppb-btn.sppb-btn-default.sppb-btn-3d, body .btn.sppb-btn-default.sppb-btn-3d, body .sppb-btn.sppb-btn-primary.sppb-btn-3d, body .btn.sppb-btn-primary.sppb-btn-3d, body .sppb-btn.btn-primary.sppb-btn-3d, body .btn-success.sppb-btn.sppb-btn-3d, body .btn.btn-primary.sppb-btn-3d, body .btn-success.btn.sppb-btn-3d {
  border-bottom-color: #353538;
}
body .sppb-btn.sppb-btn-default.sppb-btn-3d:hover, body .btn.sppb-btn-default.sppb-btn-3d:hover, body .sppb-btn.sppb-btn-primary.sppb-btn-3d:hover, body .btn.sppb-btn-primary.sppb-btn-3d:hover, body .sppb-btn.btn-primary.sppb-btn-3d:hover, body .btn-success.sppb-btn.sppb-btn-3d:hover, body .btn.btn-primary.sppb-btn-3d:hover, body .btn-success.btn.sppb-btn-3d:hover {
  border-bottom-color: transparent;
}
body .sppb-btn.sppb-btn-warning, body .btn.sppb-btn-warning {
  background-color: #f7c845;
  border-color: #f7c845;
  color: #454548;
}
body .sppb-btn.sppb-btn-warning:hover, body .btn.sppb-btn-warning:hover, body .sppb-btn.sppb-btn-warning:focus, body .btn.sppb-btn-warning:focus, body .sppb-btn.sppb-btn-warning:active, body .btn.sppb-btn-warning:active {
  background-color: #f2b200;
  border-color: #f2b200;
}
body .sppb-btn.sppb-btn-link, body .btn.sppb-btn-link {
  padding: 0px;
  color: #17161a;
  font-weight: bold;
  letter-spacing: 1px !important;
  text-decoration-line: underline !important;
  transition: all 0.3s ease;
}
body .sppb-btn.sppb-btn-link:hover, body .btn.sppb-btn-link:hover {
  transform: translateX(2px);
}
body .sppb-btn, body .btn {
  box-shadow: none !important;
  outline: none !important;
}
.btn:focus {
  box-shadow: none !important;
}
.about-us-breadcrumb .breadcrumb {
  margin: 0px;
  padding: 0px;
  background: none;
}
.about-us-breadcrumb .breadcrumb .breadcrumb-item {
  font-weight: 500;
  font-size: 16px;
  line-height: 34px;
  letter-spacing: -0.3px;
  color: #454548;
}
.about-us-breadcrumb .breadcrumb .breadcrumb-item.active {
  font-size: 15px;
  line-height: 34px;
  letter-spacing: -0.3px;
  color: rgba(69, 69, 72, 0.6);
}
.podcasta-client-testimonial.text-style .sppb-nav.sppb-nav-tabs {
  border-radius: 0px 0px 10px 10px;
}
.podcasta-client-testimonial.text-style .sppb-nav.sppb-nav-tabs li {
  padding: 45px;
}
.podcasta-client-testimonial.text-style .sppb-nav.sppb-nav-tabs li.active a {
  color: #17161a;
}
.podcasta-client-testimonial.text-style .sppb-nav.sppb-nav-tabs li.active:before {
  content: url(../images/polygon.png);
  position: absolute;
  bottom: -15px;
  left: 60px;
  transition: all 0.3s ease;
}
.podcasta-client-testimonial.text-style .sppb-nav.sppb-nav-tabs li a {
  color: rgba(69, 69, 72, 0.3);
  font-weight: 600;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: -0.5px;
  text-align: left;
}
.podcasta-client-testimonial.text-style .sppb-nav.sppb-nav-tabs li a .sppb-tab-subtitle {
  font-weight: normal;
  font-size: 14px;
  line-height: 36px;
  display: block;
}
.podcasta-client-testimonial .sppb-addon-content.sppb-tab {
  display: flex;
  flex-direction: column-reverse;
}
.podcasta-client-testimonial .sppb-nav.sppb-nav-tabs {
  display: flex;
  justify-content: space-between;
  margin: 0px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 0px 2px 2px 2px;
  border-style: solid;
  border-color: #e6e8e9;
}
.podcasta-client-testimonial .sppb-nav.sppb-nav-tabs li {
  padding: 60px 0px;
  flex: 1;
  position: relative;
}
.podcasta-client-testimonial .sppb-nav.sppb-nav-tabs li.active:before {
  content: url(../images/polygon.png);
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
.podcasta-client-testimonial .sppb-nav.sppb-nav-tabs li.active a img {
  opacity: 1;
}
.podcasta-client-testimonial .sppb-nav.sppb-nav-tabs li:not(:last-child) {
  border-right: 2px solid #e6e8e9;
}
.podcasta-client-testimonial .sppb-nav.sppb-nav-tabs li a {
  text-align: center;
  display: block;
  padding: 0px;
  border: none;
  background: none;
}
.podcasta-client-testimonial .sppb-nav.sppb-nav-tabs li a img {
  opacity: 0.5;
}
.podcasta-client-testimonial .sppb-nav.sppb-nav-tabs li a img:hover {
  opacity: 1;
}
.podcasta-faq .sppb-panel-title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.3px;
  color: #454548;
}
.podcasta-faq .sppb-panel-title span {
  margin-right: 30px;
}
.podcasta-faq .sppb-panel-heading {
  padding: 26px 0px 26px 0px;
}
.podcasta-faq .sppb-panel-heading i {
  color: #454548;
}
.podcasta-faq .sppb-panel-faq > .sppb-panel-heading {
  border-bottom: 1px solid #a2a2a3;
}
.podcasta-faq .sppb-panel-faq .sppb-panel-body {
  border: 0;
  border-bottom: 1px solid #a2a2a3;
}
.podcast-slideshow .sp-slider-custom-dot-indecators {
  height: 100%;
}
.podcast-slideshow .sp-slider-custom-dot-indecators ul {
  display: flex;
  flex-direction: column;
}
.podcasta-publiation-carousel .sppb-carousel-extended-item {
  display: flex;
  align-items: flex-start;
}
.podcasta-publiation-carousel .sppb-carousel-extended-item > a {
  flex: 1 0 auto;
}
.podcasta-publiation-carousel .sppb-carousel-extended-item img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.podcasta-publiation-carousel .sppb-carousel-extended-item .sppb-carousel-extended-content-wrap {
  position: relative;
  top: 0px;
  left: 0px;
  width: auto;
  display: inline-block;
  padding: 0px;
  margin-left: 20px;
}
.podcasta-publiation-carousel .sppb-carousel-extended-item .sppb-carousel-extended-description .btn.btn-link {
  font-weight: bold;
  font-size: 14px;
  line-height: 36px;
  letter-spacing: 3.71px;
  text-transform: uppercase;
  color: #e46429;
  display: block;
  padding: 0px;
  text-align: left;
  margin-top: 30px;
}
.podcasta-audio-slider > .sppb-addon-title {
  letter-spacing: -0.5px;
  float: right;
  position: relative;
  right: 128px;
  top: 109px;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
}
.podcasta-audio-slider .sppb-tab-pane {
  width: 610px;
  border: 3px solid #dfdfdf;
  border-radius: 100%;
  height: 610px;
}
.podcasta-audio-slider .sppb-tab-subtitle {
  display: block;
}
.podcasta-audio-slider .sppb-nav {
  margin: 70px 0px 0px 0px;
  height: 540px;
}
.podcasta-audio-slider .sppb-nav li.active {
  position: relative;
}
.podcasta-audio-slider .sppb-nav li.active:before {
  content: "";
  width: 29px;
  height: 2px;
  background: #000;
  display: block;
  position: absolute;
  left: -50px;
  bottom: 43px;
}
.podcasta-audio-slider .sppb-nav li a {
  font-weight: bold;
  font-size: 14px;
  line-height: 36px;
  letter-spacing: 3.71px;
  text-transform: uppercase;
  color: #a2a2a3;
}
.podcasta-audio-slider .sppb-nav li a span {
  padding: 15px 0px 0px 0px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.3px;
  color: #17161a;
  text-transform: capitalize;
}
.sppb-addon.sppb-addon-articles-layout .sppb-article-img-wrap {
  display: none;
}
.sppb-addon.sppb-addon-articles-layout.layout-liberica .sppb-addon-article.audio-format, .sppb-addon.sppb-addon-articles-layout.layout-robusta .sppb-addon-article.audio-format, .sppb-addon.sppb-addon-articles-layout.layout-casipea .sppb-addon-article.audio-format, .sppb-addon.sppb-addon-articles-layout.layout-bourbon .sppb-addon-article.audio-format {
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 10;
  padding: 45px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 50px;
  height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background-color: rgba(216, 216, 216, 0.5);
  background-blend-mode: multiply;
  transition: 0.3s;
}
.sppb-addon.sppb-addon-articles-layout.layout-liberica .sppb-addon-article.audio-format:hover, .sppb-addon.sppb-addon-articles-layout.layout-robusta .sppb-addon-article.audio-format:hover, .sppb-addon.sppb-addon-articles-layout.layout-casipea .sppb-addon-article.audio-format:hover, .sppb-addon.sppb-addon-articles-layout.layout-bourbon .sppb-addon-article.audio-format:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.sppb-addon.sppb-addon-articles-layout.layout-liberica .sppb-addon-article.audio-format a, .sppb-addon.sppb-addon-articles-layout.layout-robusta .sppb-addon-article.audio-format a, .sppb-addon.sppb-addon-articles-layout.layout-casipea .sppb-addon-article.audio-format a, .sppb-addon.sppb-addon-articles-layout.layout-bourbon .sppb-addon-article.audio-format a {
  color: #fff;
  transition: 0.3s;
}
.sppb-addon.sppb-addon-articles-layout.layout-liberica .sppb-addon-article.audio-format a:hover, .sppb-addon.sppb-addon-articles-layout.layout-robusta .sppb-addon-article.audio-format a:hover, .sppb-addon.sppb-addon-articles-layout.layout-casipea .sppb-addon-article.audio-format a:hover, .sppb-addon.sppb-addon-articles-layout.layout-bourbon .sppb-addon-article.audio-format a:hover, .sppb-addon.sppb-addon-articles-layout.layout-liberica .sppb-addon-article.audio-format a:focus, .sppb-addon.sppb-addon-articles-layout.layout-robusta .sppb-addon-article.audio-format a:focus, .sppb-addon.sppb-addon-articles-layout.layout-casipea .sppb-addon-article.audio-format a:focus, .sppb-addon.sppb-addon-articles-layout.layout-bourbon .sppb-addon-article.audio-format a:focus {
  color: #fff;
  opacity: 0.7;
}
.sppb-addon.sppb-addon-articles-layout.layout-liberica .sppb-addon-article.audio-format:after, .sppb-addon.sppb-addon-articles-layout.layout-robusta .sppb-addon-article.audio-format:after, .sppb-addon.sppb-addon-articles-layout.layout-casipea .sppb-addon-article.audio-format:after, .sppb-addon.sppb-addon-articles-layout.layout-bourbon .sppb-addon-article.audio-format:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 50%;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, #000 100%);
  mix-blend-mode: normal;
  opacity: 0.9;
  z-index: -1;
}
.sppb-addon.sppb-addon-articles-layout.layout-liberica .sppb-addon-article.audio-format .sppb-article-info-wrap, .sppb-addon.sppb-addon-articles-layout.layout-robusta .sppb-addon-article.audio-format .sppb-article-info-wrap, .sppb-addon.sppb-addon-articles-layout.layout-casipea .sppb-addon-article.audio-format .sppb-article-info-wrap, .sppb-addon.sppb-addon-articles-layout.layout-bourbon .sppb-addon-article.audio-format .sppb-article-info-wrap {
  display: flex;
  align-items: center;
}
.sppb-addon.sppb-addon-articles-layout.layout-liberica .sppb-addon-article.audio-format .sppb-article-info-wrap .sppb-article-info-left-content, .sppb-addon.sppb-addon-articles-layout.layout-robusta .sppb-addon-article.audio-format .sppb-article-info-wrap .sppb-article-info-left-content, .sppb-addon.sppb-addon-articles-layout.layout-casipea .sppb-addon-article.audio-format .sppb-article-info-wrap .sppb-article-info-left-content, .sppb-addon.sppb-addon-articles-layout.layout-bourbon .sppb-addon-article.audio-format .sppb-article-info-wrap .sppb-article-info-left-content {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  padding-right: 40px;
  margin-right: 40px;
}
.sppb-addon.sppb-addon-articles-layout.layout-liberica .sppb-addon-article.audio-format .sppb-article-info-wrap .audio-icon, .sppb-addon.sppb-addon-articles-layout.layout-robusta .sppb-addon-article.audio-format .sppb-article-info-wrap .audio-icon, .sppb-addon.sppb-addon-articles-layout.layout-casipea .sppb-addon-article.audio-format .sppb-article-info-wrap .audio-icon, .sppb-addon.sppb-addon-articles-layout.layout-bourbon .sppb-addon-article.audio-format .sppb-article-info-wrap .audio-icon {
  width: 56px;
  height: 56px;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 40px;
  line-height: 56px;
  text-align: center;
  font-size: 20px;
}
.sppb-addon.sppb-addon-articles-layout.layout-liberica .sppb-addon-article.audio-format h3, .sppb-addon.sppb-addon-articles-layout.layout-robusta .sppb-addon-article.audio-format h3, .sppb-addon.sppb-addon-articles-layout.layout-casipea .sppb-addon-article.audio-format h3, .sppb-addon.sppb-addon-articles-layout.layout-bourbon .sppb-addon-article.audio-format h3 {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: -0.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 120px;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
}
.sppb-addon.sppb-addon-articles-layout.layout-liberica .sppb-addon-article.audio-format .sppb-meta-category-wrap, .sppb-addon.sppb-addon-articles-layout.layout-robusta .sppb-addon-article.audio-format .sppb-meta-category-wrap, .sppb-addon.sppb-addon-articles-layout.layout-casipea .sppb-addon-article.audio-format .sppb-meta-category-wrap, .sppb-addon.sppb-addon-articles-layout.layout-bourbon .sppb-addon-article.audio-format .sppb-meta-category-wrap {
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 3.71px;
  text-transform: uppercase;
}
.sppb-addon.sppb-addon-articles-layout.layout-liberica .sppb-addon-article.audio-format .sppb-meta-category-wrap .sppb-meta-category, .sppb-addon.sppb-addon-articles-layout.layout-robusta .sppb-addon-article.audio-format .sppb-meta-category-wrap .sppb-meta-category, .sppb-addon.sppb-addon-articles-layout.layout-casipea .sppb-addon-article.audio-format .sppb-meta-category-wrap .sppb-meta-category, .sppb-addon.sppb-addon-articles-layout.layout-bourbon .sppb-addon-article.audio-format .sppb-meta-category-wrap .sppb-meta-category {
  margin-right: 35px;
}
.sppb-addon.sppb-addon-articles-layout.layout-liberica .sppb-addon-article.audio-format .sppb-article-meta, .sppb-addon.sppb-addon-articles-layout.layout-robusta .sppb-addon-article.audio-format .sppb-article-meta, .sppb-addon.sppb-addon-articles-layout.layout-casipea .sppb-addon-article.audio-format .sppb-article-meta, .sppb-addon.sppb-addon-articles-layout.layout-bourbon .sppb-addon-article.audio-format .sppb-article-meta {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 30px;
}
.sppb-addon.sppb-addon-articles-layout.layout-liberica > .sppb-addon-content .sppb-btn, .sppb-addon.sppb-addon-articles-layout.layout-robusta > .sppb-addon-content .sppb-btn, .sppb-addon.sppb-addon-articles-layout.layout-casipea > .sppb-addon-content .sppb-btn, .sppb-addon.sppb-addon-articles-layout.layout-bourbon > .sppb-addon-content .sppb-btn {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.sppb-addon.sppb-addon-articles-layout.layout-liberica .leading-item .sppb-article-info-wrap, .sppb-addon.sppb-addon-articles-layout.layout-robusta .leading-item .sppb-article-info-wrap, .sppb-addon.sppb-addon-articles-layout.layout-casipea .leading-item .sppb-article-info-wrap, .sppb-addon.sppb-addon-articles-layout.layout-bourbon .leading-item .sppb-article-info-wrap {
  flex-direction: column;
  align-items: flex-start !important;
}
.sppb-addon.sppb-addon-articles-layout.layout-liberica .leading-item .sppb-article-info-wrap h3, .sppb-addon.sppb-addon-articles-layout.layout-robusta .leading-item .sppb-article-info-wrap h3, .sppb-addon.sppb-addon-articles-layout.layout-casipea .leading-item .sppb-article-info-wrap h3, .sppb-addon.sppb-addon-articles-layout.layout-bourbon .leading-item .sppb-article-info-wrap h3 {
  height: auto;
  font-size: 36px;
}
.sppb-addon.sppb-addon-articles-layout.layout-liberica .leading-item .sppb-article-info-wrap .sppb-article-meta, .sppb-addon.sppb-addon-articles-layout.layout-robusta .leading-item .sppb-article-info-wrap .sppb-article-meta, .sppb-addon.sppb-addon-articles-layout.layout-casipea .leading-item .sppb-article-info-wrap .sppb-article-meta, .sppb-addon.sppb-addon-articles-layout.layout-bourbon .leading-item .sppb-article-info-wrap .sppb-article-meta {
  display: none;
}
.sppb-addon.sppb-addon-articles-layout.layout-liberica .leading-item .sppb-article-info-wrap .sppb-article-info-left-content, .sppb-addon.sppb-addon-articles-layout.layout-robusta .leading-item .sppb-article-info-wrap .sppb-article-info-left-content, .sppb-addon.sppb-addon-articles-layout.layout-casipea .leading-item .sppb-article-info-wrap .sppb-article-info-left-content, .sppb-addon.sppb-addon-articles-layout.layout-bourbon .leading-item .sppb-article-info-wrap .sppb-article-info-left-content {
  padding: 0px !important;
  border: none !important;
  margin: 0 !important;
}
.sppb-addon.sppb-addon-articles-layout.layout-liberica .leading-item .sppb-article-info-wrap .sppb-article-info-right-content, .sppb-addon.sppb-addon-articles-layout.layout-robusta .leading-item .sppb-article-info-wrap .sppb-article-info-right-content, .sppb-addon.sppb-addon-articles-layout.layout-casipea .leading-item .sppb-article-info-wrap .sppb-article-info-right-content, .sppb-addon.sppb-addon-articles-layout.layout-bourbon .leading-item .sppb-article-info-wrap .sppb-article-info-right-content {
  margin-top: 10px;
}
.sppb-addon.sppb-addon-articles-layout.layout-liberica .leading-item .sppb-article-info-wrap .sppb-article-info-right-content .sc-scrubber, .sppb-addon.sppb-addon-articles-layout.layout-robusta .leading-item .sppb-article-info-wrap .sppb-article-info-right-content .sc-scrubber, .sppb-addon.sppb-addon-articles-layout.layout-casipea .leading-item .sppb-article-info-wrap .sppb-article-info-right-content .sc-scrubber, .sppb-addon.sppb-addon-articles-layout.layout-bourbon .leading-item .sppb-article-info-wrap .sppb-article-info-right-content .sc-scrubber {
  top: 34px;
}
.sppb-addon.sppb-addon-articles-layout.single-item {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  max-width: 650px;
}
.sppb-addon.sppb-addon-articles-layout.single-item .sppb-addon-article.audio-format {
  height: 100px !important;
  margin: 0;
  position: relative;
}
.sppb-addon.sppb-addon-articles-layout.single-item .sc-player .sc-controls a {
  width: 45px;
  height: 45px;
  line-height: 43px;
  font-size: 15px;
}
.sppb-addon.sppb-addon-articles-layout.single-item .img-wrap {
  position: relative;
  width: 100px !important;
  height: 100px !important;
  margin-right: 30px;
}
.sppb-addon.sppb-addon-articles-layout.single-item .img-wrap .inner-content {
  display: none !important;
}
.sppb-addon.sppb-addon-articles-layout.single-item .sppb-article-info-wrap {
  width: auto !important;
  padding: 0px !important;
  flex: 1;
}
.sppb-addon.sppb-addon-articles-layout.single-item .sppb-article-info-left-content .sppb-meta-category-wrap {
  display: none !important;
}
.sppb-addon.sppb-addon-articles-layout.single-item .sppb-article-info-left-content h3 {
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 1.4;
  margin-bottom: 10px;
  height: 80px;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0 !important;
}
.sppb-addon.sppb-addon-articles-layout.single-item .sppb-article-info-left-content .sppb-article-introtext {
  display: none;
}
.sppb-addon.sppb-addon-articles-layout.single-item .sppb-article-info-right-content {
  margin-top: 0 !important;
  position: absolute;
  left: 0px;
}
.sppb-addon.sppb-addon-articles-layout.layout-liberica .leading-item .sppb-article-info-right-content {
  width: 100%;
}
.sppb-addon.sppb-addon-articles-layout.layout-liberica .subleading-items .sc-player.audio-link, .sppb-addon.sppb-addon-articles-layout.layout-liberica .intro-items .sc-player.audio-link {
  width: 56px;
  overflow: hidden;
  height: 70px;
}
.sppb-addon.sppb-addon-articles-layout.layout-bourbon .sc-player.audio-link {
  width: 56px;
  overflow: hidden;
  height: 70px;
}
.sppb-addon.sppb-addon-articles-layout.layout-bourbon .sppb-addon-title {
  margin-bottom: -50px;
}
.sppb-addon.sppb-addon-articles-layout.layout-bourbon .sppb-row > div:first-child {
  margin-top: 120px;
}
.sppb-addon.sppb-addon-articles-layout.layout-bourbon .sppb-row > div:nth-child(4n), .sppb-addon.sppb-addon-articles-layout.layout-bourbon .sppb-row > div:nth-child(4n + 2) {
  margin-top: -120px;
}
.sppb-addon.sppb-addon-articles-layout.layout-bourbon .sppb-row > div:nth-child(2) {
  margin-top: 0px;
}
.sppb-addon.sppb-addon-articles-layout.layout-bourbon .show-all-wrap {
  margin-top: -110px;
}
.sppb-addon.sppb-addon-articles-layout.layout-bourbon .show-all-wrap .sppb-btn {
  border-radius: 0px;
  background: transparent;
  border: none;
  font-weight: 500;
  border-bottom: 1px solid #000;
}
.sppb-addon.sppb-addon-articles-layout.layout-casipea .sppb-article-meta {
  display: none;
}
.sppb-addon.sppb-addon-articles-layout.layout-casipea .sc-player {
  margin: 0;
  height: 35px;
}
.sppb-addon.sppb-addon-articles-layout.layout-casipea .sc-player .sc-controls {
  top: 14px;
}
.sppb-addon.sppb-addon-articles-layout.layout-casipea .sc-player .sc-controls a, .sppb-addon.sppb-addon-articles-layout.layout-casipea .sc-player .sc-controls {
  width: 35px;
  height: 35px;
}
.sppb-addon.sppb-addon-articles-layout.layout-casipea .sc-player .sc-controls a {
  line-height: 35px;
  font-size: 14px;
}
.sppb-addon.sppb-addon-articles-layout.layout-casipea .sc-player .sc-scrubber {
  left: 120px;
  width: calc(100% - 120px);
  top: 24px;
}
.sppb-addon.sppb-addon-articles-layout.layout-casipea .sppb-addon-article.audio-format {
  height: 350px;
  padding: 30px;
}
.sppb-addon.sppb-addon-articles-layout.layout-casipea .sppb-addon-article.audio-format .sppb-article-info-wrap {
  flex-direction: column;
  align-items: flex-start;
}
.sppb-addon.sppb-addon-articles-layout.layout-casipea .sppb-addon-article.audio-format .sppb-article-info-wrap .sppb-article-info-left-content {
  padding: 0;
  margin: 0;
  border: none;
}
.sppb-addon.sppb-addon-articles-layout.layout-casipea .sppb-addon-article.audio-format .sppb-meta-category {
  margin-bottom: 0px;
}
.sppb-addon.sppb-addon-articles-layout.layout-casipea .sppb-addon-article.audio-format h3 {
  font-size: 24px;
  height: 60px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.sppb-addon.sppb-addon-articles-layout.layout-casipea .sppb-addon-article.audio-format .sppb-article-info-right-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.sppb-addon.sppb-addon-articles-layout.layout-casipea .sppb-addon-article.audio-format .sppb-article-info-right-content .sppb-article-meta {
  margin: 0;
}
.sppb-addon.sppb-addon-articles-layout.layout-casipea .sppb-addon-article.audio-format .sppb-article-info-right-content .audio-icon {
  order: -1;
  width: 35px;
  height: 35px;
  font-size: 12px;
  line-height: 35px;
  background: #fff;
  color: #000;
}
.sppb-addon.sppb-addon-articles-layout.layout-robusta .leading-item .sc-player.audio-link {
  width: 56px;
  overflow: hidden;
  height: 70px;
}
.sppb-addon.sppb-addon-articles-layout.layout-robusta .leading-item .sppb-article-info-wrap {
  flex-direction: row;
}
.sppb-addon.sppb-addon-articles-layout.layout-robusta .leading-item .sppb-article-info-wrap .sppb-article-info-left-content {
  border-right: 1px solid rgba(255, 255, 255, 0.4) !important;
  padding-right: 40px !important;
  margin-right: 40px !important;
}
.sppb-addon.sppb-addon-articles-layout.layout-robusta .leading-item .sppb-article-info-right-content .sppb-article-meta {
  display: block;
}
.sppb-addon.sppb-addon-articles-layout.layout-robusta .intro-items {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 30px;
  padding-left: 50px;
}
.sppb-addon.sppb-addon-articles-layout.layout-robusta .intro-items .sc-player.audio-link {
  width: 56px;
  overflow: hidden;
  height: 56px;
  display: inline-block;
}
.sppb-addon.sppb-addon-articles-layout.layout-robusta .intro-items .sc-player.audio-link .sc-controls a {
  border: none;
  font-size: 32px;
  color: #fff !important;
}
.sppb-addon.sppb-addon-articles-layout.layout-robusta .intro-items .sc-player.audio-link .sc-controls a.sc-pause, .sppb-addon.sppb-addon-articles-layout.layout-robusta .intro-items .sc-player.audio-link .sc-controls a:hover, .sppb-addon.sppb-addon-articles-layout.layout-robusta .intro-items .sc-player.audio-link .sc-controls a:focus {
  background: none !important;
  border: none;
  color: #fff !important;
}
.sppb-addon.sppb-addon-articles-layout.layout-robusta .intro-items .sppb-addon-article.audio-format {
  background-image: none !important;
  background-color: transparent;
  padding: 0px;
  color: #454548;
  flex-direction: row;
  height: auto;
}
.sppb-addon.sppb-addon-articles-layout.layout-robusta .intro-items .sppb-addon-article.audio-format .sppb-article-info-wrap {
  width: 78%;
}
.sppb-addon.sppb-addon-articles-layout.layout-robusta .intro-items .sppb-addon-article.audio-format .sppb-article-info-wrap .sppb-meta-category {
  margin-bottom: 5px;
}
.sppb-addon.sppb-addon-articles-layout.layout-robusta .intro-items .sppb-addon-article.audio-format .sppb-article-info-wrap .sppb-article-info-left-content {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.sppb-addon.sppb-addon-articles-layout.layout-robusta .intro-items .sppb-addon-article.audio-format .sppb-article-info-wrap .sppb-article-info-left-content h3 {
  font-size: 24px;
  height: 60px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.sppb-addon.sppb-addon-articles-layout.layout-robusta .intro-items .sppb-addon-article.audio-format .sppb-article-info-wrap .sppb-article-info-right-content {
  display: none;
}
.sppb-addon.sppb-addon-articles-layout.layout-robusta .intro-items .sppb-addon-article.audio-format .img-wrap {
  margin-right: 30px;
  width: 22%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}
.sppb-addon.sppb-addon-articles-layout.layout-robusta .intro-items .sppb-addon-article.audio-format .img-wrap .audio-icon {
  position: absolute;
  border: none;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
}
.sppb-addon.sppb-addon-articles-layout.layout-robusta .intro-items .sppb-addon-article.audio-format a {
  color: #454548;
}
.sppb-addon.sppb-addon-articles-layout.layout-robusta .intro-items .sppb-addon-article.audio-format a:hover, .sppb-addon.sppb-addon-articles-layout.layout-robusta .intro-items .sppb-addon-article.audio-format a:focus {
  color: #454548;
}
.sppb-addon.sppb-addon-articles-layout.layout-robusta .intro-items .sppb-addon-article.audio-format:after {
  display: none;
}
.sppb-addon.sppb-addon-articles-layout.layout-geisha .sc-player .sc-controls a {
  border-color: #454548;
  color: #454548;
}
.sppb-addon.sppb-addon-articles-layout.layout-geisha .sc-player .sc-controls a.sc-pause, .sppb-addon.sppb-addon-articles-layout.layout-geisha .sc-player .sc-controls a:hover, .sppb-addon.sppb-addon-articles-layout.layout-geisha .sc-player .sc-controls a:focus {
  background-color: #454548 !important;
  color: #fff !important;
}
.sppb-addon.sppb-addon-articles-layout.layout-geisha .sc-player .sc-time-indicators {
  color: #454548;
  font-weight: 600;
}
.sppb-addon.sppb-addon-articles-layout.layout-geisha .sc-player .sc-scrubber {
  top: 34px;
}
.sppb-addon.sppb-addon-articles-layout.layout-geisha .sppb-addon-article.audio-format {
  display: flex;
  height: 350px;
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 10px;
  align-items: center;
  margin-bottom: 50px;
}
.sppb-addon.sppb-addon-articles-layout.layout-geisha .img-wrap {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 30%;
  margin-right: 40px;
  border-radius: 10px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.356) !important;
  background-blend-mode: multiply !important;
  color: #fff;
  padding: 30px;
  height: 350px;
}
.sppb-addon.sppb-addon-articles-layout.layout-geisha .img-wrap a {
  color: #fff;
}
.sppb-addon.sppb-addon-articles-layout.layout-geisha .img-wrap a:hover, .sppb-addon.sppb-addon-articles-layout.layout-geisha .img-wrap a:focus {
  color: #fff;
}
.sppb-addon.sppb-addon-articles-layout.layout-geisha .img-wrap > .audio-icon {
  display: none;
}
.sppb-addon.sppb-addon-articles-layout.layout-geisha .img-wrap .inner-content {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.sppb-addon.sppb-addon-articles-layout.layout-geisha .img-wrap .inner-content .sppb-meta-date {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}
.sppb-addon.sppb-addon-articles-layout.layout-geisha .img-wrap .inner-content .audio-duration {
  font-weight: 600;
}
.sppb-addon.sppb-addon-articles-layout.layout-geisha .img-wrap .inner-content .sppb-meta-category {
  font-size: 110px;
  letter-spacing: -6.5px;
  line-height: 100px;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: -10px;
  margin-top: 20px;
}
.sppb-addon.sppb-addon-articles-layout.layout-geisha .sppb-article-info-wrap {
  width: 70%;
  padding: 50px 50px 50px 10px;
}
.sppb-addon.sppb-addon-articles-layout.layout-geisha .sppb-article-info-wrap .audio-duration, .sppb-addon.sppb-addon-articles-layout.layout-geisha .sppb-article-info-wrap .sppb-meta-category {
  display: none;
}
.sppb-addon.sppb-addon-articles-layout.layout-geisha .sppb-article-info-wrap h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.sppb-addon.sppb-addon-articles-layout.layout-geisha .sppb-article-info-wrap .sppb-article-introtext {
  line-height: 1.8;
}
.sppb-addon.sppb-addon-articles-layout.layout-geisha .sppb-article-info-wrap .sppb-article-info-right-content {
  margin-top: 50px;
}
.sppb-addon.sppb-addon-articles-layout.layout-geisha .sppb-article-info-wrap .sppb-article-info-right-content .sppb-article-meta {
  display: none;
}
.sppb-addon.sppb-addon-articles-layout.layout-geisha .sppb-article-info-wrap .sppb-article-info-right-content .audio-icon {
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  background: #17161a;
  color: #fff;
  border-radius: 50px;
  font-size: 21px;
}
.sppb-addon.sppb-addon-articles-layout.layout-geisha > .sppb-addon-content .sppb-btn {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.sppb-addon.sppb-addon-articles-layout.layout-geisha.scale-layout .sc-player .sc-controls a {
  border-color: #454548;
  color: #17161a;
}
.sppb-addon.sppb-addon-articles-layout.layout-geisha.scale-layout .sc-player .sc-controls a.sc-pause, .sppb-addon.sppb-addon-articles-layout.layout-geisha.scale-layout .sc-player .sc-controls a:hover, .sppb-addon.sppb-addon-articles-layout.layout-geisha.scale-layout .sc-player .sc-controls a:focus {
  background-color: #17161a !important;
  color: #fff !important;
}
.sppb-addon.sppb-addon-articles-layout.layout-geisha.scale-layout .sc-player .sc-time-indicators {
  color: #454548;
  font-weight: 600;
}
.sppb-addon.sppb-addon-articles-layout.layout-geisha.scale-layout .sppb-addon-article.audio-format {
  margin-bottom: 150px;
  height: 500px;
}
.sppb-addon.sppb-addon-articles-layout.layout-geisha.scale-layout .all-items-wrap > .item:nth-child(2n) .sppb-addon-article {
  flex-direction: row-reverse;
  background: linear-gradient(-270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.sppb-addon.sppb-addon-articles-layout.layout-geisha.scale-layout .all-items-wrap > .item:nth-child(2n) .sppb-addon-article .img-wrap {
  margin-right: 0px;
  margin-left: 60px;
}
.sppb-addon.sppb-addon-articles-layout.layout-geisha.scale-layout .all-items-wrap > .item:nth-child(2n) .sppb-addon-article .sppb-article-info-wrap {
  padding: 80px 10px 80px 80px;
}
.sppb-addon.sppb-addon-articles-layout.layout-geisha.scale-layout .sppb-article-info-wrap h3 {
  font-size: 36px;
}
.sppb-addon.sppb-addon-articles-layout.layout-geisha.scale-layout .img-wrap {
  transform: scaleY(1.1);
  padding: 40px;
  margin-right: 60px;
  height: 500px;
  width: 50%;
  background-blend-mode: multiply;
  transition: 0.3s;
}
.sppb-addon.sppb-addon-articles-layout.layout-geisha.scale-layout .img-wrap .inner-content .sppb-meta-category {
  font-size: 140px;
}
.sppb-addon.sppb-addon-articles-layout.layout-geisha.scale-layout .sppb-article-info-wrap {
  padding: 80px 80px 80px 10px;
  width: 50%;
}
.sppb-addon.sppb-addon-articles-layout.layout-geisha.scale-layout:hover .img-wrap {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.full-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sppb-addon-audio-carousel .sc-player.audio-link {
  width: 56px;
  overflow: hidden;
  height: 65px;
}
.sppb-addon-audio-carousel .sppb-addon-content {
  position: relative;
  left: -200px;
  margin-right: -400px;
}
.sppb-addon-audio-carousel .sppb-articles-carousel-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 550px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: none;
  display: flex;
  align-items: flex-end;
  z-index: 10;
  position: relative;
  color: #fff;
  background-blend-mode: multiply;
  transition: 0.3s;
}
.sppb-addon-audio-carousel .sppb-articles-carousel-img:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.sppb-addon-audio-carousel .sppb-articles-carousel-img a {
  color: #fff;
}
.sppb-addon-audio-carousel .sppb-articles-carousel-img a:hover, .sppb-addon-audio-carousel .sppb-articles-carousel-img a:focus {
  color: #fff;
}
.sppb-addon-audio-carousel .sppb-articles-carousel-img:after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, #000 100%);
  mix-blend-mode: normal;
  opacity: 0.9;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  z-index: -1;
}
.sppb-addon-audio-carousel .sppb-articles-carousel-left {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  padding-right: 30px;
  margin-right: 30px;
}
.sppb-addon-audio-carousel .sppb-articles-carousel-left .category-wrap {
  font-weight: 600;
  font-size: 14px;
}
.sppb-addon-audio-carousel .sppb-articles-carousel-left .sppb-articles-carousel-link {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 120px;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
}
.sppb-addon-audio-carousel .sppb-articles-carousel-right .audio-icon {
  width: 56px;
  height: 56px;
  display: inline-block;
  line-height: 56px;
  text-align: center;
  background: #fff;
  color: #000;
  border-radius: 50px;
  margin-top: 20px;
}
.sppb-addon-audio-carousel .sppb-articles-carousel-content {
  background: none;
  padding: 45px;
  margin: 0;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
}
.sppb-addon-audio-carousel .bx-controls {
  top: auto !important;
  bottom: -20px !important;
}
.sppb-addon-audio-carousel .bx-controls .bx-pager.bx-default-pager {
  text-align: center;
  margin-top: 40px;
}
.sppb-addon-audio-carousel .bx-controls .bx-pager.bx-default-pager .bx-pager-item a {
  text-indent: 0px;
  background: transparent;
  color: #6f6f6f;
  display: inline-block;
  font-size: 20px !important;
  font-weight: 500 !important;
  width: 30px;
  height: 30px;
  line-height: 30px !important;
  transition: 0.3s;
}
.sppb-addon-audio-carousel .bx-controls .bx-pager.bx-default-pager .bx-pager-item a.active {
  color: #17161a;
  padding-right: 80px;
  position: relative;
}
.sppb-addon-audio-carousel .bx-controls .bx-pager.bx-default-pager .bx-pager-item a.active:after {
  content: "";
  width: 50px;
  display: block;
  height: 2px;
  background: #17161a;
  position: absolute;
  top: 13px;
  left: 30px;
}
.sppb-addon-audio-carousel .bx-controls .bx-pager.bx-default-pager a {
  height: 5px;
}
.sppb-addon-audio-carousel.layout-classic .bx-pager {
  display: none !important;
}
.sppb-addon-audio-carousel.layout-classic .sppb-articles-carousel-column {
  transition: 0.3s;
}
.sppb-addon-audio-carousel.layout-classic .sppb-articles-carousel-column.active-slide {
  opacity: 0.2;
}
.sppb-addon-audio-carousel.layout-classic .sppb-articles-carousel-content {
  padding: 30px;
}
.sppb-addon-audio-carousel.layout-classic .sppb-articles-carousel-content .sppb-articles-carousel-left {
  border: none;
  padding: 0px;
  margin: 0px;
}
.sppb-addon-audio-carousel.layout-classic .sppb-articles-carousel-content .sppb-articles-carousel-left .category-wrap {
  display: flex;
  flex-direction: column-reverse;
}
.sppb-addon-audio-carousel.layout-classic .sppb-articles-carousel-content .sppb-articles-carousel-left .category-wrap .sppb-articles-carousel-meta-category {
  line-height: 1;
  margin: 0px;
}
.sppb-addon-audio-carousel.layout-classic .sppb-articles-carousel-content .sppb-articles-carousel-left .category-wrap .sppb-articles-carousel-meta-category a {
  font-size: 110px;
  margin-left: -9px;
}
.sppb-addon-audio-carousel.layout-classic .sppb-articles-carousel-content .sppb-articles-carousel-left .sppb-articles-carousel-link {
  display: none;
}
.sppb-addon-audio-carousel.layout-classic .sppb-articles-carousel-content .sppb-articles-carousel-right {
  display: none;
}
.sppb-addon-audio-carousel.layout-classic .sppb-articles-carousel-img {
  height: 300px;
  margin-bottom: 20px;
}
.sppb-addon-audio-carousel.layout-classic .sppb-articles-carousel-title-wrap {
  display: block !important;
}
.sppb-addon-audio-carousel.layout-classic .sppb-articles-carousel-link {
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  height: 50px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  color: #000;
}
.main-menu-bottom ul.menu {
  display: flex;
  flex-direction: column;
  height: 160px;
  flex-wrap: wrap;
}
/** ************************** Start Episode List 01 ************************** **/
.view-category #sp-bottom-top {
  display: none;
}
.view-category .fields-container {
  display: none !important;
}
.view-category #sp-main-body {
  padding-top: 0;
  background-color: #e5e5e5;
  margin-top: -105px;
}
.view-category #sp-main-body .blog {
  padding-top: 195px;
}
.view-category #sp-main-body .blog .articles-leading .article {
  position: relative;
}
.view-category #sp-main-body .blog .articles-leading .article .article-body {
  display: block !important;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, #000 100%);
  border-radius: 0 0 10px 10px;
  opacity: 0.9;
  padding: 45px;
}
.view-category #sp-main-body .blog .articles-leading .article .article-body .article-title-wrap {
  width: inherit;
  border-right: 0;
  margin-right: 0;
  display: flex;
  flex-direction: column-reverse;
}
.view-category #sp-main-body .blog .articles-leading .article .article-body .article-title-wrap .article-header {
  margin-top: 10px;
}
.view-category #sp-main-body .blog .articles-leading .article .article-body .article-title-wrap .article-header h2 {
  width: 90%;
  margin-bottom: 5px;
  font-size: 36px !important;
  line-height: 52px !important;
}
.view-category #sp-main-body .blog .articles-leading .article .article-body .article-title-wrap .article-header h2 a {
  color: #fff;
}
.view-category #sp-main-body .blog .articles-leading .article .article-body .article-title-wrap .article-info, .view-category #sp-main-body .blog .articles-leading .article .article-body .article-title-wrap .article-introtext {
  display: none;
}
.view-category #sp-main-body .blog .articles-leading .article .article-body .article-title-wrap .article-title-wrap {
  display: flex;
  flex-direction: column-reverse;
}
.view-category #sp-main-body .blog .articles-leading .article .article-body .article-title-wrap .fields-container {
  margin-bottom: 0;
  display: flex;
}
.view-category #sp-main-body .blog .articles-leading .article .article-body .article-title-wrap .fields-container .field-entry {
  margin-right: 35px;
  font-weight: bold;
}
.view-category #sp-main-body .blog .articles-leading .article .article-body .article-title-wrap .fields-container .field-entry .field-label {
  display: none;
}
.view-category #sp-main-body .blog .articles-leading .article .article-body .left-side-wrapper .article-info {
  display: none;
}
.view-category #sp-main-body .blog .articles-leading .article .article-body .readmore-wrapper .article-info {
  display: none !important;
  margin-bottom: 15px;
}
.view-category #sp-main-body .blog .articles-leading .article .article-body .readmore-wrapper .article-info span.category-name, .view-category #sp-main-body .blog .articles-leading .article .article-body .readmore-wrapper .article-info span.published {
  display: none;
}
.view-category #sp-main-body .blog .articles-leading .article .article-body .readmore-wrapper .readmore {
  font-size: 58px;
}
.view-category #sp-main-body .blog .articles-leading .article .article-body .readmore-wrapper .readmore a {
  color: #fff;
}
.view-category #sp-main-body .blog .articles-leading .article .article-body .readmore-wrapper .readmore a:hover {
  color: #17161a;
}
.view-category #sp-main-body .blog .articles-leading .article .article-body .readmore-wrapper .readmore span {
  display: none;
}
.view-category #sp-main-body .blog.episode-list-style-01 .articles-leading .article-title-wrap {
  width: auto;
  border: none;
  padding: 0;
  margin: 0;
}
.view-category #sp-main-body .blog.episode-list-style-01 .articles-leading .sc-player.audio-link {
  width: auto !important;
}
.view-category #sp-main-body .blog.episode-list-style-01 .article {
  position: relative;
}
.view-category #sp-main-body .blog.episode-list-style-01 .article .article-intro-image img {
  width: 100%;
  border-radius: 10px;
}
.view-category #sp-main-body .blog.episode-list-style-01 .article .article-body {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, #000 100%);
  border-radius: 0 0 10px 10px;
  opacity: 0.9;
  padding: 45px;
  display: flex;
}
.view-category #sp-main-body .blog.episode-list-style-01 .article .article-body a {
  color: #fff;
}
.view-category #sp-main-body .blog.episode-list-style-01 .article .article-body .article-title-wrap .article-info {
  display: inline-flex;
}
.view-category #sp-main-body .blog.episode-list-style-01 .article .article-body .article-title-wrap .article-info .published, .view-category #sp-main-body .blog.episode-list-style-01 .article .article-body .article-title-wrap .article-info .createdby {
  display: none;
}
.view-category #sp-main-body .blog.episode-list-style-01 .article .article-body .left-side-wrapper .sc-player.audio-link {
  width: 56px;
  overflow: hidden;
  height: 65px;
}
.view-category #sp-main-body .blog.episode-list-style-01 .article .article-body .left-side-wrapper .article-info .category-name, .view-category #sp-main-body .blog.episode-list-style-01 .article .article-body .left-side-wrapper .article-info .published {
  display: none;
}
.view-category #sp-main-body .blog.episode-list-style-01 .article .article-body .article-introtext {
  display: none;
}
.view-category #sp-main-body .blog.episode-list-style-01 .article .article-body .article-title-wrap {
  display: flex;
  flex-direction: column-reverse;
}
.view-category #sp-main-body .blog.episode-list-style-01 .article .article-body .readmore-wrapper .article-info {
  display: block;
  margin-bottom: 15px;
}
.view-category #sp-main-body .blog.episode-list-style-01 .article .article-body .readmore-wrapper .article-info span.category-name, .view-category #sp-main-body .blog.episode-list-style-01 .article .article-body .readmore-wrapper .article-info span.published {
  display: none;
}
.view-category #sp-main-body .blog.episode-list-style-01 .article .article-body .readmore-wrapper .readmore {
  font-size: 58px;
}
.view-category #sp-main-body .blog.episode-list-style-01 .article .article-body .readmore-wrapper .readmore a {
  color: #fff;
}
.view-category #sp-main-body .blog.episode-list-style-01 .article .article-body .readmore-wrapper .readmore a:hover {
  color: #17161a;
}
.view-category #sp-main-body .blog.episode-list-style-01 .article .article-body .readmore-wrapper .readmore span {
  display: none;
}
.view-category #sp-main-body .blog.episode-list-style-01 .article .article-body .article-title-wrap {
  display: flex;
  flex-direction: column-reverse;
  width: 85%;
  border-right: solid 1px rgba(255, 255, 255, 0.4);
  margin-right: 35px;
}
.view-category #sp-main-body .blog.episode-list-style-01 .article .article-body .article-title-wrap .article-header h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: -0.5px;
  margin-bottom: 0;
}
.view-category #sp-main-body .blog.episode-list-style-01 .article .article-body .article-title-wrap .article-header h2 a {
  color: #fff;
}
.view-category #sp-main-body .blog.episode-list-style-01 .article .article-body .article-title-wrap .article-header h2 a:hover {
  color: #fff;
  text-decoration: underline;
}
.view-category #sp-main-body .blog.episode-list-style-01 .article .article-body .article-title-wrap .podcast-article-info .article-info span {
  font-weight: bold;
  font-size: 14px;
  margin-right: 20px;
  letter-spacing: 3.71px;
  text-transform: uppercase;
}
.view-category #sp-main-body .blog.episode-list-style-01 .article .article-body .article-title-wrap .podcast-article-info .article-info span:before {
  display: none;
}
.view-category #sp-main-body .blog.episode-list-style-01 .article .article-body .article-title-wrap .podcast-article-info span.audio-duration {
  font-weight: bold;
  font-size: 14px;
  margin-right: 20px;
  letter-spacing: 3.71px;
  text-transform: uppercase;
}
.view-category #sp-main-body .blog.episode-list-style-01 .article .article-body .article-title-wrap .fields-container {
  display: flex;
}
.view-category #sp-main-body .blog.episode-list-style-01 .article .article-body .left-side-wrapper {
  display: flex;
  flex-direction: column-reverse;
}
.view-category #sp-main-body .blog.episode-list-style-01 .article .article-body .left-side-wrapper .article-info {
  margin-bottom: 0;
}
.view-category #sp-main-body .blog.episode-list-style-02 .articles-leading .article-body {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, #000 100%) !important;
  border-radius: 10px !important;
  opacity: 0.9;
  padding: 45px !important;
  margin: 0 !important;
}
.view-category #sp-main-body .blog.episode-list-style-02 .articles-leading .article-body a {
  color: #fff !important;
}
.view-category #sp-main-body .blog.episode-list-style-02 .articles-leading .article-body .left-side-wrapper .sc-controls a {
  border: solid 1px #fff !important;
}
.view-category #sp-main-body .blog.episode-list-style-02 .articles-leading .article-body .left-side-wrapper .sc-scrubber .sc-time-indicators {
  color: #fff !important;
}
.view-category #sp-main-body .blog.episode-list-style-02 .article {
  display: flex;
}
.view-category #sp-main-body .blog.episode-list-style-02 .article a {
  width: 100%;
}
.view-category #sp-main-body .blog.episode-list-style-02 .article a .article-intro-image {
  position: relative;
}
.view-category #sp-main-body .blog.episode-list-style-02 .article a .article-intro-image img {
  min-width: 530px;
  min-height: 550px;
  border-radius: 10px;
}
.view-category #sp-main-body .blog.episode-list-style-02 .article a .article-intro-image:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(130.41deg, rgba(0, 0, 0, 0.5) 20.83%, rgba(0, 0, 0, 0) 59.69%);
  border-radius: 10px;
}
.view-category #sp-main-body .blog.episode-list-style-02 .article .article-body {
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  margin: 30px 0;
  border-radius: 0 10px 10px 0;
  padding: 75px 95px 75px 55px;
}
.view-category #sp-main-body .blog.episode-list-style-02 .article .article-body .article-title-wrap .article-header h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: -0.5px;
}
.view-category #sp-main-body .blog.episode-list-style-02 .article .article-body .article-title-wrap .article-header h2 a {
  color: #17161a;
}
.view-category #sp-main-body .blog.episode-list-style-02 .article .article-body .article-title-wrap .podcast-article-info {
  position: absolute;
  top: 50px;
  left: 55px;
  color: #fff;
}
.view-category #sp-main-body .blog.episode-list-style-02 .article .article-body .article-title-wrap .podcast-article-info span {
  display: none;
}
.view-category #sp-main-body .blog.episode-list-style-02 .article .article-body .article-title-wrap .podcast-article-info span:before {
  display: none;
}
.view-category #sp-main-body .blog.episode-list-style-02 .article .article-body .article-title-wrap .podcast-article-info span.published {
  display: block;
  font-size: 16px;
  line-height: 36px;
  text-transform: uppercase;
}
.view-category #sp-main-body .blog.episode-list-style-02 .article .article-body .left-side-wrapper .article-info {
  display: none;
}
.view-category #sp-main-body .blog.episode-list-style-02 .article .article-body .left-side-wrapper .sc-controls a {
  color: #000;
  border: solid 1px #000;
}
.view-category #sp-main-body .blog.episode-list-style-02 .article .article-body .left-side-wrapper .sc-scrubber .sc-time-indicators {
  color: #000;
}
.view-category #sp-main-body .blog.episode-list-style-02 .article .article-body .readmore-wrapper {
  margin-top: 60px;
}
.view-category #sp-main-body .blog.episode-list-style-02 .article .article-body .readmore-wrapper .article-info {
  float: right;
}
.view-category #sp-main-body .blog.episode-list-style-02 .article .article-body .readmore-wrapper .article-info span {
  display: none;
}
.view-category #sp-main-body .blog.episode-list-style-02 .article .article-body .readmore-wrapper .article-info span.createdby {
  display: block;
}
.view-category #sp-main-body .blog.episode-list-style-02 .article .article-body .readmore-wrapper .article-info span.createdby a span {
  display: block;
  display: block;
  font-size: 18px;
  line-height: 32px;
  text-align: right;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #454548;
  padding-top: 10px;
}
.view-category #sp-main-body .blog.episode-list-style-02 .article .article-body .readmore-wrapper .article-info span.createdby a:hover {
  color: #17161a;
}
.view-category #sp-main-body .blog.episode-list-style-02 .article .article-body .readmore-wrapper .readmore {
  float: left;
}
.view-category #sp-main-body .blog.episode-list-style-02 .article .article-body .readmore-wrapper .readmore a {
  display: flex;
  align-items: center;
  font-size: 56px;
}
.view-category #sp-main-body .blog.episode-list-style-02 .article .article-body .readmore-wrapper .readmore a span {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.3px;
  color: #17161a;
  padding-left: 20px;
}
.view-category #sp-main-body .blog.episode-list-style-03 .articles-leading .article-body .left-side-wrapper .sc-controls a {
  border: solid 1px #fff !important;
  color: #fff !important;
}
.view-category #sp-main-body .blog.episode-list-style-03 .articles-leading .article-body .left-side-wrapper .sc-scrubber .sc-time-indicators {
  color: #fff !important;
}
.view-category #sp-main-body .blog.episode-list-style-03 .article {
  display: flex;
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 10px;
}
.view-category #sp-main-body .blog.episode-list-style-03 .article a img {
  border-radius: 10px;
  min-width: 340px;
}
.view-category #sp-main-body .blog.episode-list-style-03 .article .article-body {
  padding: 55px 40px;
}
.view-category #sp-main-body .blog.episode-list-style-03 .article .article-body .article-title-wrap {
  display: flex;
  flex-direction: column;
}
.view-category #sp-main-body .blog.episode-list-style-03 .article .article-body .article-title-wrap .article-header {
  order: 1;
}
.view-category #sp-main-body .blog.episode-list-style-03 .article .article-body .article-title-wrap .article-header h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.5px;
  margin-bottom: 15px;
  display: inline-block;
  max-width: 80%;
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.view-category #sp-main-body .blog.episode-list-style-03 .article .article-body .article-title-wrap .podcast-article-info span.audio-duration {
  display: none;
}
.view-category #sp-main-body .blog.episode-list-style-03 .article .article-body .article-title-wrap .article-info span.category-name {
  display: none;
}
.view-category #sp-main-body .blog.episode-list-style-03 .article .article-body .article-title-wrap .article-info span.createdby {
  font-size: 14px;
  letter-spacing: 3.71px;
  text-transform: uppercase;
  color: #17161a;
}
.view-category #sp-main-body .blog.episode-list-style-03 .article .article-body .article-title-wrap .article-info span.createdby span {
  font-weight: 700;
}
.view-category #sp-main-body .blog.episode-list-style-03 .article .article-body .article-title-wrap .article-info span.published {
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.view-category #sp-main-body .blog.episode-list-style-03 .article .article-body .article-title-wrap .article-introtext {
  order: 2;
}
.view-category #sp-main-body .blog.episode-list-style-03 .article .article-body .left-side-wrapper .article-info {
  display: none;
}
.view-category #sp-main-body .blog.episode-list-style-03 .article .article-body .left-side-wrapper .sc-player {
  margin-bottom: 0;
}
.view-category #sp-main-body .blog.episode-list-style-03 .article .article-body .left-side-wrapper .sc-controls a {
  color: #000;
  border: solid 1px #000;
}
.view-category #sp-main-body .blog.episode-list-style-03 .article .article-body .left-side-wrapper .sc-scrubber .sc-time-indicators {
  color: #000;
}
/** ************************** End:: Episode List 01 ************************** **/
.com-content.view-article .fields-container {
  display: none;
}
.com-content.view-article #sp-main-body {
  background-color: #fff;
}
.com-content.view-article #sp-main-body > .container {
  max-width: 100%;
  margin: 0px;
  padding: 0px;
}
.com-content.view-article #sp-position1 {
  display: none;
}
.com-content.view-article .article-details-top-wrapper {
  max-width: 1110px;
  margin-right: auto;
  margin-left: auto;
  padding: 120px 0px 30px 0px;
}
.com-content.view-article .sppb-article-page-wrapper {
  background-color: #f2f5f8;
}
.com-content.view-article .article-details-top-img {
  position: relative;
}
.com-content.view-article .article-details-top-img .article-full-image {
  position: relative;
  margin-bottom: 0px;
}
.com-content.view-article .article-details-top-img .article-full-image:before {
  content: "";
  width: 50%;
  background: linear-gradient(130.41deg, rgba(0, 0, 0, 0.5) 20.83%, rgba(0, 0, 0, 0) 59.69%);
  top: 0px;
  left: 0px;
  bottom: 0px;
  position: absolute;
}
.com-content.view-article .article-details-top-img .article-info {
  margin: 0px;
}
.com-content.view-article .article-details-top-img .article-info span:before {
  display: none;
}
.com-content.view-article .article-details-top-img .article-info a {
  color: #fff;
}
.com-content.view-article .article-details-top-img .article-info .published {
  position: absolute;
  top: 0px;
  font-weight: normal;
  font-size: 16px;
  line-height: 36px;
  text-transform: uppercase;
  top: 25px;
  left: 30px;
  color: #fff;
}
.com-content.view-article .article-details-top-img .article-info .category-name {
  font-weight: bold;
  font-size: 110px;
  line-height: 38px;
  text-align: right;
  letter-spacing: -6.5px;
  position: absolute;
  bottom: 155px;
  left: 20px;
}
.com-content.view-article .article-details-top-img .article-info .createdby {
  font-weight: bold;
  letter-spacing: 3.71px;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  bottom: 230px;
  left: 25px;
}
.com-content.view-article .article-details-top-img .article-info .createdby span {
  font-size: 14px;
  line-height: 36px;
}
.com-content.view-article .article-details-top-img .article-info .hits {
  display: none;
}
.com-content.view-article .article-details-top-right {
  padding-left: 70px;
}
.com-content.view-article .article-details-top-right h1 {
  font-weight: bold;
  font-size: 56px;
  line-height: 70px;
  color: #17161a;
}
.com-content.view-article .article-details-top-right .article-introtext {
  font-weight: normal;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: -0.3px;
  margin-bottom: 30px;
}
.com-content.view-article .article-details-top-right .article-info {
  margin-bottom: 10px;
}
.com-content.view-article .article-details-top-right .article-info .category-name {
  font-size: 16px;
  line-height: 32px;
  text-align: right;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-left: 45px;
}
.com-content.view-article .article-details-top-right .article-info .category-name:before {
  margin: 0px 10px 0px 0px;
}
.com-content.view-article .article-details-top-right .article-info .published, .com-content.view-article .article-details-top-right .article-info .hits {
  display: none;
}
.com-content.view-article .article-details-top-right .article-info .createdby {
  font-weight: bold;
  font-size: 14px;
  line-height: 36px;
  letter-spacing: 3.71px;
  text-transform: uppercase;
  color: #17161a;
}
.com-content.view-article .article-details-top-right .article-details-social-share {
  float: left;
}
.com-content.view-article .article-details-top-right .article-details-social-share .social-share-icon {
  display: flex;
  align-items: center;
}
.com-content.view-article .article-details-top-right .article-details-social-share .social-share-icon span {
  font-size: 16px;
  font-weight: 600;
}
.com-content.view-article .article-details-top-right .article-details-social-share ul li a {
  padding-left: 10px;
}
.com-content.view-article .article-details-top-right .article-details-social-share span {
  margin-right: 10px;
}
.com-content.view-article .sc-player.audio-link {
  background: #17161a;
  border: 1px solid #e6e8e9;
  box-sizing: border-box;
  backdrop-filter: blur(10px);
  border-radius: 6px;
  height: 75px;
  padding: 0px 20px 0px 20px;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  bottom: -33px;
  z-index: 1;
}
.com-content.view-article .related-article-list-container {
  position: relative;
  padding-top: 240px;
  background-color: #f2f5f8;
  margin: 0px;
}
.com-content.view-article .related-article-list-container:before {
  content: url(../images/vector.png);
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
}
.com-content.view-article .related-article-list-container .related-article-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.5px;
  max-width: 1110px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  margin-bottom: 25px;
  border: none;
  color: #17161a;
}
.com-content.view-article .article-list.related-article-list > .row > div {
  flex: 0 0 25%;
  max-width: 25%;
}
.com-content.view-article .article-list.related-article-list .article {
  position: relative;
}
.com-content.view-article .article-list.related-article-list .article-full-image {
  position: relative;
}
.com-content.view-article .article-list.related-article-list .article-full-image img {
  border-radius: 10px;
  width: 100%;
}
.com-content.view-article .article-list.related-article-list .article-full-image:after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, #000 100%);
  mix-blend-mode: normal;
  opacity: 0.9;
  position: absolute;
  width: 100%;
  height: 70%;
  bottom: 0px;
  z-index: 2;
  border-radius: 0px 0px 10px 10px;
}
.com-content.view-article .article-list.related-article-list .article-header {
  position: absolute;
  bottom: 50px;
  left: 40px;
  max-width: 100%;
  z-index: 3;
}
.com-content.view-article .article-list.related-article-list .article-header h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: -0.5px;
}
.com-content.view-article .article-list.related-article-list .article-header h2 a {
  color: #fff;
}
.com-content.view-article .article-list.related-article-list .article-info {
  display: none;
}
.com-content.view-article .article-list.related-article-list .article-info > span + span::before {
  display: none;
}
.com-content.view-article .article-list.related-article-list .article-info .createdby {
  margin-bottom: 10px;
}
.com-content.view-article .article-list.related-article-list .article-info a {
  font-weight: normal;
  font-size: 15px;
  line-height: 23px;
  color: #fff;
}
.com-spauthorarchive.view-authors #sp-main-body {
  background-color: #f2f5f8;
}
.com-spauthorarchive.view-authors #spauthorarchive .spauthorarchive-departments:nth-child(even) .spauthorarchive-department-content {
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.com-spauthorarchive.view-authors #spauthorarchive .spauthorarchive-department-img-wrap {
  position: relative;
}
.com-spauthorarchive.view-authors #spauthorarchive .spauthorarchive-department-img-wrap img {
  border-radius: 10px 10px 0px 0px;
}
.com-spauthorarchive.view-authors #spauthorarchive .spauthorarchive-department-img-wrap:after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 49.48%, #000 91.67%);
  mix-blend-mode: normal;
  opacity: 0.9;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0px;
  left: 0px;
}
.com-spauthorarchive.view-authors #spauthorarchive .spauthorarchive-department-img-wrap:hover + .spauthorarchive-department-content p {
  opacity: 1;
  visibility: visible;
}
.com-spauthorarchive.view-authors #spauthorarchive .spauthorarchive-department-content {
  display: flex;
  flex-direction: column-reverse;
  margin: 0px;
  border-radius: 0px 0px 10px 10px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  top: -6px;
  align-items: flex-start;
  position: relative;
  padding: 35px 30px 30px 40px;
}
.com-spauthorarchive.view-authors #spauthorarchive .spauthorarchive-department-content p:hover ~ p {
  visibility: visible;
  opacity: 1;
}
.com-spauthorarchive.view-authors #spauthorarchive .spauthorarchive-department-content p:last-child {
  position: absolute;
  bottom: 165px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px;
  color: #fff;
  opacity: 0.8;
  margin-right: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 3;
  pointer-events: none;
}
.com-spauthorarchive.view-authors #spauthorarchive .spauthorarchive-author-socials {
  margin: 20px 0px 0px 0px;
}
.com-spauthorarchive.view-authors #spauthorarchive .spauthorarchive-author-socials li:not(:last-child) {
  margin-right: 26px;
}
.com-spauthorarchive.view-authors #spauthorarchive .spauthorarchive-author-socials i {
  font-size: 18px;
  line-height: 21px;
  color: #a2a2a3;
  transition: all 0.3s ease;
}
.com-spauthorarchive.view-authors #spauthorarchive .spauthorarchive-author-socials i:hover {
  color: #17161a;
}
.com-spauthorarchive.view-authors #spauthorarchive .spauthorarchive-department-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: -0.5px;
  margin: 0px;
}
.com-spauthorarchive.view-authors #spauthorarchive .spauthorarchive-department-title a {
  color: #000;
}
.com-spauthorarchive.view-authors #spauthorarchive .spauthorarchive-department-title a:hover {
  text-decoration: underline;
}
.com-spauthorarchive.view-authors #spauthorarchive .spauthorarchive-department-title + p {
  position: absolute;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  color: #fff;
  bottom: 215px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 3;
  display: block;
}
.com-spauthorarchive.view-authors #spauthorarchive .spauthorarchive-department-title + p:hover {
  visibility: visible;
  opacity: 1;
}
.com-spauthorarchive.view-articles #sp-position1 {
  display: none;
}
.com-spauthorarchive.view-articles #sp-bottom-top {
  display: none;
}
.com-spauthorarchive.view-articles #sp-main-body {
  background-image: url(../images/author-page-cirlce.png);
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: contain;
  padding: 100px 0px 0px 0px;
}
.com-spauthorarchive.view-articles #sp-main-body > .container {
  max-width: 100%;
  margin: 0px;
  padding: 0px;
}
.com-spauthorarchive.view-articles .spauthorarchive-author-img-wrap {
  position: relative;
  margin-bottom: 165px;
}
.com-spauthorarchive.view-articles .spauthorarchive-author-img-wrap img {
  border-radius: 5px;
}
.com-spauthorarchive.view-articles .spauthorarchive-author-img-wrap > .spauthorarchive-row {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0px;
}
.com-spauthorarchive.view-articles .spauthorarchive-author-img-wrap .spauthorarchive-col-lg-12 {
  position: absolute;
  left: 0px;
  bottom: -230px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
.com-spauthorarchive.view-articles .spauthorarchive-author-img-wrap .spauthorarchive-col-lg-12 .spauthorarchive-author-title-2 {
  font-weight: 600;
  font-size: 270px;
  line-height: 280px;
  text-transform: uppercase;
  margin: 0px -1000px 0px 0px;
  background: -webkit-linear-gradient(#f2f5f8 100%, #f2f5f8 0%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: -1;
}
.com-spauthorarchive.view-articles .spauthorarchive-view-articles {
  margin-top: 110px;
}
.com-spauthorarchive.view-articles .spauthorarchive-view-articles .author-title-intro {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.3px;
  margin-bottom: 10px;
  display: inline-block;
  margin-top: 60px;
}
.com-spauthorarchive.view-articles .spauthorarchive-view-articles .spauthorarchive-author-title {
  font-weight: bold;
  font-size: 88px;
  line-height: 90px;
  letter-spacing: -1.5px;
  color: #17161a;
  margin-bottom: 20px;
}
.com-spauthorarchive.view-articles .spauthorarchive-view-articles .designation {
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.5px;
}
.com-spauthorarchive.view-articles .spauthorarchive-view-articles .spauthorarchive-author-socials li:not(:last-child) {
  margin-right: 26px;
}
.com-spauthorarchive.view-articles .spauthorarchive-view-articles .spauthorarchive-author-socials i {
  font-size: 18px;
  line-height: 21px;
  color: #a2a2a3;
  transition: all 0.3s ease;
}
.com-spauthorarchive.view-articles .spauthorarchive-view-articles .spauthorarchive-author-socials i:hover {
  color: #17161a;
}
.com-spauthorarchive.view-articles .spauthorarchive-view-articles .spauthorarchive-content {
  background: #f2f5f8;
  padding-bottom: 100px;
}
.com-spauthorarchive.view-articles .spauthorarchive-view-articles .spauthorarchive-content .spauthorarchive-row {
  max-width: 1140px;
  margin: 0 auto;
}
.com-spauthorarchive.view-articles .spauthorarchive-view-articles .spauthorarchive-content .spauthorarchive-col-sm-6 {
  flex: 1 0 100%;
  max-width: 100%;
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 10px;
  padding: 0px;
  margin-bottom: 50px;
}
.com-spauthorarchive.view-articles .spauthorarchive-view-articles .spauthorarchive-content .spauthorarchive-col-sm-6 .spauthorarchive-addon-article {
  margin: 0px;
}
.com-spauthorarchive.view-articles .spauthorarchive-view-articles .spauthorarchive-content .entry-audio.embed-responsive {
  width: 33%;
  float: left;
  margin-right: 50px;
}
.com-spauthorarchive.view-articles .spauthorarchive-view-articles .spauthorarchive-content h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.5px;
  position: relative;
  top: 40px;
}
.com-spauthorarchive.view-articles .spauthorarchive-view-articles .spauthorarchive-content h3 a {
  color: #17161a;
}
.com-spauthorarchive.view-articles .spauthorarchive-view-articles .spauthorarchive-content .spauthorarchive-article-meta {
  margin-top: 50px;
}
.com-spauthorarchive.view-articles .spauthorarchive-view-articles .spauthorarchive-content .spauthorarchive-meta-date {
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  text-align: right;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.com-spauthorarchive.view-articles .spauthorarchive-view-articles .spauthorarchive-content .spauthorarchive-meta-category {
  font-weight: bold;
  font-size: 14px;
  line-height: 36px;
  letter-spacing: 3.71px;
  text-transform: uppercase;
  margin-top: 50px;
}
.com-spauthorarchive.view-articles .spauthorarchive-view-articles .spauthorarchive-content .spauthorarchive-meta-category a {
  color: #17161a;
}
.com-spauthorarchive.view-articles .spauthorarchive-view-articles .spauthorarchive-content .read-more {
  margin-top: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.com-spauthorarchive.view-articles .spauthorarchive-view-articles .spauthorarchive-content .read-more a {
  color: #17161a;
}
.com-spauthorarchive.view-articles .spauthorarchive-view-articles .spauthorarchive-content .read-more a:hover {
  text-decoration: underline;
}
.com-spauthorarchive.view-articles .spauthorarchive-view-articles .spauthorarchive-author-content {
  margin-top: 100px;
  padding: 0px;
}
.com-spauthorarchive.view-articles .spauthorarchive-view-articles .spauthorarchive-author-content .about-author {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.5px;
  color: #17161a;
  margin-bottom: 20px;
  display: inline-block;
}
.com-spauthorarchive.view-articles .spauthorarchive-view-articles .spauthorarchive-author-content p {
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.3px;
}
.com-spauthorarchive.view-articles .spauthorarchive-view-articles .spauthorarchive-author-content .podcast-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.5px;
  color: #17161a;
  margin-top: 70px;
  display: inline-block;
  margin-bottom: 35px;
}
.podcasta-person.sppb-addon-person .sppb-person-image {
  margin-bottom: 0px;
}
.podcasta-person.sppb-addon-person .sppb-person-image img {
  border-radius: 5px;
}
.podcasta-person.sppb-addon-person .sppb-person-information {
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 0px 0px 10px 0px;
  padding: 40px 30px 70px 20px;
  display: block;
}
.podcasta-person.sppb-addon-person .sppb-person-social-icons {
  position: relative;
  bottom: 60px;
  padding-left: 20px;
}
.com-j2store.view-products #sp-main-body {
  background-color: #e6e8e9;
}
.com-j2store.view-products .j2store-products-row .j2store-single-product {
  background-color: #fff;
  padding-bottom: 40px;
  border-radius: 10px;
  margin-bottom: 60px;
}
.com-j2store.view-products .j2store-products-row .j2store-single-product .product-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.3px;
  color: #17161a;
  margin: 30px 30px 20px 30px;
}
.com-j2store.view-products .j2store-products-row .j2store-single-product .product-title:hover {
  text-decoration: underline;
}
.com-j2store.view-products .j2store-products-row .j2store-single-product .j2store-thumbnail-image img {
  border-radius: 10px 10px 0px 0px;
}
.com-j2store.view-products .j2store-products-row .j2store-single-product .product-price-container {
  display: flex;
  align-items: center;
  width: 40%;
  float: left;
  margin-left: 30px;
}
.com-j2store.view-products .j2store-products-row .j2store-single-product .product-price-container .base-price.strike {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #454548;
  margin-right: 15px;
}
.com-j2store.view-products .j2store-products-row .j2store-single-product .product-price-container .sale-price {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.3px;
  font-weight: 500;
  color: #17161a;
}
.com-j2store.view-products .j2store-products-row .j2store-single-product .j2store-add-to-cart {
  text-align: right;
}
.com-j2store.view-products .j2store-products-row .j2store-single-product .j2store-addtocart-form {
  width: 43%;
  display: inline-block;
  margin: 0px 0px 0px 0px;
  text-align: right;
}
.com-j2store.view-products .j2store-products-row .j2store-single-product .j2store-addtocart-form .options {
  display: none;
}
.com-j2store.view-products .j2store-products-row .j2store-single-product .j2store-addtocart-form .product-qty {
  display: none;
}
.com-j2store.view-products .j2store-products-row .j2store-single-product .j2store-addtocart-form .j2store-cart-button {
  font-size: 14px;
  padding: 7px 10px 7px 10px;
  position: relative;
  top: -4px;
  background: #4a4a4c;
  color: #fff;
  border-color: #4a4a4c;
  transition: all 0.4s ease;
}
.com-j2store.view-products .j2store-products-row .j2store-single-product .j2store-addtocart-form .j2store-cart-button:hover {
  background-color: #17161a;
  border-color: #17161a;
}
.com-j2store.view-products #j2store-pagination {
  margin-top: 55px;
}
.com-j2store.view-products .j2store-single-product.detail #j2store-item-main-image-1 {
  border-radius: 10px;
}
.com-j2store.view-products .j2store-single-product.detail .product-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 52px;
  letter-spacing: -0.5px;
  color: #17161a;
  margin: 0px 0px 30px 0px;
}
.com-j2store.view-products .j2store-single-product.detail .price-sku-brand-container {
  border: none;
  padding: 0px;
  margin: 0px 0px 50px 0px;
}
.com-j2store.view-products .j2store-single-product.detail .price-sku-brand-container > div {
  display: flex;
  align-items: center;
  padding: 0px;
}
.com-j2store.view-products .j2store-single-product.detail .price-sku-brand-container .product-sku {
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.3px;
  margin-right: 60px;
  font-weight: 500;
}
.com-j2store.view-products .j2store-single-product.detail .price-sku-brand-container .product-sku .sku {
  font-weight: 600;
}
.com-j2store.view-products .j2store-single-product.detail .price-sku-brand-container .manufacturer-brand {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.3px;
}
.com-j2store.view-products .j2store-single-product.detail .product-details-price-container {
  margin-bottom: 55px;
}
.com-j2store.view-products .j2store-single-product.detail .product-details-price-container .product-price-container {
  display: flex;
  align-items: center;
}
.com-j2store.view-products .j2store-single-product.detail .product-details-price-container .product-price-container .base-price {
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -0.3px;
  font-weight: 500;
  margin-right: 20px;
  color: #a2a2a3;
}
.com-j2store.view-products .j2store-single-product.detail .product-details-price-container .product-price-container .sale-price {
  font-weight: normal;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -0.3px;
  font-weight: 700;
  color: #17161a;
}
.com-j2store.view-products .j2store-single-product.detail .j2store-addtocart-form .option {
  display: flex;
  align-items: center;
}
.com-j2store.view-products .j2store-single-product.detail .j2store-addtocart-form .option > b {
  font-size: 16px;
  line-height: 26px;
  margin-right: 10px;
}
.com-j2store.view-products .j2store-single-product.detail .j2store-addtocart-form .option input {
  -webkit-appearance: none;
}
.com-j2store.view-products .j2store-single-product.detail .j2store-addtocart-form .option input:checked + label {
  background-color: #17161a;
  color: #fff;
  border-color: #17161a;
}
.com-j2store.view-products .j2store-single-product.detail .j2store-addtocart-form .option label {
  transform: translate(0px);
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  text-transform: uppercase;
  width: 56px;
  height: 56px;
  border: 1px solid #a2a2a3;
  border-radius: 100%;
  text-align: center;
  line-height: 56px;
  margin: 0px 5px;
  color: #17161a;
}
.com-j2store.view-products .j2store-single-product.detail .j2store-add-to-cart {
  margin-top: 90px;
  display: block;
}
.com-j2store.view-products .j2store-single-product.detail .j2store-add-to-cart .input-mini {
  border: 2px solid #17161a;
  position: relative;
  width: 100px !important;
  top: 5px;
  padding: 16px 8px 15px 13px !important;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  letter-spacing: -0.3px;
  margin-right: 30px;
}
.com-j2store.view-products .j2store-single-product.detail .additional-image-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.com-j2store.view-products .j2store-single-product.detail .additional-image-list li {
  margin: 0px 10px;
}
.com-j2store.view-products .j2store-single-product.detail .additional-image-list img {
  border-radius: 10px;
}
.com-j2store.view-products .j2store-single-product.detail .product-description {
  margin-top: 150px;
  margin-bottom: 70px;
}
.com-j2store.view-products .j2store-single-product.detail .product-description .row .col-lg-3 {
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.3px;
  color: #17161a;
}
.com-j2store.view-products .j2store-single-product.detail .product-description .row .col-lg-3:before {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #000;
  display: inline-block;
  margin-right: 20px;
  position: relative;
  top: -3px;
}
.com-j2store.view-products .j2store-single-product.detail .product-description .row .col-lg-9 {
  padding: 0px 0px 70px 0px;
  border-bottom: 1px solid #a2a2a3;
}
.com-j2store.view-products .j2store-single-product.detail .product-specs .row .col-lg-3 {
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.3px;
  color: #17161a;
}
.com-j2store.view-products .j2store-single-product.detail .product-specs .row .col-lg-3:before {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #000;
  display: inline-block;
  margin-right: 20px;
  position: relative;
  top: -3px;
}
.com-j2store.view-products .j2store-single-product.detail .product-specs .row .col-lg-9 {
  padding: 0px;
}
.com-j2store.view-products .j2store-single-product.detail .product-specs .table-striped tbody tr:nth-of-type(odd) {
  background-color: transparent;
}
.com-j2store.view-products .j2store-single-product.detail .product-specs .table td {
  font-weight: normal;
  font-size: 15px;
  line-height: 26px;
  color: #454548;
  border: none;
  padding: 0px 0px 65px 0px;
}
.com-j2store.view-products .j2store-single-product.detail .product-specs .table .product-dimensions, .com-j2store.view-products .j2store-single-product.detail .product-specs .table .product-weight {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.5px;
  color: #17161a;
}
.com-j2store.view-products .j2store-single-product.detail .product-upsells-container {
  margin-top: 70px;
}
.com-j2store.view-products .j2store-single-product.detail .product-upsells-container h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: -0.5px;
  color: #17161a;
  margin-bottom: 40px;
}
.com-j2store.view-products .j2store-single-product.detail .product-upsells-container .upsell-product {
  background-color: #fff;
  padding: 0px 0px 40px 0px;
  border-radius: 10px;
  margin: 0px 15px;
  flex: 1 0 30%;
  max-width: 30%;
}
.com-j2store.view-products .j2store-single-product.detail .product-upsells-container .upsell-product-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.3px;
  color: #17161a;
  margin: 30px 30px 20px 30px;
  display: block;
}
.com-j2store.view-products .j2store-single-product.detail .product-upsells-container .upsell-product-title:hover {
  text-decoration: underline;
}
.com-j2store.view-products .j2store-single-product.detail .product-upsells-container .upsell-product-image img {
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}
.com-j2store.view-products .j2store-single-product.detail .product-upsells-container .product-price-container {
  display: flex;
  align-items: center;
  width: 40%;
  float: left;
  margin-left: 30px;
}
.com-j2store.view-products .j2store-single-product.detail .product-upsells-container .product-price-container .base-price.strike {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #454548;
  margin-right: 15px;
}
.com-j2store.view-products .j2store-single-product.detail .product-upsells-container .product-price-container .sale-price {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.3px;
  font-weight: 500;
  color: #17161a;
}
.com-j2store.view-products .j2store-single-product.detail .product-upsells-container .btn.btn-success {
  font-size: 14px;
  padding: 7px 10px 7px 10px;
  position: relative;
  top: -8px;
  background: #4a4a4c;
  color: #fff;
  border-color: #4a4a4c;
  transition: all 0.4s ease;
}
.com-j2store.view-products .j2store-single-product.detail .product-upsells-container .btn.btn-success:hover {
  background-color: #17161a;
  border-color: #17161a;
}
.j2store-cart-table {
  background-color: #fff;
}
.j2store-cart-table .cart-product-unit-price, .j2store-cart-table .cart-product-sku {
  display: none;
}
.j2store-cart-table tr td:nth-child(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  margin-top: 20px;
}
.j2store-cart-table tr .product-qty .input-mini {
  border-bottom: none;
}
.j2store-cart-table tr .product-qty .input-mini:focus {
  border-bottom: 1px solid #17161a;
}
.j2store-cart-table tr .cart-product-name {
  display: inline-block;
  margin-top: 30px;
}
.j2store-cart-table .cart-line-subtotal {
  padding-top: 35px;
}
.j2store-cart-table .j2store-remove {
  padding: 0px;
  color: #2b2930;
  border-color: transparent;
  background-color: transparent;
  margin: 0px;
  color: #2b2930;
}
.com-j2store.view-carts .btn-warning {
  border-radius: 0px;
}
.com-j2store.view-carts .cart-estimator-discount-block {
  margin: 10px 0px 50px 0px;
}
.com-j2store.view-carts .cart-estimator-discount-block .sppb-form-group .sppb-form-control, .com-j2store.view-carts .cart-estimator-discount-block .form-control, .com-j2store.view-carts .cart-estimator-discount-block input[type="text"]:not(.form-control), .com-j2store.view-carts .cart-estimator-discount-block input[type="email"]:not(.form-control), .com-j2store.view-carts .cart-estimator-discount-block input[type="url"]:not(.form-control), .com-j2store.view-carts .cart-estimator-discount-block input[type="date"]:not(.form-control), .com-j2store.view-carts .cart-estimator-discount-block input[type="password"]:not(.form-control), .com-j2store.view-carts .cart-estimator-discount-block input[type="search"]:not(.form-control), .com-j2store.view-carts .cart-estimator-discount-block input[type="tel"]:not(.form-control), .com-j2store.view-carts .cart-estimator-discount-block input[type="number"]:not(.form-control), .com-j2store.view-carts .cart-estimator-discount-block select:not(.form-control) {
  font-size: 15px;
}
.com-j2store.view-carts .cart-estimator-discount-block #j2store-cart-modules label {
  margin-bottom: 50px;
}
#j2store-checkout select {
  background-position: 98% 15px;
}
#j2store-checkout-content label {
  transform: translateY(0px);
}
#j2store-checkout-content h1 {
  margin-bottom: 20px;
  font-size: 30px;
  margin-top: 100px;
}
#j2store-checkout-content h2 {
  font-size: 25px;
  font-weight: 400;
}
.j2store-order.j2store-myprofile {
  margin-top: 100px;
}
.j2store-order.j2store-myprofile .nav.nav-tabs {
  padding-top: 15px;
  padding-bottom: 15px;
}
.j2store-order.j2store-myprofile .nav.nav-tabs > li {
  margin-right: 20px;
}
.j2store .sppb-form-group .sppb-form-control, .j2store .form-control, .j2store input[type="text"]:not(.form-control), .j2store input[type="email"]:not(.form-control), .j2store input[type="url"]:not(.form-control), .j2store input[type="date"]:not(.form-control), .j2store input[type="password"]:not(.form-control), .j2store input[type="search"]:not(.form-control), .j2store input[type="tel"]:not(.form-control), .j2store input[type="number"]:not(.form-control), .j2store select:not(.form-control) {
  font-size: 14px;
}
.alert.alert-notice {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.view-category #sp-main-body .blog.episode-list-style-01 .articles-leading .article .article-body .article-title-wrap {
  width: 100%;
  border-right: 0;
  margin-right: 0;
}
.view-category #sp-main-body .blog.episode-list-style-03 .article > a {
  width: 35%;
}
.view-category #sp-main-body .blog.episode-list-style-03 .article .article-body {
  width: 65%;
  padding: 50px 30px;
}
.view-category #sp-main-body .blog.episode-list-style-03 .article .article-body .article-header h2 a:hover {
  color: #17161a;
}
.view-category #sp-main-body .blog.episode-list-style-03 .articles-leading .article > a {
  width: 100%;
}
.view-category #sp-main-body .blog.episode-list-style-03 .articles-leading .article .article-body {
  width: 100%;
}
.view-category #sp-main-body .blog.episode-list-style-03 .articles-leading .article .article-body h2 a:hover {
  color: #fff;
}
.com-spauthorarchive.view-articles .spauthorarchive-view-articles .spauthorarchive-content .spauthorarchive-col-sm-6 .spauthorarchive-addon-article > a {
  width: 30%;
  float: left;
  margin-right: 50px;
}
.com-media.contentpane {
  padding: 10px !important;
}
.com-media .well {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.com-media .well .row {
  margin: 0;
  padding: 0;
}
.com-media .well .row > div:first-child {
  width: calc(100% - 200px);
}
.com-media .well .row > div:last-child {
  width: 200px;
  float: right;
  text-align: right;
  padding-top: 30px;
}
.com-media .well .row #folderlist {
  display: inline-block;
}
.com-media .well .row #upbutton {
  display: none;
}
.com-media.view-imagesList {
  padding: 0px 0px 10px 0 !important;
}
.com-media.view-imagesList:before {
  content: " ";
  display: table;
}
.com-media.view-imagesList:after {
  display: block;
  clear: both;
  content: "";
}
.com-media.view-imagesList ul.manager {
  list-style: none;
  padding: 0;
  margin: 0;
}
.com-media.view-imagesList ul.manager > li.thumbnail {
  width: 110px;
  float: left;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child {
  height: 60px;
  margin-bottom: 10px;
  text-align: center;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child > span {
  display: inline-block;
  width: 60px;
  height: 40px;
  margin: 0 auto;
  margin-top: 25px;
  position: relative;
  background-color: #92ceff;
  border-radius: 0 5px 5px 5px;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child > span:before {
  content: '';
  width: 50%;
  height: 12px;
  border-radius: 0 20px 0 0;
  background-color: #92ceff;
  position: absolute;
  top: -12px;
  left: 0px;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child img {
  display: inline-block;
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
  z-index: 99;
  display: block;
  float: right;
  position: relative;
  float: left;
  margin-left: 30px;
}
.sp-megamenu-parent > li {
  display: inline-block;
  position: relative;
  padding: 0;
}
.sp-megamenu-parent > li.menu-justify {
  position: static;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  display: inline-block;
  padding: 0 15px;
  line-height: 110px;
  font-size: 14px;
  margin: 0;
  transition: 0.3s;
}
.sp-megamenu-parent > li:after {
  content: "";
  width: 20px;
  height: 2px;
  background: #17161a;
  display: block;
  left: 16px;
  position: relative;
  bottom: 35px;
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
}
.sp-megamenu-parent > li:hover:after {
  visibility: visible;
  opacity: 1;
}
.sp-megamenu-parent > li.active:after {
  visibility: visible;
  opacity: 1;
}
.sp-megamenu-parent > li.active > a {
  font-weight: 500;
}
.sp-megamenu-parent > li .sp-menu-badge {
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  font-size: 10px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  background: #d60000;
  color: #fff;
  border-radius: 3px;
}
.sp-megamenu-parent .sp-module {
  padding: 10px;
}
.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-mega-group > li > a {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  padding: 15px 40px 30px 15px;
  border-radius: 0px 0px 5px 5px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner > .row:not(:first-child) {
  margin-top: 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active:after {
  content: "";
  width: 20px;
  height: 2px;
  display: block;
  background: #17161a;
  margin-left: 10px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  padding: 8px 0;
  cursor: pointer;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a.sp-group-title, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge).sp-group-title {
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown .sp-module {
  padding: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-module .sp-module-title {
  font-size: 14px;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews {
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li:not(:last-child) {
  margin: 0 0 15px;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li a {
  font-size: 14px;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li a span {
  opacity: 0.8;
}
.sp-megamenu-parent .sp-dropdown-mega > .row {
  margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega > .row:first-child {
  margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover > .sp-dropdown {
  display: block;
}
.sp-megamenu-parent.menu-animation-fade .sp-has-child:hover > .sp-dropdown {
  animation: spFadeIn 600ms;
}
.sp-megamenu-parent.menu-animation-fade-up .sp-has-child:hover > .sp-dropdown {
  animation: spFadeInUp 400ms ease-in;
}
.sp-megamenu-parent.menu-animation-fade-down .sp-has-child:hover > .sp-dropdown {
  animation: spFadeInDown 400ms ease-in;
}
.sp-megamenu-parent.menu-animation-zoom .sp-has-child:hover > .sp-dropdown {
  animation: spZoomIn 300ms;
}
.sp-megamenu-parent.menu-animation-rotate .sp-has-child:hover > .sp-dropdown {
  animation: spRotateIn 300ms;
}
.sp-megamenu-parent.menu-animation-pulse .sp-has-child:hover > .sp-dropdown {
  animation: spPulse 300ms;
}
body.ltr .sp-megamenu-parent > li.sp-has-child > a:after, body.ltr .sp-megamenu-parent > li.sp-has-child > span:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  float: right;
  margin-left: 7px;
}
body.ltr .sp-megamenu-parent > li .sp-menu-badge.sp-menu-badge-right {
  margin-left: 5px;
}
body.ltr .sp-megamenu-parent > li .sp-menu-badge.sp-menu-badge-left {
  margin-right: 5px;
}
body.ltr .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  float: right;
  margin-left: 7px;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 45px;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
  left: 0;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: auto;
  right: 0;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 0;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  left: 100%;
}
@media (min-width: 576px) {
  .sp-menu-full.container {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .sp-menu-full.container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .sp-menu-full.container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .sp-menu-full.container {
    width: 1140px;
  }
}
#offcanvas-toggler {
  display: block;
  height: 110px;
  line-height: 110px;
  font-size: 20px;
  transition: 0.3s;
}
#offcanvas-toggler > span:hover {
  color: #fff;
}
.offcanvas-init {
  overflow-x: hidden;
  position: relative;
}
.offcanvas-active .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.offcanvas-overlay {
  background: rgba(0, 0, 0, .5);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.body-wrapper {
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  backface-visibility: hidden;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  z-index: 1;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  background: #333;
  color: #fff;
}
.close-offcanvas:hover {
  background: #666;
  color: #fff;
}
.offcanvas-menu {
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  overflow: inherit;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 10000;
  background: #fff !important;
  padding-top: 50px;
}
.offcanvas-menu .offcanvas-inner {
  padding: 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  padding: 0;
  margin: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 1rem;
  font-weight: bold;
}
.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
  margin-bottom: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: 0;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  display: block;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  display: block;
  font-size: 1rem;
  padding: 0.125rem 0;
  position: relative;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler:after, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler:after {
  content: "\f055";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > a > .menu-toggler:after, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > .menu-separator > .menu-toggler:after {
  content: "\f056";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > .nav-header > .menu-toggler:after {
  content: "\f056";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .nav-header > .menu-toggler {
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .nav-header > .menu-toggler:after {
  content: "\f055";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
  font-size: 0.875rem;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-right {
  float: right;
  margin-left: 20px;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-left {
  float: left;
  margin-right: 20px;
}
body.ltr.offcanvs-position-left .body-wrapper {
  left: 0;
}
body.ltr.offcanvs-position-left .offcanvas-menu {
  left: -300px;
}
body.ltr.offcanvs-position-left.offcanvas-active .offcanvas-menu {
  left: 0;
}
body.ltr.offcanvs-position-left.offcanvas-active .body-wrapper {
  left: 300px;
}
body.ltr.offcanvs-position-right .body-wrapper {
  right: 0;
}
body.ltr.offcanvs-position-right .offcanvas-menu {
  right: -300px;
}
body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu {
  right: 0;
}
body.ltr.offcanvs-position-right.offcanvas-active .body-wrapper {
  right: 300px;
}
body.ltr .close-offcanvas {
  right: 15px;
}
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  right: 0;
}
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .nav-header > .menu-toggler {
  right: 0;
}
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  margin-left: 10px;
}
@keyframes spFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes spFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spFadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spZoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 1;
  }
}
@keyframes spRotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
@keyframes spPulse {
  from {
    opacity: 0;
    transform: scale3d(1, 1, 1);
  }
  50% {
    opacity: 0.5;
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes spSpin {
  to {
    transform: rotate(360deg);
  }
}
/*==========================================================================================*/
@media (max-width: 1450px) {
  html.coming-soon body {
    background-image: none;
  }
  html.coming-soon body:before {
    font-size: 130px;
  }
  #sp-header {
    padding: 0 25px;
  }
  #sp-header .sp-megamenu-parent > li > a, #sp-header .sp-megamenu-parent > li > span, #sp-header .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    font-size: 15px;
  }
  #sp-header .sp-megamenu-parent > li > a, #sp-header .sp-megamenu-parent > li > span {
    padding: 0 10px;
  }
}
/*========================     Below 1200Px      ===========================================*/
@media (max-width: 1199px) {
  .sp-megamenu-parent {
    margin-left: 0;
  }
  #sp-header .sp-megamenu-parent > li > a, #sp-header .sp-megamenu-parent > li > span {
    padding: 0 6px;
    font-size: 13px;
  }
  #sp-menu-right .social-icons {
    font-size: 14px;
  }
  #sp-menu-right .social-icons > li:not(:last-child) {
    margin-right: 10px;
  }
  #sp-menu-right .sp-column > .sp-module.search-box {
    max-width: 120px;
  }
  .sppb-addon.sppb-addon-articles-layout.layout-liberica .sppb-addon-article.audio-format, .sppb-addon.sppb-addon-articles-layout.layout-robusta .sppb-addon-article.audio-format, .sppb-addon.sppb-addon-articles-layout.layout-casipea .sppb-addon-article.audio-format, .sppb-addon.sppb-addon-articles-layout.layout-bourbon .sppb-addon-article.audio-format {
    height: 400px;
    padding: 25px;
    margin-bottom: 30px;
  }
  .sp-megamenu-parent {
    margin-left: 0;
  }
  #sp-header .sp-megamenu-parent > li > a, #sp-header .sp-megamenu-parent > li > span {
    padding: 0 6px;
    font-size: 13px;
  }
  #sp-menu-right .social-icons {
    font-size: 14px;
  }
  #sp-menu-right .social-icons > li:not(:last-child) {
    margin-right: 10px;
  }
  #sp-menu-right .sp-column > .sp-module.search-box {
    max-width: 120px;
  }
  .com-content.view-article .article-details-top-right h1 {
    font-size: 40px;
    line-height: 55px;
  }
  .com-content.view-article .article-list.related-article-list > .row > div {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .com-content.view-article .article-details-top-img .article-info .category-name {
    font-size: 80px;
    line-height: 80px;
    bottom: 30px;
  }
  .com-content.view-article .article-details-top-img .article-info .createdby {
    bottom: 120px;
    font-size: 14px;
  }
  .pager > li.next {
    left: -15%;
  }
  .pager > li.previous {
    left: 15%;
  }
  .view-category #sp-main-body .blog.episode-list-style-02 .article .article-body {
    margin: 0;
  }
}
/*==========================================================================================*/
/*========================     Below 992Px      ===========================================*/
@media (max-width: 991px) {
  body.classic-header #offcanvas-toggler > .fa {
    color: #fff;
  }
  .sppb-addon-audio-carousel .bx-wrapper .bx-controls-direction {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  .sppb-addon-audio-carousel .bx-wrapper .bx-controls-direction a {
    position: relative;
    left: initial;
    margin-top: 0px;
  }
  .sppb-addon-audio-carousel .sppb-addon-content {
    left: 0px;
    margin-right: 0px;
  }
  #sp-menu {
    display: none;
  }
  body .sppb-btn, body .btn {
    padding: 11px 30px 10px 30px;
  }
  body .sppb-btn.sppb-btn-3d, body .btn.sppb-btn-3d {
    padding-top: 11px;
    padding-bottom: 10px;
  }
  body .sppb-btn.sppb-btn-xlg, body .btn.sppb-btn-xlg {
    padding: 11px 40px 10px 40px;
  }
  body .sppb-btn.sppb-btn-lg, body .btn.sppb-btn-lg {
    padding: 11px 40px 10px 40px;
  }
  body .sppb-btn.sppb-btn-sm, body .btn.sppb-btn-sm {
    padding: 10px 20px 10px 20px;
  }
  body .sppb-btn.sppb-btn-xs, body .btn.sppb-btn-xs {
    padding: 7px 15px 7px 15px;
    font-size: 12px;
  }
  #sp-menu {
    display: none;
  }
  body .sppb-btn, body .btn {
    padding: 11px 30px 10px 30px;
  }
  body .sppb-btn.sppb-btn-3d, body .btn.sppb-btn-3d {
    padding-top: 11px;
    padding-bottom: 10px;
  }
  body .sppb-btn.sppb-btn-xlg, body .btn.sppb-btn-xlg {
    padding: 11px 40px 10px 40px;
  }
  body .sppb-btn.sppb-btn-lg, body .btn.sppb-btn-lg {
    padding: 11px 40px 10px 40px;
  }
  body .sppb-btn.sppb-btn-sm, body .btn.sppb-btn-sm {
    padding: 10px 20px 10px 20px;
  }
  body .sppb-btn.sppb-btn-xs, body .btn.sppb-btn-xs {
    padding: 7px 15px 7px 15px;
    font-size: 12px;
  }
  html.coming-soon .coming-soon-title {
    margin-top: 0px;
  }
  html.coming-soon .container > .row.justify-content-center {
    max-width: 100%;
  }
  html.coming-soon .coming-soon-position {
    max-width: 85%;
    float: left;
  }
  .podcasta-client-testimonial.text-style .sppb-nav.sppb-nav-tabs li {
    padding: 30px;
  }
  .podcasta-client-testimonial.text-style .sppb-nav.sppb-nav-tabs li a {
    font-size: 14px;
    line-height: 24px;
  }
  .podcasta-audio-slider .sppb-addon-content.sppb-tab {
    flex-direction: column !important;
  }
  .podcasta-audio-slider > .sppb-addon-title {
    left: 0px;
    float: left;
    top: 0px;
  }
  .podcasta-audio-slider .sppb-nav li a {
    font-size: 12px;
    line-height: 26px;
  }
  .podcasta-audio-slider .sppb-nav li a span {
    font-size: 16px;
    line-height: 24px;
    padding: 5px 0px 0px 0px;
  }
  .podcasta-audio-slider .sppb-nav li.active:before {
    left: -50px;
    bottom: 30px;
  }
  .podcasta-audio-slider .sppb-nav {
    margin: 0px 0px 0px 0px;
    height: 300px;
  }
  .podcasta-audio-slider .sppb-tab-pane {
    width: 500px;
    height: 500px;
  }
  .sppb-addon.sppb-addon-articles-layout.layout-geisha.scale-layout .sppb-article-info-wrap h3 {
    font-size: 25px;
  }
  .sppb-addon.sppb-addon-articles-layout.layout-robusta .intro-items {
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .sppb-addon.sppb-addon-articles-layout.layout-robusta .leading-item .sppb-article-info-wrap .sppb-article-info-left-content {
    padding-right: 15px !important;
    margin-right: 15px !important;
  }
  .podcasta-audio-slider .sppb-nav {
    margin: 0px 0px 0px 0px;
    height: 300px;
  }
  .podcasta-audio-slider .sppb-tab-pane {
    width: 500px;
    height: 500px;
  }
  .com-content.view-article .article-details-top-right {
    padding-left: 20px;
  }
  .com-content.view-article .article-details-top-img {
    left: 20px;
    margin-bottom: 40px;
  }
  .pager {
    margin: 0px;
  }
  .com-j2store.view-products .j2store-single-product.detail .product-title {
    font-size: 30px;
    line-height: 40px;
  }
  .com-j2store.view-products .j2store-single-product.detail .price-sku-brand-container .product-sku {
    font-size: 16px;
    line-height: 26px;
    margin-right: 30px;
  }
  .com-j2store.view-products .j2store-single-product.detail .price-sku-brand-container .manufacturer-brand {
    font-size: 16px;
    line-height: 26px;
  }
  .com-j2store.view-products .j2store-single-product.detail .product-details-price-container .product-price-container .base-price {
    font-size: 20px;
    line-height: 30px;
  }
  .com-j2store.view-products .j2store-single-product.detail .product-details-price-container .product-price-container .sale-price {
    font-size: 20px;
    line-height: 30px;
  }
  .com-j2store.view-products .j2store-single-product.detail .price-sku-brand-container {
    margin: 0px 0px 30px 0px;
  }
  .com-j2store.view-products .j2store-single-product.detail .j2store-addtocart-form .option label {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .com-j2store.view-products .j2store-single-product.detail .j2store-add-to-cart .input-mini {
    width: 80px !important;
    padding: 6px 10px 6px 10px !important;
  }
  .com-j2store.view-products .j2store-single-product.detail .product-details-price-container {
    margin-bottom: 40px;
  }
  .com-j2store.view-products .j2store-single-product.detail .j2store-add-to-cart {
    margin-top: 40px;
  }
  .com-j2store.view-products .j2store-single-product.detail .product-description {
    margin-top: 100px;
    margin-bottom: 50px;
  }
  .com-j2store.view-products .j2store-single-product.detail .product-description .row .col-lg-3 {
    margin-bottom: 30px;
  }
  .com-j2store.view-products .j2store-single-product.detail .product-specs .row .col-lg-3 {
    margin-bottom: 30px;
  }
  .com-j2store.view-products .j2store-single-product.detail .product-specs .table td {
    padding: 0px 0px 40px 0px;
  }
  .com-j2store.view-products .j2store-single-product.detail .product-upsells-container {
    margin-top: 30px;
  }
  .com-j2store.view-products .j2store-single-product.detail .product-upsells-container .upsell-product {
    flex: 1 0 45%;
    max-width: 45%;
  }
  .view-login .login {
    margin-bottom: 25px;
  }
  .view-login .login > .row > div {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .view-registration .registration, .view-profile .registration {
    margin: 0px auto 0px auto;
  }
  .com-j2store.view-products .j2store-products-row > div {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sp-page-title .sp-page-title-sub-heading {
    max-width: 100%;
  }
  .sp-page-title .sp-page-title-heading {
    font-size: 40px;
    line-height: 60px;
  }
  .view-category.episode-list-style-01 #sp-position1 .sppb-col-md-2, .view-category.episode-list-style-02 #sp-position1 .sppb-col-md-2, .view-category.episode-list-style-03 #sp-position1 .sppb-col-md-2 {
    width: 50%;
  }
  .view-category.episode-list-style-01 .article-list .col-md-6, .view-category.episode-list-style-02 .article-list .col-md-6, .view-category.episode-list-style-03 .article-list .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .view-category #sp-main-body {
    margin-top: 0;
  }
  .view-category #sp-main-body .blog {
    padding-top: 95px;
  }
  .view-category #sp-main-body .blog .articles-leading .article .article-body .article-title-wrap .article-header h2 {
    width: 100%;
    font-size: 30px !important;
    line-height: 40px !important;
  }
  .view-category #sp-main-body .blog.episode-list-style-01 .article .article-body .article-title-wrap .article-info {
    margin-bottom: 0;
  }
  .view-category #sp-main-body .blog.episode-list-style-01 .article .article-body .article-title-wrap .article-header h2 {
    font-size: 36px;
  }
  .view-category #sp-main-body .blog.episode-list-style-02 .article {
    display: block;
  }
  .view-category #sp-main-body .blog.episode-list-style-02 .article a .article-intro-image img {
    width: 100%;
  }
  .view-category #sp-main-body .blog.episode-list-style-03 .article {
    display: block;
  }
  .view-category #sp-main-body .blog.episode-list-style-03 .article a img {
    min-width: 100%;
  }
  .view-category #sp-main-body .blog.episode-list-style-03 .article .article-body {
    width: 100%;
  }
  .com-spauthorarchive.view-articles .spauthorarchive-view-articles .spauthorarchive-content .spauthorarchive-row {
    padding: 0px 15px;
  }
}
/*==========================================================================================*/
/*========================     Below 768Px      ===========================================*/
@media (max-width: 767px) {
  body .sppb-btn, body .btn {
    padding: 11px 20px 10px 20px;
  }
  body .sppb-btn.sppb-btn-3d, body .btn.sppb-btn-3d {
    padding-top: 11px;
    padding-bottom: 10px;
  }
  body .sppb-btn.sppb-btn-xlg, body .btn.sppb-btn-xlg {
    padding: 11px 30px 10px 30px;
    font-size: 16px;
  }
  body .sppb-btn.sppb-btn-lg, body .btn.sppb-btn-lg {
    padding: 11px 30px 10px 30px;
  }
  body .sppb-btn.sppb-btn-sm, body .btn.sppb-btn-sm {
    padding: 8px 15px 7px 15px;
  }
  body .sppb-btn.sppb-btn-xs, body .btn.sppb-btn-xs {
    padding: 6px 10px 5px 10px;
    font-size: 12px;
  }
  html.coming-soon body:before {
    font-size: 70px;
    left: 50%;
    transform: translateX(-50%);
  }
  .sppb-addon-optin-forms {
    padding: 0px;
  }
  html.coming-soon .coming-soon-title {
    font-size: 23px;
    line-height: 30px;
  }
  html.coming-soon .coming-soon-content {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  html.coming-soon .coming-soon-position {
    max-width: 100%;
    float: left;
  }
  html.coming-soon .email-wrap .sppb-form-control {
    width: 190px;
  }
  html.coming-soon .sppb-btn.sppb-btn-success {
    padding: 5px 10px;
    font-size: 12px;
    top: 5px;
  }
  .podcasta-client-testimonial.text-style .sppb-nav.sppb-nav-tabs li a .sppb-tab-subtitle {
    font-size: 12px;
    line-height: 20px;
  }
  .podcasta-client-testimonial.text-style .sppb-nav.sppb-nav-tabs li {
    padding: 10px 5px;
  }
  .podcasta-audio-slider .sppb-tab-pane {
    width: 100%;
    height: 100%;
    border: none;
    padding: 0px;
  }
  .podcasta-audio-slider .sppb-nav li.active:before {
    left: -20px;
    bottom: 30px;
    width: 15px;
  }
  .podcasta-audio-slider .sppb-nav {
    margin: 0px 0px 0px 0px;
    height: 300px;
  }
  .com-content.view-article .article-details-top-img .article-info .published {
    font-size: 14px;
    line-height: 30px;
    font-size: 14px;
    line-height: 30px;
  }
  .com-content.view-article .article-details-top-img .article-info .category-name {
    font-size: 60px;
    line-height: 60px;
    bottom: 20px;
  }
  .com-content.view-article .article-details-top-img .article-info .createdby {
    bottom: 80px;
  }
  .com-content.view-article .article-details-top-img .article-info .createdby span {
    font-size: 14px;
  }
  .com-content.view-article .article-details-top-right .article-info .createdby span {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .com-content.view-article .article-details-top-right h1 {
    font-size: 24px;
    line-height: 36px;
  }
  .com-content.view-article .article-details-top-right .article-introtext {
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
  }
  .com-content.view-article .sc-player.audio-link {
    margin: 30px 0px 0px 0px;
  }
  .pager > li span {
    font-size: 16px;
  }
  .pager > li:after {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .com-content.view-article .article-list.related-article-list .article-header {
    bottom: 10px;
    left: 20px;
  }
  .com-content.view-article .article-list.related-article-list .article-header h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .com-content.view-article .article-list.related-article-list .article-info {
    width: 110px;
    bottom: 30px;
  }
  .com-content.view-article .article-details-top-wrapper {
    padding: 80px 0px 0px 0px;
  }
  #sp-main-body {
    padding: 60px 0;
  }
  .com-content.view-article .article-details-top-right .article-info .category-name {
    font-size: 14px;
  }
  .com-content.view-article .related-article-list-container .related-article-title {
    margin-left: 20px;
  }
  .com-content.view-article .related-article-list-container {
    position: relative;
    padding-top: 70px;
  }
  .com-content.view-article .related-article-list-container:before {
    content: url(../images/vector.png);
    position: absolute;
    top: -119px;
  }
  .logo-image {
    max-width: 100px;
  }
  #sp-menu-right .social-icons {
    display: none;
  }
  .sppb-form-group .sppb-form-control, .form-control, input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-control) {
    font-size: 16px;
    line-height: 30px;
    padding: 6px 0px;
  }
  #sp-menu-right .search {
    margin-right: 0px;
    position: relative;
    top: -7px;
  }
  .sppb-addon.sppb-addon-articles-layout.layout-bourbon .sppb-row > div:first-child {
    margin-top: 100px;
  }
  .podcasta-publiation-carousel .sppb-carousel-extended-item img {
    max-width: 50%;
  }
  .podcasta-publiation-carousel .sppb-carousel-extended-heading {
    line-height: 30px !important;
  }
  .podcasta-publiation-carousel .sppb-carousel-extended-item .sppb-carousel-extended-description .btn.btn-link {
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 2.71px;
  }
  .com-j2store.view-products .j2store-single-product.detail .product-title {
    margin-top: 50px;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .com-j2store.view-products .j2store-single-product.detail .additional-image-list {
    padding: 0px;
    justify-content: flex-start;
  }
  .com-j2store.view-products .j2store-single-product.detail .product-details-price-container {
    margin-bottom: 30px;
  }
  .com-j2store.view-products .j2store-single-product.detail .j2store-add-to-cart {
    margin-top: 30px;
  }
  .com-j2store.view-products .j2store-single-product.detail .product-description {
    margin-top: 80px;
    margin-bottom: 30px;
    padding: 0px 15px;
  }
  .com-j2store.view-products .j2store-single-product.detail .product-description .row .col-lg-9 {
    padding: 0px 0px 30px 0px;
    border-bottom: 1px solid #a2a2a3;
  }
  .com-j2store.view-products .j2store-single-product.detail .product-specs {
    padding: 0px 15px;
  }
  .com-j2store.view-products .j2store-single-product.detail .product-specs .table .product-dimensions, .com-j2store.view-products .j2store-single-product.detail .product-specs .table .product-weight {
    font-size: 16px;
    line-height: 24px;
  }
  .com-j2store.view-products .j2store-single-product.detail .product-upsells-container h3 {
    font-size: 24px;
    line-height: 34px;
  }
  .com-j2store.view-products .j2store-single-product.detail .product-upsells-container .upsell-product {
    flex: 1 0 92%;
    max-width: 92%;
    margin-bottom: 30px;
    padding: 0px 0px 30px 0px;
  }
  .com-j2store.view-products .j2store-single-product.detail .product-upsells-container .upsell-product-title {
    margin: 20px 20px 20px 20px;
  }
  .com-j2store.view-products .j2store-single-product.detail .product-upsells-container .product-price-container {
    margin-left: 20px;
    width: 56%;
  }
  .com-j2store.view-products .j2store-products-row .j2store-single-product .product-title {
    margin: 20px 20px 20px 20px;
  }
  .com-j2store.view-products .j2store-products-row .j2store-single-product {
    padding-bottom: 30px;
  }
  .com-j2store.view-products .j2store-products-row .j2store-single-product {
    margin-bottom: 40px;
  }
  .com-j2store.view-products #j2store-pagination {
    margin-top: 20px;
  }
  .view-login form.form-validate {
    margin: 0px 0px;
  }
  .view-login .list-group {
    margin: 0px 0px;
  }
  .view-login #sp-main-body {
    background-image: none;
  }
  .view-registration .registration, .view-profile .registration {
    margin: 100px auto 0px auto;
  }
  .view-registration .registration legend, .view-profile .registration legend {
    font-size: 30px;
    line-height: 40px;
  }
  .view-registration .registration #jform_spacer-lbl, .view-profile .registration #jform_spacer-lbl {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0px;
  }
  .com-j2store.view-products .j2store-products-row > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .com-j2store.view-products .j2store-products-row .j2store-single-product .j2store-thumbnail-image img {
    width: 100%;
  }
  .podcasta-client-testimonial .sppb-nav.sppb-nav-tabs li {
    padding: 30px 0px;
  }
  .podcasta-client-testimonial .sppb-nav.sppb-nav-tabs {
    flex-wrap: wrap;
  }
  .podcasta-client-testimonial .sppb-nav.sppb-nav-tabs li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .podcasta-client-testimonial .sppb-nav.sppb-nav-tabs li a img {
    max-width: 80%;
  }
  .podcasta-client-testimonial .sppb-nav.sppb-nav-tabs li.active:before {
    display: none;
  }
  .sp-page-title .container {
    display: flex;
    flex-wrap: wrap;
  }
  .sp-page-title .sp-page-title-heading {
    font-size: 24px;
    line-height: 34px;
    flex: 1 0 100%;
  }
  .sp-page-title {
    padding: 160px 0px 70px 0px;
  }
  .podcasta-faq .sppb-panel-title span {
    margin-right: 15px;
  }
  .podcasta-faq .sppb-panel-title {
    font-size: 16px;
    line-height: 26px;
  }
  .pager > li.next {
    left: -5%;
  }
  .pager > li.previous {
    left: 5%;
  }
  .com-spauthorarchive.view-articles .spauthorarchive-view-articles .spauthorarchive-content .spauthorarchive-col-sm-6 .spauthorarchive-addon-article > a {
    width: 40%;
    float: left;
    margin-right: 30px;
  }
}
/*==========================================================================================*/
/*========================     Below 575Px      ===========================================*/
@media (max-width: 575px) {
  .com-content.view-article .article-list.related-article-list > .row > div #sp-logo > .sp-column {
    justify-content: space-between;
  }
  #sp-menu-right {
    display: none !important;
  }
  .sppb-addon.sppb-addon-articles-layout.layout-geisha.scale-layout .sppb-addon-article.audio-format {
    flex-direction: column !important;
  }
  .sppb-addon.sppb-addon-articles-layout.layout-geisha.scale-layout .sppb-addon-article.audio-format > .img-wrap {
    width: 100%;
    margin-right: 0px;
  }
  .sppb-addon.sppb-addon-articles-layout.layout-geisha.scale-layout .sppb-addon-article.audio-format > .sppb-article-info-wrap {
    width: 100%;
    margin: 0px;
    padding: 15px;
  }
  .sppb-addon.sppb-addon-articles-layout.layout-geisha.scale-layout .sppb-addon-article.audio-format {
    margin-bottom: 30px;
    height: auto;
  }
  .sppb-addon.sppb-addon-articles-layout.layout-geisha.scale-layout .img-wrap {
    height: 150px;
    transform: scale(1) !important;
    margin: 0 !important;
  }
  .sppb-addon.sppb-addon-articles-layout.layout-geisha.scale-layout .sppb-article-info-wrap h3 {
    font-size: 20px;
  }
  .sppb-addon.sppb-addon-articles-layout.layout-bourbon .sppb-row > div:nth-child(4n), .sppb-addon.sppb-addon-articles-layout.layout-bourbon .sppb-row > div:nth-child(4n+2) {
    margin-top: 0px;
  }
  .sppb-addon.sppb-addon-articles-layout.layout-liberica .sppb-addon-article.audio-format, .sppb-addon.sppb-addon-articles-layout.layout-robusta .sppb-addon-article.audio-format, .sppb-addon.sppb-addon-articles-layout.layout-casipea .sppb-addon-article.audio-format, .sppb-addon.sppb-addon-articles-layout.layout-bourbon .sppb-addon-article.audio-format {
    height: 300px;
    padding: 15px;
    margin-bottom: 15px;
  }
  .sppb-addon.sppb-addon-articles-layout.layout-geisha .img-wrap {
    height: 250px;
    margin-right: 15px;
  }
  .sppb-addon.sppb-addon-articles-layout.layout-geisha .sppb-addon-article.audio-format {
    margin-bottom: 20px;
    height: 250px;
  }
  .sppb-addon.sppb-addon-articles-layout.layout-geisha .sppb-article-info-wrap {
    padding: 10px;
  }
  .sppb-addon.sppb-addon-articles-layout.layout-geisha .sppb-article-info-wrap h3 {
    font-size: 20px;
    margin-bottom: 11px;
  }
  .sppb-addon.sppb-addon-articles-layout.layout-robusta .intro-items .sppb-addon-article.audio-format .sppb-article-info-wrap .sppb-article-info-left-content h3 {
    font-size: 18px;
    height: 45px;
  }
  .com-content.view-article .article-list.related-article-list > .row > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .com-spauthorarchive.view-articles .spauthorarchive-view-articles .spauthorarchive-content .spauthorarchive-col-sm-6 .spauthorarchive-addon-article > a {
    width: 100%;
    margin-right: 0px;
  }
}
/*==========================================================================================*/
/*========================     Below 480Px      ===========================================*/
@media (max-width: 480px) {
  .episode-list-style-01 .article-body .left-side-wrapper, .episode-list-style-02 .article-body .left-side-wrapper {
    display: none;
  }
  .view-category #sp-main-body .blog.episode-list-style-01 .article .article-body {
    padding: 15px;
  }
  .view-category #sp-main-body .blog .articles-leading .article .article-body .article-title-wrap .article-header h2, .view-category #sp-main-body .blog.episode-list-style-01 .article .article-body .article-title-wrap .article-header h2 {
    font-size: 22px !important;
    line-height: 32px !important;
  }
  .view-category #sp-main-body .blog.episode-list-style-01 .article .article-body .article-title-wrap {
    margin-right: 0;
    border-right: 0;
    width: 100%;
  }
  .view-category #sp-main-body .blog.episode-list-style-01 .article .article-body .article-title-wrap .podcast-article-info .article-info span, .view-category #sp-main-body .blog.episode-list-style-01 .article .article-body .article-title-wrap .podcast-article-info span.audio-duration {
    font-size: 10px;
  }
  .view-category #sp-main-body .blog.episode-list-style-02 .article .article-body .article-title-wrap .article-header h2 {
    font-size: 22px;
    line-height: 32px;
  }
  .view-category #sp-main-body .blog.episode-list-style-03 .article .article-body {
    padding: 15px 10px;
  }
  .view-category #sp-main-body .blog.episode-list-style-03 .article .article-body .article-title-wrap .article-header h2 {
    margin-bottom: 0;
  }
  .view-category #sp-main-body .blog.episode-list-style-03 .article .article-body .left-side-wrapper .sc-player {
    margin-bottom: 15px;
    margin-top: 0;
  }
}
