/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
main#content .page-header{
	display:none;
}
body.page-template-default main#content{
	margin-top:40px;
}
a{
	color:#333333;
}
:is(.btn,.button,button,[type="submit"],[type="button"]){
	    outline: none;
    border: 0px solid transparent;
}
[type=button]:focus, [type=submit]:focus, button:focus {
    outline: none;
}
label {
    display: block;
    margin-bottom: 5px;
 }
.tpr-video-category .row .inner-video-list{
		margin-bottom: 30px;
	}
	.tpr-video-category .subcategory-container{
		 margin-bottom: 15px;
	}
	.tpr-video-category .no-video-found{
		font-size: 16px;
	}
	.tpr-video-category h3.video-title{
		font-size: 24px;
		margin-bottom: 15px;
		border: 2px solid #484441;
		border-radius: 10px;
		padding: 10px 20px;
		display: flex;
		justify-content: space-between;
		    cursor: pointer;
		    align-items: center;
		font-style: italic;
    }
	.tpr-video-category h3.video-title .accod-desc{
		    font-size: 22px;
    font-weight: 300;
	}
	.tpr-video-category .cat-breadcame{
		display: flex;
    	flex-direction: row;
		font-size: 16px;
	}
	.tpr-video-category .cat-breadcame .breadcame-label{
		    flex: none;
	}
	.tpr-video-category .cat-breadcame .breadcame-list{
		flex: auto;
	}
	.tpr-video-category .cat-breadcame .breadcame-list ul{
		    list-style: none;
   			 padding: 0;
	}
	.tpr-video-category .cat-breadcame .breadcame-list ul li{
		    display: inline-block;
			padding: 5px 15px;
			font-weight: bold;
			margin-left: 5px;
			margin-right: 5px;
			background-color: #ddd;
	}
	.tpr-video-category .cat-breadcame .breadcame-list ul li.active{
		color: #fff;
    	background-color: var(--wd-primary-color);
		padding: 5px 15px;
	}
	.tpr-video-category .cat-breadcame .breadcame-list ul li.active a{
		color: #fff;
	}
	.tpr-video-category .cat-breadcame .breadcame-list ul li:last-child{
		
	}
	.subcategory-wrap .video-slide-block{
		overflow:hidden;
		position: relative;
	}
	.subcategory-wrap .video-slide-block .video-desc {
		color: #000000;
		font-size: 16px;
		line-height: 20px;
		    border: 1px solid #696E77;
    padding: 10px;
    border-width: 0px 1px 1px 1px;
    border-radius: 0px 0px 10px 10px;
		    min-height: 60px;
	}
	.subcategory-wrap .video-slide-block img{
		    transition: all 300ms;
			max-height: 160px;
			width: auto !important;
			margin: auto;
	}
	
	.tpr-video-category .owl-nav{
		display: flex;
		justify-content: end;
		    position: absolute;
    top: 0;
    right: 0;
	} 
	.tpr-video-category .owl-nav .owl-prev img, .tpr-video-category .owl-nav .owl-next img{
		    width: 20px;
	}
	.tpr-video-category .owl-nav .owl-prev:hover, .tpr-video-category .owl-nav .owl-next:hover{
		background:#fff;
	}
	.tpr-video-category .owl-nav .video-owl-counter, .subcategory-container .owl-nav .video-owl-counter{
		display: flex;
		align-items: center;
		background: #869791 !important;
		color: #000;
		margin: 0;
	}
