/*
Theme Name: Punch Partners
Author: AUTHOR
Description: Designed by AUTHOR.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light
Text Domain: am
*/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Poppins:wght@300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700&display=swap');


.page-404{
	margin: 50px 0;
}

.content-box{
	margin: 50px 0;
}

.input-box{
	padding:1rem 0;
	font-size:1.6rem;
	border-radius:0;
	border-width:0;
	line-height:1.14;
	color:#232735;
	background-color:transparent;
	border-color:transparent;
	text-align:left;
	-webkit-appearance:none;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	outline-color:transparent;
	border-style:solid;
	max-width:100%;
	border-bottom:1px solid #dae1f0;
	font-weight:500;
	-webkit-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
	outline:0;
}

.btn-default{
	padding: 1.7rem 2rem;
	font-size: 22px;
	border-radius: 5px;
	border-width: 0;
	line-height: 1.27;
	color: #fff;
	font-weight: 500;
	text-align: center;
	-webkit-appearance: none;
	background: -webkit-gradient(linear,left top,left bottom,from(#0084f8),to(#319fff));
	background: -o-linear-gradient(top,#0084f8 0,#319fff 100%);
	background: linear-gradient(180deg,#0084f8 0,#319fff 100%);
	-webkit-box-shadow: 0 4px 10px rgba(0,132,248,.15);
	box-shadow: 0 4px 10px rgba(0,132,248,.15);
	width: 100%;
	cursor: pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	outline: 0;
}

p.ajax-error{
	display: none;
	border: 2px solid brown;
	padding: 15px;
	color: brown;
	background: lightpink;
	text-align: center;
	margin: 20px 0 !important;
	width: 100%;
	border-radius: 3px;
}

#success_sent_email{
	display: none;
	border: 2px solid green;
	padding: 15px;
	color: darkgreen;
	background: lightgreen;
	text-align: center;
	margin: 20px 0 !important;
	width: 100%;
	border-radius: 3px;
}

/* Select styles */
.wrapper .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 52px;
	border-radius: 5px;
    font-size: 1.8rem;
    font-weight: 500;
    color: #0084f8;
    padding: 0 3rem 0 1.4rem;
}

.wrapper .select2-container--default .select2-selection--single{
	height: 52px;
	border-radius: 5px;
    background: 0 0;
    border: 1px solid #0084f8;
    outline: none;
}
.wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b{
	border-top-color: #0084f8;
}
.wrapper .select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 52px;
	width: 30px;
}

.select2-container--default .select2-results>.select2-results__options{
	padding: 5px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
	border-radius: 3px;
	background: #fff !important;
	color: #0084f8 !important; 
}

.right-side .select2{
	margin-right: 2rem;
}

@media screen and (max-width: 1024px){
	.content .select2-container--default .select2-selection--single{
		height: 47px;
	}
	.content .select2-container--default .select2-selection--single .select2-selection__arrow{
		line-height: 47px;
		height: 47px;
	}
	
	.content .select2-container--default .select2-selection--single .select2-selection__rendered{
		line-height: 47px;
	}
}

@media screen and (max-width: 767px){
	.content .select2-container--default .select2-selection--single{
		height: 45px;
	}
	.content .select2-container--default .select2-selection--single .select2-selection__arrow{
		line-height: 45px;
		height: 45px;
	}
	
	.content .select2-container--default .select2-selection--single .select2-selection__rendered{
		line-height: 45px;
	}
}

/* Account profile */
#pmpro_account-profile.pmpro_box ul{
	margin: 20px 0;
	padding: 0;
	list-style: none;
}
#pmpro_account-profile.pmpro_box ul li{
	padding: 5px 0;
	margin: 0;
}
#pmpro_account-profile.pmpro_box ul li:before{
	display: none;
}

#pmpro_account-membership .pmpro_table{
	margin-top: 20px;
}

#pmpro_account #pmpro_account-membership .pmpro_table td:nth-child(1),
#pmpro_account #pmpro_account-membership .pmpro_table th:nth-child(1){
	padding: 20px 0;
}

#pmpro_account .pmpro_box{
	border-top: none;
}

#pmpro_account #pmpro_account-membership{
	padding: 70px 0;
}

.pmpro-has-access h1{
    font-weight: 400;
    font-size: 2.8rem;
    line-height: 1.16;
    color: #232735;
}
.pmpro-has-access h3{
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #232735;
}

.content-box .container{
	padding-left: 84px;
    padding-right: 84px;
}

.wrapper .section-table.send-sms .container{
	padding-left: 84px;
    padding-right: 84px;
}

@media screen and (max-width: 1200px){
	.wrapper .section-table.send-sms .container{
		padding-left: 30px;
	    padding-right: 30px;
	}
}

@media screen and (max-width: 992px){
	.content-box .container{
		padding-left: 30px;
	    padding-right: 30px;
	}
	
}

@media screen and (max-width: 762px){
	.content-box .container{
		padding-left: 15px;
	    padding-right: 15px;
	}
	.wrapper .section-table.send-sms .container{
		padding-left: 15px;
	    padding-right: 15px;
	}
}

/* Logout button fix */
.header nav{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}
.menu-logged-in-container{
	width: 100%;
	flex-grow: 2;
}
@media screen and (max-width: 1024px){
	.wrapper .nav-opener{
		margin: 0;
		right: 25px;
		left: auto;
	}
	.header nav{
		flex-direction: column;
		justify-content: flex-start;
	}
	.menu-logged-in-container{
		flex-grow: 0;
		margin-bottom: 20px;
	}
	.account-link {
		padding-top: 20px;
	}
	.wrapper .header .header-menu-wrapper .account-link a{
		padding-top: 20px;
		color: #232735;
		font-weight: bold;
	}
}
.btn.white{
	color:#fff !important;
}
.header .account-link{
	width:40%;
}
/*.series-box {
    width: 33%;
    float: left;
    border: 1px solid;
    height: 273px;
	position:relative;
}*/


.info-txt h1, .info-txt p{
	color:#fff;
}



/* Style */

.font-1{
	font-family: 'Poppins', sans-serif;
}

.font-2{
	font-family: 'DM Sans', sans-serif;
}


main.main{
	background:#000;
}

html body{
	font-family: 'Poppins', sans-serif;
}

header.header{
	background:#000;
	position:relative;
	z-index:2;
    padding-top: 25px;
    padding-bottom: 25px;
}

.page-template-all-videos header.header,
.page-template-all-series header.header,
.page-template-contact-us header.header{
    background-color: #0d0d0d;	
}

body > .wrapper{
	padding-top:0px !important;
}

.logo a{
	color: #8d8d8d;
	font-family: Poppins;
	font-size: 28px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
	text-transform: uppercase;
}

.logo a span{
	color: #ffffff;
	font-weight: 900;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
}

.logo a:hover{
	color: #8d8d8d;
}

.left-nav{
	
}

.left-nav ul{
	display:flex;
	list-style:none;
	padding:0px;
	margin:0px;
}

.left-nav ul li {
	padding-right:35px;
}

.left-nav ul li a{
	color: #ffffff;
	font-family: "DM Sans";
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
	text-transform: uppercase;
}

.account-links{
	width: 25%;
    text-align: right;
}

.account-links a,
.account-links a:hover{
	color: #ffffff;
	font-family: "DM Sans";
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
	text-transform: uppercase;
	margin-left:20px;
	display:inline-block;
	white-space:nowrap;
}

.account-links a.blue-link,
.account-links a.blue-link:hover{
	color: #188ffc;
}

.left-nav ul li a:hover,
.account-links a:hover{
	color: #188ffc;
}

.left-nav.v2 ul li a{
	font-size:20px;
}

footer{
	background:#000;
	padding:50px 0px 40px;
	position:relative;
}

body.single-videos footer,
.page-template-all-videos footer,
.page-template-contact-us footer{
	background: #151515;
}

footer .container{
	display:flex;
	justify-content:space-between;
}

footer .footer-links{
	display: flex;
}

footer .footer-links > a{
	color: #ffffff;
	font-family: "DM Sans";
	font-size: 20px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: 40px;
	text-align: left;
	margin-right:30px;
}

footer .social-links{
	display:flex;
	align-items:center;
	list-style:none;
	padding:0;
	margin:0;
}

footer .social-links li{
	padding-left:30px;
}

footer .social-links li a{
	display:block;
}

footer .social-links li a img {
    height: 20px;
}

.main .modal-head .modal-title, .main .section-settings h1,
.pmpro-has-access h1{
	color:#fff;
}

.main .panel{
	background:#1c1e1f;
}

.main .panel .panel-header h2, 
.main .section-authorization .container .description p a{
	color: #fff;
	font-weight: 500;
}

