/*
 Theme Name:   Betube Child
 Theme URI:    http://themeforest.net/item/
 Description:  betube Child Theme
 Author:       JoinWebs
 Author URI:   http://themeforest.net/user/joinwebs
 Template:     betube
 Version:      1.0
 License:      Commercial
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, left-sidebar, right-sidebar,fluid-layout,fixed-layout,responsive-layout, custom-menu, full-width-template, rtl-language-support, theme-options, translation-ready
 Text Domain:  betubepro-child-theme
*/
/* write custom css */

.contain-to-grid .top-bar{
	max-width:1200px !important;
}

a:not(.btn),
body footer.btp_footer .widget ul li a,
body footer.btp_footer .widget ul li a:hover {
  color: #ff00ff;
}

/* Homepage Shorts */
.btp_movies__slide .card img {
    object-fit: cover;
    aspect-ratio: 9 / 16;
    width: 100%;
    height: 100%;
}

/**
 * Betube Front-end editing tweaks
 */
#editor-columns {
  display: flex;
  flex-direction: row;
  gap: 1em;
  width: 100%;
}
#editor-columns #editor-fields {
  flex: 1;
  min-height: 200px;
}

#editor-columns .freedomplayer {
  flex: 1;
  height: 100%;
}

.dropzone .dz-preview .dz-image img {
  object-fit: cover;
}