.tpr-video-category .owl-nav button:hover, .subcategory-container .owl-nav button:hover{
	background: transparent !important;
}
	.subcategory-wrap .video-slide-block .video-desc .content-header b{
		display:block;
		color:var(--wd-primary-color);
		    font-size: 14px;
		margin-bottom:5px;
	}
	.subcategory-wrap .video-slide-block .img-block{
		overflow: hidden;
		position: relative;
		min-height: 300px;
		background-size: 100%;
		background-position: top center;
		background-repeat: no-repeat;
	}
	.subcategory-wrap .video-slide-block .img-block .duration_filter{
		    background: #9E0E23;
    border-radius: 0px 0px 4px 4px;
    display: inline-flex;
    padding: 2px 15px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
		    margin-left: 20px;
	}
	.subcategory-wrap .video-slide-block .img-block .duration_filter img{
		margin-right: 10px;
	}
	.subcategory-wrap .video-slide-block .slider-title a{
		       font-size: 24px;
    margin-top: 10px;
    color: #000;
    line-height: 27px;
    font-weight: 500;
	}
	.subcategory-wrap .video-slide-block .slider-title{
		    border: 1px solid #696E77;
    padding: 10px;
	}
	.course_filter_data{
		    display: flex;
    justify-content: space-between;
    font-size: 14px;
    border-bottom: 1px solid #696E77;
    margin-bottom: 15px;
    padding: 10px 0;
    color: #000000;
	}
	.course_add_to_cart_data{
		       display: flex;
    justify-content: space-between;
    margin-top: 20px;
 		    align-items: center;
	}
	.course_filter_data span.cate_nameclr{
		color:#CC9041;
	}
	.course_add_to_cart_data .add_to_cart_btn a{
		    background: #E6BA25;
    border-radius: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    display: inline-flex;
    padding: 3px 15px;
	}
	.sliderfac .course_add_to_cart_data .add_to_cart_btn a img{
		margin-right:10px;
	}
	.sliderfac .ccc-favorite-post-toggle{
		text-align:left !important;
	}
	.sliderfac .ccc-favorite-post-toggle > a{
		font-size: 26px;
	}
	.sliderfac .ccc-favorite-post-toggle > a.save{
		color:#E6BA25;
	}
	.sliderfac .ccc-favorite-post-toggle > a span.text{
		display:none;
		color: var(--wd-text-color);
		    margin-left: 10px;
		position: relative;
		top: -2px;
	}
	@media screen and (max-width: 767px) {
	  .tpr-video-category .cat-breadcame {
			display: block;
			text-align: center;
		}
		.tpr-video-category .cat-breadcame .breadcame-label {
			margin-bottom: 15px;
		}
	}
	.subcategory-wrap .subcategory-container .video-owl-carousel{
		display:none;
		padding-top: 60px;
	}
    .subcategory-wrap .subcategory-container .video-alone-carousel{
		padding-top: 60px;
	}
	.tpr-video-category{
		    width: 100%;
	}
	
	
	
	
.page-id-31265 .page-title + .container {
	float: none;
	width: 100%;
	max-width: 100%;
}

.page-id-31265 .main-page-wrapper {
	padding: 0;
}

.banner-tp img {
	width: 100%;
}


.full-row {
	width: 100%;
	float: left;
}

.shortcouser-sec-pge {
	width: 100%;
	float: left;
}

.video_title h4 {
	font-size: 30px;
	color: #484441;
	font-family: Rosario;
	border-bottom: 1px solid;
	width: auto;
	display: inline-block;
	padding-bottom: 5px;
}

.title_on_image {
	font-size: 15px;
	color: #000;
	font-family: Poppins;
	font-weight: 600;
}
.mins {
	background: #9E0E23;
	width: auto;
	float: left;
	color: #fff;
	padding: 1px 20px;
	font-family: Crimson Pro;
}

.category {
	float: right;
	font-family: Poppins;
	color: #000;
	width: 50%;
}

.title_on_image {
	font-size: 15px;
	color: #000;
	font-family: Poppins;
	font-weight: 600;
	float: left;
	width: 50%;
	min-height: 20px;
	padding-left: 10px;
}

.mins {
	background: #9E0E23;
	width: 40%;
	float: left;
	color: #fff;
	padding: 1px 20px;
	font-family: Crimson Pro;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}
.mins img {
	width: 16px;
	max-width: 50%;
	margin-right: 5px;
}