.main #pmpro_form .panel .form-item label, 
.main .double-phone label,
.pmpro-login form.pmpro_form label, 
.pmpro-login #loginform label{
    color: #fff;
    margin-bottom: 5px;
    font-weight: 300 !important;
    text-shadow: none;
    letter-spacing: 0.3px;
}

.pmpro_form input.Input, 
.pmpro_form input[type=date], 
.pmpro_form input[type=email], 
.pmpro_form input[type=password], 
.pmpro_form input[type=search], 
.pmpro_form input[type=tel], 
.pmpro_form input[type=text], 
.pmpro_form input[type=url], 
.pmpro_form textarea,
.pmpro-login form.pmpro_form .input, 
.pmpro-login form.pmpro_form textarea, 
.pmpro-login form.pmpro_form select, 
.pmpro-login #loginform input[type=text], 
.pmpro-login #loginform input[type=password]{
	color:#000;
	font-weight:400;
	background: #fff;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 4px;
	font-size: 14px;
}

.pmpro_form .form-item .discount, 
.pmpro_form .form-item .duration-amount{
	color: #fff;
}

.payment .input-box.StripeElement{
	background: #fff;
    padding-left: 5px;
    border-radius: 4px;
}

.pmpro_form .double-phone input[type=tel], 
.pmpro_form .double-phone input[type=text],
.pmpro-login form.pmpro_form .input, 
.pmpro-login form.pmpro_form textarea, 
.pmpro-login form.pmpro_form select, 
.pmpro-login #loginform input[type=text], 
.pmpro-login #loginform input[type=password]{
	max-width:100% !important;
	width: 100% !important;
}

.pmpro_form .form-item.password [class*=" icon-"], 
.pmpro_form .form-item.password [class^=icon-]{
	right:10px;
}

.pmpro-login #content,
.pmpro-levels #content{
	background:#000;
	margin:0px;
	padding:50px 0px;
	height: 100%;
}

.pmpro_login_wrap,
.pmpro_lost_password_wrap{
	box-shadow: 0 3px 20px rgb(0 0 0 / 8%);
    border-radius: 10px;
    padding: 3rem 3.5rem;
    margin-bottom: 0px;
	background: #1c1e1f;
}

.pmpro-login #content .container{
	max-width:730px;
}

.pmpro_actions_nav{
	font-size: 14px;
    padding-top: 5px;
}

.pmpro_actions_nav a{
	color:#188ffc;
}

#loginform .login-submit input,
#lostpasswordform .pmpro_submit input,
.pmpro-checkout .sidebar input[type=submit]{
	font-size: 16px;
    text-transform: uppercase;
}

.pmpro_login_wrap hr,
.pmpro_lost_password_wrap hr{
	display:none;
}

.pmpro_lost_password_wrap .pmpro_actions_nav{
	padding-top: 20px;
}

.settings-block .block-body .info-card-holder .form-item label img{
	margin-top:-3px;
}

.pmpro_table{
	margin-bottom:10px !important;
}

#pmpro_levels_table,
.pmpro_table{
	box-shadow: 0 3px 20px rgb(0 0 0 / 8%);
    border-radius: 10px;
    padding: 5rem 3.5rem;
    margin-bottom: 0px;
	background: #1c1e1f;
}

#pmpro_levels_table td, #pmpro_levels_table th,
.pmpro_table td, .pmpro_table th{
	color: #fff;
    padding: 20px 20px !important;
	font-weight:300;
}

#pmpro_levels_table th,
#pmpro_levels_table td strong,
.pmpro_table th,
.pmpro_table td strong{
	font-weight:500;
}

#pmpro_levels_table tbody tr:last-child td,
.pmpro_table tbody tr:last-child td{
	border:none;
}

#pmpro_levels_table .pmpro_btn,
.pmpro_table .pmpro_btn{
	-webkit-appearance: none;
	background: -webkit-gradient(linear,left top,left bottom,from(#0084f8),to(#319fff));
	background: -o-linear-gradient(top,#0084f8 0,#319fff 100%);
	background: linear-gradient(
	180deg
	,#0084f8 0,#319fff 100%);
	-webkit-box-shadow: 0 4px 10px rgb(0 132 248 / 15%);
	box-shadow: 0 4px 10px rgb(0 132 248 / 15%);
	width: 100%;
	color:#fff;
	font-size: 16px;
    text-transform: uppercase;
    border: none;
    font-weight: 400;	
}

html body h2{
	color: #ffffff;
	font-family: Poppins;
	font-size: 42px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	margin-bottom:18px;
}

.get-started{
	background-color: #131617;
	padding:70px 0px 85px;
}

.get-started h2,
.faq h2{
	text-align:center;
}

.faq h2{
	margin-bottom: 50px;
}

.get-started p{
	color: #ffffff;
    font-family: "DM Sans";
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 34px !important;
    text-align: center;
}

.get-started .btn-primary{
	border-radius: 5px;
    font-family: "DM Sans";
    font-size: 18px;
    font-weight: 400;
    display: table;
    margin: auto;
    padding: 10px 60px;
    text-transform: uppercase;
}

.faq{
	background-color: #1c1e1f;
	padding-bottom:58px;
	padding-top:35px;
}

.faqs ul{
	padding:0px;
	margin:0px;
	list-style:none;
	max-width:801px;
	margin:auto;
}

.faqs ul li{
	border-bottom:solid 1px #707070;
	margin-bottom: 15px;
    padding-bottom: 15px;
	padding-left:60px;
	position:relative;

}

.faqs ul li div{
	color: #ffffff;
	font-family: "DM Sans";
	font-size: 20px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
	cursor:pointer;
}

.faqs ul li.active div{
    color: #1ba2fb;
}

.faqs ul li p{
	color: #ffffff;
	font-family: "DM Sans";
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
	display:none;
	margin-top:10px;
}

.faqs ul li.active p{

}

.faqs ul li div:before{
	content:'';
	display:block;
	background:url(images/faq-plus.svg) no-repeat 0px 0px;
	background-size:100%;
	width:15px;
	height:16px;
	position:absolute;
	left:0;
	margin-top:5px;
}

.faqs ul li.active div:before{
	background: url(images/faq-plus.svg) no-repeat 0px -7px;
	margin-top: 13px;
	height: 2px;
}


.pricing{
	padding:100px 0px 60px;
}

.pricing h2{
	text-align:center;
	padding-bottom:0px;
}

.pricing-plans{
	display:flex;
	justify-content:center;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
}

.pricing-plans .btn.btn-secondary{
	background: #000;
    font-size: 20px;
    padding: 13px 20px;
    width: 100%;
    max-width: 230px;
    letter-spacing: 0px;
    margin-bottom: 10px;
    margin-top: 5px;
    border: none;
    box-shadow: none;
    text-transform: uppercase;
    font-family: "DM Sans";
}

.pricing-plans .six-months em{
	color:#fff;
}

.pricing-plans .six-months{
	border-radius: 20px;
	background-color: #1ba2fb;
	min-width: 388px;
	min-height: 391px;
	padding:50px 40px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	margin-right:49px;
}

.pricing-plans .six-months .pricing-heading{
	color: #ffffff;
	font-family: "DM Sans";
	font-size: 34px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	padding-bottom:0px;
	text-align:center;
}

.pricing-plans .six-months .pricing-heading span{
	color: #000000;
	font-family: "DM Sans";
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-transform:uppercase;
	display:block;
	padding-top:5px;
}

.pricing-plans .six-months small{
	color: #ffffff;
	font-family: Poppins;
	font-size: 18px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align:center;
}

.pricing-plans .six-months .price{
	color: #ffffff;
	font-family: Poppins;
	font-size: 84px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	display: flex;
    align-items: flex-start;
}

.pricing-plans .six-months .price span{
	font-size: 40px;
	font-weight: 700;
	margin-top:17px;
}

.pricing-plans .after-plans{
	display:flex;
	flex-direction:column;
	justify-content:center;
    margin-right: -200px;
}

.pricing-plans .after-plans .pricing-heading{
	color: #ffffff;
	font-family: "DM Sans";
	font-size: 34px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: 100%;
	text-align: left;
}

.pricing-plans .after-plans .pricing-heading span{
	color: #707070;
	font-size: 20px;
	display:block;
}

.pricing-plans .after-plans .price{
	color: #ffffff;
	font-family: Poppins;
	font-size: 51px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
	display: flex;
    align-items: flex-start;
	margin-top:-12px;
	margin-bottom:-15px;;

}

.pricing-plans .after-plans .price span{
	font-size: 29px;
	margin-top:10px;
}

.pricing-plans .after-plans > span{
	margin:46px 0px;
}

.pricing-plans .after-plans .saving{
	color: #1ba2fb;
	font-family: "DM Sans";
	font-size: 20px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
}

.hero-section{
	padding-top:110px;
}

.hero-section h1{
	text-shadow: 0 0 56px rgba(0, 0, 0, 0.51);
	color: #ffffff;
	font-family: Poppins;
	font-size: 48px;
	font-weight: 900;
	font-style: normal;
	letter-spacing: normal;
	line-height: 70px;
	text-align: center;
	margin-bottom:87px;
}

ul.hero-slider{
	margin-bottom:0px;
	padding-bottom:95px;
}

.hero-slider li{
	padding:0px 13px;
}

.hero-slider li:focus{
	outline:none;
}

.hero-slider{
	
}

.hero-slider .slick-list:before{
	content:'';
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width:45%;
	z-index:1;
	background: rgba(0,0,0,0.9);
	background: -moz-linear-gradient(left, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.9) 18%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0.9)), color-stop(18%, rgba(0,0,0,0.9)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.9) 18%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.9) 18%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.9) 18%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.9) 18%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
}

