@charset "UTF-8";
#back-to-top{
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: fixed;
  bottom: 100px;
  left: 40px;
  z-index: 9999;
  cursor: pointer;
  border: 0;
  text-decoration: none;
  opacity: 0;
}
#back-to-top.show {
  opacity: 1;
}
html{	
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}
body{
	margin:0;
	padding:0;
	overflow-x:hidden;
}
.swiper-container{
	margin:0;
	padding:0;
	overflow-x:hidden;
}
/*==========================
General settings
============================*/
* {
margin: 0;
padding: 0; }
body {
  font-family: "Nunito", sans-serif;
  font-weight: 300; }
  html {
  font-family: "Nunito", sans-serif;
}
video {
  max-width: 100%;
  height: auto;
}
audio {
  width: 100%;
}
.color-inherit {
  color: inherit;
}
.color-inherit:hover {
  color: #DC3545;
}
.text-shadow {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.btn.w-200{
	min-width:200px;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.btn_btp_footer {
  min-width: 32px;
}
.swiper-container{
	width:100%;
	overflow:hidden;
}
.widget_content figure{
	margin:0 0 1rem !important;
}
/*==========================
text truncate with lines
============================*/
.block_with_text {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 3rem;
  text-overflow: -o-ellipsis-lastline;
}
/*==========================
text truncate for heading
============================*/
.block_with_heading {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 2.4rem;
  text-overflow: -o-ellipsis-lastline;
}
/*==========================
back to top
============================*/
#back_to_top {
  position: fixed;
  bottom: 60px;
  right: 15px;
  z-index: 9999;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.5s ease;
}
#back_to_top.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
  .w-24 {
    min-width: 24% !important;
  }
  .w-32 {
    min-width: 32% !important;
  }
}
.btn-outline-primary:hover{
  color: #FFF !important;
}
/*==========================
WordPress Settings
============================*/
.alignleft{
  float: left;
}
.alignright{
  float: right;
}
.btp_inner_page > *{
  margin-top: 8px;
  margin-bottom: 8px;
}
.btp_inner_page__content > *{
  margin-top: 8px;
  margin-bottom: 8px;
}
.btp_inner_page__content select{
    padding:10px;
}
.btp_inner_page .btp_inner_page__content > .alignleft{
  margin-right: 16px;
}
.btp_inner_page .btp_inner_page__content > .alignright{
  margin-left: 16px;
}
.btp_inner_page .btp_inner_page > .alignleft{
  margin-right: 16px;
}
.btp_inner_page .btp_inner_page > .alignright{
  margin-left: 16px;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignnone {
  max-width: 100%;
  height: auto;
}
a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a img.alignnone {
  max-width: 100%;
  height: auto;
}
.wp-caption.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.wp-caption.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.wp-caption.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption.alignnone {
  max-width: 100%;
  height: auto;
}
blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.compat-object-fit {
  background-size: cover;
  background-position: center center;
}
.dynamic-height-wrap {
  overflow: hidden;
}
.btn_nav_search {
  color: inherit;
}
.btn_nav_search:hover, .btn_nav_search:focus {
  color: #DC3545;
}
.wp-block-image .aligncenter{
    text-align:center;
}
.aligncenter{
    text-align:center;
}
.wp-block-group.has-background{
    padding: 16px;
}
.wp-block-table table td{
    border: 1px solid;
    padding: 16px;
}
.wp-block-cover:not([class*="background-color"]) .wp-block-cover__inner-container, .wp-block-cover:not([class*="background-color"]) .wp-block-cover-image-text, .wp-block-cover:not([class*="background-color"]) .wp-block-cover-text, .wp-block-cover-image:not([class*="background-color"]) .wp-block-cover__inner-container, .wp-block-cover-image:not([class*="background-color"]) .wp-block-cover-image-text, .wp-block-cover-image:not([class*="background-color"]) .wp-block-cover-text{
  color:#ffffff;
}
/*==========================
Section mobile menu
============================*/
.mobile-mega-menu {
  z-index: 9999;
  max-width: 18.75rem;
  background: #2d3130;
  position: fixed;
  min-height: 100vh !important;
  overflow-y: scroll;
}
.mobile-mega-menu > div {
  display: none;
}
.mobile-mega-menu.open {
  background: #2C3E50;
}
.mobile-mega-menu ul {
  background: transparent;
}
.mobile-mega-menu ul li {
  padding: 0 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mobile-mega-menu ul li a {
  background: transparent;
  padding-top: 0.875rem;
  padding-bottom: 0.6875rem;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.1);
  text-shadow: none;
  color: inherit;
  float: none;
  font-family: inherit;
  font-size: 0.9375rem;
  text-transform: capitalize;
}
.mobile-mega-menu ul li a.back-button {
  background: none;
  text-indent: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 2rem;
  justify-content: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mobile-mega-menu ul li a.back-button span {
  font-size: 16px;
}
.mobile-mega-menu ul li a.back-button i {
  margin-right: 0.625rem;
  color: #e44839;
}
.mobile-mega-menu ul li a.close-button {
  background: none;
  text-indent: 0;
  text-align: right;
  padding-bottom: 17px;
}
.mobile-mega-menu ul li a.next-button {
  background: none;
  padding-bottom: 10px;
}
.mobile-mega-menu ul li a.next-button i {
  padding: 0.25rem 0.8125rem;
  background: #81c61b;
  border-radius: 62.5rem;
}
.mobile-mega-menu ul li ul.is-in-view li:first-child {
  background: rgba(255, 255, 255, 0.1);
}
.mobile-mega-menu ul li ul.is-in-view li:first-child a {
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/*==========================
forms validation
============================*/
.form-group.success .input-group-text {
  border-color: #28a745;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-group.success .input-group-text-icon {
  color: #28a745;
}
.form-control.success {
  border-color: #28a745;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control, .form-control:focus{
  background-color:transparent;
}
.input-group-text{
    color:inherit;
}
.form-group.error .input-group-text {
  border-color: #DC3545;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-group.error .input-group-text-icon {
  color: #DC3545;
}
.form-control.error {
  border-color: #DC3545;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-group.error .custom-control-label {
  color: #DC3545;
}
.form-group.form-group.success .custom-control-label {
  color: #28a745;
}
/*==========================
main slider section
============================*/
.btp_main_slider_slide {
  width: 630px !important;
}
.btp_main_card__desc {
  max-width: 400px;
}
@media all and (min-width: 577px) {
  .btp_main_card__img {
    height: 360px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .elementor-section .btp_main_card__img{
    height: 360px !important;
  }
}
.btp_carousel_btn {
  width: 23px;
  height: 23px;
  padding: 0;
  justify-content: center;
  align-items: center;
}
.carousel__btn_prev .btp_carousel_btn__icon{
  margin-left:-1px;
}
.carousel__btn_next .btp_carousel_btn__icon{
  margin-left:1px;
}
.btp_main_card:after{
  content:'';
  width:100%;
  height:100%;
  background:rgba(0, 0, 0, 0.25);
  position:absolute;
  left:0;
  top:0;
  z-index:1;
}
.btp_main_card__overlay{
  z-index:2;
}
/*==========================
category
============================*/
.btp_cat_slide {
  width: 230px !important;
}
.btp_cat_card {
  min-height:189px;
}
.btp_cat_card__img {
  width: 100%;
  height: 189px;
  object-fit: cover;
}
.btp_cat_card__title {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.75)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
  padding-bottom: 24px;
  padding-top: 40px;
}
/*==========================
betube pro post style
============================*/
.btp_post_slide {
  width: 310px;
}
.elementor-section .btp_post_slide {
  width: 310px !important;
}
.btp_lt_list_post .media img {
  max-width: 35%;
  height: auto;
}
.btp_lt_list_post .media .post-text-truncate {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 4.5rem;
  text-overflow: -o-ellipsis-lastline;
}
.d-grid {
  display: -ms-grid;
  display: grid;  
}
.container-fluid .btp_lt_posts__container{
  grid-gap:15px;
  grid-template-columns: repeat(auto-fill, minmax(305px, 1fr));
}
.container .btp_lt_posts__container{ 
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap:15px;
}
.btp_inner_page_categories{
  grid-template-columns: repeat(auto-fill, minmax(150px, 206px));
  grid-gap:15px;
}
.btp_post_card__top {
  position: relative;
  height: 200px;
}
.btp_post_card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.elementor-section .btp_post_card__img{
  height: 100% !important;
}
.btp_post_card__img_hover {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(29, 29, 29, 0.5);
}
.btp_post_card__img_hover_icon {
  font-size: 24px;
  color: #ffffff;
}
.btp_post_card__title {
  color: inherit;
}
.btp_post_card__title:hover {
  color: #DC3545;
}
.btp_post_card__author {
  color: inherit;
}
.btp_post_card__author:hover {
  color: #ffffff;
}
.btp_post_card:hover .btp_post_card__img_hover {
  visibility: visible;
  opacity: 1;
}
/*==========================
movies
============================*/
.btp_movies__slide {
	width: 231px !important;
}
.btp_movies_card__img {
	width: 100%;
	height: auto;
	max-width:230px;
	max-height:225px;
}
.elementor-section .btp_movies_card__img {
	max-height: 225px !important;
}
.btp_movies_card__title {
	color: inherit;
}
.btp_movies_card__title:hover {
	color: #dc3545;
}
.btp_movies_card__year {
	margin-bottom: 3px;
}
.btp_movies .swiper-slide{
	max-width:230px;
	max-height:225px;
}
/*==========================
blog
============================*/
@media all and (min-width: 1200px) {
  .btp_blog_slide {
    width: 410px !important;
  }
  .btp_blog_card__img {
    height: 250px;
  }
  .blog_single_post_head img {
    height: 450px;
  }
}
.btp_blog_card__img {
  max-height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}
.btp_blog_card__title {
  color: inherit;
}
.btp_blog_card__title:hover {
  color: #DC3545;
}
.btp_blog_card__link {
  color: inherit;
}
.btp_blog_card__link:hover {
  color: #ffffff;
}
.blog_single_post_head img {
  max-width: 100%;
  height: auto;
  display:block;
}
.blog_single_post_head p a {
  color: inherit;
}
.blog_single_post_head p a:hover {
  color: inherit;
}
.blog_post_author_bio .media img {
  max-width: 18%;
}
/*==========================
  widgets
============================*/
.btp_sidebar .widget{
    border-bottom:1px solid #dee2e6;
    padding-bottom:4px;
}
.btp_sidebar .widget.widget_search{
    padding-bottom:24px;
}
.btp_sidebar .widget:last-of-type{
    border-bottom:none !important;
}
.widget {
  margin-bottom: 24px;
}
.widget__title,
.widget .wp-block-search__label{
  text-transform: capitalize;
}
.widget .wp-block-search__label{
	margin-bottom:1rem !important;
}
.widget .wp-block-search__input{
	background:transparent;
	border-radius:0.25rem;
}
.widget .wp-block-search__button{
	padding:5px;
	font-family:inherit;
	border-radius:0.25rem;
}
.widget ul {
  list-style: none;
}
.widget ul li a {
  color: inherit;
  text-decoration: none;
}
.widget select {
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
}
.widget .widget_calendar .calendar_wrap {
  text-align: center;
}
.widget table {
  border-collapse: collapse;
  width: 100%;
}
.widget img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.widget img.rss-widget-icon{
    width:auto !important;
    max-width:auto !important;
}
.widget img.wp-smiley, .widget img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 .07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}
.widget.widget_rss ul li {
  margin-bottom: 16px;
}
.widget .search-form label {
  width: 78%;
}
.widget .search-form input[type="search"] {
  width: 100%;
  border-radius: 4px;
  padding: 6px 12px;
  height: calc(1.5em + .75rem + 2px);
}
.widget .search-form input.search-submit {
  padding: 7px 0;
  border-radius: 4px;
  width: 20%;
  border: none;
}
.widget .tagcloud a {
  color: inherit;
}
.wp-block-tag-cloud a{
	display: inline-block;
	font-size: 13px !important;
	text-transform: capitalize;
	padding: 10px;
	border-radius: 3px;
	margin-bottom: 5px;
	line-height: 13px;
	text-decoration: none;
}
.widget .gallery .gallery-item {
  margin-right: 10px;
  margin-bottom: 10px;
}
.widget .widget_latest_videos__box {
  max-width: 37%;
  margin-right: 12px;
  height: 100px;
}
.widget .widget_latest_videos__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.widget_archive ul ul, .widget_categories ul ul, .widget_meta ul ul, .widget_nav_menu ul ul, .widget_pages ul ul, .widget_recent_comments ul ul, .widget_recent_entries ul ul, .widget_rss ul ul {
  counter-reset: submenu;
}
.widget_archive ul ul > li > a::before, .widget_categories ul ul > li > a::before, .widget_meta ul ul > li > a::before, .widget_nav_menu ul ul > li > a::before, .widget_pages ul ul > li > a::before, .widget_recent_comments ul ul > li > a::before, .widget_recent_entries ul ul > li > a::before, .widget_rss ul ul > li > a::before {
  font-weight: normal;
  content: "– " counters(submenu,"– ",none);
  counter-increment: submenu;
}
.widget_latest_post__title a {
  text-decoration: none;
}
.widget_latest_post__title a:hover {
  color: #DC3545;
}
.widget_latest_post__link {
  color: inherit;
}
.widget_most_view__title_link {
  color: inherit;
}
.widget_most_view__link {
  color: inherit;
}
.card-img-overlay{
    padding:0.25rem;
}
.widget_latest_videos figcaption{
    flex-basis:63%; max-width:63%;
}
/*==========================
navbar
============================*/
.admin-bar .sticky-header, .admin-bar .bm_admin_sidebar{
  top: 32px;
}
nav.bt_mag_dark.sticky{
	position: fixed;
	top: 0;
	width: 100%;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);	
}
@media screen and (max-width: 782px) {
  .admin-bar .sticky-header {
    top: 46px;
  }
}
.navbar .navbar-brand img {
  max-width: 153px;
  height: 28px;
}
.btp_footer_grid{
    grid-template-columns : 1fr 1fr 1fr 1fr;
    grid-gap:30px;
}
/*==========================
footer
============================*/
footer .widget a.tag-cloud-link{
	display: inline-block;
	background: #6c6c6c;
	color: #aaaaaa;
	font-size: 13px !important;
	text-transform: capitalize;
	padding: 10px;
	border-radius: 3px;
	margin-bottom: 5px;
	line-height: 13px;
	text-decoration:none;
}
.mini_footer {
  padding: 12.5px 0;
}

/*==========================
breadcrumb
============================*/
.breadcrumb-link {
  color: inherit;
}
nav.breadcrumb .breadcrumb-item span{
	margin-left:5px;
}
/*==========================
inner page content
============================*/
.btp_inner_page__content::before, .btp_inner_page__content::after {
  content: "";
  clear: both;
  display: table;
}
.btp_inner_page__content img {
  max-width: 100%;
  height: auto;
}
.btp_inner_page__content li > ul, .btp_inner_page__content li > ol {
  padding-left: 2rem;
}
.btp_inner_page__content ul {
  list-style: none;
  padding-left: 2rem;
}
.btp_inner_page__content ul li:not(.blocks-gallery-item):not(.bp-personal-tab):not(.bp-personal-sub-tab):not(.activity-item)::before {
  content: "\f111";
  font-family: 'Font Awesome\ 5 Free';
  margin-right: 10px;
  font-weight: 900;
  font-size: 16px;
}
.btp_inner_page table {
  width: 100%;
  margin-bottom: 1rem;
  color: inherit;
}
.btp_inner_page table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.btp_inner_page table th, .btp_inner_page table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.btp_sticky .btp_inner_page__content{
    padding:1rem;
    background-color:#f8f9fa;
}
.btp_index_sticky{
    background-color:#f8f9fa;
}
.btp_inner_page .card.btp_index_card{
   background-color:inherit;
}
/*==========================
  map
============================*/
#map {
  height: 442px;
  width: 100%;
}
/*==========================
categories
============================*/
.btp_inner_page_categories .btp_cat_card {
  min-width: 24%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}
