/*
 Theme Name:   1x1SPORT Theme (pressive)
 Description:  Child theme base on "Pressive" for 1x1SPORT Online Training Website
 Author:       Anna Maier
 Author URI:   http://www.1x1publishing.de
 Template:     pressive
 Version:      1.0
 Text Domain:  pressive
*/

/* 1x1 LOGIN SHORTCODE START */
/* Wrapper paragraph. */
.login-username, .login-password, .login-submit {
	margin:0px;
}
.login-remember {
	
}
/* Username label. */
.login-username label, .login-password label {
	font-size: 18px;
	line-height: 1.5;
	display: inline-block;
	margin-bottom: 3px;
}	

/* Username input. */
.login-username .input, .login-password .input {
	font-family:'Roboto Condensed';
	font-weight:300;
	font-size: 24px;
	color:#333;
	line-height: 1.33333333;
	width: 100%;
	border-width: .0625rem;
	padding: .1875rem .3125rem;
	margin: 0 6px 16px 0;
	min-height: 40px;
	max-height: none;
	border: 1px solid #efefef;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 10px #efefef;
	-webkit-box-shadow: inset 0 0 10px #efefef;
	box-shadow: inset 0 0 10px #efefef;	
}



/* Remember me label. */
.login-remember label {}

/* Remember me checkbox. */
.login-remember input[type="checkbox"] {
	width: 20px;
	height: 20px;
	padding: 2px 5px;
	margin: 0px 0px 5px 0px;
}

/* Submit button. */
.login-submit .button-primary {
    cursor: pointer; 
	font-family:'Roboto Condensed', sans serif;
    font-display:swap;
    width:auto!important;
    font-weight: bold !important;
    text-transform:uppercase;
    margin-bottom: 10px;
    color: white;
    border: none;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 15px;
    font-size: 18px;
    line-height: 1.2em;
    border-radius: 3px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background-image: none;
    background-color: #59c2fb;
}
.login-submit .button-primary:hover {
    background-color: #373c46;
}
/* 1x1 LOGIN SHORTCODE END*/

/*LEARNDASH START*/
.sfwd-lessons-template-default, .sfwd-topic-template-default, .sfwd-courses-template-default {
    font-family: 'Roboto Condensed';
    font-weight: 300!important;
}
.learndash-wrapper .ld-course-navigation .ld-status-icon .ld-icon-checkmark {
    font-size: .5em;
}
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item .ld-lesson-item-preview {
    padding: .45em .8em;
}
.learndash-wrapper .ld-table-list .ld-table-list-header, .learndash-wrapper .ld-table-list .ld-table-list-item-preview {
    padding: 10px 0;
}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon {
    margin-top: .0em;
}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview {
    padding: 5px 10px;
}
.ld-item-title {
    font-weight: bold;
}
.learndash-wrapper .ld-expand-button, .learndash-wrapper .learndash_mark_complete_button, .learndash-wrapper #learndash_mark_complete_button, .learndash-wrapper .ld-button, .learndash-wrapper .ld-status, .learndash-wrapper .btn-join, .learndash-wrapper #btn-join   {
    border-radius: 3px;
    font-weight: 900;
    font-size: 1em;
	text-transform:uppercase;
}
.learndash-wrapper .learndash_mark_complete_button, .learndash-wrapper #learndash_mark_complete_button  {
	padding: .75em 2.25em .75em 1em;
}
.learndash-wrapper .ld-status  {
	padding: .75em 1em;
}
.learndash-wrapper .ld-item-icon {
	margin-right:.25em;
	margin-left:.25em;
}
span.ld-topic-title {
    margin-top: 3px;
}
.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-lesson-title {
    font-size: 1em;
}
.ld-focus-sidebar span.ld-text.ld-primary-color {
    font-size: .8em;
}
.learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo {
    padding: 0em 1em .5em 2.5em;
}
.ld-focus-content {
	background:white;
}
.ld-focus-main {
    background-image: url(https://www.1x1sport.de/wp-content/uploads/bg_blog.jpg);
    background-size: cover;
}
.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details {
    padding-right: 1em;
}
.ld-course-status-segment.ld-course-status-seg-price {
    display: none;
}
.learndash-wrapper .ld-expand-button .ld-icon {
    font-size: .675em;
}
span.ld-expand-button-ld-button-alternate span.ld-text.ld-primary-color {
    color: black!important;
}
span.list-1x1 span.ld-text {
    color: #495255;
    font-size: 0.8em;
    font-weight: 300;
}
.learndash-wrapper .list-1x1.ld-expand-button.ld-button-alternate .ld-icon {
    background-color: #495255!important;
}
/*LEARNDASH END*/

/*DSGVO START*/
.sp-dsgvo-framework input[type=text], .sp-dsgvo-framework input[type=email] {
    padding: 6px 9px 6px 9px;
    margin-bottom: 10px;
    border: 1px solid #efefef;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 0 0 10px #f4f4f4;
    -webkit-box-shadow: inset 0 0 10px #efefef;
    box-shadow: inset 0 0 10px #efefef;
    font-family: 'Roboto Condensed', sans-serif;
    box-sizing: border-box;
    color: #373c46;
    font-size: 1em;
    font-weight: 300;
    height: 38px;
    line-height: 1em;
}
.sp-dsgvo-framework input[type=text] {
	width:150px;
}
.sp-dsgvo-framework input[type=email] {
	width:300px;
}
.sp-dsgvo-framework select {
    padding: 6px 9px 6px 9px;
    width: auto;
    font-size: 1em;
    font-weight: 300;
    background: #373c46;
    color: White;
    border: 1px solid #373c46;
}

.sp-dsgvo-framework input[type=submit] {
    cursor: pointer; 
	font-family:'Roboto Condensed', sans serif;
    font-display:swap;
    width:auto!important;
    font-weight: bold !important;
    text-transform:uppercase;
    margin-bottom: 10px;
    color: white;
    border: none;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 15px;
    font-size: 18px;
    line-height: 1.2em;
    border-radius: 3px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background-image: none;
    background-color: #59c2fb;
}

.sp-dsgvo-framework input[type=submit]:hover {
    background-color: #373c46;
}
#cn-notice-text {
	font-size:18px;
	font-family:'Roboto Condensed', sans serif;
}
/*DSGVO END*/