.hero-slider .slick-list:after{
	content:'';
	display:block;
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	width:45%;
	z-index:1;
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 82%, rgba(0,0,0,0.9) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0)), color-stop(82%, rgba(0,0,0,0.9)), color-stop(100%, rgba(0,0,0,0.9)));
	background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 82%, rgba(0,0,0,0.9) 100%);
	background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 82%, rgba(0,0,0,0.9) 100%);
	background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 82%, rgba(0,0,0,0.9) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 82%, rgba(0,0,0,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
}

.hero-slider{
	
}

.hero-section .btn{
	border-radius: 5px;
	background: #1ba2fb;
	font-family: "DM Sans";
	font-size: 20px;
	font-weight: 700;
	padding:10px 50px;
	display:table;
	margin:auto;
}

.hero-section{
	position:relative;
}

.hero-section:before{
    content: '';
    display: block;
    width: 50px;
    height: 520px;
    background: url(images/blue-circle.svg) no-repeat left center;
    background-size: auto;
    position: absolute;
    left: 136px;
    top: 210px;
    bottom: 0px;
    margin: auto;
    z-index: 2;
    transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
}

.hero-section:after{
    content: '';
    display: block;
    width: 50px;
    height: 520px;
    background: url(images/blue-circle.svg) no-repeat right center;
    background-size: auto;
    position: absolute;
    right: 136px;
    top: 210px;
    bottom: 0px;
    margin: auto;
    z-index: 2;
    transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
}

.benefits{
	padding-top:145px;
}

