/*
 Theme Name:     Divi-Poppyz
 Theme URI:      https://www.poppyz.nl
 Description:    Divi Child Theme
 Author:         Levie Company
 Author URI:     https://simonelevie.nl
 Template:       Divi
 Version:        1.8.3.5
*/


/* =Theme customization starts here
------------------------------------------------------- */
h1,
.et_pb_column_1_3 h1, .et_pb_column_1_4 h1, .et_pb_column_1_5 h1, .et_pb_column_1_6 h1, .et_pb_column_2_5 h1 {
    font-size: 50px;
}

h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}

p {
    padding-bottom: 1.2em;
}

.et_pb_column.et_pb_column_3_4, .et_pb_column.et_pb_column_1_4 {
    display: table-cell;
}

/* if used inside a right sidebar, add padding */
.et_pb_column_1_4.et-last-child .et_pb_lessons_0, .et_pb_column_1_4.et-last-child .et_pb_lessons_1 {
    padding-left: 30px;
}

.et_pb_blog_grid .et_pb_post.ppy_lesson, .et_pb_blog_grid .et_pb_post.ppy_course,
.et-db #et-boc .et-l .et_pb_blog_grid .et_pb_post,
.et_pb_blog_grid .et_pb_post
{
    border: none;
}
.et_pb_blog_grid .et_pb_post.ppy_lesson, .et_pb_blog_grid .et_pb_post.ppy_course {
    display: flex;
    flex-direction: column;
}
.et_pb_add_cart_button .et_pb_tier_course {
    margin-bottom:20px;
}
.et_blog_grid_equal_height article {
    overflow: hidden;
}

.lesson-list {
    display: flex;
}

#main-content .lesson-list .inner {
    padding: 30px;
}
#main-content .lesson-list .inner-2 {
    padding: 30px;
    background: white;
    width: 270px;
}

.lesson-list li a {
    display: block;
}

.lesson-list.has_lesson_read li a {
    padding-left: 20px;
}

.lesson-list li.has_read a:before {
    content: '\f00c';
    font-family: FontAwesome;
    color: inherit;
    margin-right: 5px;
    margin-left: -20px;
}
.has_read_indicator {
    position: absolute;
    padding: 2px 10px 2px 25px;
    background: url("data:image/svg+xml,%3Csvg width='13' height='9' viewBox='0 0 13 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.0973 0.315139L4.79235 6.4022L1.90266 3.6123C1.46747 3.19214 0.761727 3.19206 0.326454 3.61222C-0.108818 4.03246 -0.108818 4.71374 0.326454 5.13397L4.0042 8.68479C4.21322 8.88658 4.49669 9 4.79227 9C4.79235 9 4.79227 9 4.79235 9C5.08793 9 5.3714 8.88659 5.58041 8.68486L12.6735 1.83696C13.1088 1.41673 13.1088 0.735443 12.6735 0.315211C12.2383 -0.105022 11.5326 -0.105094 11.0973 0.315139Z' fill='%23fff'/%3E%3C/svg%3E%0A") 7px center #000 no-repeat;;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}

.lesson-list .module {
    border-bottom: 1px solid #F7F8FA;
    padding: 10px 0;
    margin: 10px 0;
}

.lesson-list .module:last-child {
    border-bottom: none;
}

.lesson-list .module ul.image {
    overflow: auto;
}
.lesson-list .module ul.image li {
    float: left;
}

.lesson-list.collapsible h3 {
    display: flex;
    font-size: 16px;
    margin-bottom: 10px;
}

.lesson-list.collapsible h3:after {
    content: '+';
    margin-left: auto;
    cursor: pointer;
}
.lesson-list.collapsible h3.opened:after {
    content: '-';
    display: inline-block;
    /*transform: rotate(90deg);*/
}
.lesson-list h3 + ul {
    padding: 0;
}
.lesson-list ul li {
    font-size: 16px;
    list-style: none;
    margin-bottom: 10px;
    line-height: 1.2em;
}

.lesson-list ul li.no-access, .lesson-list ul li.no-access a {
    color: #666;
}
.lesson-list h3 + ul li  {
    list-style: none;
}

.et_pb_widget_area_right {
    border: 0;
}


.widget_ppy_lesson_widget .widgettitle {
    margin-bottom: 15px;
}
.login-form {
    text-align: center;
}
.login-form fieldset {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.login-form label {
    text-align: left;
    align-self: center;
    width: 210px;
}
.login-form input[type='text'],
.login-form input[type='password'],
.login-form input[type='email'],
.login-form input[type='number'],
.login-form select,
#ppy-form input[type='text'],
#ppy-form input[type='password'],
#ppy-form input[type='email'],
#ppy-form input[type='number'],
#ppy-form select
{
    display: inline-block;
    width: 300px !important;
    padding: 15px;
    text-align: left;
    border-color: #D9D9D9;
}

.login-form input[type=submit] {
    margin-top: 20px;
}

#loginform {
    margin: 0 auto 10px;
    padding: 20px;
}
#loginform p {
    margin-bottom: 5px;
    overflow: hidden;
}
#loginform label {
    display: block;
    width: auto;
}
#loginform input {
    width: 100% !important;
}
#loginform + a {
    text-align: center;
    display: block;
    margin: 0 auto 20px;
}