.no_p_space {
	margin:0px!important;
	padding:0px!important;
	height:0px!important;
}
.bSe a.download, .bSe div.prevlink1x1 a, .bSe div.nextlink1x1 a {
    color: white;
}
.ind .bSe .awr .awr-i h2.entry-title {
	padding: 0px;
	font-size: 1.8em;
}
.ind .bSe .awr .awr-i .sub-entry-title {
	display:none;
}
p {
	margin-bottom:1em;
}
h1, .entry-title {
    font-size: 40px;
}
.pt-cv-wrapper .pt-cv-readmore.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: .9em;
    line-height: 1.3;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	background-color:#59c2fb;
	text-transform:uppercase;
}

section[id*='search-'] .srh input.search-field {
    padding: 6px 9px 6px 9px;
    width: 100%;
	margin-bottom:10px;
	border-width: 1px 1px 1px 1px;
}
.sAsCont .sAs section ul li {
    padding: 0;
}

section[id*='recent-posts'] ul li {
    margin-bottom: 0px;
}
.sAsCont .sAs section ul li a {
    font-size: .9em;
    font-weight: 300;
}
section[id*='recent-posts'] ul li a, .tabs_widget .scTC a, .rw a {
	margin: 2px 0;
}

.search-icon path {color:#2f83b1;} 
p.small svg.tcb-icon.search-icon path {color:#666;}
 
.pt-cv-mask {
	left:unset;
	right:unset;
	width:90%;
}
.pt-cv-ifield a img {width:100%!important;}

#pt-cv-view-f3e209dntl .simplefavorite-button, #pt-cv-view-9a0349aen2 .simplefavorite-button, #pt-cv-view-09efd49x4b .simplefavorite-button, #pt-cv-view-639a7d82iw .simplefavorite-button, #pt-cv-view-6163781grj .simplefavorite-button, #pt-cv-view-d0439bfrn1 .simplefavorite-button, #pt-cv-view-d8061a47r5 .simplefavorite-button, #pt-cv-view-7213c02fwd .simplefavorite-button, #pt-cv-view-5186448rvt .simplefavorite-button, #pt-cv-view-11ce901oag .simplefavorite-button, #pt-cv-view-40c9ed61bx .simplefavorite-button{display:none;}
#pt-cv-view-4f58398y64 .pt-cv-content {
    font-size:16px!important;
    line-height:1.5em!important;
    margin-bottom:20px!important;
}
.playlist-view .pt-cv-readmore {
    text-transform:uppercase;
font-weight:700;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}
.pt-cv-content {
    font-weight:300;
	line-height:1.3em;
}
.playlist-view h4.pt-cv-title a.cvplbd:link{
    color:#373c46;
}
.sAsCont .sAs.right.dashboard-side section ul.digimember_product_links li {
    border-bottom:none;
}
.sAsCont .sAs.right.dashboard-side section ul.digimember_product_links li a{
    font-weight: 300;
}
.sAsCont a {
    color: #666;
}

.sAs.right.dashboard-side section {
    margin: 0 0 35px 0;
    border: 1px solid #efefef;
    padding: 15px 20px 20px;
}
.sAs.right.dashboard-side section p:last-child{
    margin-bottom: 0;
}
.sAsCont a:hover {
    color: #59c2fb;
}
.pt-cv-hover-wrapper div.simplefavorite-button div.favs-btn, .playlist-view div.simplefavorite-button div.favs-btn, .trainerhilfen-view div.simplefavorite-button, .dashboard-workshops div.simplefavorite-button div.favs-btn {
   display: none;
}
.pt-cv-hover-wrapper div.simplefavorite-button span.favs-btn-icon, .playlist-view div.simplefavorite-button span.favs-btn-icon {
width:30px;
}
.pt-cv-hover-wrapper div.simplefavorite-button, .favs-list-wrapper .simplefavorite-button{
    z-index: 9999;
    cursor:pointer;
min-width:30px;
}
.simplefavorite-button {
    position: absolute;
    z-index: 10;
    top: 0px;
    right: 10px;
    height: 30px;
    border-radius: 5px;
}
div.ws-fav-btn div.simplefavorite-button {top:unset!important;}
.blog1x1 .simplefavorite-button {
	top: -50px;
	right: unset;
}
.blog1x1 .simplefavorite-button .favs-btn  {
    border-radius: 5px;
}
.blog1x1 .simplefavorite-button .favs-btn-icon i  {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.playlist-view .simplefavorite-button {
    right: 25px;
}
.favs-btn, .favs-list-wrapper .simplefavorite-button .favs-btn  {
    position: relative;
    cursor: pointer;
    font-size: 15px;
    height: 30px;
    padding: 0 38px 0 12px;
    background: #373c46;
    border: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.favs-btn-text {
    color: #fff;
    width: 100px;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.simplefavorite-button .favs-btn-icon i {
    padding:5px;
    font-size: 20px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(0,0,0,.5);
    border-bottom-right-radius: 5px;
	
}
.simplefavorite-button.active {
    opacity: 1;
}
.simplefavorites-clear {
    margin:10px 0px;
}
.favorites-list.favs-wrapper {
    display:grid;
    grid-template-columns:calc(33% - 10px) calc(33% - 10px) calc(33% - 10px);
    grid-gap: 10px;
}
.favs-list-wrapper {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 100%;
}

.favs-list-wrapper img { display: block;width: 100%; }
.favs-list-wrapper p { margin-bottom:0px!important; }
.favs-list-mask {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: white;
  font-size: 1em;
  left: 0;
  padding-left: 15px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.favs-list-mask:hover { background-color: rgba(0, 0, 0, 0); }

.favs-list-mask h4 a { position: absolute; bottom: 15px; left: 15px; color:white!important; font-size:16px!important; font-weight:700; line-height:1.2em; }

/*Support Candy Ticket System*/
.wpsc_ticket_list_container {
    min-height: unset !important;
}
.wpsc_ticket_list_container {
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.bSe table th {
    font-family: 'Roboto Condensed', sans-serif!important;
    font-display:swap;
}

/*404*/
.nummer {
    font-size: 260px;
    font-weight: 800;
    text-align: center;
    display: block;
}
.search404 p{
    font-size: 24px;
    text-align: center;
    width: 70%;
    display: block;
    margin: 0 auto;
} 
.search404 form input#FormSubmit {
    margin: 0 auto;
    display: block;
}
.search404 form input[type="text"] {
    width:60%;
    display: block;
    margin: 0 auto;
    font-family: 'Roboto Condensed';
    font-display:swap;
    float: unset;
    margin-bottom: 20px;
}
 /*Suche*/
.lost form input[type="text"], .search-field {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    box-sizing: border-box;
    background: #fdfdfd;
    border: 1px solid #e2e2e2;
    color: #ccc;
    font-weight: 300;
    font-size: 1.125em;
    height: 45px;
    padding-left: 2%;
    font-family:'Roboto Condensed';
    font-display:swap;
}
input#FormSubmit.searchbtn {margin-bottom:0px;}
input[type=text] {
    border:1px solid #efefef;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    -moz-box-shadow:    inset 0 0 10px #efefef;
   -webkit-box-shadow: inset 0 0 10px #efefef;
    box-shadow:         inset 0 0 10px #efefef;
}
.wp-caption-text, p.small, small {
    font-size: 14px;
    line-height: 1.5em!important;
}
.sufu-checkbox {
    display: inline-block;
    margin: 1em 1em 1em 0;
}
div.sufu-submit input.filter-btn {
    padding: .8em;
    font-size: 1em;
    margin: 0;
    background: #fff;
    border: 2px solid #59c2fb;
    font-family: 'Roboto Condensed',Helvetica,Arial,sans serif;
    font-display:swap;
    text-transform: uppercase;
    line-height: 1.3em;
}
.mb40 {
    margin-bottom: 40px;
}
.search h5 {
    margin-bottom: 5px;
}
h5.light a{
    font-weight:300!important;
    font-size:28px!important;
    text-transform:uppercase!important;
    color:#2f83b1;
    line-height:1.3em;
}
h5.light svg {
    color: #666;
    margin-bottom: 5px;
    font-size:.7em;
    line-height:.7em;
}
p.small {
    font-size:14px!important;
    margin-bottom:0px;
}
p.small svg {margin-bottom:3px;}

.search p.small {
    font-size: 11px!important;
    margin: 0!important;
}
p.small span.link {
color: Green!important; }

p.medium {
    font-size: 16px;
}

.digistore_affiliate_input {
    width: 300px;
    padding: 7px 5px;
    font-size: 18px;
    font-family: 'Roboto Condensed';
    font-display:swap;
    font-weight: 300!important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border:none;
}
.digistore_promolink_generator {
    width:100%;
    font-weight: 300!important;
}
td.digistore_promolink_label {
    width:150px!important;
}
#affiliate_toggle .tve_faq .tve_faqB {
	    padding: 15px 17px;
	}
#affiliate_toggle .tve_faq .tve_toggle {
	top:24px;
}

.ld_course_grid .thumbnail .caption .entry-title {
    font-size: 22px;
}
.ld_course_grid .thumbnail.course .ld_course_grid_price {
    display: none;
}
@media (min-width: 576px) {
.ld-course-list-items .col-sm-12 {
flex: calc(50% - 30px);
max-width: calc(50% - 30px);
}
}
@media (max-width: 576px) {
.ld-course-list-items .col-sm-12 {
flex: unset;
max-width: unset;
}
}
a.download {
	margin:0px 0px 25px 0px!important;
	text-transform: uppercase;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
    padding: 12px 15px;
    background-image: none;
    background-color: rgb(78, 73, 93);
    color:white;
    font-weight:700;
    display:inline-flex!important;
    border:none;
}
.ld-course-list-items .ld_course_grid .btn-primary{
    text-transform: uppercase;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
    padding: 12px 15px;
    background-image: none;
    background-color: rgb(78, 73, 93);
    color:white;
    font-weight:700;
    margin:0px;
    display:inline-flex;
    border:none;
}
.ld-course-list-items .ld_course_grid .ld_course_grid_button a {
    width:unset;
}
.ld-course-list-items .ld_course_grid .btn-primary:hover, a.download:hover{
    background-color: rgb(55, 60, 70) !important;
}
/*Member Dashboard Playlist Liste*/
.pt-cv-collapsible #6326bb99fz.panel-collapse.collapse.in .panel-body {
    border-top: none!important;
}
.pt-cv-scrollable .carousel-control span {background: #52c2fb!important}
.pt-cv-scrollable .pt-cv-carousel-indicators li.active {background-color: #52c2fb!important; background-image: none !important;}
/*Athletik-Fußballtraining, BBall Ball Handling*/
#pt-cv-view-60dcccalko, #pt-cv-view-f88874ensa {margin-top:0px;}
/* Scrollable list - vertical scroll */
.vertical .carousel-inner{height:100%}.pt-cv-carousel.vertical .item{-webkit-transition:.6s ease-in-out top!important;-moz-transition:.6s ease-in-out top!important;-ms-transition:.6s ease-in-out top!important;-o-transition:.6s ease-in-out top!important;transition:.6s ease-in-out top!important}.pt-cv-carousel.vertical .active{top:0!important}.pt-cv-carousel.vertical .next{top:400px!important}.pt-cv-carousel.vertical .prev{top:-400px!important}.pt-cv-carousel.vertical .next.left,.pt-cv-carousel.vertical .prev.right{top:0!important}.pt-cv-carousel.vertical .active.left{top:-400px!important}.pt-cv-carousel.vertical .active.right{top:400px!important}.pt-cv-carousel.vertical .item{left:0!important;transform:none!important}

.pt-cv-carousel-indicators {top: -30px!important;bottom:unset!important;}
.pt-cv-scrollable .carousel-control.left{left:0px!important;}
.pt-cv-scrollable .carousel-control.right{right:0px!important;}
.pt-cv-view .pt-cv-carousel-indicators li {-webkit-box-shadow: inset 0 0 0 2px #efefef!important;-moz-box-shadow: inset 0 0 0 2px #efefef!important;box-shadow: inset 0 0 0 2px #efefef!important;}
.pt-cv-scrollable .pt-cv-carousel-indicators li.active{box-shadow: unset!important;}

/*Header*/
header #logo {
    padding: 0 0 8px 0px !important;
    min-width: 150px!important;
}
.h-b .h-bi {
    z-index: 100;
}
header>div.h-i {
    margin-bottom: -29px !important;
    border-bottom: none !important;
}
header.side .m-s {
    vertical-align: unset !important;
    padding-top: 10px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
#floating_menu header {
    padding: 0px 0px 0px 0px!important;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.b-tt.b-td {
    padding-bottom: 50px;
}
#floating_menu.mff header nav>ul>li>a {
    color: #FFF;
}

header nav ul li>ul {
    border-top: 3px solid #59c2fb;
}
header nav ul li>ul li a:hover {
    background-color: #efefef;
    color: #666;
}
div#logo a img.l-d {height:65px;}
div#logo a img.l-l {height:40px;}
div#floating_menu header div div.wrp.header1x1 div#logo {
    height:71px;
    -webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    -ms-transition: all .6s linear;
    -o-transition: all .6s linear;
    transition: all .6s linear;
}
div#floating_menu.mff.a60 header div div.wrp.header1x1 div#logo {
    height:41px;
    -webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    -ms-transition: all .6s linear;
    -o-transition: all .6s linear;
    transition: all .6s linear;
}
header nav>ul.menu>li.current-menu-item>a, header nav>ul.menu>li.current_page_item>a, header nav>ul.menu>li.current-page-item>a, header nav>ul#menu>li.current-menu-item>a, header nav>ul#menu>li.current_page_item>a, header nav>ul#menu>li.current-page-item>a {
    color: white;
}
header nav>ul.menu>li.current-menu-item>a:before, header nav>ul.menu>li.current_page_item>a:before, header nav>ul.menu>li.current-page-item>a:before, header nav>ul#menu>li.current-menu-item>a:before, header nav>ul#menu>li.current_page_item>a:before, header nav>ul#menu>li.current-page-item>a:before, header nav>ul.menu>li.current-menu-item>a:after, header nav>ul.menu>li.current_page_item>a:after, header nav>ul.menu>li.current-page-item>a:after, header nav>ul#menu>li.current-menu-item>a:after, header nav>ul#menu>li.current_page_item>a:after, header nav>ul#menu>li.current-page-item>a:after {
    background: #59c2fb;
    bottom:-20%;
}
#floating_menu.mff .h-i nav>ul.menu>li>a:after, #floating_menu.mff .h-i nav>ul.menu>li>a:before {
    bottom: -20%;
}
header nav > ul.menu > li > a:hover {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
#floating_menu.mff .h-i .s-bb {
    color: #ffffff;
}
#floating_menu.mff header:before {
    top: -230px;
}
header:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 280px;
    top: -205px;
    background: #373c46;
    transform: skewY(-2.2deg);
    z-index: -1;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