.benefits ul {
	padding:0;
	margin:0px;
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.benefits ul li{
	width:30%;
}

.benefits h4{
	color: #1ba2fb;
	font-family: Poppins;
	font-size: 28px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: 34px;
	text-align: left;
	margin-bottom:10px;
}

.benefits p{
	color: #b8b8b8;
	font-family: "Nunito Sans";
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: normal;
	text-align: left;
	margin-bottom:40px !important;
	line-height: 130%;
}

.samples{
	padding-top:110px;
}

.samples h2{
	text-align:center;
	margin-bottom:60px;
}

.benefits,
.pricing,
.get-started{
	position:relative;
}

.anchor{
	position:absolute;
	top:50px;
	margin-top:0px;
}

.samples{
	
}

.samples ul{
	padding:0;
	margin:0;
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

.samples ul li{
	padding:0px 13px;
	position:relative;
}

.samples ul .break{
	flex-basis:100%;
	width:0;
	height:0;
	overflow:hidden;
}

.samples ul li img{
	width:240px;
	border-radius:100%;
}

.samples ul li a{
	display:block;
	position:relative;
	border-radius:100%;
}

.samples ul > a:after{
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    background: url(images/play-gif.svg) no-repeat 32px center rgb(0 0 0 / 58%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: 45px;
    border-radius: 100%;
	transition: all 0.5s ease;
}

.samples ul:hover > a:after{
    background: url(images/play-gif.svg) no-repeat 32px center rgb(0 0 0 / 88%);
    background-size: 45px;	
}

.samples ul li:before{
	content:'';
	display:block;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	border-radius:100%;
	background:rgba(0,0,0,0);
	transition:all 0.5s ease;
}

.samples ul:hover li:before{
	content:'';
	display:block;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	border-radius:100%;
	background:rgba(0,0,0,0.55);
}

.samples ul{
	position:relative;
}

.samples ul >  a{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:2;
}

.samples{
	position:relative;
	max-width:1460px;
	margin-left:auto;
	margin-right:auto;
}

.samples:before{
    content: '';
    display: block;
	width: 100px;
    height: 716px;
    background: url(images/blue-circle-2.svg) no-repeat left center;
    background-size: auto;
    position: absolute;
    left: 136px;
	top: 250px;
    bottom: 0px;
    margin: auto;
    z-index: 2;
    transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
}

.samples:after{
    content: '';
    display: block;
	width: 100px;
    height: 716px;
    background: url(images/blue-circle-2.svg) no-repeat right center;
    background-size: auto;
    position: absolute;
    right: 136px;
    top: 250px;
    bottom: 0px;
    margin: auto;
    z-index: 2;
    transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
}

header.inner-header .left-nav {
    width: 40%;
}

header.inner-header .left-nav ul li a{
	text-transform:none;
}
	
header.inner-header .left-nav ul.menu > li.current-menu-item > a{
	color: #1ba2fb;
}

.page-title{
	text-shadow: 0 0 56px rgb(0 0 0 / 51%);
    color: #ffffff;
    font-family: Poppins;
    font-size: 52px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 58px;
    text-align: center;
    display: table;
    margin: auto;
    text-align: center;
    margin-bottom: 70px;
}

.page-template-all-series  .page-title{
	padding-top:50px;
}

.series-nav{
	display:flex;
	align-items:center;
	color: #8b8b8b;
	font-family: "DM Sans";
	font-size: 20px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	border-radius: 31px;
	background-color: #1d1d1d;
	margin-bottom:80px;

}

.series-nav ul {
	padding:0;
	margin:0;
	list-style:none;
	display:flex;
	flex-grow:1;
	position:relative;
}

.series-nav ul li{
	/*width:100%;
	max-width:210px;*/
}

.series-nav ul li a{
	padding:15px 30px;
	display:block;
	color:inherit;
	border-radius: 31px;
	background-color:transparent;
	width:100%;
	text-align:center;
}

.series-nav ul li.active a,
.series-nav ul li a:hover{
	background-color: #1ba2fb;
	color:#fff;
}

.series-nav ul li.filter-clear{
	position: absolute;
    right: 0;
}

.series-nav ul li.filter-clear:before{
	content:'';
	display:block;
	width: 3px;
	height: 33px;
	background:#707070;
	position:absolute;
	top:14px;
}

.series-nav ul li.filter-clear a{
	display:flex;
	align-items:center;
}

.series-nav ul li.filter-clear a:hover{
	color:#1ba2fb;
	background:transparent;
}

.series-nav ul li.filter-clear a svg{
	margin-top: 2px;
    margin-left: 7px;
	transition:all 0.5s ease;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}

.series-nav ul li.filter-clear a:hover svg{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.series-nav ul li.filter-clear a svg path{
	transition:all 0.5s ease;
	fill:#8b8b8b;
}

.series-nav ul li.filter-clear a:hover svg path{
	fill:#1ba2fb;
}

.series-nav div{
	padding:15px 60px;
}

html body .container{
	max-width:1360px;
}

html body.page-template-all-videos main .container{
	max-width:1440px;
}

.series-filter{
	display:flex;
	list-style:none;
	padding:0;
	margin:0;
	margin-bottom:55px;
}

.series-filter li{
	padding-right:25px;
}

.series-filter li a{
	text-shadow: 0 0 56px rgba(0, 0, 0, 0.51);
	color: #fff;
    font-family: Poppins;
    font-size: 34px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 42px;
    text-align: center;
    display: block;
	border-bottom:solid 2px transparent;
}

.series-filter li.active a,
.series-filter li a:hover{
	color: #1ba2fb;
	border-bottom: solid 2px #1ba2fb;
}

.series-list{
	display:flex;
	flex-wrap:wrap;
}

.series-list .series-box{
	width:32%;
	position:relative;
	margin-right:2%;
	margin-bottom:25px;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	display:flex;
}

.series-list .series-box img{
	object-fit:cover;
}

.series-list .series-box:hover{
	transform: scale(1.01);
}

.series-list .series-box:nth-child(3n + 3){
	margin-right:0px;
}

.series-list .series-box:before{
	content:'';
	display:block;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:rgba(0,0,0,0.77);
}

.series-box h3{
    color: #ffffff;
    font-family: "DM Sans";
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    margin-bottom: 0px;
}

.series-box .count-videos{
	color: #1a9cfb;
	font-family: "DM Sans";
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
}

.series-box .bottom-left {
	position: absolute;
    bottom: 16px;
    left: 23px;
}

.series-box .category{
	color: #ffffff;
	font-family: "DM Sans";
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
	text-transform: uppercase;
	border-radius: 14px;
	background-color: #000000;
	padding:3px 15px;
	border-radius:50px;
	position:absolute;
    top: 25px;
    left: 23px;
}

.series-list .series-box.tutorial{
	background-color: #1ba2fb;
}

.series-list .series-box.tutorial h3{
	color: #ffffff;
	font-family: Poppins;
	font-size: 42px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: 42px;
	text-align: left;
}

.series-list .series-box.tutorial h3 a:hover{
	color:#fff;
}

.series-list .series-box.tutorial:before{
	display:none;
}

.series-list .series-box.tutorial .category{
	background:#fff;
	color: #000000;
}

.series-box.tutorial  .count-videos{
	color: #000000;
}

.series-box.tutorial .bottom-left {
    position: absolute;
    bottom: 24px;
    left: 29px;
    top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 90px;
	padding-right:20px;
}

.series-box a{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	display:block;
}

.page-template-default #content,
.error404 .page-404{
	background: #000;
	color:#fff;
	margin:0px;
	padding:50px 0px;
}

.error404 .page-404{
	text-align:center;
	height: 90%;
    display: flex;
    align-items: center;
}

.page-template-default h1,
.contact-template h1{
	text-shadow: 0 0 56px rgb(0 0 0 / 51%);
    color: #ffffff;
    font-family: Poppins;
    font-size: 44px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 70px;
    text-align: center;
    margin-bottom: 30px;
}

.page-template-default h3{
	color: #1ba2fb;
    font-family: Poppins;
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 130%;
    text-align: left;
    margin-bottom: 16px;
}

.page-template-default p,
.page-template-default ul,
.error404 p{
	color: #ffffff;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
}

.page-template-default ul li{
	color: #ffffff;
    font-size: 16px;	
}

.page-template-default blockquote {
    color: #fff;
    font-size: 18px;
    background: #1c1e1f;
    margin-bottom: 20px;
    border-left: 5px solid #0084f8;
    padding: 10px;
}

.error404 .page-404 h2 span{
	display: block;
    font-weight: 900;
    font-size: 90px;
}

.error404 .page-404 p{
	text-align:center;
}

body{
	background-color:#000;
}

ul.all-videos-list{
	display:flex;
	flex-wrap: wrap;
	text-align: center;
	/*justify-content: center;*/
	width: 100%;
}

ul.all-videos-list li{
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom:73px;
}

ul.all-videos-list li a{
	display:flex;
	width: 198px;
    height: 198px;
	margin:auto;
	margin-bottom:15px;	
	position:relative;
	border-radius:50%;
}

ul.all-videos-list li a:after{
    content: '';
    display: block;
    width: 42px;
    height: 42px;
    background: url(images/video-hover-icon.svg) no-repeat -10px -6px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    margin: auto;
	opacity:0;
	transition:all 0.5s ease;
}

ul.all-videos-list li a:hover:after,
ul.all-videos-list li.active a:after{
	opacity:1;
}


ul.all-videos-list p{
	color: #ffffff;
	font-family: "DM Sans";
	font-size: 18px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: center;
	margin:auto;
	margin-bottom:0px;
	max-width:175px;
	transition:all 0.5s ease;
}

ul.all-videos-list p.video-duration{
	color: #6a6a6a;
	font-family: "DM Sans";
	font-size: 20px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: center;
}

ul.all-videos-list li a:hover + p,
ul.all-videos-list li.active  p:not(.video-duration){
	color: #1ba2fb;
}

ul.all-videos-list img {
    border-radius: 50%;
    height: auto;
    width: 100%;
    margin-right: 0px;
    object-fit: cover;
	border: 3px solid transparent;
	transition:all 0.5s ease;
	opacity:0.6;
}

ul.all-videos-list a:hover img,
ul.all-videos-list li.active a img {
	border: 3px solid #1ba2fb;
	opacity:1;
}

ul.all-videos-list{
	padding-top:120px;
}


.page-template-all-videos ul.all-videos-list{
	padding-top:0px;
}

.child-nav {

}

.child-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-grow: 1;
	padding-left:62px;
}

.child-nav ul li {
	padding-right:107px;
	position:relative;
}

.child-nav ul li img{
    position: absolute;
    left: -63px;
    top: 15px;
}

.child-nav ul li a{
	text-shadow: 0 0 56px rgba(0, 0, 0, 0.51);
	color: #ffffff;
	font-family: Poppins;
	font-size: 32px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: 87px;
	text-align: left;
}

.child-nav ul li.active a, .child-nav ul li a:hover {
    color: #1ba2fb;
}

.loading-wrapper{
	margin:auto;
}

.series-hero._default{
	background-color: #1ba2fb;
	padding-top: 29px;
    padding-bottom: 30px;
}

.series-hero._default .container{
	position:relative;
}

.series-hero._default a{
	position:absolute;
	color: #000000;
	font-family: "DM Sans";
	font-size: 18px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
	left:50px;
	bottom:0px;
}

.series-hero._default a:before{
	content:'';
	display:block;
	width:13px;
	height:14px;
	margin-right:10px;
	position:absolute;
	left: -22px;
    top: 5px;
	background:url(images/back-arrow.svg) no-repeat 0px 0px;
}

.series-hero._default h2.series-title{
	color: #ffffff;
	font-family: Poppins;
	font-size: 36px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: 38px;
	text-align:center;
	width: calc(100% - 300px);
    margin: auto;
}

.series-hero._default h2.series-title span{
	color: #000000;
	font-family: "DM Sans";
	font-size: 17px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
	display:block;
	margin-bottom:15px;
}

ul.series-videos.all-videos-list{
	padding-top:84px;
	padding-bottom:59px;
	margin-bottom:75px;
}

ul.series-videos.all-videos-list img{
	opacity: 0.29;
}

ul.series-videos.all-videos-list li a:hover img{
	opacity: 1;
}

ul.series-videos.all-videos-list li{
	width:auto !important;
	margin-bottom:0px;
}

ul.series-videos.all-videos-list li:focus,
ul.series-videos.all-videos-list li a:focus{
	outline:none;
}

.container.full-width{
	max-width:1920px;
	padding-left:0px;
	padding-right:0px;
}

.video-frame{
    position: relative;
    padding-bottom: 42.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    width: 1200px;
    margin: auto;
    max-width: 100%;
	margin-bottom:31px;
}

.video-frame iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 200px);
    height: 100%;
    margin: auto;
    right: 0;
}

.next-video{
	position: absolute;
    right: -10px;
    top: 50%;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 42px;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    transform: rotate(90deg) scale(0.70);
    -webkit-transform:rotate(90deg) scale(0.70);
    -moz-transform: rotate(90deg) scale(0.70);
	opacity:1;
	transition:all 0.5s ease;
}

.next-video:after{
	content: '';
    display: block;
    width: 81px;
    height: 329px;
    background: url(images/next-vector.svg) no-repeat 0px 0px;
    position: absolute;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    right: 16px;
    bottom: -128px;
}

.prev-video{
	position: absolute;
    left: -38px;
    top: 48%;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 42px;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    transform: rotate(90deg) scale(0.70);
    -webkit-transform: rotate(90deg) scale(0.70);
    -moz-transform: rotate(90deg) scale(0.70);
	opacity:1;
	transition:all 0.5s ease;
}

.prev-video:after{
    content: '';
    display: block;
    width: 81px;
    height: 329px;
    background: url(images/next-vector.svg) no-repeat 0px 0px;
    position: absolute;
    transform: rotate(89deg);
    -webkit-transform: rotate(89deg);
    -moz-transform: rotate(89deg);
    right: 30px;
    bottom: -166px;
}

.next-video:hover,
.prev-video:hover{
	color:#fff;
	opacity:0.6;
}

.single-videos .info-txt,
.single-series .info-txt{
	color: #ffffff;
	font-family: "DM Sans";
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 20px;
	text-align: left;
	padding-top:0px;
	max-width:1000px;
	margin:auto;
	padding-bottom:122px;
}
.playlist-info{
	margin-bottom: -122px !important;
}

.single-videos .info-txt p,
.single-series .info-txt p{
	max-width:688px;
}

.info-tags{
	max-width:1000px;
	margin:auto;
}

.info-tags ul{
	display:flex;
	list-style:none;
	padding:0px;
	margin:0px;
	flex-wrap:wrap;
}

.info-tags ul li{
	padding-right:23px;
	margin-bottom:23px;
}

.info-tags ul li a{
	color: #000000;
	font-family: "DM Sans";
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
	text-transform: uppercase;
	border-radius: 14px;
	background-color: #ffffff;
	padding:2px 15px;
	display:block;
}

.pmpro-login.page-template-default h1,
.pmpro-levels.page-template-default h1{
	font-weight:600;
}

.icons img {
    background: #fff;
    border-radius: 2px;
}

.main #pmpro_form .panel .form-item label[for='CVV']{
	display: flex;
    justify-content: flex-start;
}