#loginform .login-remember label {
    float: none;
    margin: 0 auto;
    display: flex;
    align-items: center;
    width: auto;
}
#loginform .login-remember label input {
    width: auto !important;
}
#loginform .login-remember{
    float: left;
    margin-top: 10px;
}
#loginform .login-submit {
    float: right;
}
#loginform .login-submit input {
    float: none;
    margin-top: 0;
    width: auto;
}
h1.main_title {
    font-weight: bold;
}


.steps li {

}
.steps {
    width: 100%;
    clear: both;
    overflow: hidden;
    padding-left: 0 !important;
}
.steps li {
    width: 150px;
    height: 40px;
    position: relative;
    background: black;
    text-align: center;
    list-style: none;
    display: inline-block;
    float: left;
    margin-right: 20px;
    color: #fff;
    line-height: 40px;
    padding-left: 20px;
}
.steps li:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid white;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
.steps li:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid black;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
#ppy-form h1 {
    margin: 30px 0 10px;
}

#ppy-form {
    display: flex;
}


#ppy-form .et_pb_button, .login-form .et_pb_button {
    margin-top: 15px;
    white-space: normal;
    letter-spacing: normal;
    display: inline-block;
    cursor: pointer;
    font-weight: 600;
}

#ppy-form #pay-now {
    margin: 20px 0 30px 0;
    float: right;
    padding: 10px 40px !important;
}

#ppy-form #pay-now.inactive {
    background: #ddd;
    color: #8c8c8c;
    border: none;
    cursor: not-allowed;
    font-weight: 300;
}

/*body.et_button_no_icon .et_pb_button, body.et_button_no_icon .et_pb_button:hover {

}*/

body .login-form input[type="submit"], #ppy-form input[type="submit"], #ppy-form #apply-coupon {
    padding: 10px 30px !important;
}

#review-details h5 {
    margin-bottom: 20px;
}
#review-details h3, #subscriptions-container h3, #profile-details h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
#review-details h3 a, #profile-details h3 a {
    font-size: 16px;
    margin-left: auto;
}

#review-details .table-wrapper, #subscriptions-container .table-wrapper {
    padding: 25px 30px;
}
#review-details table {
    margin-top: 0;
    background: white;
}
#review-details table th {
    font-weight: 300;
}
#review-details table tr td {
    font-weight: 400;
}
#review-details table, #review-details table tr td,  #subscriptions-container table,  #subscriptions-container tr td {
    border: 0;
}

#subscriptions-container table th {
    background: none;
    font-size: 14px;
    font-weight: 600;
    padding-top: 0 !important;
}

#subscriptions-container tr td {
    border-bottom: 1px solid #F7F8FA;
    background: white;
    font-size: 15px;
}

#terms h3 {
    padding-bottom: 1em;
}

body.center-title h1.main_title {
    text-align: center;
}

#subscriptions-container .subscription {
    margin-bottom: 2em;
}
table.subscription-list {
    width: 100%;
    margin: 0 0 15px 0;
    border: 1px solid #ccc;
    text-align: left;
}
table.subscription-list th {
    padding: .857em .587em;
}
table.subscription-list td {
    border-top: 1px solid #ccc;
    padding: 20px !important;
}
table.subscription-list input[type="submit"] {
    margin: 0;
}