#floating_menu.mff header {
    background: transparent!important;
}
#floating_menu.mff header.side .m-s {
    padding-top:1px;
}


/*Digimember*/

.ncore_dialog-ui-container .ui-widget div.info {
    font-weight: 300;
    margin-bottom: 15px;
}
.ncore_dialog-ui-container .ui-dialog .ui-dialog-title {
    white-space: unset;
    font-size: 1.4rem;
}

#ktv2-form-179411 p {margin:0px;height:0px; line-height:0px;}

ul.digimember_product_links {
    margin-left: 0px!important;
    padding-left: 0px!important;
    line-height: 1.2em!important;
    margin-bottom: 0px!important;
    list-style-type: none;
}
ul.digimember_product_links li {
    margin-bottom: 0px;
}
.sAsCont.chapter-list-wrp .sAs section {
    margin: 0px 15px 35px;
}

.related-videos-wrapper {
    margin-left:35px;
}
.ws-title {
    padding:0px 35px 0px 35px;
}
.thrv_wrapper {
    padding: 0px;
}

/*Workshop Sidebar*/
#custom_html-8 {
    margin-top:0px;
}
.bSeCont .bSe.workshopCont {
    width: 72%;
}
/* Mozilla based browsers */
::-moz-selection {
       background-color: Orange;
       color: Gold;
}