.main #pmpro_form .panel .form-item label[for='CVV'] img{
	position: static;
    transform: none;
    margin-left: 5px;
}

.full-width-bg{
	background-color: #1c1e1f;
}

.related-videos{
	margin-bottom:0px !important;
	padding-top:68px !important;
	padding-bottom:78px !important;
}

.related-wrapper{
	padding-top:70px;
	min-height: 300px;
}

.related-wrapper h2{
	font-size: 42px;
	line-height:42px;
	text-align:center;
}

.back-link{
	color: #ffffff;
	font-family: "DM Sans";
	font-size: 18px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
	position: absolute;
    left: 50px;
    margin-top: 10px;
}

.back-link:hover{
	color:#fff;
}

.back-link:before{
	content: '';
    display: block;
    width: 13px;
    height: 14px;
    margin-right: 10px;
    position: absolute;
    left: -22px;
    top: 7px;
    background: url(images/back-arrow-2.svg) no-repeat 0px 0px;
}

.related-wrapper .container{
	position:relative;
}

.video-title{
	font-size: 42px;
    line-height: 42px;
    width: 1000px;
	max-width:100%;
    margin: 0px auto 25px;
    padding-top: 60px;
}

.left-nav.v2 ul ul{
	display: block;
    padding: 48px 15px 21px;
	width: 1330px;
    max-width: 100%;
    margin: auto;
}


.left-nav.v2 ul ul:after{
	content:'';
	display:block;
	clear:both;
}

.left-nav.v2 ul ul li{
	width:33.33%;
	float: left;
    padding-bottom: 17px;
}

.left-nav.v2 ul ul li a{
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 22px;
}

	

.left-nav.v2 ul .subnav-wrapper{
	left:0;
	right:0;
	top:45px;
	content:'';
	display:none;
	position:absolute;
}


.left-nav.v2 ul .subnav-wrapper span{
    box-shadow: 0 3px 76px rgb(0 0 0 / 58%);
    background-color: #1ba2fb;
	margin-top:46px;
	display:block;
}

.left-nav.v2 ul ul li a:hover{
	color:#0d0d0d;
}

.left-nav ul.menu li.menu-item-has-children > a{
	position:relative;
}

.left-nav ul.menu li.menu-item-has-children > a:after{
	content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    top: 10px;
    right: -18px;
}

.left-nav ul.menu li.menu-item-has-children > span {
	position:relative;
	display:none;
}

.left-nav ul.menu li.menu-item-has-children > span:after{
	content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
	top: 7px;
    right: 10px;
}

.left-nav ul.menu li.menu-item-has-children.current-menu-item > span:after{
    border-top: 10px solid #1ba2fb;
}

.left-nav.v2 ul.menu > li {
    padding-right: 20px;
    margin-right: 33px;
}

.left-filter-box{
	width: 230px;
    position: absolute;
    left: 0;
    top: 90px;
    bottom: 0;
    background: #1f1f1f;
    padding-top: 25px;
}

.videos_list-box{
	width: calc(100% - 270px);
    margin-left: auto;
    position: relative;
    left: 30px;
}

.series-nav-side{
	
}

.series-nav-side > ul {
	padding:0px;
	margin:0px;
	list-style:none;
	border-top: 1px solid #3e3e3e;
}

.series-nav-side > ul:last-of-type{
	border-top:none;
}

.series-nav-side > ul > li{
	border-bottom: 1px solid #3e3e3e;
    padding: 10px 0px;
    padding-left: 25px;
	cursor:pointer;
}

.series-nav-side > ul > li > a{
	color: #ffffff;
	font-family: "DM Sans";
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
}

.series-nav-side > ul > li .parent-label{
	color: #ffffff;
	font-family: "DM Sans";
	font-size: 20px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
}

.series-nav-side > ul > li label{
	text-shadow: 0 0 56px rgba(0, 0, 0, 0.51);
	color: #797979;
	font-family: Poppins;
	font-size: 20px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	display: flex;
    align-items: center;
	text-align: left;
}

.series-nav-side > ul > li label img{
	height:19px;
}

.series-nav-side > ul .form-item:last-of-type{
	margin-bottom:0px;
}

.series-nav-side > ul ul.child{
	margin-top:32px;
}

.series-nav-side > ul ul.child li{
	padding-bottom:23px;
}

.series-nav-side > ul ul.child li:last-child{
	padding-bottom:5px;
}


.series-nav-side .acc__card {
	position: relative;
	border-bottom: 1px solid #3e3e3e;

}

.series-nav-side .acc__title {
	color: #ffffff;
	font-family: "DM Sans";
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
	position: relative;
    padding: 10px 0px;
    padding-left: 25px;
	cursor:pointer;
}

.series-nav-side .acc__title::after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #787878;
    position: absolute;
    right: 32px;
    content: " ";
    top: 18px;
	transition:all 0.5s ease;
}

.series-nav-side .acc__title.active::after {
	transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
}

.series-nav-side .acc__card .acc__panel { 
  display: none;
}

.series-nav-side .acc__card ul li label {
    text-shadow: 0 0 56px rgba(0, 0, 0, 0.51);
    color: #797979;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    display: flex;
    align-items: center;
    text-align: left;
    padding: 10px 0px;
    padding-left: 25px;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
}

.series-nav-side .acc__card ul li:hover label {
	color: #1ba2fb;
}

.series-nav-side .acc__card .form-item label:before{
	width: 17px;
	height: 17px;
	border: 1px solid #707070;
	background-color:transparent;
	border-radius:0px;
	background-position:-20px -20px;
	background-repeat:no-repeat;
	background-image:url(images/filter-check.svg);
	transition:background-image 0s ease, border 0.5s ease;
	-webkit-transition: background-image 0s ease, border 0.5s ease;
	-moz-transition:background-image 0s ease, border 0.5s ease;
	margin-right:15px;
}

.series-nav-side .acc__card li:hover .form-item label:before{
	border: 1px solid #1ba2fb;
}

.series-nav-side .acc__card .form-item input[type=checkbox]:checked+ label:before{
	background-color: #1ba2fb;
	border: 1px solid #1ba2fb;
	background-position:0px 3px;	
}

.series-nav-side .acc__card .form-item input[type=checkbox]:checked+ label{
	color: #1ba2fb;
}

.series-nav-side > ul > li.all.active a{
	color: #1ba2fb;
}

.series-nav-side .acc__panel ul li .form-item{
    margin-bottom: 0;
}

.series-nav-side .acc__panel ul li img {
    height: 19px;
	margin-right:10px;
}

.series-nav-side ul li.filter-clear svg{
    width: 14px;
    margin-top: 0px;
    margin-left: 7px;
    transition: all 0.5s ease;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    position: relative;
    top: 4px;
}