#tier-information {
    width: 40%;
    padding: 30px;
    margin-left: auto;
    margin-bottom: 20px;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 100px;

}
#tier-information.logged-in {
    float: none;
    clear: both;
    margin: 0 auto;
    position: center;
    width: 70%;
}

#tier-information.logged-in .et_pb_button {
    width: auto;
    margin: 30px auto 0;
    display: block;
}

#tier-information h3 {
    font-weight: 600;
    margin-bottom: 30px;
}


#ppy-form h3.tier-title {
    font-size: 17px;
    font-weight: normal;
}
#tier-information h3.tier-title span {
    display: block;
    margin-top: 15px;
    font-weight: 600;
}

#tier-information .tier-section {
    overflow: auto;
    padding: 20px;
    background: #fff;
}

#registration-form {
    float: left;
    width: 45%;
}

#registration-form h3 {
    margin-top: 50px;
    font-weight: 600;
}

.full-width {
    width: 100%;
}

/* Responsive */

@media only screen and (min-width: 600px) {
    .login-form  {
        width: 500px;
    }
    .login-form label {
        font-size: 18px;
        white-space: nowrap;
    }
    #loginform {
        width: 520px;
        padding: 50px 94px;
    }


}


@media (max-width: 1328px) {
    #ppy-form, body.poppyz-page h1.main_title {
        width: auto;
    }
}

@media (max-width: 768px) {
    #ppy-form {
        width: auto;
        flex-direction: column;
    }
    .steps li {
        background: none;
        display: inline-block;
        width: auto;
        padding: 0 0px 0 25px;
        text-align: center;
    }
    #tier-information, #registration-form, #review-details {
        float: none;
        width: 100%;
    }
    #review-details .table-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .et_vertical_nav.et_header_style_left .logo_container {

    }

    #ppy-form input[type='text'],
    #ppy-form input[type='password'],
    #ppy-form input[type='email'],
    #ppy-form input[type='number'],
    #ppy-form select {
        width: auto !important;;
    }

}
@media (max-width: 750px) {
    .steps li {
        margin-bottom: 10px;
    }

}
@media (max-width: 980px) {
    .et_pb_image_container {
        margin: 0;
    }
}

article.has_thumb {
    position: relative;
}

article.has_thumb.ppy_no_access .access-background {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: block;
}
article.has_thumb .access-icon {
    /*background: url(images/unlocked.png);*/
}
.has_thumb.ppy_no_access .access-icon {
    background: url(images/locked.png);
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    width: 50px;
    height: 50px;
}

.completed-progress {
    text-align: center;
    margin-top: auto;
    font-size: 16px;
}

.completed-progress-bar {
    background: white;
}
.completed-progress-bar div {
    height: 3px;
}

.ppy_course-template-default .et_main_title , .ppy_lesson-template-default .et_main_title {
    display: none;
}

.list-container .list-item {
    list-style: none;
}

.return-content {
    padding-top: 10px;
}

/*.grid-container.lesson-category {
    grid-template-columns: 1fr 1fr 1fr;
}*/

/* Remove sidebars on Poppyz pages */

/*** Take out the divider line between content and sidebar ***/
.poppyz-page #main-content .container:before {background: none;}

/*** Hide Sidebar ***/
.poppyz-page #sidebar {display:none;}




#ver-nav .lesson-list h4 {
    font-size: 18px;
    color: rgba(0,0,0,.6);
}

#ver-nav .lesson-list h3 {
    font-size: 16px;
}

#ver-nav  .lesson-list ul li {
    font-size: 14px;
}
.et_vertical_nav .et_search_outer {
    top: 35px;
}
li#ver-nav-item {
    margin-top: 20px;
    border-top: 1px solid;
    padding: 20px 5% 10px;
}
li#ver-nav-item  h3 a {
    display: inline-block;
}
li#ver-nav-item ul {
    margin-left: 0;
}



.et_full_width_page #registration-form, .et_no_sidebar #registration-form {

}