/* Works in Safari */
::selection {
       background-color: Orange;
       color: Gold;
}
.sAsCont .sAs section {
    margin: 25px 22px 35px;
}
p.ttl {
    margin-bottom:20px;
}

.sAsCont .ttl:after {
    bottom:-5px;
}
h2.ld-entry-title.entry-title {
    font-size:18px;
}
h2.entry-title {
    margin-top:0px;
    padding:0px 35px
}



footer {
    font-family: 'Roboto Condensed', sans-serif!important;
    font-display:swap;
}

.bSe h1, h1{font-size:47px}
.bSe h2, h2{font-size:40px}
.bSe h3, h3{font-size:34px}
.bSe h4, h4{font-size:24px}
.bSe h5, h5{font-size:18px}
.bSe h6, h6{font-size:16px}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
    font-display:swap;
    color:#373c46;
    font-weight: 700;
    line-height: 1.2em;
    word-wrap: break-word;
}
div.thrv_wrapper.thrv-columns.section1x1 div.tcb-flex-row.v-2.tcb--cols--2 div.tcb-flex-col div.tcb-col div.tcb-clear div.thrv_wrapper.thrv-button  {
	margin-top: 0px;
	margin-bottom: 0px;
}

h1, .entry-title {
    font-weight:700;
    text-transform:uppercase;
    color:#373c46;
}
.tve_faq {
    background:unset;
    border-bottom:1px dotted #efefef;
}
.tve_faq .tve_faqB {
    padding: 5px 17px;
}
.tve_faq .tve_faqC {
    padding: 25px 37px;
}