.series-nav-side ul li.filter-clear:hover svg{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.series-nav-side ul li.filter-clear svg path{
	transition:all 0.5s ease;
	fill:#8b8b8b;
}


.page-template-all-videos .page-title{
	width: calc(100% - 200px);
	margin-left: auto;
	margin-right: 0px;
	max-width: 100%;
	padding-top: 50px;
}

.page-template-all-videos .loading-wrapper{
	width: calc(100% - 334px);
	margin-right:0px;
}

/*.filter-btn{
    width: 25px;
    height: 25px;
    border-top: solid 2px #fff;
    position: absolute;
    right: 15px;
    top: 95px;
    z-index: 10;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
}

.filter-btn:before{
    content: "";
    height: 2px;
    background: #fff;
    width: 100%;
    position: absolute;
    top: -9px;
    right: 0;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;	
}

.filter-btn:after{
    content: "";
    height: 2px;
    background: #fff;
    width: 100%;
    position: absolute;
	top: 5px;
    right: auto;
    left: 0;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
}


.filter-btn.active{
	border-color:transparent;
}

.filter-btn.active:before{
	top: -2px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

.filter-btn.active:after{
	top: -2px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
*/


.filter-btn{
    position: fixed;
    bottom: 0;
	top:auto;
    left: 0;
    z-index: 999999;
    width: 100%;
    background: #151515;
    text-align: center;
    letter-spacing: 2.67px;
    font-size: 16px;
    text-transform: uppercase;
    padding: 28px 15px;
    color: #fff;
    text-decoration: none;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	border-top: solid 1px #000;
}

.filter-btn img{
    position: relative;
    display: inline-block;
    top: 1px;
	margin-right:5px;
}

.filter-btn.active{
	top: 0;
    bottom: auto;
}


.filter-btn span:last-child{
	display:none;
}

.filter-btn.active span:first-of-type{
	display:none;
}

.filter-btn.active span:last-child{
	display:inline-block;
}

.profile{
	background: #1ba2fb;
    width: 40px;
    padding: 9px;
    border-radius: 100px;
    height: 40px;
}

html body .samples .container{
	max-width: 1060px;
}

.samples ul li img{
	width: 180px;
}

.pricing-plans .six-months{
	position:relative;
}

.pricing-plans .six-months a.box-link{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
}

footer .social-links li a img.height25{
	height:25px;
}

.contact-template{
    padding-bottom: 58px;
    padding-top: 60px;
	margin:0px;
}

.contact-template h1{
	
}

.style-contact-form{
	box-shadow: 0 3px 20px rgb(0 0 0 / 8%);
    border-radius: 10px;
    padding: 3rem 3.5rem;
    margin-bottom: 0px;
    background: #1c1e1f;
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
}

.with_frm_style .frm_top_container .frm_primary_label, .with_frm_style .frm_hidden_container .frm_primary_label, .with_frm_style .frm_pos_top{
	color: #fff !important;
    margin-bottom: 5px;
    font-weight: 300 !important;
    text-shadow: none;
    letter-spacing: 0.3px;
	font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.14;
    font-family: "DM Sans";
}

.with_frm_style input[type=text], .with_frm_style textarea, .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=file], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style .frm-card-element.StripeElement{
    color: #000;
    font-weight: 400;
    background: #fff;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 4px;
    font-size: 14px;
	font-family: "DM Sans";
	box-shadow:none;
	border:none !important;
}