/*==========================
Comments
============================*/
.bypostauthor {
  display: block;
}
.comments-area > * {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .comments-area > * {   
    margin-bottom: 0;
  }
}
.entry + .comments-area {
  margin-top: calc(3 * 1rem);
}
@media only screen and (min-width: 768px) {
  .comments-area .comments-title-wrap {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
  }
}
.comments-area .comments-title-wrap .comments-title {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .comments-area .comments-title-wrap .comments-title {
  flex: 1 0 calc(3 * (100vw / 12)); }
}
@media only screen and (min-width: 768px) {
  .comments-area .comments-title-wrap .discussion-meta {
    flex: 0 0 calc(2 * (100vw / 12));
    margin-left: 1rem;
  }
}
.comment-content a {
  word-wrap: break-word;
}  
#comment {
  background: transparent;
  border: 1px solid #A9B1B9;
  border-radius: 4px;
  color: inherit;
  width: 100%;
  box-sizing: border-box;
  display: block;
  padding: 1rem;
}  
#respond {
  position: relative;
}
#respond .comment-user-avatar {
  margin: 1rem 0 -1rem;
}
#respond .comment .comment-form {
  padding-left: 0;
}
#respond > small {
  display: block;
  font-size: 22px;
  position: absolute;
  left: calc(1rem + 100%);
  top: calc(-3.5 * 1rem);
  width: calc(100vw / 12);
}
#respond h3.comment-reply-title > small{
    margin-left:10px;
}
#comments > .comments-title:last-child {
  display: none;
}
.comment-body .reply{
  margin-bottom:8px;
}
.comment-body footer.comment-meta span.edit-link{
  margin-left:10px;
}
.comment-form-flex {
  display: flex;
  flex-direction: column;
}
.comment-form-flex .comments-title {
  display: none;
  margin: 0;
  order: 1;
}
.comment-form-flex #respond {
  order: 2;
}
.comment-form-flex #respond + .comments-title {
  display: block;
}
.comment-list {
  list-style: none;
  padding: 0;
}
.comment-list .children {
  margin: 0;
  padding: 0 0 0 1rem;
}
.comment-list > .comment:first-child {
  margin-top: 0;
}
.comment-list .pingback .comment-body,
.comment-list .trackback .comment-body {
  color: inherit;
  font-size: 0.71111em;
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.comment-list .pingback .comment-body a:not(.comment-edit-link),
.comment-list .trackback .comment-body a:not(.comment-edit-link) {
  font-weight: bold;
  font-size: 19.55556px;
  line-height: 1.5;
  padding-right: 0.5rem;
  display: block;
}
.comment-list .pingback .comment-body .comment-edit-link,
.comment-list .trackback .comment-body .comment-edit-link {
  color: #767676;
  font-weight: 500;
}
#respond + .comment-reply {
  display: none;
}
.comment-reply .comment-reply-link {
  display: inline-block;
}
.comment {
  list-style: none;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .comment {
    padding-left: calc(.5 * (1rem + calc(100vw / 12 )));
  }
  .comment.depth-1,
  .comment .children {
    padding-left: 0;
  }
  .comment.depth-1 {
    margin-left: calc(5 * 1rem);
  }
}
.comment .comment-body {
  margin: calc(1.5 * 1rem) 0 0;
  padding:1rem;
  border-radius:0.25rem;
  background:rgba(0,0,0,0.05);
}
.comment .comment-meta {
  position: relative;
}
p.comment-form-comment{
    margin-bottom:1.5rem;
}
.comment .comment-author .avatar {
  float: left;
  margin-right: 1rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .comment .comment-author .avatar {
    float: inherit;
    margin-right: inherit;
    position: absolute;
    top: -1rem;
    right: calc(100% + 3.06rem);
    width:50px;
    height:50px;
  }
}
.comment .comment-author .fn {
  position: relative;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.comment .comment-author .fn a {
  color: inherit;
  font-size:18px;
  border-bottom:1px solid;
}
.comment .comment-author .fn a:hover {
  color: #005177;
}
.comment span.says{
    margin-left:0.63rem;
}
.comment-author.vcard img{
  width:100px;
  height:100px;
}
.comment .comment-author .post-author-badge {
  border-radius: 100%;
  display: block;
  height: 18px;
  position: absolute;
  background: #008fd3;
  right: calc(100% - 2.5rem);
  top: -3px;
  width: 18px;
}
@media only screen and (min-width: 768px) {
  .comment .comment-author .post-author-badge {
    right: calc(100% + 0.75rem);
  }
}
.comment .comment-author .post-author-badge svg {
  width: inherit;
  height: inherit;
  display: block;
  fill: white;
  transform: scale(0.875);
}
.comment .comment-metadata > a,
.comment .comment-metadata .comment-edit-link {
  display: inline;
  font-weight: 500;
  color: inherit;
  vertical-align: baseline;
}
.comment .comment-metadata > a time,
.comment .comment-metadata .comment-edit-link time {
  vertical-align: baseline;
}
.comment .comment-metadata > a:hover,
.comment .comment-metadata .comment-edit-link:hover {
  color: #DC3545;
  text-decoration: none;
}
.comment .comment-metadata > * {
  display: inline-block;
}
.comment .comment-metadata .edit-link-sep {
  color: #767676;
  margin: 0 0.2em;
  vertical-align: baseline;
}
.comment .comment-metadata .edit-link {
  color: #767676;
}
.comment .comment-metadata .edit-link svg {
  transform: scale(0.8);
  vertical-align: baseline;
  margin-right: 0.1em;
}
.comment .comment-metadata .comment-edit-link {
  position: relative;
  padding-left: 1rem;
  margin-left: -1rem;
  z-index: 1;
}
.comment .comment-metadata .comment-edit-link:hover {
  color: #0073aa;
}
.comment .comment-content {
  margin: 8px 0;
}
@media only screen and (min-width: 1168px) {
  .comment .comment-content {
    padding-right: 1rem;
  }
}
.comment .comment-content > *:first-child {
  margin-top: 0;
}
.comment .comment-content > *:last-child {
  margin-bottom: 0;
}
.comment .comment-content blockquote {
  margin-left: 0;
}
.comment .comment-content a {
  text-decoration: underline;
}
.comment .comment-content a:hover {
  text-decoration: none;
}
.comment-reply-link,
  #cancel-comment-reply-link {
  font-weight: 500;
}
.comment-reply-link:hover,
#cancel-comment-reply-link:hover {
  color: #005177;
}
.discussion-avatar-list {
  content: "";
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}
.discussion-avatar-list li {
  position: relative;
  list-style: none;
  margin: 0 -8px 0 0;
  padding: 0;
  float: left;
}
.discussion-avatar-list .comment-user-avatar img {
  height: calc(1.5 * 1rem);
  width: calc(1.5 * 1rem);
}
.discussion-meta .discussion-meta-info {
  margin: 0;
}
.discussion-meta .discussion-meta-info .svg-icon {
  vertical-align: middle;
  fill: currentColor;
  transform: scale(0.6) scaleX(-1) translateY(-0.1em);
  margin-left: -0.25rem;
}
.comment-form .comment-notes,
.comment-form label {
  font-size: 1rem;
  color: inherit;
}
input[type="radio"],
input[type="checkbox"] {
  margin-right: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .comment-form .comment-form-author,
  .comment-form .comment-form-email {
    width: calc(50% - 0.5rem);
    float: left;
  }
}
@media only screen and (min-width: 768px) {
  .comment-form .comment-form-email {
    margin-left: 1rem;
  }
}
.comment-form input[name="author"],
.comment-form input[name="email"],
.comment-form input[name="url"] {
  display: block;
  width: 100%;
  padding: 0 1rem;
  background: transparent;
  border: 1px solid #A9B1B9;
  border-radius: 4px;
  height: 38px;
  color: inherit;
}
.form-submit input[type="submit"] {
  display: block;
  width: 100%;
  font-weight: 400;
  color: #212529;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: all 0.15s ease;
}
.form-submit input[type="submit"]:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
p.form-submit{
    margin-bottom:0 !important;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #DC3545;
}
/*==========================
floating videos
============================*/
@keyframes fade-in-up {
  0% {
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  } 
}
.video-wrap {
  text-align: center;
}
.video-wrap .video-close-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  z-index:1000;
}
.video iframe {
  max-width: 100%;
  max-height: 100%;
}
.video.stuck {
  position: fixed;
  bottom: 20px;
  right: 20px;
  transform: translateY(100%);
  width: 300px;
  height: 170px;
  animation: fade-in-up .5s ease forwards;
  border: none;
  z-index: 9998;
  overflow: hidden;  
}
.video.stuck .mejs-container, .video.stuck .mejs-mediaelement, .video.stuck .wp-video-shortcode video, .video.stuck video.wp-video-shortcode{
  height:230px !important;
}
.video.nostuck {
  position: relative;
}
.btp_sv_post {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.25;
}