.image_and_title {
	width: 100%;
	float: left;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

.mins {
	background: #9E0E23;
	width: 40%;
	float: left;
	color: #fff;
	padding: 5px 20px;
	font-family: Crimson Pro;
	text-align: center;
	position: relative;
	z-index: 99;
	border-radius: 0 0 8px 8px;
	left: 10px;
}

.video_title{
	width: 100%;
	float: left;
	margin: 50px 0 0;
}

.img-captin {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0,0,0,.5);
	display:none
}

.image_and_title:hover .img-captin{
	display:block
}

.img-captin .title {
	font-size: 27px;
	color: #fff;
	font-family: Rosario;
	font-weight: 400;
	padding: 0 10px;
	margin: 0;
}

.sub-title {
	font-size: 20px;
	color: #fff;
	font-family: Rosario;
	font-weight: 400;
	padding: 0 10px;
	/* position: absolute; */
	/* bottom: 8px; */
	line-height: 20px;
}

.inrsubtitl {
	position: absolute;
	bottom:10px;
}
.in_parts h5 {
	font-style: normal;
	font-family: Crimson Pro;
	margin: 0;
}

.short_desc {
	width: 100%;
	float: left;
}

.limited {
	width: 25%;
	float: left;
	margin-right: 0;
	margin-bottom: 30px;
}

.limited:nth-child(4) {
	margin-right: 0;
}

.vdo-sec {
	width: 100%;
	float: left;
	margin: 50px 0 0;
}


.all_videos {
	margin: 20px auto;
	display: block;
	clear: both;
	width: 200px;
	background: #E6BA25;
}

.limited a img {
	margin: 20px 0 0;
	display: block;
}

.noc-btmimg {
	width: 100%;
	float: left;
	text-align: center;
	margin: 20px 0;
}

.noc-btmimg img {
	max-width: 50%;
}


@media screen and (max-width:578px){
	
.limited {
	width: 100% !important;
	float: left;
	margin-right: 0;
}	

.container {
	padding: 0 10px;
}
}

.my-favorites-wrap .post-ccc_favorite .title-post{
	  font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    padding: 0 10px;
    margin-bottom: 10px;
}
.my-favorites-wrap .post-ccc_favorite .list-ccc_favorite {
	border: 1px solid #ccc;
}
.my-favorites-wrap .post-ccc_favorite .ccc-favorite-post-toggle{
	    position: absolute !important;
    width: 100%;
    top: 0;
}
.my-favorites-wrap .post-ccc_favorite .list-ccc_favorite .ccc-favorite-post-toggle-button{
	    font-size: 20px;
    color: red !important;
	background:#fff;
}
.my-favorites-wrap .header-ccc_favorite #ccc-favorite-count{
	margin:0 !important;
}
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--orders, .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-address, .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--payment-methods, .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-account{
	display:none !important;
}
.single-product-page form.bundle_form .bundled_product .details .bundled_item_cart_content{
	display:none !important;
}
body.page-id-29195 .elementor-widget-wd_products .wd-products-holder .product-grid-item .wd-add-btn .add_to_cart_button{
	padding:5px 10px;
	margin-right:10px;
}
body.page-id-29195 .elementor-widget-wd_products .wd-products-holder .product-grid-item .wd-add-btn .wishsuite-button{
	   
    color: var(--btn-shop-bgcolor) ;
    box-shadow: none;
    background-color: var(--btn-shop-color);
}
.menuwraper-slide{
	display:none;
}
.menuwraper-slide{
	     position: absolute;
    top: 80px;
    left: 0;
    background: #fff;
}
.open-menu-slide{
	cursor:pointer;
}
.menuwraper-slide ul#menu-1-4861f72 li{
	    border-bottom: 1px solid #484441;
}
.menuwraper-slide ul#menu-1-4861f72 li:last-child{
	border-bottom: 0;
}
	.copyrights-centered .min-footer>div{
		    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.05em;
    color: #000000;
	}
#order_review .wc-terms-and-conditions{
	    margin-bottom: 15px;
}
#order_review .wc-terms-and-conditions label.checkbox span p{
	  display: contents;
}