/*Trainer & Athleten START*/
.cv-trainer div.pt-cv-page div.pt-cv-content-item div.pt-cv-ifield a.cvplbd img {
    border-radius:50%!important;
}
.cnt.trainer1x1 {
    padding-top:80px;
}
h1.author-title {
    font-size: 3em;
    line-height: 1em;
    margin-bottom:20px;
}
.author-intro {
    display: table;
    margin: 50px 0 30px 0;
}
.author-left {
    width: 50%;
    padding-right: 3%;
    display: table-cell;
    vertical-align:middle;
}
.author-right {
    width: 50%;
    display: table-cell;
}
.author-intro .featured img {
    float: right;
    margin: 0 0 25px 2em;
    width: 100%;
    height: auto;
    max-width: 400px;
    border-radius: 50%;
    border: 1px solid #E2E2E2;
}
.coach-cover:first-child {
    margin-top: 20px;
}
.coach-cover {
    margin-bottom: 20px;
    height: auto;
    display:flex;
    padding:5px 15px;
}
.coach-cover a {
     margin:0 auto
}
.coach-cover img {
    width: 100%;
    height: auto;
    margin: 0;
    box-shadow: 0 0 5px #000;
}
.trainer-post-list {
    border-left:1px solid #efefef!important;
    padding: 5px 0px 20px 35px;
    width:calc(28% - 35px)!important;
}
.trainer-post-list h3  {
    font-family:'Roboto Condensed', Helvetica, Arial;
    font-display:swap;
    font-size:26px;
    text-transform:uppercase;
    font-weight:bold;
    display:block;
}
.post-area {
    padding:0px 0px 25px;
}

/*Trainer & Athleten ENDE*/

.bSe ul li, .bSe ol li {
    line-height:1.5em!important;
    margin-bottom:10px!important;
}
.bSe ul, .bSe ol {
    color: #666;
}

.chevron {
    display: inline-block;
    padding-top: 4px;
    width: 1em;
    height: 1em;
    line-height: 1em;
    vertical-align: -2px;
    stroke-width: 0;
    stroke: white;
    fill: white;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.subpage-nav {
    width:500px;
    margin:10px auto;
    padding-top:10px;
    border-top:1px solid #efefef;
    height: 50px;
}
.prevlink1x1 a, .nextlink1x1 a, #learndash_next_prev_link a{
    text-transform: uppercase;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
    padding: 12px 15px;
    background-image: none;
    background-color: rgb(78, 73, 93);
    color:white;
    font-weight:700;
    margin:5px;
    display:inline-flex;
    border:none;
}
.prevlink1x1 a:hover, .nextlink1x1 a:hover, #learndash_next_prev_link a:hover{
    background-color: rgb(55, 60, 70) !important;
}
.prevlink1x1 {
    float:left;
}
.nextlink1x1 {
    float:right;
}

/*Digimember*/
form#login_2_form {
    padding-left:35px!important;
}

.ncore_dialog-ui-container .ui-dialog .ui-widget-header .ui-button-icon-only.ui-dialog-titlebar-close .ui-button-icon-primary.ui-icon.ui-icon-closethick {
    background:none!important;
    background-color: transparent!important;;
    border: none!important;
}
.ncore_dialog-ui-container .ui-dialog .ui-widget-header .ui-button-icon-only.ui-dialog-titlebar-close .ui-button-icon-primary.ui-icon.ui-icon-closethick:before {
    content:'\02DF';
}

.ncore_dialog-ui-container .ui-widget-header {
    font-family:'Roboto Condensed'!important;
    font-display:swap;
    background-color:transparent!important ;
    color: #373c46;
    text-transform:uppercase;
}
.ncore_dialog-ui-container .ui-widget, .ncore_dialog-ui-container .ui-widget input {
    font-family:'Roboto Condensed'!important;
    font-display:swap;
	width:90%;
	max-width:243px;
}
.ncore_dialog-ui-container .ui-widget-header {
    border:none;
}
form.ncore_user_form.ncore_form_narrow div.ncore_without_value div.ncore_form_label label, input#FormSubmit {
    font-family:'Roboto Condensed';
    font-display:swap;
    font-size:18px;
    color:#373c46;
    top:20px;
}
form.ncore_user_form.ncore_form_narrow input[type="text"], form.ncore_user_form.ncore_form_narrow input[type="text"]:focus, form.ncore_user_form.ncore_form_narrow input[type="password"], form.ncore_user_form.ncore_form_narrow input[type="password"]:focus {
    border-bottom:1px solid #efefef;
}
div.ncore_dialog-ui-container, div.ncore_dialog-ui-container > div {
    z-index:999999!important;
}
.tve_p_lb_background {
    z-index:99999!important;
}
.ncore_with_tooltip img.ncore_tooltip_icon {
    position:absolute;
    margin-left:1px;
    height: 10px;
    width: 10px;
}
.ncore_jquery-ui-tooltip.ui-tooltip {
    font-family:'Roboto Condensed'!important;
    font-display:swap;
    padding:20px!important;
    height:auto!important;
    width:300px!important;
}
table.ncore_form_table.ncore_user input {
    margin-bottom:0px;
}
table.ncore_form_table.ncore_user th[scope="row"] {
    padding-right:10px;
}
.signup label, .signup input, .dm_account label, form.ncore_user_form .ncore_form_input input, form.ncore_user_form.ncore_form_narrow, form.ncore_user_form.ncore_form_narrow * {
    font-family: 'Roboto Condensed';
    font-display:swap;
    font-size:18px;
    font-weight:300;
}
.signup {
    margin:10px 0px;
}
.signup label {
    width:120px;
    display:inline-block;
}
.signup input {
    padding:3px 7px;
    margin-left: 15px;
    width:300px;
}
.ncore_user input[type=submit] {
    cursor: pointer;
    font-family: 'Roboto Condensed';
    font-display:swap;
}
.dm_account .dm_data_export_button, .dm_account .button-primary {
    border: none!important;
}
.dm_account input {
    height:auto!important;
}
.dm_account .ncore_pwstrength {
    width:100%!important;
    padding:0 15px!important;
}
.dm_account .button-primary, .dm_account .dm_data_export_button, .dm_account .dm_account_delete_button, .button.button-primary.ncore_custom_button, form#login_1_form .button.button-primary, div.ncore.ncore_user.ncore_form_buttons input, #FormSubmit, .simplefavorites-clear, .ncore_dialog-ui-container .ui-dialog .ui-dialog-buttonpane button  {
    font-family:'Roboto Condensed', sans serif;
    font-display:swap;
    width:auto!important;
    font-weight: bold !important;
    text-transform:uppercase;
    margin-bottom: 10px;
    color: white !important;
    border: none!important;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 15px!important;
    font-size: 18px;
    line-height: 1.2em;
    border-radius: 3px !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background-image: none !important;
    background-color: #59c2fb !important;
}
.dm_account input[type="submit"].dm_data_export_button:hover, .dm_account input[type="submit"].button-primary:hover {
    background-image: linear-gradient(90deg, rgb(55, 60, 70) 0%, rgb(93, 101, 116) 100%) !important;
    background-color: rgb(55, 60, 70) !important;
}
table.ncore tr:nth-child(even) td, table.ncore tr:nth-child(odd) td {
    background: transparent!important;
    vertical-align: middle;
}
/*Thrive Theme*/