.btp_sv_prev {
  left: -8vw;
}
.btp_sv_next {
  right: -8vw;
}
/* =========================
author single post
============================*/
.btp_single_post_author .media img {
  width: 64px;
  height: 64px;
}
.btp_single_post_author .media h6 a:hover {
  color: #DC3545;
}
.btp_single_post_meta_link__btn {
  color: inherit;
}
.btp_single_post_meta_link__btn:hover {
  color: #DC3545;
  text-decoration: none;
}
.btp_single_post_meta_link > span {
  padding: 0.25rem 0.5rem;
}
/*==========================
user followers
============================*/
.btp_user_follow_col {
  min-width: 15%;
  max-width: 125px;
  flex-grow: 1;
  flex-basis: 0;
  margin-right: 10px;
}
.video-plugin-div {
  background: #333333;
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.video-plugin-div .video-plugin-skip-button {
  position: absolute !important;
  right: 15px;
  top: 15px;
  z-index: 6;
}
/*===============================
User Dashboard CSS
=================================*/
h1, h2, h3, h4, h5, h6 {
  font-family: 'Quicksand', sans-serif;
}
:not(.alert) > p{
  color: #7c7c7c;
}
.h-100vh {
  height: 100vh;
}
.font-size-16,
.font-size-16.form-control {
  font-size: 1rem;
}
.bg-bdark {
  background-color: #333333;
}
.nav_border_bottom_dark {
  border-bottom: 1px solid #444444;
}
.color-light {
  color: #cccccc;
}
.p-20 {
  padding: 1.25rem;
}
.px-20 {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
.box-shadow-bottom {
  -webkit-box-shadow: 0 4px 19px -11px rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 19px -11px rgba(0, 0, 0, 0.5);
}
.btn-heart {
  background: #f62d51;
  border-color: #f62d51;
}
.btn-indigo {
  background: #7460ee;
  border-color: #7460ee;
}
.btn-lg-asb {
  min-width: 50px;
  min-height: 50px;
}
.cursor {
  cursor: pointer;
}
.text-ellipses {
  max-width: 95%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.img_messages {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
  object-fit: cover;
}
.img_messages__sm {
  width: 40px;
  height: 40px;
}
.bidder_img {
  width: 50px;
  height: 50px;
}
.qs-font-weight-medium {
  font-weight: 600;
}
.label-sm {
  font-size: 1rem;
}
.dynamic-height-wrap {
  overflow: hidden;
  position: relative;
  -webkit-transition: max-height 0.25s ease-in-out;
  transition: max-height 0.25s ease-in-out;
  width: 100%;
}
.h-200 {
  height: 200px !important;
}
.custom-file-lg {
  height: calc(2.875rem + 2px);
  line-height: 2;
}
.custom-file-label.custom-file-lg:after {
  height: 2.9rem;
  line-height: 2;
}
/*===========================
betube admin sidebar
============================*/
.bm_admin_sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.bm_admin_sidebar_sticky {
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto;
}
.bm_admin_sidebar_logo {
  text-align: center;
  padding: 1.375rem 1.25rem;
}
.bm_admin_sidebar_author {
  padding: 1.25rem;
}
.bm_admin_sidebar_author_img {
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 62.5rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.bm_admin_nav__item:not(:last-of-type) a {
  border-bottom: 1px solid #444444;
}
.bm_admin_nav__link {
  color: #cccccc;
  font-size: 0.8125rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-transform: capitalize;
}
.bm_admin_nav__link:hover {
  background: #444444;
  color: #ffffff;
  text-decoration: none;
}
.bm_admin_nav__link.active {
  background: #444444;
  color: #ffffff;
  text-decoration: none;
}
/*===========================
betube admin main
============================*/
.bm_admin_main {
  background: #fafafa;
  min-height: 100vh;
}
.bm_admin_main_nav {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 30px;
  padding-right: 30px;
}
.bm_admin_main_content h1, .bm_admin_main_content h2, .bm_admin_main_content h3,
.bm_admin_main_content h4, .bm_admin_main_content h5, .bm_admin_main_content h6 {
  color: #484848;
}
.bm_admin_main i[data-toggle="dropdown"] {
  padding: 10px;
}
/*============================
Main Content Widget
============================*/
.bm_admin_main_content_widgets_media.active {
  background: #f0f0f0;
  pointer-events: none;
}
.bm_admin_main_content_widgets_media {
  padding: 5px;
}
.bm_admin_main_content_widgets_media:not(:last-of-type) {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 16px;
}
.bm_admin_main_content_widgets_media:hover {
  background: #f0f0f0;
  text-decoration: none;
}
.bm_admin_main_content_widgets_img {
  max-width: 70px;
  height: 70px;
  -o-object-fit: cover;
  object-fit: cover;
}
.bm_admin_main_content_widgets_box_body {
  max-height: 500px;
}
.bm_admin_main_content_widgets_box_bids {
  min-height: 320px;
  max-height: 320px;
}
.bm_admin_main_content_cya_img {
  max-width: 300px;
  height: 200px;
}
.bm_admin_main_content_cya_body {
  max-width: 475px;
}
/*===========================
responsive menu
============================*/
@media only screen and (min-width: 320px) and (max-width: 1199px) {
  .bm_admin_responsive_sidebar {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    position: absolute;
    max-width: 250px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    height: 100vh;
  }
  .bm_admin_responsive_sidebar.open {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: fixed;
  }
  .bm_admin_main_nav {
    padding-left: 0;
    padding-right: 10px;
  }
}
/*==========================
Post your video
============================*/
.bm_admin_main_content_cya_form .form-control,
.bm_admin_main_content_cya_form .custom-select {
  font-size: 1rem;
  color: #7c7c7c;
}
.bm_admin_main_content_cya_form .bm_cya_form_label {
  color: #484848;
  font-family: 'Quicksand', sans-serif;
}
.bm_admin_main_content_cya_form .custom-control-label {
  color: #7c7c7c;
}
.bm_admin_main_content_cya_form .dropzone {
  min-height: 150px;
  border: 2px dashed #e0e0e0;
}
.bm_admin_main_content_cya_form .dz-max-file-msg {
  display: none;
}
.bm_admin_main_content_cya_form textarea {
  height: 150px;
}
.bm_admin_main_content_cya_form .input-group-text {
  min-width: 53px;
}
.bm_admin_main_content_cya_form .textarea_tab {
  height: 128px !important;
}
.leaflet_geoSearch_results {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #ffffff;
  z-index: 10000;
}
.leaflet_geoSearch_results .address {
  padding: 2px 15px;
  cursor: pointer;
  color: #6c6c6c;
  margin-bottom: 10px;
}
.leaflet_geoSearch_results .address:hover {
  background: #fafafa;
  color: #333333;
}
.bm_packages_table_head th {
  color: #17a2b8;
  background-color: rgba(23, 162, 184, 0.2);
  border-color: rgba(23, 162, 184, 0.1);
}
.table.bm_adv_table td {
  vertical-align: middle;
  min-width: 120px;
}
.table.bm_adv_table td:last-of-type {
  text-align: center;
}
.bm_admin_inbox_list__link.active {
  background: #f0f0f0;
}
.bm_admin_inbox_list__link:hover {
  background: #f0f0f0;
  text-decoration: none;
}
.bm_admin_inbox_list__link_icon, .bm_admin_inbox_list__link_txt {
  color: #484848;
}
.bm_admin_inbox_content_msg {
  padding: 0 8px;
}
.bm_admin_inbox_content_msg.read {
  background: #f0f0f0;
}
.bm_admin_inbox_content_msg:hover {
  background: #f0f0f0;
}
.bm_admin_inbox_content_msg p {
  max-width: 90%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.bm_admin_inbox_content_img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
}
.bm_admin_follow__img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
  object-fit: cover;
}
.bm_lt_bh_del{
  text-align: center;
}
@media only screen and (min-width: 320px) and (max-width: 575.99px) {
  .bm_admin_main_content_cya_img {
    margin-left: auto;
    margin-right: auto !important;
  }
}
/*==========================
Light CSS
============================*/
.btp_mobile_app_btn {
  bottom: 0;
  z-index: 100;
}
.btp_mobile_app_btn .navbar-toggler {
  line-height: 1.3;
}
.btp_mobile_app_btn .navbar-toggler i {
  font-size: inherit;
  line-height: inherit;
}
.btp_mobile_app_btn .navbar-toggler p {
  font-size: 13px;
}
.dropdown-menu .dropdown-toggle {
  position: relative;
}
.dropdown-menu .dropdown-toggle::after {
  display: inline-block;
  margin-left: 1em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropdown-item {
  color: #6C6C6C;
}
.dropdown-divider {
  border-color: #e0e0e0;
}
.page-item.active .page-link{
  pointer-events: none;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
header nav ul li a i, header nav ul li ul a i{
    padding-right:4px;
}
/*==========================
Captions
============================*/
.wp-caption {
  margin-bottom: calc(1.5 * 1rem);
}
/*
@media only screen and (min-width: 768px) {
  .wp-caption.aligncenter {
    position: relative;
    left: calc( calc(8 * (100vw / 12) - 28px) / 2);
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 1168px) {
  .wp-caption.aligncenter {
    left: calc( calc(6 * (100vw / 12) - 28px) / 2);
  }
}*/
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  max-width: 100% !important;
}
.wp-caption-text {
  color: inherit;
  font-size: 0.71111em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
  text-align: center;
}
/*==========================
Galleries
============================*/
.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: calc(1.5 * 1rem);
}
.gallery img {
  max-width: 100%;
  height: auto;
  position: relative;
}
.gallery-caption {
  display: block;
  font-size: 0.71111em;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.gallery-item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: calc((100% - 16px * 1) / 2);
}
.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
  margin-right: 0;
}
.gallery-columns-3 .gallery-item {
  max-width: calc((100% - 16px * 2) / 3);
}
.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
  margin-right: 0;
}
.gallery-columns-4 .gallery-item {
  max-width: calc((100% - 16px * 3) / 4);
}
.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
  margin-right: 0;
}
.gallery-columns-5 .gallery-item {
  max-width: calc((100% - 16px * 4) / 5);
}
.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
  margin-right: 0;
}
.gallery-columns-6 .gallery-item {
  max-width: calc((100% - 16px * 5) / 6);
}
.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
  margin-right: 0;
}
.gallery-columns-7 .gallery-item {
  max-width: calc((100% - 16px * 6) / 7);
}
.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
  margin-right: 0;
}
.gallery-columns-8 .gallery-item {
  max-width: calc((100% - 16px * 7) / 8);
}
.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
  margin-right: 0;
}
.gallery-columns-9 .gallery-item {
  max-width: calc((100% - 16px * 8) / 9);
}
.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
  margin-right: 0;
}
.gallery-item:last-of-type {
  padding-right: 0;
}
.gallery-item > div > a {
  display: block;
  line-height: 0;
  box-shadow: 0 0 0 0 transparent;
}
.gallery-item > div > a:focus {
  box-shadow: 0 0 0 2px #0073aa;
}
.embed-responsive .embed-responsive-item{
  max-width:100%;    
  right:0;  
  margin: 0 auto;    
}
.embed-responsive img.embed-responsive-item{
    width:auto !important;    
}
li > ul, li > ol{
  padding-left: 1rem;
}
.btp_post_nav .nav-links{
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.btp_post_nav .nav-links .meta-nav{
  font-weight: bold;
}
.btp_404_caption{
  position: absolute;
  bottom: 7vw;
  left: 11vw;
  right: auto;
  margin: 0 auto;
}
.pagination{
    justify-content:center;
}
.pagination .nav-links{
  border:1px solid #dee2e6;
  border-radius:4px;
  padding:0.4375rem 0;  
}
.pagination .nav-links .page-numbers{
    border-left: 1px solid #dee2e6;
    padding:0.5rem 1rem;
	text-decoration:none;
}
ul.page-numbers {
    list-style: none;
    display: inline-flex;
    border: 1px solid #e0e0e0;
    padding: 0.5rem 0;
    border-radius: 4px;
}
li > .page-numbers {
    padding: 0.5rem 1rem;
    border-left: 1px solid #e0e0e0;
}
ul.page-numbers li:first-of-type .page-numbers{
    border-left: none !important;
}
/* paidmembership pro */
.pmpro_login_wrap{
  max-width: 50%;
  margin: 0 auto;
}
form.pmpro_form .input:not([type="checkbox"]),
form.pmpro_form textarea, 
form.pmpro_form select, 
#loginform input[type=text], 
#loginform input[type=password]{
  display: block;
  width: 100%;
  max-width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .pmpro_login_wrap #loginform input {
    transition: none;
  }
}
.pmpro_login_wrap #loginform input[type="submit"]{
  display: block;
  width: 100%;
  font-weight: 400;
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.pmpro_login_wrap #loginform input[type="submit"]:hover{
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.pmpro_checkout-fields p img{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.pmpro_content_message{
  margin-bottom: 1rem;
}
.pmpro_btn, .pmpro_btn:link, .pmpro_content_message a, .pmpro_content_message a:link{
  color: #fff;
}
.pmpro_btn:hover, .pmpro_content_message a:hover{
  color: #fff;
}
.btp_img_advertisement img{
    max-width:100%;
    height:auto;
}
.btp_index_cat:not(:last-of-type)::after{
  content:',';
}
.apss-social-share, .mini_footer__btns{
    max-width:100%;
}
.apss-theme-4 .apss-single-icon a{
    min-height:auto;
}
.btp_inner_page .user_profile .media img.img-thumbnail{
  width:200px;
  height:200px;
}
/*Betube Loader*/
#betubeloader-container {
    position: fixed; 
    left: 0; 
    top: 0; 
    z-index: 9999;
    width: 100%; 
    height: 100%; 
    overflow: visible;
    background-color: #fff;     
}
#betubeloader-animation {
    width: 400px;
    height: 200px;
    position: absolute;
    left: 0;
    top: 0;
	bottom:0;
	right:0;
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain;
    margin: auto;
}
#pills-tab a.nav-link{
    color:inherit;
}
#pills-tab a.nav-link.active{
    color:#ffffff;
}
/*==========================
BuddyPress Plugin
============================*/
#buddypress .activity-update-form{
  padding:10px 10px 10px 10px;
}
#buddypress select{
  color:inherit;
}
#buddypress .bp-feedback{
  padding:10px;
}
/*==========================
Classic Style
============================*/
.btp_classic .btp_lt_posts__container {
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    grid-gap: 15px;
}
.btp_classic .btp_lt_posts__container .description {
  display: none;
}
.btp_classic .btp_lt_posts__container.medium {
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
.btp_classic .btp_lt_posts__container.list {
  grid-template-columns: 1fr;
}
.btp_classic .btp_lt_posts__container.list .description {
  display: block;
}
.btp_classic .btp_lt_posts__container.list .btp_post_card {
  display: flex;
  flex-direction: row;
}
.btp_classic .btp_lt_posts__container.list .btp_post_card__top {
  margin-right: 1rem;
  width: 30%;
}
.btp_classic .btp_lt_posts__container.default .btp_post_card__top {
	height:100%;
}
.btp_classic .btp_lt_posts__container.list .btp_post_card__content {
  width: 69%;
}
.btp_classic .btp_post_card__img{
	min-height:130px;
}
/*==========================
Swiper Slider : Classic
============================*/
.bee-slid-bx{
    position: relative;
    overflow: hidden;
}
.bee-slid-bx .item-title {
    padding: 18px 0 10px 0;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.bee-slid-bx .item-title span {
    position: absolute;
    left: 12px;
    bottom: 40px;
    font-size: 13px;
    background: #e96969;
    padding: 0 9px;
    color: #fff;
    font-weight: 600;
}
.bee-slid-bx .item-title h6 {
    color: #fff;
    font-weight: 600;
    padding-left: 12px;
    line-height: 14px;
}
.hover-posts {
    visibility: hidden;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    z-index: 5;
    top: 0;
    text-align: center;
    transform: scale(0);
    transition: 0.4s;
	display: flex;
	align-items: center;
	justify-content: center;    
}
.hover-posts span i {
    color: #fff;
    font-size: 36px;
    display: block;
    margin-bottom: 5px;
}
.bee-slid-bx:hover a.hover-posts {
    visibility: visible;
    transform: scale(1);
}
.bee-slid-bx:hover .item-title {
    transform: translateY(100px);
}
.bee-slid-bx-wraper {
	display: grid;
	grid-template-columns: auto;
	gap: 0;
}
.bee-slid-bx{
    max-height: 400px;
}
.bee-slid-bx-wraper .bee-slid-bx{
    max-width: 337px;
    max-height: 200px;
} 
.bee-slid-bx-wraper .bee-slid-bx img{
    object-fit: cover;
}
.classic__bslider .swiper-slide {
	width: fit-content !important
}
.btp_blog .swiper-slide{
	width:410px !important;
}
/*==========================
Navbar : Classic
============================*/
.dropbtn {
    background-color: transparent;
    font-size: 16px;
    border: none;
  }
  .dropdown-content li,.top-bar-right.search-btn .menu li{
    list-style: none;
  }
  .dropbtn.nav-link{
    cursor: pointer;
  }
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 2;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  .dropdown-content a:hover {background-color: #ddd;}

  .dropdown:hover .dropdown-content {display: block;} 
  #navBar .top-bar .search-btn {
    padding: 17px 0;
    margin-left: 30px;
}.search-btn li.upl-btn a,.dropbtn.nav-link,.navbar-nav.ml-auto .nav-item .nav-link{
    font-size: 13px;
    padding: 13px 14px !important;
}
.search-btn li.upl-btn a {
    border-radius: 3px;
    text-decoration:none;
}
.navbar ul li a {
    font-size: 13px;
    border-bottom: 2px solid transparent;
    text-transform: uppercase;
}
.navbar ul li.search a {   
    color: #6c6c6c;
}
.top-bar-right.search-btn .menu {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	margin: 10px;
}

.search-btn li.search{
    margin-left: 5px;
	display: flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
	border-radius: 3px;
    color: #6c6c6c;
    transition: 0.4;	
	border:none;
}
.search-btn li.search button{
	padding:11px 16px;
	border:none;
}
.search-btn li.search i {
    font-size: 13px;    
}
.search-btn li.search:hover{
	color: #fff;
}
.dropbtn.nav-link.active i{
    color: #e96969;
}
.navbar-nav .nav-link:hover i{
    color: #e96969;
}
.classic_search{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 85%;
	background: #2e2e2e;
	display:none;
	padding:16px;
	z-index:999;
}
.premium-img {
	overflow: hidden;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 300px;
	margin: 0;
}
figure.premium-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
figure.premium-img figcaption {
	font-weight: bold;
	position: absolute;
	z-index: 3;
	bottom: -4px;
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	padding: 20px;
	background: url("../images/gradient.png") repeat-x;
}
figure.premium-img figcaption h5 {
	color: #fff;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom:5px;
}
figure.premium-img figcaption p {
	color: #fff;
	font-size: 13px;
	margin: 0;
	font-weight: 400;
}
.swiper-slide:hover a.hover-posts {
	visibility: visible;
	transform: scale(1);
}
.swiper__classic .swiper-slide:hover figcaption {
	transform: translateY(70px);
}
/*==========================
vertical thumb slider
============================*/
#verticalSlider {
	background: transparent;
	padding: 25px 0;
}
.thumb-slider {
	height: 400px; 
}
.thumb-slider .main-image {
	width: 70%;
	height: 100%;
	float: left;
	overflow: hidden;
}
.thumb-slider .main-image .image {
	position: relative;
	height: 100%;
}
.thumb-slider .main-image .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}
.thumb-slider .main-image .image iframe {
	width: 100% !important;
	height: 400px !important;
	border: 0 !important;
}
.thumb-slider .main-image .image:hover a.hover-posts {
	visibility: visible;
	transform: scale(1);
}
.thumb-slider .thumbs {
	position: relative;
	width: 30%;
	height: 100%;
	float: left;
	overflow-y: hidden;
	overflow-x: hidden;
}
.thumb-slider .thumbs a {
	background: #000;
	color: #fff;
	text-decoration: none;
	opacity: 0.4;
	width: 100%;
	position: absolute;
	z-index: 2;
	left: 0;
	text-align: center; 
}
.thumb-slider .thumbs a i {
	font-weight: bold;
	font-size: 18px;
}
.thumb-slider .thumbs a.up {
	top: 0; 
}
.thumb-slider .thumbs a.down {
	bottom: 0 !important;
}
.thumb-slider .thumbs .thumbnails {
	position: relative;
	width: 100%;
	height: 100%;
	float: left;
	overflow-y: hidden;
	overflow-x: hidden;
}
.thumb-slider .thumbs .thumbnails .ver-thumbnail {
	background: gray;
	width: 100%;
	height: 200px;
	position: relative;
	top: 0;
	cursor: pointer;
}
.thumb-slider .thumbs .thumbnails .ver-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}
.thumbs .thumbnails .ver-thumbnail .item-title {
	padding: 18px 0 10px 0;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.thumbs .thumbnails .ver-thumbnail .item-title h6 {
	color: #fff;
	font-weight: 600;
	padding-left: 12px;
	line-height: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.thumbs .thumbnails .ver-thumbnail .item-title span {
	position: absolute;
	left: 12px;
	bottom: 40px;
	font-size: 13px;
	background: #e96969;
	padding: 0 9px;
	color: #fff;
	font-weight: 600;
}
#verticalSlider-light {
	background: #fff;
	padding: 25px 0;
	border-bottom: 1px solid #ececec;
}
.flowplayer .fp-splash,
.flowplayer .fp-player .fp-splash{
	object-fit:cover !important;
}
/*==========================
Mag Style
============================*/
.topBarBlack{
    background: #303030;
    border-color: #303030;
}
.betube_topbar{
    display: flex;
    align-items: center;
    list-style: none;
    margin-bottom: 0;
}
.betube_topbar li a {
    display: inline-flex;
    padding: 8px;
    color: white;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
	font-size:13px;
}
.betube_topbar li a:hover {
    color: #e96969;
}
.betube_topbar li.current_page_item a {
    color: #e96969;
}
.middle_nav {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.topBarBlack .socialLinks a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid #ececec;
    text-align: center;
    line-height: 30px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    background: #444444;
    border: 1px solid #444;
    color: #fff;
    margin-left: 4px;
    transition: all 0.2s ease-in-out;
}
.topBarBlack .socialLinks a:hover {
    background-color: #e96969;
}
.mag_topbar_btns ul li a {
    display: inline-flex;
    height: 40px;
    align-items: center;
    font-size: 13px;
    background: #f6f6f6;
    border: 1px solid #ececec;
    border-radius: 3px;
    padding-left: 14px;
    padding-right: 14px;
    color: #6c6c6c;
    margin-left: 8px;
}
.bt_mag_dark {
    padding-top: 0;
    padding-bottom: 0;
    background: #444444;
    border-color: #444444;
}
.bt_mag_dark .navbar-nav li {
    margin-right: 12px;
}
.bt_mag_dark .navbar-nav li .nav-link {
    padding: 10px;
    color: white;
    position: relative;
    transition: all 0.2s ease-in;
    font-size: 13px;
}
.bt_mag_dark .navbar-nav li .nav-link:hover {
    background-color: #303030;
    color: white;
}
.bt_mag_dark .navbar-nav li.current-menu-item .nav-link {
    background-color: #303030;
    color: white;
}
.bt_mag_dark .navbar-nav li.current-menu-item .nav-link::after,
.bt_mag_dark .navbar-nav li .nav-link:hover::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #e96969;
    position: absolute;
    bottom: 0;
    left: 0;
    border: none;
    margin-left: 0;
}
.mag_search_btn i {
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: #303030;
    border: 1px solid #303030;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.2s ease;
    border-radius: 4px;
    font-size: 13px;
}
.mag_search_btn i:hover {
    background-color: #e96969;
    border-color: #e96969;
}
.betube_mag__heading_icon {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 50px;
}
.betube_mag__heading_icon i {
    font-size: 24px;
    color: #fff;
	width: inherit;
}
.betube_mag__heading_head {
    margin-left: 10px;
}
.betube_mag__heading_head h3 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 24px;
}
.betube_mag__heading_head p {
    margin: 0;
    font-size: 14px;
}
.mag_header{
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.btp_mag_carousel_btn {
    background: none;
}
.btp_carousel_btn_mag__icon {
    font-size: 24px;
    color: #e0e0e0;
}
.btp_carousel_btn_mag__icon:hover {
    color: #232323;
}
.btp_mag_carousel_btn.carousel__btn_prev{
    position: relative;
    padding-right: 0.5rem;
}
.btp_mag_carousel_btn.carousel__btn_next {
    padding-left: 0.5rem;
}
.btp_mag_carousel_btn.carousel__btn_prev::after{
    content: "";
    position: absolute;
    right: -3px;
    top: -8px;
    width: 1px;
    height: 40px;
    background: #e0e0e0;
}
.betube_mag__item_img {
    height: 220px;
    position: relative;
    margin-bottom: 14px;
}
.betube_mag__item_img img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
	min-height:100px;
}
.betube_mag__item_cat {
    display: inline-block;
    padding: 0 10px;
    position: absolute;
    left: 10px;
    bottom: 15px;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 1.8;
}
.betube_mag__item_icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    position: absolute;
    left: 10px;
    top: 10px;
    transition: all 0.5s ease;
}
.betube_mag__item .hover-posts {
    visibility: hidden;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    z-index: 5;
    top: 0;
    text-align: center;
    transform: scale(0);
}
.betube_mag__carousel {
    border-bottom: 1px solid #e0e0e0;
}

