/*!
Theme Name: VidMov Child
Theme URI: https://vm.beeteam368.net/
Author: BeeTeam368
Author URI: https://themeforest.net/user/beeteam368
Description: Video & Audio Podcast WordPress Theme
Version: 1.7.0
Template:     vidmov
License: Themeforest Licence
License URI: https://themeforest.net/licenses
Text Domain: vidmov-child
Domain Path: /languages
Tested Up To: 6.0.1
Requires PHP: >=7.4
Tags: translation-ready, one-column, two-columns, three-columns, right-sidebar, custom-menu, editor-style, featured-images, theme-options, rtl-language-support
*/

.repeater > h3::before {
	content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.repeater.active > h3::before {
	content: "\2212";
}

.repeater > .form-submit-wrapper.dropzone {
	padding: 10px 15px;
	display: block;
}

.repeater {
	border: 1px solid #dedede;
	padding: 10px 10px 0 10px;
	position: relative;
	margin-bottom: 15px;
}

.repeater > .remove-btn {
	max-height: 20px;
	position: absolute;
	right: -25px;
	top: 14px;
}
/*
.beeteam368-global-popup-content.custom {
	height: 85%;
}*/

#add-post {
	text-align: center;
	border: 1px dotted #1e73be;
	margin-top: 20px;
	transition: border 0.05s ease-in;
	cursor: pointer;
}

#add-post > p{
	margin: 10px;
}

#add-post:hover {
	border-style: solid;
}





@media only screen and (min-width: 1200px) {
.single-vidmov_video #main-content .classic-pos-video-player{
	float: left;
    width: 55%;
}
.single-vidmov_video #main-content article{
		float: left;
    width: 40%;
    margin-left: 30px;
	}
}

.beeteam368-global-popup-content .data-item button.loadmore-btn{
	margin-top: 30px;
}

.beeteam368-global-popup-content .beeteam368-submit-post-add-wrapper .os-content{
	padding:0 30px !important;
}

.download-link-list {
	max-width: 250px;
}

.home .post-featured-image {
	margin-bottom: 0px !important;
}

.btnn-default.btnn-primary.custom {
	width: calc(100% + var(--layout_df-padding) * 2)!important;
	margin-left: calc(var(--layout_df-padding) * -1);
	margin-right: calc(var(--layout_df-padding) * -1);
	margin-bottom: 30px;
}

.home .blog-style-lily .post-featured-image {
    border-radius: 7px 7px 0px 0px;
}

.home .blog-style-lily a.btnn-default.btnn-primary.fw-spc-btn.no-spc-bdr {
    border-radius: 0 0 7px 7px;
}

.download-link-list {
	margin: 15px 0;
}

.single-vidmov_video .beeteam368-icon-item.is-square {
	display:none;
}

.joined-date { 
	display: none !important; 
}

.tox-tinymce-aux {
	z-index: 130000000000 !important;
}

.beeteam368_attachment_upload {
    border: 2px dashed var(--color__hr-background);
    padding: 30px;
    text-align: center;
}

/*START -- Styling related to dropdown menu from main user nav menu*/
.beeteam368-icon-dropdown.beeteam368-icon-dropdown-control > .author-wrapper.flex-row-control.flex-vertical-middle {
	justify-content: space-between;
	margin-bottom: 20px;
}

.beeteam368-icon-dropdown.beeteam368-icon-dropdown-control:has(.author-wrapper.flex-row-control.flex-vertical-middle) > hr {
	display: none;
}