.wrp.cnt.wrp1x1 {
    margin-top:0px;
    padding:150px 0px 50px 0px;
    min-height: 100vh;
}
.wrp.cnt.wrp1x1.film {
    margin-top:0px;
    padding:120px 0px 150px 0px;
    min-height: 100vh;
}
.cnt {
    margin-top:0px;
    padding-top:150px;
    padding-bottom: 150px;
}
header nav ul>li {
    padding: 5px 40px 10px 0px;
}
header.side nav {
    padding-right: 40px;
    padding-top: 3px;
}
.pt-cv-colsys {
    margin-left: 0px;
    margin-right: 0px;
}
.hsm {
    vertical-align: unset!important;
    padding-top: 10px;
}
div.wrp.cnt {
    z-index: 0;
}
footer {
    background-color: transparent!important;
    z-index: -1;
    margin-top: -110px;
}
.fmw {
    padding-top: 120px!important;
}
.f-i .fmw {
    -webkit-clip-path: polygon(0 23%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 23%, 100% 0, 100% 100%, 0 100%);
    z-index: -1;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.pt-cv-parent-title {
    margin: 10px 0 15px 0;
    font-weight: 900!important;
}
.pt-cv-content-item {
    padding-bottom: 0px;
}
.pt-cv-title {
	line-height:1.2em;
}
h4.pt-cv-title a.cvplbd:link {
    color: #999;
}
h4.pt-cv-title a.cvplbd:visited {
    color: #555;
}
h4.pt-cv-title a.cvplbd:hover {
    color: #59c2fb;
}
.cv-active {
    color: #85ca59!important;
}
.h-b.c-o {
    background-position: top center;
    position:absolute;
    width:100%;
}
.cnt.fp.wrp1x1 {
    padding: 0 0 50px 0!important;
    margin-top: -60px;
}
.fpentry-title {
    color: #373c46!important;
    display: inline;
    padding: 0 7px;
    background-color: rgba(255,255,255,.8);
    font-size: 3em!important;
}
h3.fp .fpentry-subtitle {
    color: #373c46!important;
    padding: 0 7px;
    background-color: rgba(255,255,255,.8);
    text-align: center;
}
.fp1x1 .b-tt.b-tl {
    height: 50vh;
    display:flex;
}
.fp1x1 .b-tt.b-tl .wrp {
    margin-top: 15vh!important;
    text-align: center;
}
.custom-play-button {
    -webkit-filter: drop-shadow(-5px -5px 5px #000);
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,.5));
    color: white;
    width: 100px;
    height: 100px;
    margin-top: 20px;
}
svg.custom-play-button {
    fill: rgba(255,255,255,.6);
}
svg.custom-play-button:hover {
    fill: rgba(255,255,255,.9);
}


a:hover {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}  


.wrp.header1x1 {
    width: 100%;
    max-width: 1080px;
    padding: 0px 35px;
    align-self:flex-end;
}