/* for enchanced module pages, always display the grid. For some reason it's hiding! */
.et-l .et_pb_blog_grid .et_pb_salvattore_content[data-columns] .et_pb_post {
    opacity: 1 !important;
}

body:not(.et-tb) #main-content .container, body:not(.et-tb-has-header) #main-content .container {
    padding-top: 20px;
}

#ver-nav {
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px solid;
    border-color:inherit;
}

#ver-nav > h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

#lesson-prev-next {
    display: flex;
    flex-direction: column;
    padding: 30px;
}
#lesson-prev-next a ~ a {
    margin-top: 10px;
}

.et_pb_blog_grid.et_pb_lessons_0 .et_pb_salvattore_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.et_pb_blog_grid.et_pb_lessons_0 article {
    margin-bottom: 20px !important;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.et_pb_blog_grid.et_pb_lessons_0 .post-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*.et-db #et-boc .et-l .et_pb_image_container, .et-l .et_pb_image_container {
    margin-bottom: 0;
}*/

.et_pb_post.ppy_no_access .entry-featured-image-url {
    margin-bottom: 0;
}

.et-db #et-boc .et-l .et_pb_blog_grid h2, .et-l .et_pb_blog_grid h2 {
    line-height: 1.4em;
}

.poppyz-purchase-page .et_vertical_nav #et-main-area, .poppyz-purchase-page .et_vertical_nav #top-header {
    margin-left: 0 ;
}

.pa-blog-equal-height .pa-auto-height {
    height: auto !important;
}

.pa-blog-equal-height .pa-auto-margin {
    margin-top: 20px !important;
}

.poppyz-purchase-page #main-header {
    display: none;
}

/* SETUP DEFAULT MODULE STYLES  */

/* Accordion */
.et_pb_toggle_open,.et_pb_toggle_close {
    background: rgba(43,135,218,0.04);
}
.et_pb_toggle_title:before {
    color: #2b87da;
}
.et_pb_toggle_content {
    font-weight: 300;
}
.et_pb_accordion_item {
    border: none;
}
.et_pb_toggle_title, .et_pb_toggle_close .et_pb_toggle_title, .et_pb_toggle_close h5.et_pb_toggle_title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total,
.et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle,
.et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current{
    background: hsla(0,0%,60%,.5);
}
 .et_audio_container .mejs-playpause-button button:before, .et_audio_container .mejs-volume-button button:before {
    color: #666;
}

.et_pb_audio_module_content h2, .et_pb_audio_module_content p {
    color: #000 !important;
    font-size: 24px;
}
div.mejs-time {
    color: #999;
}

.et_pb_countdown_timer .section p {
    font-size: 40px;
    font-weight: 600;
}
.et_pb_contact p input[type=text],
.et_pb_contact p input[type=email],
.et_pb_contact p textarea {
    background: #fff;
    border: 1px solid #D9D9D9;
}

body.et_pb_button_helper_class .et_pb_post_slider  .et_pb_button,
body.et_pb_button_helper_class .et_pb_slide .et_pb_button,
body.et_pb_button_helper_class .et_pb_promo .et_pb_button,
body.et_pb_button_helper_class .et_pb_newsletter .et_pb_button {
    color: #fff;
}

.progress-list .progress li {
    flex-wrap: wrap;
}

.et_pb_back_button:before {
    padding-right: 5px;
}
.et-fb div[class*=' et_pb_back_button']{
    width: 200px;
}
.et-fb div[class*=' et_pb_back_button'] .et-vb-supportless-module-inner{
    padding: 20px 0 !important;
}

/*** Expand the content area to fullwidth ***/
@media (min-width: 981px) {
    .poppyz-page #left-area {
        width: 100%;
        padding: 23px 0px 0px !important;
        float: none !important;
    }
    .et_vertical_nav.et_vertical_fixed #page-container #main-header {
        position: absolute !important;
        top: 0 !important;
        height: 100%;
    }
    .poppyz-page .et_pb_row {
        width: 100%;
    }


    #lesson-prev-next {
        display: flex;
        align-items: center;
        flex-direction: row;
    }
    #lesson-prev-next a ~ a {
        margin-left: auto;
        margin-top: 0;
    }

}
@media (max-width: 981px) {
    #ver-nav {
        position: relative;
        z-index: 99;
    }
}