.frm_style_formidable-style.with_frm_style .frm_submit button{
padding: 1.7rem 2rem;
    font-size: 22px;
    border-radius: 5px;
    border-width: 0;
    line-height: 1.27;
    color: #fff;
    font-weight: 500;
    text-align: center;
    -webkit-appearance: none;
    background: -webkit-gradient(linear,left top,left bottom,from(#0084f8),to(#319fff));
    background: -o-linear-gradient(top,#0084f8 0,#319fff 100%);
    background: linear-gradient(
180deg,#0084f8 0,#319fff 100%);
    -webkit-box-shadow: 0 4px 10px rgb(0 132 248 / 15%);
    box-shadow: 0 4px 10px rgb(0 132 248 / 15%);
    width: 100%;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    outline: 0;
	    font-size: 16px;
    text-transform: uppercase;
}

.frm_style_formidable-style.with_frm_style .frm_submit button:hover{
	    background: -webkit-gradient(linear,left top,left bottom,from(#0084f8),to(#319fff));
    background: -o-linear-gradient(top,#0084f8 0,#319fff 100%);
    background: linear-gradient(
180deg,#0084f8 0,#319fff 100%);
color:#fff;
-webkit-box-shadow: 0 2px 8px rgb(0 132 248 / 75%);
    box-shadow: 0 2px 8px rgb(0 132 248 / 75%);
}

.frm_style_formidable-style.with_frm_style .frm_error {
    color: #fff;
    margin-top: 8px;
}


.series-nav-side #v_search{
	padding-left:25px;
	padding-right:15px;
	min-height:42px;
	border-bottom: 1px solid #3e3e3e;
    font-family: "DM Sans";
    font-size: 16px;
    font-weight: 500;	
}






@media (min-width:1200px){
	.video-frame-x{
		margin-bottom:31px;
		position:relative;
		padding:0px;
		height:auto;
	}
	
	.video-frame-x iframe{
		position:static;
		width:100%;
		height:560px;
	}
	
	.benefits ul li{
		width:27%;
	}
	
}

@media (min-width:1350px) and (max-width:1700px){
	ul.all-videos-list li{
		width:17%;
	}
	
	ul.all-videos-list li a{
		width: 190px;
		height: 190px;
	}
	
	.page-template-all-videos  .videos_list-box{
		left: 0;
		width: calc(100% - 250px);
	}
}

@media (min-width:1350px) and (max-width:1600px){
	.page-template-all-videos ul.all-videos-list li{
		width:17%;
	}
}

@media (min-width:1110px) and (max-width:1349px){
	ul.all-videos-list li{
		width:22%;
	}
	
	.page-template-all-videos ul.all-videos-list li{
		width:21%;
	}
	
	.page-template-all-videos ul.all-videos-list li a{
		width:180px;
		height:180px;
	}
	
	.videos_list-box{
		left:0px;
		width: calc(100% - 220px);
	}
	
	.left-filter-box{
		/*width:300px;*/
	}

}


@media (min-width:1000px) and (max-width:1109px){
	ul.all-videos-list li{
		width:21%;
	}
	
	ul.all-videos-list li a{
		width:203px;	
		height:203px;
	}
	
	
	.videos_list-box{
		left:0px;
		width: calc(100% - 220px);
	}
	
	.page-template-all-videos ul.all-videos-list li{
		width:28%;
	}
		
}


@media (min-width:901px) and (max-width:999px){
	ul.all-videos-list li{
		width:29%;
	}
	
	ul.all-videos-list li a{
		width:240px;
		height:240px;
	}
}

@media (min-width:768px) and (max-width:900px){
	ul.all-videos-list li{
		width:29%;
	}
	
	ul.all-videos-list li a{
		width:215px;
		height:215px;
	}
}


@media (min-width:1401px) and (max-width:1660px){
		
	.samples{
		width: 80%;
		margin: auto;
	}
	
	.samples:before{
		left: -100px;
	    background-size: 1300px;
	}
	
	.samples:after{
		right: -100px;
	    background-size: 1300px;
	}
	
		.samples ul li img{
		width:100%;
	}
	
	.samples ul li {
		padding: 0px 13px;
		width:25%;
	}
	
	.samples ul .break{
		display:none;
	}
	
	.samples ul .break-mobile{
		flex-basis:100%;
		width:0;
		height:0;
		overflow:hidden;
	}
	
	.samples ul li a:after{

	}
}


@media (min-width:1101px) and (max-width:1400px){
	.hero-section:before{
		left: 100px;
	    background-size: 1300px;
	}
	
	.hero-section:after{
		right: 100px;
	    background-size: 1300px;
	}
	
	.samples{
		width: 80%;
		margin: auto;
	}
	
	.samples:before{
		left: -100px;
	    background-size: 1300px;
	}
	
	.samples:after{
		right: -100px;
	    background-size: 1300px;
	}	
	
	.samples ul li img{
		width:100%;
	}
	
	.samples ul li {
		padding: 0px 13px;
		width:25%;
	}
	
	.samples ul .break{
		display:none;
	}
	
	.samples ul .break-mobile{
		flex-basis:100%;
		width:0;
		height:0;
		overflow:hidden;
	}
	
	.samples ul li a:after{

	}		
	
	
	.series-list .series-box.tutorial h3{
		line-height: 34px;
		font-size: 30px;
	}
	
	.series-box.tutorial .bottom-left{
		padding-top:70px;
	}
	
	.samples ul li{
		width:auto;
	}
	
	.samples ul li img {
		width: 180px;
	}
	
}

@media (min-width:1024px) and (max-width:1100px){
	.left-nav ul li a{
		font-size:18px;
	}
	
	.account-links a, .account-links a:hover{
		font-size:18px;
	}
	
	.left-nav ul li{
		padding-right:30px;
	}
	
		
	.hero-section:before{
		width: 25px;
		height: 350px;
		left: 40px;
		top: 160x;
	    background-size: 900px;
	}
	
	.hero-section:after{
		width: 25px;
		height: 350px;
		right: 40px;
		top: 200px;
	    background-size: 900px;
	}
	
	.samples{
		width: 80%;
		margin: auto;
	}
	
	.samples:before{
		left: -100px;
	    background-size: 900px;
	}
	
	.samples:after{
		right: -100px;
	    background-size: 900px;
	}	
	
	
	.samples ul li img{
		width:100%;
	}
	
	.samples ul li {
		padding: 0px 13px;
		width:25%;
	}
	
	.samples ul .break{
		display:none;
	}
	
	.samples ul .break-mobile{
		flex-basis:100%;
		width:0;
		height:0;
		overflow:hidden;
	}
	
	.samples ul li a:after{

	}		
	
	
	.series-list .series-box.tutorial h3{
		line-height: 37px;
		font-size:32px;
	}
	
	.series-box.tutorial .bottom-left{
		padding-top:70px;
	}
	
	.child-nav ul{
		padding-left:50px;
	}
	
	.child-nav ul li a{
		font-size:20px;
		font-weight:500;
	}
	
	.child-nav ul li {
		padding-right: 75px;
	}	
	
	.child-nav ul li img{
		left:-57px;
	}

}

@media (min-width:1024px){
	.left-nav.v2 ul.menu > li:hover .subnav-wrapper{
		display:block;
	}
	
	.filter-btn{
		display:none;
	}
	
	.benefits .container{
		padding-left:28px;
		padding-right:28px;
	}
}

@media (max-width:1023px){
	.left-nav.v2 ul.menu > li{
		padding-right:0px !important;
	}
	
	.left-nav ul.menu li.menu-item-has-children {
		margin-right:15px !important;
	}
	
	.left-nav ul.menu li.menu-item-has-children > a:after{
		display:none;
	}
	
	.left-nav ul.menu li.menu-item-has-children > span{
		display: inline-block;
		width: 32px;
		height: 20px;
		top: 2px;
		float: right;
	}
	
	.left-nav ul.menu li.menu-item-has-children > span:after{
		transition:all 0.3s ease;
	}

	
	.left-nav ul.menu li.menu-item-has-children.active > span:after{
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
	}
	
	.left-nav.v2 ul.menu > li.active .subnav-wrapper{
		display:block;
	}

	.videos_list-box{
		width:100%;
		left:0px;
		min-height:400px;
	}
	
	.left-filter-box{
		display:none;
	}
	
	.page-template-all-videos .page-title{
		width:100%;
		margin-right:auto;
		padding-top:40px;
	}
	
	.left-filter-box{
		z-index: 11;
		top: 74px;
		width: 100%;
		overflow: scroll;
		position:fixed
	}
	
	.series-nav-side > ul > li,
	.series-nav-side .acc__title,
	.series-nav-side .acc__card ul li label{
		padding-left:30px;
	}
	
	.page-template-all-videos footer{
		margin-bottom:70px;
	}
	
	.left-nav ul.menu li.menu-item-has-children.no-link-dropdown{
		padding-right: 25px !important;
	}
	
	li.menu-item-has-children.no-link-dropdown > span{
		position: absolute !important;
		top: auto !important;
		margin-top: 2px;
		margin-left: -52px;
		width: 83px !important;
	}
	
	.series-nav-side #v_search{
		padding-left:30px;
	}
}


@media (min-width:768px) and (max-width:1023px){
	.left-nav ul li a{
		font-size:14px;
	}
	
	.left-nav.v2 ul li a{
		font-size:18px;
	}
	
	.left-nav ul li {
		padding-right: 20px;
	}
	
	.left-nav ul li:last-child,
	.left-nav.v2 ul.menu > li:last-child{
		padding-right: 0px;
	}
	
	.logo a{
		font-size:28px;
	}
	
	.account-links a, .account-links a:hover{
		font-size:14px;
	}
	
	.benefits ul li {
		width: 45%;
	}
	
	.pricing-plans .after-plans{
		margin-right:0px;
	}
	
	.hero-section {
		padding-top: 100px;
	}
	
	
	.hero-section:before{
		width: 25px;
		height: 350px;
		left: 40px;
		top: 160x;
	    background-size: 900px;
	}
	
	.hero-section:after{
		width: 25px;
		height: 350px;
		right: 40px;
		top: 200px;
	    background-size: 900px;
	}
	
	.samples{
		width: 80%;
		margin: auto;
	}
	
	.samples:before{
		left: -70px;
	    background-size: 900px;
	}
	
	.samples:after{
		right: -70px;
	    background-size: 900px;
	}	
	
	
	.samples ul li img{
		width:100%;
	}
	
	.samples ul li {
		padding: 0px 5px;
		width:25%;
	}
	
	.samples ul .break{
		display:none;
	}
	
	.samples ul .break-mobile{
		flex-basis:100%;
		width:0;
		height:0;
		overflow:hidden;
	}
	
	.samples ul li a:after{

	}	
	
	.page-title{
		font-size:50px;
		line-height:58px;
		margin-bottom:80px;
	}
	
	.series-nav{
		margin-bottom:50px;
	}
	
	.series-filter{
		margin-bottom:80px;
	}
	
	.series-filter li a{
		font-size:36px;
	}
	
	.series-nav{
		font-size:20px;
	}
	
	.series-nav div {
		padding: 15px 30px;
	}
	
	.series-nav ul li a{
		font-size:16px;
		padding:15px 20px;
	}
		
	.series-list .series-box{
		width:48%;
	}
	
	.series-box .category{
		top: 25px;
		left: 25px;
	}
	
	.series-list .series-box.tutorial h3{
		line-height: 37px;
		font-size:32px;
	}
	
	.series-box.tutorial .bottom-left{
		padding-top:70px;
	}
	
	
	.series-list .series-box{
		margin-right:2% !important;
	}
	
	.series-list .series-box:nth-child(even){
		margin-right:0% !important;
	}
	
	.series-list.all-terms .series-box.tutorial{
		min-height:200px !important;
	}
	
	.child-nav ul{
		padding-left:30px;
	}
	
	.child-nav ul li a{
		font-size:20px;
		font-weight:500;
	}
	
	.child-nav ul li {
		padding-right: 40px;
	}
	
	.series-nav ul li.filter-clear{
		width:120px;
	}
	
	.series-nav ul li.filter-clear a{
		padding-left:25px;
	}
	
	.series-nav ul li.filter-clear:before{
		top:9px;
	}
	
	.child-nav ul{
		padding-left:50px;
	}
	
	.child-nav ul li a{
		font-size:20px;
		font-weight:500;
	}
	
	.child-nav ul li {
		padding-right: 75px;
	}	
	
	.child-nav ul li img{
		left:-57px;
	}	
	
	.series-hero._default h2.series-title{
		width:100%;
	}
	
	.series-hero._default{
		padding-bottom:60px;
	}
	
	.series-hero._default a{
		bottom:-35px;
	}
	
	.prev-video{
		top:43%;
	}
	
	.next-video{
		top:45%;
	}
	
	.info-tags{
		/*padding-top:50px;*/
	}
	
	.left-nav.v2 ul ul li{
		width:50%;
	}
	
	.left-nav ul.menu li.menu-item-has-children > a:after{
		top: 9px;
	}
	

	
}




@media (max-width:767px){
	.header .container{
		flex-wrap: wrap;
	}
	
	.header .logo{
		order:-2;
	}
	
	.logo a{
		font-size:22px;
	}
	
	.account-links{
		width: auto;
		order: -1;
	}
	
	.profile {
		width: 35px;
		padding: 8px;
		height: 35px;
	}
	
	.account-links a, .account-links a:hover{
		font-size:14px;
		margin-left: 10px;
	}
	
	.left-nav ul li a{
		font-size:16px;
	}
	
	.left-nav.v2 ul li a{
		font-size:18px;
	}	
	
	.left-nav ul li {
		padding-right: 20px;
	}
	
	.left-nav ul li:last-child,
	.left-nav.v2 ul.menu > li:last-child{
		padding-right: 0px;
	}
	
	.left-nav {
		width: 100%;
	}
	
	.left-nav ul{
		justify-content:center;
		margin-top: 20px;
	}
	
	footer .container{
		flex-wrap:wrap;
	}
	
	footer .footer-links > a{
		font-size:18px;
		margin-right:30px;
	}
	
	footer .footer-links{
		flex-wrap:wrap;
	}
	
	footer .social-links {
		width: 100%;
	}
	
	footer .social-links li{
		padding-left: 0px;
		padding-right: 20px;
	}
	
	footer .social-links li img{
		height:20px;
	}
	
	footer {
		padding: 50px 0px 40px;
	}
	
	.hero-section h1{
		font-size:34px;
		line-height:44px;
	    font-weight: 700;
	}
	
	.benefits ul{
		flex-direction:column;
	}
	
	.benefits ul li{
		width:100%;
	}
	
	html body h2,
	html body .related-wrapper h2{
		font-size:32px;
	}
	
	html body .video-title{
		font-size:32px;
		padding-top:50px;
	}
	
	.pricing-plans .six-months{
		min-width: auto;
		margin-right: 0px;
		min-height: auto;
		padding: 40px 25px;
		width: 100%;
		max-width: 340px;
		margin-bottom: 20px;
		border-radius: 10px;
	}
	
	.pricing h2{
		margin-bottom:-30px;
	}
	
	.pricing-plans{
		flex-direction:column;
	}
	
	.pricing-plans .after-plans {
		flex-direction: row;
		margin-right: 0px;
		align-items: flex-end;
	}
	
	.pricing-plans .after-plans > div{
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
	}
	
	.hero-slider li {
		padding: 0px 7px;
	}
	
	.hero-section {
		padding-top: 50px;
	}
	
	.benefits {
		padding-top: 100px;
	}
	
	.benefits h4{
		font-size: 26px;
		line-height: 38px;
		margin-bottom: 10px;
	}
	
	.benefits p{
		font-weight:400;
		max-width:100%;
	}
	
	ul.hero-slider{
		padding-bottom:50px;
	}
	
	.samples{
		padding-top:60px;
	}
	
	.pricing {
		padding: 90px 0px 0px;
	}
	
	.faq{
		padding-top:55px;
	}
	
	.faqs ul li div{
		font-size:18px;
	}
	
	.faqs ul li{
		padding-left:40px;
	}
	
	.faqs ul li p {
		font-family: 'Poppins', sans-serif;
		font-weight: 300;
		font-size: 15px;
		margin-top: 5px;
		margin-bottom: 15px;
	}
	
	.get-started p{
		font-size:18px;
	}
	
	.hero-section:before{
		width: 25px;
		height: 350px;
		left: 20px;
		top: 160x;
	    background-size: 900px;
	}
	
	.hero-section:after{
		width: 25px;
		height: 350px;
		right: 20px;
		top: 200px;
	    background-size: 900px;
	}
	
	.samples{
		width: 90%;
		margin: auto;
	}
	
	.samples:before{
		left: -15px;
		background-size: 500px;
		width: 50px;
		height: 259px;
		top: 209px;
	}
	
	.samples:after{
		right: -15px;
		background-size: 500px;
		width: 50px;
		height: 259px;
		top: 209px;
	}		
	
	.samples ul li img{
		width:100%;
	}
	
	.samples ul li {
		padding: 0px 5px;
		width:25%;
	}
	
	.samples ul .break{
		display:none;
	}
	
	.samples ul .break-mobile{
		flex-basis:100%;
		width:0;
		height:0;
		overflow:hidden;
	}
	
	.samples ul li a:after{
		width: 20px;
		height: 26px;
		background-size: 100%;
	}
	
	.series-list .series-box{
		width:100%;
		margin-right:0px;
	    height: 190px;
	}
	
	.page-title{
		font-size: 34px;
		line-height: 120%;
		margin-bottom:50px;
	}
	
	.series-filter li a{
		font-size:18px;
		line-height:30px;
		font-weight:600;
	}
	
	.series-filter li {
		padding-right: 20px;
	}
	
	.series-filter{
		margin-bottom:25px;
	}
	
	.series-nav{
		margin-bottom:50px;
		flex-direction: column;
	}
	
	.series-nav ul{
		flex-direction: column;
		width: 100%;
		margin: auto;
	}
	
	.series-nav ul li{
		max-width:100%;
	}
	
	header.inner-header .left-nav {
		width: 100%;
	}
	
	.series-nav ul li a{
		font-size: 20px;
		padding:15px 20px;
	}
	
	.series-box .category{
		top: 15px;
		left: 15px;
	    font-size: 14px;
		font-weight:500;
	}
	
	.series-box .bottom-left{
		bottom: 20px;
		left: 15px;
	}
	
	.series-list .series-box.tutorial{
		min-height:220px !important;
	}
	
	.series-list .series-box.tutorial h3{
		font-size: 28px;
		line-height: 36px;
	}
	
	.series-box.tutorial .bottom-left{
		padding-top:50px;
		left:20px;
	}
	
	.page-template-default h1{
		font-size: 34px;
		line-height: 44px;
		font-weight: 700;
	}
	
	.page-template-default h3{
		font-size: 26px;
		line-height: 38px;
		font-weight: 500;
		margin-bottom: 10px;
	}
	
	.page-template-default blockquote{
		margin: 0px;
		margin-bottom: 20px;
	}
	
	.error404 .page-404 h2 span{
		font-size:inherit;
	}
	
	.error404 .page-404{
		height:auto;
	}
	
	ul.all-videos-list li{
		width:44%;
	}
	
	
	.child-nav ul{
	    flex-direction: column;
	}
	
	.child-nav ul li a{
		font-size:20px;
		font-weight:500;
		line-height:40px;
	}
	
	.child-nav ul li {
		padding-right: 40px;
	}	
	
	.series-nav ul li.filter-clear{
		position:relative;
	}
	
	.series-nav ul li.filter-clear a{
		justify-content:center;
	}
	
	.series-nav ul li.filter-clear:before{
		display:none;
	}
	
	.child-nav ul li img{
		top:-5px;
	}
	
	ul.all-videos-list{
		padding-top:50px;
	}
	
	.series-hero._default h2.series-title{
		width:100%;
	}
	
	.series-hero._default{
		padding-bottom: 30px;
		padding-top: 50px;
	}
	
	.series-hero._default a{
		top: -35px;
		bottom: auto;
	    left: 25px;
	}

	.series-hero._default h2.series-title{
		font-size:32px;
		line-height:32px;
	}
	
	.series-hero._default h2.series-title span{
		margin-bottom:10px;
	}
	
	.series-hero._default a{
		font-size:16px;
	}
	
	.series-hero._default a:before{
		top:3px;
	}
	
	ul.series-videos.all-videos-list{
		margin-bottom:45px;
	}
	
	.prev-video{
		top:43%;
	}
	
	.next-video{
		top:45%;
	}

	.info-tags{
		/*padding-top:50px;*/
	}
	
	.related-wrapper {
		padding-top: 50px;
	}
	
	.back-link{
		left: 25px;
		margin-top: 70px;
	}
	
	.related-videos{
		padding-top:85px !important;
	}
	
	.left-nav.v2 ul ul li{
		width:100%;
	}
	
	
	.left-nav ul.menu li.menu-item-has-children > a:after{
		top: 9px;
	}

	.left-nav.v2 ul ul li a{
		font-size:20px;
		line-height:20px;
	}
	
	.left-nav.v2 ul ul li {
		padding-bottom:15px;
	}
	
	.left-nav.v2 ul ul{
		padding-top:30px;
	}
	
	.left-nav.v2 ul .subnav-wrapper{
		top:107px !important;
	}
	
	.left-nav.v2 ul .subnav-wrapper span{
		margin-top:0px;
	}
	
	.samples ul > a:after{
		width: 80px;
		height: 80px;
		background-size: 30px;
		background-position: 29px center;
	}
}

@media (max-width:580px){
	ul.all-videos-list li a{
		width:137px;
		height:137px;
	}
	
	ul.all-videos-list li{
		width: 40%;
		margin-bottom:40px;
	}
	
	ul.all-videos-list p{
		font-size:16px;
	}
	
	ul.all-videos-list p.video-duration{
		font-size:18px;
	}
	
	.prev-video{
		left: -34px;
		top: 39%;
		font-size: 13px;
	}
	
	.prev-video:after{
		width: 52px;
		height: 165px;
		right: 13px;
		bottom: -72px;
		background-size: 100%;
		transform: rotate(91deg);
		-webkit-transform: rotate(91deg);
		-moz-transform: rotate(91deg);
	}
	
	.next-video{
		right: -20px;
		top: 39%;
		font-size: 13px;
	}
	
	.next-video:after{
		width: 52px;
		height: 165px;
		right: 17px;
		bottom: -52px;
		background-size: 100%;
		transform: rotate(-87deg);
		-webkit-transform: rotate(-87deg);
		-moz-transform: rotate(-87deg);
	}
	
	.video-frame iframe{
		width: calc(100% - 65px);
	}
	
	ul.all-videos-list p{
		padding-left:10px;
	}
	
	.info-tags ul li a{
		font-size:12px;
		padding: 2px 10px;
	}
	
	.single-videos .info-txt, .single-series .info-txt{
		padding-top:0px;
	}
	
	.single-videos .info-txt, .single-series .info-txt{
		padding-bottom:80px;
	}

}

@media (min-width:500px) and (max-width:767px){
	.samples:before,
	.samples:after{
		display:none;
	}
}
span.name-description {
    padding-top: 15px;
}