.betube_mag__item_icon i {
    color: #fff;
    font-size: 20px;
}
.betube_mag__item:hover .hover-posts {
    visibility: visible;
    transform: scale(1);
}
.betube_mag__item figcaption h5{
    margin-bottom: 8px;
}
.betube_mag__item figcaption h5 a {
    color: #232323;
    text-decoration: none;
}
.betube_mag__item figcaption p {
    font-size: 11px;
    text-transform: uppercase;
}
.betube_mag__item:hover .betube_mag__item_icon {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}
.mag_featured_post .grid, .mag_tech_post .grid{
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 10px;
    margin-bottom: 30px;
}
.mag_grid figure {
    grid-column: span 6;
}
@media screen and (min-width: 575px) {
	.mag_grid figure:not(:nth-of-type(1)):not(:nth-of-type(2)) {
		grid-column: span 4;
	}
}
.mag_grid figure:not(:nth-of-type(1)):not(:nth-of-type(2)) .description_text {
    display: none;
}
.mag_grid figcaption span.betube_mag__item_cat {
    display: none;
}
.betube_mag__item {
    margin-bottom: 30px;
}
.description_text {
    font-size: 14px !important;
    text-transform: none !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    height: 65px;
}
.grid_border {
    border-bottom: 1px solid #e0e0e0;
}
.mb-30 {
    margin-bottom: 30px;
}
.tech_grid .betube_mag__item:first-of-type {
    grid-column: 1 / 7;
    grid-row: 1 / 6;
}
.tech_grid .betube_mag__item:not(:first-of-type) {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    grid-column-start: 7;
    grid-column-end: -1;
    margin-bottom: 5px !important;
}
.tech_grid figure.betube_mag__item:not(:first-of-type) .betube_mag__item_img {
    width: 100px;
    height: 100px;
    margin-bottom: 0;
    margin-right: 10px;
}
.tech_grid figure.betube_mag__item:not(:first-of-type) figcaption {
    flex-basis: 70%;
}
.tech_grid figure.betube_mag__item:not(:first-of-type) .description_text,
.tech_grid figure.betube_mag__item figcaption .betube_mag__item_cat {
    display: none;
}
.fav_cat_mag:not(:first-of-type) {
    display: flex;
    display: -webkit-flex;
    display: -webkit-box;
    align-items: flex-start;
}
.fav_cat_mag:not(:first-of-type) .betube_mag__item_img {
    height: 100px;
    width: 100px;
    margin-right: 15px;
}
.fav_cat_mag:not(:first-of-type) figcaption {
    width: 70%;
}
.fav_cat_mag:not(:first-of-type) figcaption span.betube_mag__item_cat {
    position: static !important;
    margin-bottom: 10px;
}
.fav_cat_mag:not(:first-of-type) .betube_mag__item_img span.betube_mag__item_cat {
    display: none;
}
.fav_cat_mag:not(:first-of-type) figcaption h5 a {
    font-size: 13px;
    margin-bottom: 10px;
    text-transform: none;
    line-height: 1.5;
}
.fav_cat_mag:not(:first-of-type) figcaption .description_text {
    display: none;
}
.fav_cat_mag:not(:first-of-type) figure.betube_mag__item:nth-of-type(1) figcaption span.betube_mag__item_cat {
    display: none;
}
.recent_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
}
.recent_grid figure:first-of-type {
    grid-column: 1 / span 2;
    grid-row: 1 / 3;
}
.recent_grid figure:not(:first-of-type) .betube_mag__item_img {
    height: auto;
}
.recent_grid figure:not(:first-of-type) figcaption h5 a {
    font-size: 11px;
    line-height: 1.5;
}
.recent_grid figcaption span.betube_mag__item_cat {
    display: none;
}
.more_news .flex-img-more {
    width: 300px;
    margin-right: 1rem;
}
.more_news figcaption {
    width: 60%;
}
.more_news .betube_mag__item_img .betube_mag__item_cat{
    display: none;
}
.more_news figcaption .betube_mag__item_cat {
    display: inline-block;
    position: static;
    margin-bottom: 10px;
}
/*==========================
Magazine Slider/ Slider V5
============================*/
.carouselSlider__magzine .item .inner-item{
    height: 250px;
    position: relative;
}
.carouselSlider__magzine .item .inner-item img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.carouselSlider__magzine .item .inner-item.inner-item-big{
    height: 500px;
}
.carouselSlider__magzine .item .inner-item .item-title{
    background: none;
    padding-bottom: 30px;
    position: absolute;
    bottom: 0;
    width: 100%;
	text-shadow:2px 2px 2px rgba(0, 0, 0, 0.3);
}
.maz__category{
    padding: 0 10px;
    margin-left: 12px;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    display: inline-block;
    margin-bottom: 10px;
}
.carouselSlider__magzine .item .inner-item.inner-item-big .item-title{
	padding-left:15px;
}
.carouselSlider__magzine .item .inner-item .item-title span{
    bottom: auto;
    top: -10px;
    font-weight: normal;
	text-shadow:none !important;
}
.carouselSlider__magzine .item .inner-item .item-title h3{
    padding-left: 12px;
    margin-bottom: 0;
}
.carouselSlider__magzine .item .inner-item .item-title h3 a{
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    line-height: 30px;   
    text-transform: uppercase;
	text-shadow:2px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block; 
	display: -webkit-box;
}
.carouselSlider__magzine .item .inner-item.inner-item-big .item-title h3 a{
    font-size: 36px;
    line-height: 36px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block; 
	display: -webkit-box;
}
.carouselSlider__magzine .item .inner-item .item-title > .author{
    color: #fff;
    font-size: 12px;
    padding-left: 12px;
    position: static;
    background: none;
}
.carouselSlider__magzine .item .inner-item:hover a.hover-posts {
    visibility: hidden;
    transform: scale(0);
}
.carouselSlider__magzine .item .inner-item:hover .item-title {
	transform: translateY(0);
}
.carouselSlider__magzine .mag__slide{
	max-width: 337px;
	max-height: 200px;
}
.carouselSlider__magzine .swiper-slide{
	width:fit-content !important;
}
/*=====Widgets Mag====*/
.mag-media {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: 1em;
    justify-content: center;
}