header.side.hbc {
    opacity: .87;
}
.d-i .s-b .s-bb, .c-o .s-b .s-bb, .d-o .s-b .s-bb, .b-i .s-b .s-bb, .c-t .s-b .s-bb {
    color: #ffffff;
    padding-top:5px;
}
.s-s #floating_menu.mff .h-i .s-b input[type="text"] {
    margin-top:20px;
}
.s-s #floating_menu.mff .h-i .s-b label {
    font-size: 24px;
}
.s-s .s-b .s-bb:before {
    color: #efefef;
}
.s-s .s-b .s-bb:hover:before {
    color: #59c2fb;
}
.s-s #floating_menu form {
    background: #373c46;
    width: 90%;
}
.s-s #floating_menu .h-i {
    background: #373c46;
}
.s-s .s-b label {
    color: white;
    font-size: 24px;
    text-align: right;
    margin-top: 20px;
}
.s-s .s-b input[type="text"] {
    border-left: 3px solid #59c2fb;
    font-size: 24px;
    font-family: 'Roboto Condensed', sans-serif;
    font-display:swap;
    color: white;
}
.s-bb1x1 {
    position: absolute;
    right: 0px;
    top: 0px;
}
.cnt .entry-title a:hover {
    color: #59c2fb;
}
.btn.small.mrb {
    border-color: #59c2fb;
    color: #59c2fb;
    border-radius: 3px;
}
.btn.small.mrb:hover {
    background: #59c2fb;
    color: white;
}
.cnt .bSe article {
    border-bottom: 1px solid #efefef;
    padding-bottom: 35px;
}
.ind .bSe article {
    margin-bottom: 0px;
}
span.page-numbers.current {
    background: #59c2fb;
    border: 1px solid #59c2fb;
    color: #fff!important;
    border-radius: 3px;
}
.bSe .pgn>a {
    color: #59c2fb;
}
.pgn>a {
    font-family: 'Roboto Condensed', sans-serif;
    font-display:swap;
    border: 1px solid #59c2fb;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
}
.bSe .pgn>span, .bSe .pgn>a {
    color: #59c2fb;
}
.pgn>span, .pgn>a {
    border: 1px solid #59c2fb;
    color: #59c2fb;
    border-radius: 3px;
}
.pgn>span:hover, .pgn>a:hover {
    border: 1px solid #59c2fb;
    background: #59c2fb;
    color: #fff;
}
.entry-title.chapter {
    line-height: 1.1em;
    text-transform:unset;
    font-size:42px;
}
.entry-title.konto-title {
    font-weight:700;
    text-transform:uppercase;
    font-size:47px;
    padding:0px 35px!important;
}
.chapter {
    padding: 35px 35px 0px 35px;
    font-weight: 900;
}
.b-tt.b-tl h1 {
    color: #373c46;
}
.bSe h1, .bSe h2, .bSe h3, .bSe h4, .bSe h5, .bSe h6 {
    color: #373c46;
}
.bSeCont .bSe {
    border-left: none;
    width: 67%;
}
.bSe.left div.awr-i, .bSe.film div.awr div.awr-i {
    padding: 0;
}
.bSe.film {
    width:100%;
}
.blog-title {
    padding: 0px 0px 50px 0px;
    font-weight: 900;
    line-height: 1.1em;
}
.sAsCont .ttl:after {
    background: #59c2fb;
}
.brd.brd1x1 {
    top: 100px;
    left: unset;
    right: 0px;
    padding: 7px 5px;
    background-color: #efefef;
}
.brd ul li, .brd ul li a, .brd ul li:last-of-type {
    color: #373c46;
}
.brd ul li:last-of-type a {
    color: #373c46;
    text-decoration: none;
}
.brd ul li:last-of-type a:hover, .brd ul li a:hover {
    color: #59c2fb;
    text-decoration: none;
    border-bottom: 1px dashed;
    transition: all .2s linear;
}
.sAsCont .sAs section ul li a {
    padding: 0;
    outline: none;
}
a {
    text-decoration: none;
}
section[id*='categories-'] ul li a, section[id*='nav_menu-'] ul li a {
    border-bottom: none;
}
.sAsCont .sAs section ul li {
    border-bottom: 1px solid darkgrey;
    padding: 5px 0;
}
.sAsCont .sAs section ul li a {
    line-height: 1.25em;
}
.cnt1x1 {
    margin-top: 0px;
    padding: 150px 35px;
}
.blogSide1x1 {
    transform: rotate(270deg);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 124px;
    color: #efefef;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: none;
}
body.body1x1 {
    background-image: none;
    background-color: white;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
footer section ul li {
    border-bottom: 1px dashed #1c1c1c;
}
.fmm {
    background: #111
}
.fmw {
    background: #222
}
.pnav.pnav1x1 {
    border: none;
    margin-top: 35px;
}
.pnav .pav:hover span:first-child {
    color: #666;
}
.pnav .pav span {
    color: #666
}
.pnav .pav:hover span {
    color: #59c2fb
}
.pnav .pav.left {
    border-right: none;
}
footer section[id*='nav_menu-'] ul li a {
    color: #666;
}
footer section[id*='nav_menu-'] ul li a:hover {
    color: #59c2fb;
}
section[id*='nav_menu-'] ul li a:before {
    content: none;
}
.sAsCont .sAs {
    border: unset;
}
.sAsCont .ttl {
    color: #373c46;
    font-weight:700;
}
.sAsCont .sAs section ul li a {
    color: #666;
}
.sAsCont .sAs section ul li a:hover {
    color: #59c2fb;
}
.wrp.header1x1 {
    width: 100%;
    max-width: 1080px;
}
.chapter-video .rve.vim {
    padding-top: 0px;
}
.bSeCont .bSe.left.dashboard {
    width: calc(75% - 70px);
    margin-left:35px;
    margin-right:35px;
    float: left;
}
.bSe.left.chapter-video, .bSeCont.chapter-video-wrp {}
.bSeCont.chapter-video-wrp .bSe.left.chapter-video {
	width:75%;
}
.chapter-list-wrp {
    float: right;
    width: calc(25% - 1px);
    border-left: 1px solid #efefef;
}
.dashboard-side {
    float: right;
    width: calc(25% - 35px)!important;
    margin: 0px 35px 0px 0px;
}
.sAsCont .sAs.right.chapter_reset{
    width: unset!important;
}

@media only screen and (min-width: 1301px) {
.wrp.header1x1 {
    max-width: 1200px;
}
}

@media only screen and (max-width: 1080px) {
.wrp.header1x1 {
    max-width: 900px;
}
.sAsCont.trainer {
    width:100%;
}
}
@media only screen and (max-device-width: 1024px) and (min-device-width: 774px) {
	header nav ul {
	   background: #373c46;
}

.favorites-list.favs-wrapper {
    grid-template-columns:calc(33.33333333333333% - 10px) calc(33.33333333333333% - 10px) calc(33.33333333333333% - 10px);
    grid-gap: 10px;
}
header.side .m-s nav ul>li {
    padding: 5px 15px 10px 0px;
}
.wrp.cnt.wrp1x1 {
    padding: 150px 0px 180px 0px;
}
.bSeCont .bSe.left.dashboard {
    width: calc(70% - 35px);
    margin-left: 35px;
    margin-right: 0px;
}
.dashboard-side {
    float: left;
    width: calc(30% - 35px)!important;
}
}
@media only screen and (max-width: 774px){
header .hsm {
    border-left: none;
    border-right: none;
    background: transparent;
}
header .hsm span{
    color: #fff;
    font-weight: 300;
}
}
@media only screen and (max-width: 940px) {
h1, .entry-title, .ws-title {
    font-size: 36px;
}
.sAsCont.trainer {
    display:unset; 
    width:100%;
}
.trainer-post-list {
    border-left: none!important;
    width:100%!important;
    padding:15px 0px;
}
.coach-cover img {
    max-width: 200px;
}
.cover-area {
    display:table-row;
}
.coach-cover {
    display:table-cell;
}
.custom-play-button {
    width: 80px;
    height: 80px;
}
.coach-cover:first-child {
    padding-left:0px;
}

.bSeCont.chapter-video-wrp .bSe.left.chapter-video, .bSeCont .bSe.left.dashboard {
    width: 75%;
    float: left;
    display: unset;
}
.sAsCont.chapter-list-wrp .sAs.right.chapter-list {
    float: right;
    width: calc(25% - 30px);
    border: none;
    display: unset;
}
.sAsCont.chapter-list-wrp {
    display: unset;
}
.bSeCont {
    display: unset;
}
.wrp.header1x1 {
    max-width: 700px;
    padding: 0px 15px!important;
}
.cnt .bSe.left, .cnt .bSe.right {
    width: 100%;
}
div#floating-menu header.side.hbc div.h-i div.wrp {
    padding: 0px;
}
}
@media only screen and (min-width:769px) {
	header nav ul {
	    background: transparent!important;
	}
}
@media only screen and (max-width: 768px) {
header nav {
	position:relative;
	border-radius: 7px;
	-webkit-box-shadow: 2px 2px 25px -13px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 25px -13px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 25px -13px rgba(0,0,0,0.75);
	overflow:hidden;
}
div.wrp.cnt {
    width: 100%;
}
.m-s .ms-i nav ul li a {
	color: unset!important;
}
header nav ul li a, header nav ul li>ul li a {
	padding:10px 20px;
	color:#FFF!important;
	font-family:'Roboto Condensed';
	text-transform:uppercase;
}
header nav ul li>ul li {
	background:#24272e;
}
header nav {
	background:#373c46;
}
header nav ul li {
	border-top:1px solid #24272e;
}
header.side nav {
	padding:0px;
}
.sAsCont {
    display:block;
}
.dashboard-side {
    width: calc(35% - 35px)!important;
    float:left!important;
}
.bSeCont .bSe.left.dashboard {
    width: calc(65% - 50px);
    margin-left: 35px;
    margin-right: 15px;
}
.favorites-list.favs-wrapper {
    grid-template-columns:calc(50% - 10px) calc(50% - 10px);
    grid-gap: 10px;
}
.favs-list-mask h4 {bottom: 10px; left: 10px;  font-size:1em!important;}

h2.entry-title {
    margin-top:0px;
    padding:0px 15px
}
.related-videos-wrapper {
    margin-left:35px;
    margin-right:35px;
}
.chapter-list-wrp {
    
    width: 100%;
    border-left: 0px solid #efefef;
}
.coach-cover {
}
.f-i .fmw {
    -webkit-clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
}
.fp1x1 .b-tt.b-tl {
    padding-top: 5px!important;
}
.fp1x1 .b-tt .fpentry-title {
    font-size: 2.2em!important;
}
h3.fp {
    margin: 0px 10px 10px;
    line-height: .5em;
}
h3.fp .fpentry-subtitle {
    font-size: 0.6em!important;
    margin: 0 0 15px 0;
}
.fp1x1 .b-tt.b-tl .wrp {
    margin-top: 10vh!important;
}
.custom-play-button {
    margin-top: 10px;
}
.fpentry-title {
    font-size: 2em;
}
.fp1x1 .b-tt.b-tl {
    height: 40vh;
    padding-bottom: 80px;
}
.fp1x1 .b-tt.b-tl .wrp {
    margin-top: 1vh!important;
}
.custom-play-button {
    width: 50px;
    height: 50px;
}
.entry-title.chapter {
    font-size: 30px;
}
.bSeCont.chapter-video-wrp .bSe.left.chapter-video {
    width: 100%;
    float: none;
}
.sAsCont.chapter-list-wrp .sAs.right.chapter-list {
    width: calc(100% - 60px);
    float: left;
    padding: 0px 30px;
}
header .hsm {
    border-left: none!important;
    border-right: none!important;
    background: none!important;
    padding-top:10px;
}
header .hsm span {
    color: #FFF!important;
}
header nav ul li {
    padding: 0!important;
}
header nav ul li ul li, header nav ul li ul li ul {
    padding-left: 25px!important;
}
header #logo {
    padding: 0 0 12px 35px !important;
}
header nav > ul.menu > li > a {color:unset!important;}
.wrp.wrp1x1 {
    width: 100%;
}
.wrp.cnt1x1 {
    width: 100%;
}
.cnt .bSe.left, .cnt .sAs.right {
    width: 100%;
}
}

