/**
Theme Name: Bodyselfietv
Author: Adil jalal
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bodyselfietv
Template: astra
*/
* ====== CARD ====== */
.class-card{
  display:flex; flex-direction:column; height:100%;
  background:#efefef; border-radius:6px; overflow:hidden;
  box-shadow:0 6px 18px rgba(0,0,0,.08);
  transition: transform .18s ease, box-shadow .18s ease;
  text-decoration:none; color:inherit;
}
.class-card:hover{
  transform: translateY(-3px);
  box-shadow:0 12px 28px rgba(0,0,0,.12);
}

/* Top image (enforce 16:9 like reference) */
.c-img img{
  display:block; width:100%;
  aspect-ratio:16/9;          /* modern browsers */
  object-fit:cover;
}

/* Title bar */
.c-title-bar{
  background:#efefef;
  padding:12px 16px;
  text-align:center;
  border-top:1px solid rgba(0,0,0,.06);
}
.c-title{
  margin:0;
  font-size:13px !important;
  letter-spacing:.7px;
  text-transform:uppercase;
  color:#333;
  font-weight:600;
}

/* Bottom meta bar */
.c-meta{
  margin-top:auto;
  background:#f5f5f5;
  border-top:1px solid #e4e4e4;
  padding:12px 16px;
  display:flex; align-items:center; gap:10px;
}

/* === Clock icon (outer ring = CSS, inner dial/hands = SVG) === */
.c-clock{
  width:28px; height:28px; min-width:28px;
  border:2px solid #1f1f1f;   /* outer ring */
  border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  color:#1f1f1f;               /* drives SVG stroke & center pin color */
  line-height:0;
}
.c-clock svg{ display:block; width:20px; height:20px; }

/* Duration text */
.c-duration{
  margin:0; padding:0;
  font-size:13px; font-weight:500; color:#1f1f1f;
}

/* Small responsiveness nudges */
@media (max-width: 1024px){
  .c-title{ font-size:12px; }
}
@media (max-width: 767px){
  .c-title{ font-size:12px; }
  .c-duration{ font-size:12px; }
}
.responsive-embed iframe{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.responsive-embed .elementor-widget-container{
    padding-top: 56.25%;
    position: relative;
}

.responsive-embed{
    height: 100%;
} 
.headermenu a:hover {
    background-color: #ddd !important;
    color: #000 !important;
}
.headermenu a:active {
    background-color: #ddd !important;
    color: #000 !important;
}
selector .sub-menu {
    min-width: 200px!important;
    padding: 10px 0;
}
a.elementor-sub-item.elementor-item-active {
    background-color: #ddd !important;
}