.mag-media.align-top{
    align-items: flex-start;
}
.mag-media.align-bottom{
    align-items: flex-end;
}
.mag-media.borderBottom{
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.mag-media-figure {
    margin-right: 1em;
}
.mag-media-body {
    flex: 1;
}
.mag-media-body,
.mag-media-body :last-child {
    margin-bottom: 0;
}
.widgetbox_bemag__content.v1 .mag-media figure .btp_mag__item_img img{
	height:100px;
	width:100px;
	object-fit: cover !important;
}
.widgetbox_bemag__content.v1 .mag-media figure .btp_mag__item_img{
    height: 100px;
    position: relative;
    margin-bottom: 14px;
}
.betube_mag__item_list_cat{
	display: inline-block;
	padding: 0 10px;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.betube_mag__item_list_heading a{
	font-size: 14px;
	font-weight: bolder;
	line-height: 18px;
	margin-bottom: 0;
	display: inline-block;
	text-transform: uppercase;
	color:inherit;
}
.betube_mag__item_list_description {
  font-size: 11px;
}
.betube_mag__item_list_description i {
  padding: 0 5px;
}
.widgetbox_bemag__content.v2 .betube_mag__item .btp_mag__item_img{
	height:280px;
}
.widgetbox_bemag__content.v2 .betube_mag__item .btp_mag__item_img img{
	max-height:280px;
	max-width:310px;
	height:100%;
	width:100%;
}
.widgetbox_bemag__content.v2 .betube_mag__item{
	position:relative;
}
.widgetbox_bemag__content.v2 .betube_mag__item figcaption{
	position: absolute;
	bottom: 0;
	padding: 0 10px;
	background: url(../images/gradient.png);
	background-size: auto;
	background-size: cover;
	width: 100%;
}
.widgetbox_bemag__content.v2 .betube_mag__item figcaption h5 a {
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	font-weight: bolder;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 24px;
	display: inline-block;
}
.bt_all_author{
	border-radius: 15px;
}
.bt_all_author img.img-fluid{
	max-width: 150px;
	max-height:150px;
	border-radius: 10px;
}
.bt_all_author .bt_fg_bg{
	background-color: #efefef;
}
.bt_all_author form{
	display:inline;
}
/*=========*/
/*Shorts Slider */
/*=========*/
.btp_shorts_sec  .mejs-mediaelement {
    height: 100% !important;
    overflow: hidden;
}

.btp_shorts_sec .btp_movies__slide .embed-responsive.bt_shorts .wp-video-shortcode-wrapper.meplayer {
    height: 100%;
}
.btp_shorts_sec  div#mep_0 {
    height: 100% !important;
}
.btp_shorts_sec .mejs-mediaelement video {
    height: 100% !important;
}
.btp_shorts_sec .mejs-container.wp-video-shortcode.mejs-video {
    height: 75vh  !important;  
}
.btp_shorts_sec .mejs-controls {
    width: 100% !important;
}
.bt_shorts .mejs-controls{
    width: 100% !important;
}
.btp_shorts_sec .bt_shorts{
    min-height: 75vh;   
    scroll-snap-align: start;
    pointer-events: none;
}
.btp_shorts_sec .bt_shorts video{
    min-height: 75vh;
    min-width: 20vw; 
    background:#474747;
}
.btp_shorts_sec .bt_shorts iframe{
    pointer-events: auto;
}
.btp_shorts_sec .bt_shorts_overlay{
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    opacity: 0.8; 
}
.btp_shorts_sec .bt_shorts_overlay h6 {
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
}
.btp_shorts_sec .bt_shorts_overlay small {
    color: #ffffff;
}
.btp_shorts_archive .card iframe{
	max-width:100%;
	min-height:500px;
}