@media only screen and (max-width: 425px) {
.ind .bSe .awr .awr-i h2.entry-title {
	font-size: 26px;
}
header nav {
	position:absolute;
	border-radius:0px;
}
.favorites-list.favs-wrapper {
    grid-template-columns:100%;
    grid-gap: 10px;
}
header nav ul li ul li, header nav ul li ul li ul {
    padding-left: 0px!important;
}
header nav ul, header nav ul li ul {
    text-align:center;
}
header.side nav {
    padding-right: 0px;
}
header nav > ul.menu > li > a {
    color:#999!important;
}
.pt-cv-content {
	font-size:0.7em;
}
h4.pt-cv-title {
	font-size:1em;
}
.signup input {
    width:200px;
   margin-left:0px;
}
h1, .entry-title {
    font-size: 32px;
}
.related-videos-wrapper {
    margin-left:15px;
    margin-right:15px;
}
.wrp.cnt.wrp1x1 {
    padding:100px 0px 50px 0px;
}
.ws-title {
    padding:0px 10px 0px 10px;
    font-size: 32px;
}
.nextlink1x1, .prevlink1x1 {
    float:unset;
}
.subpage-nav {
    height:100px;
    width:100%;
    text-align:center;
}
.fp1x1 .b-tt.b-tl {
    padding-top: 25px!important;
}
.fp1x1 .b-tt .fpentry-title {
    font-size: 1.5em!important;
}
h3.fp .fpentry-subtitle {
    font-size: 0.5em!important;
    line-height: initial;
    margin: 0 0 10px 0;
}
.custom-play-button {
    margin-top: 0px;
    width: 60px;
    height: 60px;
}
.fp1x1 .b-tt.b-tl {
    height: 40vh;
}
.fp1x1 .b-tt.b-tl .wrp {
    margin-top: 0!important;
    padding: 0px 15px;
}
.entry-title.chapter {
    font-size: 24px;
}
.wrp.wrp1x1 {
    width: 100%;
    margin-top: 0;
}
.wrp.cnt.cnt1x1 {
    width: 100%;
}
.bSeCont {
    display: unset;
}
.cnt .bSe.left {
    width: 100%;
}
.cnt1x1 {
    padding: 40px 15px;
}
header #logo {
    padding: 0 0 15px 15px !important;
}
.pnav.pnav1x1 {
    font-size: 0.7em!important;
    margin-bottom: 25px;
}
.pnav .pav.left {
    padding-right: 10px;
}
.pnav .pav.right {
    padding-left: 10px;
}
}
@media only screen and (max-width: 425px) {
.sAsCont {
    display:block;
}
.favorites-list .favs-wrapper {
        margin: 0px 15px!important;
}
.dashboard-side {
    width:auto!important;
    margin:50px 15px 150px 15px!important;
}
.entry-title.konto-title {
    padding:0px 15px!important;
    margin-bottom:20px!important;
    font-size:34px;
}
.bSeCont .bSe.left.dashboard {
    margin-left: 15px!important;
    margin-right: 15px!important;
    float: none!important;
    display:block!important;
    width: calc(100% - 30px)!important;
}
}
@media only screen and (max-width: 320px) {
	.cnt .bSe.left {width: 100%!important;padding-top:80px;}
}