/*
Theme Name:   Ventura
Theme URI:    http://ventura.divisoup.com
Description:  A Child Theme for Divi
Author:       Michelle Nunan
Author URI:   http://divisoup.com
Template:     Divi
Version:      1.1
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/


/*-----Colour Palette-----*/


/*You can change the colours using this handy online tool http://css-color-replace.orca-multimedia.de*/


/*Teal: HEX #02B2A9 RGB NOT USED*/


/*White: HEX #FFFFFF RGB 255, 255, 255*/


/*Off White: HEX #FCFCFC RGB NOT USED*/


/*Dark Gray: HEX #424240 RGB NOT USED*/


/*Mid Gray: HEX #8A8A8A RGB NOT USED*/


/*Light Gray: HEX #F2F2F2 RGB NOT USED*/


/***Import the required fonts***/

@font-face {
    font-family: 'journalregular';
    src: url('fonts/journal-webfont.eot');
    src: url('fonts/journal-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/journal-webfont.woff') format('woff'), url('fonts/journal-webfont.ttf') format('truetype'), url('fonts/journal-webfont.svg#journalregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futura_lt_btlight';
    src: url('fonts/futura_light_bt-webfont.woff2') format('woff2'), url('fonts/futura_light_bt-webfont.woff') format('woff'), url('fonts/futura_light_bt.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/***Global styles***/


/*-----Typography-----*/


/*Set headings styles*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'futura_lt_btlight', Arial, sans-serif !important;
    color: #424240;
    font-weight: normal;
    letter-spacing: 1px;
}

h2 {
    font-size: 1.6em !important;
}

h3 {
    color: #02B2A9 !important;
}

body {
    color: #424240;
    font-family: 'futura_lt_btlight', Arial, sans-serif;
}


/*Set the page width*/

.container {
    width: 89%;
}


/*Set the page width on course pages*/

.course .container {
    width: 100% !important;
    margin: 0;
}


/*Set the footer width*/

#main-footer .container {
    width: 100%;
    max-width: 100%;
}


/*Sidebars*/


/*Hide the sidebar dividing line*/

.et_right_sidebar #main-content .container:before {
    width: 0;
}

.et_pb_widget_area_right {
    border-left: transparent;
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
    .et_pb_widget_area_right {
        padding-left: 0;
    }
}


/*Sidebars*/

#sidebar {
    margin-top: 70px;
}

#sidebar h4,
.ds-sidebar h4,
.et_pb_widget_area_right h4,
.ds-sidebar h2 {
    color: #02B2A9 !important;
    font-size: 24px !important;
}

#course_progress-2 {
    margin-bottom: 20px;
}

.ds-sidebar .llms-progress .llms-progress-bar {
    right: 0;
}

.ds-sidebar li {
    list-style: none;
}

.ds-sidebar .section-header {
    margin-top: 20px;
}

#sidebar .section-header {
    margin-top: 20px;
}

.et_right_sidebar #sidebar .et_pb_widget .llms-loop-item-content a {
    text-align: center;
    margin-left: 0 !important;
}

.et_right_sidebar #sidebar .et_pb_widget .llms-loop-item-content a:before,
.ds-sidebar h2:before {
    display: none !important;
}

.et_right_sidebar #sidebar .et_pb_widget .llms-loop-item-content .llms-author .avatar,
.ds-sidebar .et_pb_widget .llms-loop-item-content .llms-author .avatar,
{
    margin-top: 20px !important;
}

.et_right_sidebar #sidebar .llms-loop-list.cols-3 .llms-loop-item,
.ds-sidebar .llms-loop-list.cols-3 .llms-loop-item {
    width: 100% !important;
}

.ds-sidebar .llms-loop-item-content .llms-loop-title,
.ds-sidebar .llms-loop-item-content .llms-author {
    text-align: center;
}

.et_pb_widget ul li ul li {
    margin-left: 0;
}

.llms-widget-syllabus ul li ul li {
    background: #fcfcfc;
}

.llms-widget-syllabus .llms-lesson-complete {
    font-size: 1.5em;
    margin: 15px 6px;
    color: #F2F2F2;
    vertical-align: middle;
}

.llms-widget-syllabus--collapsible .llms-syllabus-footer {
    margin: 40px 0;
}

.llms-widget-syllabus--collapsible .llms-syllabus-footer a {
    background: #02B2A9;
    color: #fcfcfc !important;
    width: 47.6%;
    padding: 10px 20px;
    margin-left: 0 !important;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

@media only screen and (max-width: 1280px) {
    .llms-widget-syllabus--collapsible .llms-syllabus-footer a {
        padding: 10px 8px;
    }
}

.llms-widget-syllabus--collapsible .llms-syllabus-footer a:hover {
    background: #424240;
    width: 47.6%;
    text-align: center;
}

.et_pb_widget_area .et_pb_widget a,
#sidebar .et_pb_widget a {
    margin-left: 30px;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
}

.et_pb_widget_area .et_pb_widget a:hover,
#sidebar .et_pb_widget a:hover {
    color: #02B2A9;
}

.et_pb_widget_area .et_pb_widget li:before,
.search.et_right_sidebar #sidebar li:before,
.archive.et_right_sidebar #sidebar li:before {
    content: ' ';
    position: absolute;
    background: #02B2A9;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin: 7px 0 0 0;
}

span.comment-author-link {
    margin-left: 30px;
}


/*Vertical alignment custom class*/

.ds-vertical-align {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/*Flip column order custom class*/

@media only screen and ( max-width: 980px) {
    .ds-flip-column {
        display: -webkit-flex;
        -webkit-flex-direction: column-reverse;
        display: flex !important;
        flex-direction: column-reverse !important;
    }
}


/*Link styling*/

a {
    color: #02B2A9;
    font-family: 'futura_lt_btlight', Arial, sans-serif;
}


/*Button styling*/

.et_pb_button {
    font-family: 'futura_lt_btlight', Arial, sans-serif;
}


/*Teal Button*/

.ds-custom-button.et_pb_button {
    color: #fcfcfc !important;
    border: none !important;
    background: #02B2A9;
    border: none;
}

.ds-custom-button.et_pb_button:hover {
    background: #424240;
}


/*Dark Grey Button*/

.ds-custom-button2.et_pb_button {
    color: #fcfcfc !important;
    border: none !important;
    background: #424240;
}

.ds-custom-button2.et_pb_button:hover {
    background: #02B2A9;
}


/*Section headings with lines*/

.ds-section-heading-row {
    overflow: hidden;
}

.ds-section-heading h2 {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size: 1.6em;
}

.ds-section-heading h2:before,
.ds-section-heading h2:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid #02B2A9;
    border-top: 1px solid #02B2A9;
    top: 0;
    width: 35em;
    margin-top: .35em;
}

.ds-section-heading h2:before {
    right: 100%;
    margin-right: 15px;
}

.ds-section-heading h2:after {
    left: 100%;
    margin-left: 15px;
}


/*Back to top button*/

.et_pb_scroll_top.et-pb-icon {
    border-radius: 50%;
    right: 10px;
    font-size: 50px;
    color: #02B2A9;
    background: transparent;
}

.et_pb_scroll_top:before {
    content: "\e039";
}


/*-----Main menu styling-----*/


/*Fix the jumping header*/

@media only screen and (min-width: 981px) {
    #page-container {
        padding-top: 53px !important;
    }
}


/*Header width*/



#main-header {
    top: 0 !important;
}


/*Remove header shadow*/

#main-header,
#main-header.et-fixed-header {
    background-color: rgba(255, 255, 255, 0.5) !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}


/*Menu link colour*/

#top-menu a {
    color: #424240;
    margin-right: 20px;
    font-family: 'futura_lt_btlight', Arial, sans-serif;
}


/*Submenu styling*/

#top-menu li li {
    margin: 5px 10px;
    border: none;
    width: 90%;
    background: rgba(255, 255, 255, .7);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#top-menu li li:hover {
    background: #424240;
    color: #FFFFFF;
}

#top-menu a:hover {
    color: #02B2A9 !important;
}

#top-menu .menu-item-has-children a:first-child {
    padding-right: 0 !important;
}

#top-menu .menu-item-has-children a:first-child:after {
    display: none !important;
}

#top-menu li li a {
    width: auto;
    margin: 0;
    padding: 6px 0;
}

#top-menu li li a:hover {
    color: #FFFFFF !important;
}

.nav ul li a:hover,
.et_mobile_menu li a:hover {
    background-color: transparent;
}

#top-menu .current-menu-item a,
#top-menu li.current-menu-ancestor>a {
    color: #02B2A9 !important;
}

#top-menu li li.current-menu-item>a {
    color: #FFFFFF !important;
}

#top-menu li li.current-menu-item {
    background: #02B2A9 !important;
}

.nav li ul {
    border-top: none;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}


/*Mobile menu styling*/

.mobile_menu_bar:before {
    color: #02B2A9 !important;
}

.et_mobile_menu li a {
    color: #424240;
    font-size: 1em;
}

.et_mobile_menu {
    border-top: none;
}

.et_mobile_menu {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 80vh;
}


/*Vertical Scrollbar Styling*/

::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #02B2A9;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #02B2A9;
    opacity: .5;
}


/*Menu switch breakpoint - change breakpoint depending on the length of your menu*/

@media only screen and (max-width: 1600px) {
    #et_mobile_nav_menu {
        display: block
    }
    #top-menu-nav {
        display: none;
    }
}


/*Main Menu Search*/

#et_search_icon:before {
    position: absolute;
    color: #02B2A9;
    font-weight: bold;
    top: -5px;
    left: 0;
}

span.et_close_search_field {
    color: #02B2A9;
}

.et_search_form_container input {
    font-weight: normal !important;
    text-transform: none !important;
    font-size: 18px !important;
    color: #424240 !important;
}


/*-----Footer styling-----*/

#footer-info,
#footer-info a {
    color: #FFFFFF;
}

#footer-bottom {
    background: #02B2A9;
    height: 35px;
}

#footer-info {
    padding-bottom: 0;
    margin-top: -10px;
    font-size: 16px;
}

#footer-bottom .container {
    width: 89%;
}


/*Custom Footer Layout*/

.footer-widget h4,
.ds-custom-footer h4 {
    color: #02B2A9 !important;
    font-weight: bold;
}

#footer-widgets {
    padding: 2% 0 0;
}


/*Footer menu*/

.ds-footer-menu a {
    color: #424240;
    margin-left: 30px;
    word-wrap: normal;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
    overflow-wrap: normal !important;
}

.ds-footer-menu p {
    margin-bottom: 15px;
}

.ds-circle:before {
    content: ' ';
    background-color: #02B2A9;
    height: 13px;
    width: 13px;
    position: absolute;
    border-radius: 50%;
}

.ds-footer-menu a:hover {
    color: #02B2A9
}


/*Global Footer Styling*/

/*Footer Social Media Follow*/

.ds-social-follow {
    border-left: 1px solid #F2F2F2;
}

/*Updated 20/02/18*/
.ds-social-follow .et_pb_social_media_follow li a.icon {
    width: 65px;
    height: 65px;
    margin: 5px;
    background-color: #02B2A9 !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 50%;
    -webkit-transition: background-color .7s ease;
    -moz-transition: background-color .7s ease;
    transition: background-color .7s ease;
}

@media only screen and (max-width:1024px) {
    .ds-social-follow {
        padding-left: 2% !important;
    }
}

@media only screen and (max-width:1024px) and (max-height: 1366px) {
    .ds-social-follow {
        padding-left: 0% !important;
    }
}

@media only screen and (max-width: 980px) {
    .ds-social-follow {
        max-width: 40%;
    }
}

@media only screen and (max-width: 768px) {
    .ds-social-follow {
        max-width: 60%;
    }
}

@media only screen and (max-width: 480px) {
    .ds-social-follow {
        max-width: 80%;
    }
}

@media only screen and (max-width: 378px) {
    .ds-social-follow {
        max-width: 90%;
    }
}

/*Updated 20/02/18*/
.ds-social-follow .et_pb_social_media_follow li a.icon:hover {
    background-color: transparent!important;
}

/*Updated 20/02/18*/
.ds-social-follow .icon a {
    background-color: #02B2A9;
}

.ds-social-follow .et_pb_social_media_follow li a.icon:before {
    line-height: 65px !important;
    width: 65px;
    height: 65px;
    -webkit-transition: color .5s, font-size .5s;
    -moz-transition: color .5s, font-size .5s;
    transition: color .5s, font-size .5s;
}

.ds-social-follow .et_pb_social_media_follow li a.icon:hover:before {
    color: #02B2A9;
    /*font-size: 55px;*/ /*Removed 20/02/18*/
}

/*-----Homepage1 styling-----*/


/*Homepage slider*/

.ds-home-slider {
    height: 100vh;
}

.ds-home-slider h1 {
    color: #424240 !important;
    line-height: 1.2em;
    text-transform: none;
    text-align: left;
    font-size: 70px
}

.ds-home-slider .et_pb_container {
    width: 40vw;
    margin-left: 0;
}

.ds-home-slider .et_pb_slide {
    height: 100vh;
}

.ds-home-slider .et_pb_slide_description {
    padding: 16% 0;
    margin-top: 15vh;
}

.ds-home-slider .et_pb_slide_description mark {
    color: #02B2A9;
    font-family: 'journalregular', Arial, sans-serif;
    font-weight: normal;
    font-size: 170%;
    text-transform: none;
    background-color: transparent;
    line-height: .5em;
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
    .ds-home-slider .et_pb_container {
        width: 60vw;
        margin-left: 0;
    }
    .ds-home-slider h1 {
        font-size: 60px
    }
}

@media only screen and (max-width: 768px) {
    .ds-home-slider .et_pb_container {
        width: 90vw;
        margin-left: 0;
    }
    .ds-home-slider .et_pb_slide_description {
        padding: 0;
        margin-top: 40vh;
    }
}

@media only screen and (max-width: 767px) {
    .ds-home-slider h1 {
        line-height: 1em;
        font-size: 40px
    }
}


/*Course category buttons*/

.ds-browse-courses {
    color: #02B2A9;
}

.ds-header-buttons-desktop {
    margin-top: -20vh;
    z-index: 999;
    display: none;
}

@media only screen and (min-width: 1160px) {
    .ds-header-buttons-desktop {
        display: block;
    }
}

.ds-header-buttons-tablet {
    margin-top: -32vh;
    z-index: 999;
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1159px) {
    .ds-header-buttons-tablet {
        display: block;
    }
}

.ds-header-buttons-mobile {
    margin-top: -18vh;
    z-index: 999;
    display: none;
}

@media only screen and (max-width: 767px) {
    .ds-header-buttons-mobile {
        display: block;
    }
}

.ds-header-buttons-row,
.ds-header-buttons-row-tablet,
.ds-header-buttons-row-mobile {
    min-width: 89% !important;
    max-width: 89%;
    padding: 0;
    margin: 30px auto;
}

.ds-header-button.et_pb_button {
    line-height: 1.2em !important;
    font-weight: bold;
    text-transform: uppercase;
    color: #424240 !important;
    border: 1px solid #424240 !important;
    background: rgba(255, 255, 255, .5) !important;
    padding: 10px !important;
    float: left !important;
    display: inline-block;
    width: 15%;
    margin: 1% !important;
}

.ds-header-button-tablet.et_pb_button {
    line-height: 1.2em !important;
    font-weight: bold;
    text-transform: uppercase;
    color: #424240 !important;
    border: 1px solid #424240 !important;
    background: rgba(255, 255, 255, .5) !important;
    padding: 10px !important;
    float: left !important;
    display: inline-block;
    width: 32%;
    margin: 1% !important;
}

.ds-header-button-mobile.et_pb_button {
    line-height: 1.2em !important;
    font-weight: bold;
    text-transform: uppercase;
    color: #424240 !important;
    border: 1px solid #424240 !important;
    background: rgba(255, 255, 255, .5) !important;
    padding: 10px !important;
    width: 100%;
    margin: 1% 0 !important;
}

.ds-header-button.et_pb_button:hover,
.ds-header-button-tablet.et_pb_button:hover,
.ds-header-button-mobile.et_pb_button:hover {
    color: #02B2A9 !important;
    background: rgba(255, 255, 255, 1) !important;
    border: 1px solid #02B2A9 !important;
    padding: 10px !important;
}

.ds-header-button-first.et_pb_button {
    margin-left: 0 !important;
}

.ds-header-button-last.et_pb_button {
    margin-right: 0 !important;
}

.et_pb_gutters3 .et_pb_column_4_4 .et_pb_module,
.et_pb_gutters3 .et_pb_column_1_3 .et_pb_module {
    margin-bottom: 0;
}


/*iPhone Section*/

@media only screen and (min-width: 1280px) {
    .ds-iphone-section {
        background-position: top left;
    }
}


/*Blurbs*/

.ds-blurb .et-pb-icon {
    color: #02B2A9 !important;
}

.ds-blurb .et_pb_blurb_content {
    max-width: 100%;
}

@media only screen and (min-width: 600px) and (max-width: 980px) {
    .ds-iphone-blurbs {
        padding-left: 30%;
    }
}


/*Homepage Featured Courses*/

.ds-featured-courses .llms-pagination ul {
    display: none;
}

.ds-featured-courses .llms-progress .progress-bar-complete {
    display: none;
}

@media only screen and (min-width: 1024px) {
    .ds-featured-courses .llms-loop-list.cols-3 .llms-loop-item {
        width: 28%;
    }
    .ds-featured-courses .llms-loop-item {
        margin: 4%;
        background: #F2F2F2;
    }
}

@media only screen and (max-width: 1023px) {
    .ds-featured-courses .llms-loop-list.cols-3 .llms-loop-item {
        width: 100%;
    }
    .ds-featured-courses .llms-loop-item {
        margin-bottom: 50px;
        background: #F2F2F2;
    }
}

.ds-featured-courses .llms-loop-item:nth-child(3n+1) {
    margin-left: 0;
}

.ds-featured-courses .llms-loop-item:nth-child(3n) {
    margin-right: 0;
}

.ds-featured-courses .llms-featured-image {
    padding: 0;
    width: 100%;
}

.ds-featured-courses .llms-loop-item-content .llms-author,
.llms-loop-item-content .llms-meta {
    color: #424240;
    background: #F2F2F2;
    text-align: center !important;
    padding-bottom: 20px;
}

.llms-loop-item-content .llms-author .avatar {
    width: 35px;
    margin: 0 auto 10px !important;
}

.ds-featured-courses .llms-author .name {
    font-size: 35px;
}

@media only screen and (min-width: 1120px) {
    .ds-featured-courses .llms-progress {
        display: none;
    }
}

@media only screen and (min-width: 1120px) {
    .ds-featured-courses .llms-loop-item-content .llms-loop-link {
        width: 100%;
    }
}

.ds-featured-courses .llms-loop-list {
    margin: 0;
    padding: 0;
}

.ds-featured-courses .llms-loop-item-content {
    margin: 0;
    padding: 0;
}


/*Course search module*/

.ds-course-search.et_pb_search input.et_pb_s,
.widget_search input#s {
    font-family: 'futura_lt_btlight', Arial, sans-serif;
    border-radius: 0;
    min-height: 50px;
    font-size: 18px;
}

.ds-course-search.et_pb_search input.et_pb_searchsubmit,
.widget_search input#searchsubmit {
    font-family: 'futura_lt_btlight', Arial, sans-serif;
    font-size: 20px;
    padding: 10px;
    border: 1px solid #F2F2F2;
    border-radius: 0;
    color: #FFFFFF;
    background: #02B2A9;
    letter-spacing: 2px;
    min-width: 100px;
    min-height: 50px;
    -webkit-transition: all .5s ease .2s;
    -moz-transition: all .5s ease .2s;
    transition: all .5s ease .2s;
}

.ds-course-button.et_pb_search input.et_pb_searchsubmit:hover {
    background: #424240 !important;
}

.ds-course-search .et_pb_searchsubmit {
    font-family: 'futura_lt_btlight', Arial, sans-serif;
    text-transform: uppercase;
}


/*Join the club*/

.ds-join-club {
    border: 3px dashed #8A8A8A;
    padding: 10px;
}

.ds-join-club p {
    color: #424240;
    margin-bottom: 15px;
}

.ds-join-club h2 {
    font-size: 2.2em !important;
    margin-top: 20px;
}

.ds-join-club h4 {
    font-size: 2em;
    text-transform: none;
    margin-top: 40px;
}

.ds-join-club mark {
    color: #02B2A9;
    font-family: 'futura_lt_btlight', Arial, sans-serif;
    font-weight: normal;
    background-color: transparent;
    text-transform: none;
}

.ds-join-club a {
    color: #FFFFFF;
    background: #02B2A9;
    font-size: 30px;
    text-transform: uppercase;
    padding: 10px 10%;
    margin-top: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

.ds-join-club a:hover {
    background: #424240;
}

.ds-join-club .fa {
    margin: 5px;
    font-size: 1.5em;
}


/*Questions*/

.ds-questions-section {
    background: #F2F2F2 !important;
}

.ds-questions-section .et_pb_toggle {
    border: 1px solid #F2F2F2;
    margin-bottom: 27px !important;
}

.ds-questions-section .et_pb_toggle_close,
.ds-questions-section .et_pb_toggle_open {
    padding: 15px 20px;
    background-color: #FFFFFF;
}

.ds-questions-section .et_pb_toggle_title:before {
    color: #02B2A9;
    font-size: 35px;
}


/*Testimonial slider*/


/*Set the slider container width*/

.ds-testimonial-slider mark {
    background-color: transparent !important;
}


/*Add the quote marks to the testimonial slides*/

.ds-testimonial-slider mark:before {
    font-size: 14rem;
    font-family: Georgia, garamond, serif !important;
    font-style: normal;
    content: open-quote;
    position: absolute;
    margin-right: 100%;
    color: #02B2A9;
    opacity: 0.5;
    margin-top: 50px;
    margin-left: -40px;
}


/*Set the alignment and fade direction for the even (0,2,4,6 etc) slide images*/

.ds-testimonial-slider .et_pb_slide .et_pb_slide_image {
    margin-right: 0 !important;
    width: 35%;
    animation-name: fadeLeft;
    animation-duration: 1s;
}


/*Set the alignment and fade direction for the even (0,2,4,6 etc) slide descriptions*/

.ds-testimonial-slider .et_pb_slide .et_pb_slide_description {
    width: 65% !important;
    animation-name: fadeRight;
    animation-duration: 0.7s;
    font-weight: 300;
}


/*Set the alignment and fade direction for the odd (1,3,5,7 etc) slide images*/

.ds-testimonial-slider .et_pb_slide:nth-child(2n) .et_pb_slide_image {
    width: 35%;
    margin-left: 65%;
    margin-right: 0 !important;
    animation-name: fadeRight;
    animation-duration: 1s;
}


/*Set the alignment and fade direction for the odd (1,3,5,7 etc) slide descriptions*/

.ds-testimonial-slider .et_pb_slide:nth-child(2n) .et_pb_slide_description {
    float: left !important;
    text-align: right;
    width: 65%;
    animation-name: fadeLeft;
    animation-duration: 0.7s;
}


/*Adjust for smaller screens*/

@media only screen and (max-width: 1024px) {
    .ds-testimonial-slider.et_pb_slider .et_pb_container {
        width: 89% !important;
    }
    .ds-testimonial-slider .et_pb_slide .et_pb_slide_image,
    .ds-testimonial-slider .et_pb_slide:nth-child(2n) .et_pb_slide_image {
        width: 50% !important;
    }
    .ds-testimonial-slider .et_pb_slide .et_pb_slide_description,
    .ds-testimonial-slider .et_pb_slide:nth-child(2n) .et_pb_slide_description {
        width: 50% !important;
    }
    .ds-testimonial-slider .et_pb_slide:nth-child(2n) .et_pb_slide_image {
        margin-left: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .ds-testimonial-slider.et_pb_slider .et_pb_container {
        width: 89% !important;
    }
    .ds-testimonial-slider .et_pb_slide .et_pb_slide_image,
    .ds-testimonial-slider .et_pb_slide:nth-child(2n) .et_pb_slide_image {
        display: none;
    }
    .ds-testimonial-slider .et_pb_slide .et_pb_slide_description,
    .ds-testimonial-slider .et_pb_slide:nth-child(2n) .et_pb_slide_description {
        width: 100% !important;
        text-align: center;
        animation-name: none !important;
    }
}

@media only screen and (max-width: 600px) {
    .ds-testimonial-slider .et_pb_slide .et_pb_slide_description,
    .ds-testimonial-slider .et_pb_slide:nth-child(2n) .et_pb_slide_description {
        margin-top: 0px;
        padding-top: 100px;
    }
}


/*Fullwidth CTA*/

.ds-fullwidth-cta-section {
    background: #424240 !important;
}

.ds-fullwidth-cta,
.ds-fullwidth-cta .fa-arrow-circle-right {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.ds-fullwidth-cta-button {
    zoom: 1;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ds-fullwidth-cta:hover {
    background: #02B2A9;
}

.ds-fullwidth-cta:hover .fa-arrow-circle-right {
    padding-left: 5px;
}


/*Homepage Blog & Articles Page */


/*This section hides the excerpt*/

.ds-blog .post-content {
    display: none !important;
}


/*This section corrects some margin and padding issues*/

.ds-blog .et_pb_image_container {
    margin: -19px -19px 0;
}

.ds-blog h2 {
    margin: 0;
    padding: 0;
}


/*This section removes the bottom padding from the post and sets the position so we can move the title on top of the image*/

.ds-blog .et_pb_post {
    position: relative;
    padding-bottom: 0;
    border: none;
}


/*This section adds the semi transparent overlay and border on the image. It also sets the post title to absolute center*/

.ds-blog h2 a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 40px;
    margin: 0;
    background: rgba(0, 0, 0, .3);
    color: #FFFFFF;
    text-align: center;
    outline: 3px double #FFFFFF;
    outline-offset: -20px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


/*This section changes the border and overlay colour and border position on hover*/

.ds-blog h2 a:hover {
    background: rgba(0, 0, 0, .6);
    color: #02B2A9;
    outline: 3px double #02B2A9;
    outline-offset: 0;
}


/*This section changes the layout to 2 columns*/

@media only screen and ( min-width: 981px) {
    /*Two columns*/
    .ds-blog-two-column.et_pb_column_4_4 .et_pb_blog_grid[data-columns]::before {
        content: '2 .column.size-1of2' !important;
    }
    .ds-blog-two.et_pb_blog_grid .column {
        width: 46.25% !important;
        margin-right: 5.5%;
    }
    /*This removes the right margin from the last post on each row*/
    .ds-blog-two.et_pb_blog_grid .column:nth-child(even) {
        margin-right: 0;
    }
}


/*This sets the spacing between post rows*/

.ds-blog-two-column .et_pb_post {
    margin-bottom: 15% !important;
}


/*Articles Page*/

.et_pb_post_title.et_pb_featured_bg {
    margin-top: 100px;
}

.et_pb_fullwidth_section .et_pb_post_title {
    padding: 0;
}


/*-----Homepage2 styling-----*/


/*Homepage header styling*/

.ds-home-header {
    background-position: top right;
    height: calc(100vh - 60px);
}

.ds-home-header .et_pb_fullwidth_header_container {
    width: 89% !important;
}

.ds-home-header .header-content {
    width: 50vw;
    margin-top: 15vh;
}

.ds-home-header .header-content p {
    font-size: 30px;
    margin-top: 20px;
}

.ds-home-header h1 {
    color: #424240 !important;
    line-height: 1.2em;
    text-transform: none;
}

.ds-home-header .header-content mark {
    color: #02B2A9;
    font-family: 'journalregular', Arial, sans-serif;
    font-weight: normal;
    font-size: 170%;
    text-transform: none;
    background-color: transparent;
    line-height: .5em;
}

.ds-home-header .et_pb_button_one.et_pb_button {
    color: #FFFFFF;
    background: #02B2A9;
    border: none;
    letter-spacing: 2px !important;
    margin: 0 10px 10px 0;
}

.ds-home-header .et_pb_button_one.et_pb_button:hover {
    color: #02B2A9;
    background: rgba(255, 255, 255, .5);
}

.ds-home-header .et_pb_button_two.et_pb_button {
    color: #FFFFFF;
    background: #424240;
    border: none;
    letter-spacing: 2px !important;
    margin: 0 10px 10px 0 !important;
}

.ds-home-header .et_pb_button_two.et_pb_button:hover {
    color: #02B2A9;
    background: rgba(255, 255, 255, .5);
}

@media only screen and (max-width: 1180px) {
    .ds-home-header .header-content {
        width: 70vw;
        margin-top: 5vh;
    }
}

@media only screen and (max-width: 1024px) {
    .ds-home-header {
        height: 100vh;
    }
    .ds-home-header .header-content {
        width: 60vw;
        margin-top: 20vh !important;
    }
}

@media only screen and (max-width: 768px) {
    .ds-home-header .et_pb_fullwidth_header_container {
        width: 100%;
    }
    .ds-home-header {
        height: 100vh;
    }
    .ds-home-header .header-content {
        width: 100%;
        margin: 55vh 0 0 0 !important;
        background: rgba(255, 255, 255, .5);
        text-align: center !important;
        padding: 2% !important;
    }
    .ds-home-header .et_pb_button_one.et_pb_button,
    .ds-home-header .et_pb_button_two.et_pb_button {
        margin: 5px !important;
    }
}

@media only screen and (max-width: 600px) {
    .ds-home-header .et_pb_fullwidth_header_container {
        width: 90%;
    }
    .ds-home-header {
        height: 100vh;
    }
    .ds-home-header .header-content {
        width: 90vw;
        margin: 30vh 0 0 0 !important;
    }
}

@media only screen and (max-width: 375px) {
    .ds-home-header .header-content .et_pb_button_one,
    .ds-home-header .header-content .et_pb_button_two {
        padding: 5px 10px !important;
    }
    .ds-home-header .header-content .et_pb_button_one {
        margin-right: 8px;
    }
}


/*Counters*/

.ds-counters .percent p {
    margin-top: 20px;
    color: #424240;
}

.ds-courses-counter:before {
    content: "\f19d";
    font-family: FontAwesome;
    font-size: 4em;
    color: #02B2A9;
    margin-bottom: 20px;
}

.ds-instructors-counter:before {
    content: "\f007";
    font-family: FontAwesome;
    font-size: 4em;
    color: #02B2A9;
    margin-bottom: 20px;
}

.ds-students-counter:before {
    content: "\f0c0";
    font-family: FontAwesome;
    font-size: 4em;
    color: #02B2A9;
    margin-bottom: 20px;
}


/*Homepage2 CTAs*/


/*Set the background image position*/

.ds-cta-row .et_pb_column {
    background-position: top center;
    background-repeat: no-repeat;
}


/*Set the CTA height and vertically align content*/

.ds-cta {
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ds-cta .et_pb_promo_description {
    z-index: 1;
}


/*Set the CTA overlay colours*/

.ds-cta-one:before,
.ds-cta-four:before {
    content: '';
    position: absolute;
    background: #424240;
    opacity: .7;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.ds-cta-two:before,
.ds-cta-three:before {
    content: '';
    position: absolute;
    background: #02B2A9;
    opacity: .7;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


/*Set the CTA overlay colours on smaller screens*/

@media only screen and (max-width: 980px) {
    .ds-cta-four:before {
        content: '';
        position: absolute;
        background: #02B2A9;
        opacity: .7;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    .ds-cta-three:before {
        content: '';
        position: absolute;
        background: #424240;
        opacity: .7;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
}


/***Course category pages***/

.ds-featured-courses .llms-loop-item-content .llms-loop-title {
    text-align: center;
    font-weight: normal !important;
    font-family: 'journalregular', Arial, sans-serif !important;
    text-transform: none;
    color: #02B2A9 !important;
    border-top: 10px solid #fcfcfc;
    background: #F2F2F2;
    font-size: 250%;
    margin: 0;
    padding: 4%;
}

@media only screen and (max-width: 1023px) {
    .ds-featured-courses .llms-loop-item-content .llms-loop-title {
        font-size: 350%;
    }
}


/*Subpage header*/

.ds-subpage-header .et_pb_fullwidth_header {
    min-height: 800px;
    background-position: top center;
}

.ds-subpage-header .et_pb_fullwidth_header_container {
    width: 89%;
}

.ds-subpage-header h1 {
    color: #424240 !important;
    line-height: 1.2em;
    text-transform: none;
    text-align: left;
    font-size: 70px
}

.ds-subpage-header mark {
    color: #02B2A9;
    font-family: 'journalregular', Arial, sans-serif;
    font-weight: normal;
    font-size: 170%;
    text-transform: none;
    background-color: transparent;
    line-height: .5em;
}

.ds-subpage-header .header-content {
    width: 40vw;
    margin-top: 15vh;
}

@media only screen and (max-width: 1400px) {
    .ds-subpage-header .header-content {
        width: 55vw;
        margin-top: 5vh;
    }
}

@media only screen and (max-width: 1024px) {
    .ds-subpage-header .header-content {
        width: 80vw;
        margin-top: 30vh !important;
    }
    .ds-subpage-header h1 {
        font-size: 60px
    }
}

@media only screen and (max-width: 767px) {
    .ds-subpage-header .et_pb_fullwidth_header_container {
        width: 90%;
    }
    .ds-subpage-header {
        height: 100vh;
    }
    .ds-subpage-header .header-content {
        width: 100%;
        margin-top: 30vh !important;
        background: rgba(255, 255, 255, .5);
        padding: 2% 4% !important;
        margin: 0;
    }
    .ds-subpage-header h1 {
        font-size: 30px
    }
}

.ds-subpage-header .header-content .et_pb_button_one {
    background: #02B2A9;
    margin-right: 15px;
    border: none;
    box-shadow: 1px 1px 5px #424240;
}


/***About page***/


/*Person Module*/

.ds-person-module {
    background: #F2F2F2;
}

.ds-person-module img {
    border-radius: 50%;
    margin-top: -50%;
}

.ds-person-module .et_pb_team_member_description {
    padding: 20px;
}

.ds-person-module .et_pb_member_social_links,
.ds-person-module h4,
.ds-person-module .et_pb_member_position {
    text-align: center !important;
}

.ds-person-module .et_pb_member_position {
    font-family: 'journalregular', Arial, sans-serif;
    font-weight: normal;
    font-size: 200%;
    color: #02B2A9;
    padding-top: 10px;
}

.ds-person-module h4 {
    color: #424240;
}

.ds-person-module p {
    text-align: justify !important;
}

.et_pb_member_social_links li {
    margin-right: 0;
}

.ds-person-module .et_pb_member_social_links a {
    color: #FFFFFF;
    background: #02B2A9;
    padding: 10px;
    width: 35px;
    height: 35px;
    padding: 5px;
    margin: 10px;
    -webkit-transition: background-color .7s ease;
    -moz-transition: background-color .7s ease;
    transition: background-color .7s ease;
}

.ds-person-module .et_pb_member_social_links a:hover {
    color: #02B2A9;
    background: transparent;
}

.et_pb_member_social_links li {
    margin-right: 0;
}

@media only screen and (max-width: 980px) and (min-width: 767px) {
    .ds-person-module .et_pb_member_social_links {
        width: 280px;
        margin: -50px 0 0 -325px;
    }
    .ds-person-module {
        margin-bottom: 50%;
    }
}

.ds-instructor-courses-button {
    background: #424240;
    width: 100%;
    border: none;
    padding: 10px 20px;
    font-weight: normal !important;
    margin-top: 5px;
}

.ds-instructor-courses-button:hover {
    background: #02B2A9;
}


/*Animated background*/

.ds-instructor-header h2 {
    font-size: 2.2em;
    color: #FFFFFF;
    line-height: 1.4em;
    text-shadow: .7px .7px #424240;
    text-transform: none;
}

.ds-instructor-header mark {
    color: #02B2A9;
    text-shadow: .5px .5px #FFFFFF;
    font-family: 'journalregular', Arial, sans-serif;
    font-weight: normal;
    font-size: 170%;
    background-color: transparent;
}

.ds-instructor-header h4 {
    text-transform: none;
}

.ds-gradient-overlay {
    background: rgba(35, 78, 97, .7);
    -webkit-animation: colour 10s linear infinite;
    -moz-animation: colour 10s linear infinite;
}

@-webkit-keyframes colour {
    0% {
        background: rgba(35, 78, 97, .7);
    }
    25% {
        background: rgba(0, 0, 0, .7);
    }
    50% {
        background: rgba(46, 8, 84, .7);
    }
    75% {
        background: rgba(0, 0, 0, .7);
    }
    100% {
        background: rgba(35, 78, 97, .7);
    }
}

@-moz-keyframes colour {
    0% {
        background: rgba(35, 78, 97, .7);
    }
    25% {
        background: rgba(0, 0, 0, .7);
    }
    50% {
        background: rgba(46, 8, 84, .7);
    }
    75% {
        background: rgba(0, 0, 0, .7);
    }
    100% {
        background: rgba(35, 78, 97, .7);
    }
}


/*Resources Page*/

.ds-subpage-header2 {
    min-height: 600px;
}

.ds-subpage-header2 h1 {
    font-weight: normal;
}

.ds-subpage-header2 .et_pb_fullwidth_header_subhead {
    font-family: 'journalregular', Arial, sans-serif;
    color: #02B2A9 !important;
    line-height: .6em;
}

.ds-subpage-header2 .et_pb_fullwidth_header_container.center {
    top: 200px;
}

@media only screen and (max-width: 1024px) {
    .ds-subpage-header2 .et_pb_fullwidth_header_container.center {
        top: 100px;
    }
    .ds-subpage-header2 h1 {
        font-size: 250% !important;
    }
}

.ds-equal-column1 .et_pb_column {
    background: #02B2A9;
}

.ds-resource.et_pb_promo {
    background: #02B2A9;
}

.ds-resource p {
    margin-bottom: 60px;
}

.ds-resource h2 {
    padding: 20px 0;
}

.ds-resource .et_pb_promo_description {
    padding: 0 20px 20px 20px;
}

.ds-resource .et_pb_promo_button {
    color: #fcfcfc;
    background: #424240;
    margin-bottom: 20px;
    border: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 20px;
}

.ds-resource .et_pb_promo_button:hover {
    background: transparent;
    margin-bottom: 20px;
    border: none;
}

.ds-overlay {
    position: relative;
}

.ds-coming-soon:before,
.ds-coming-soon-text:before {
    content: '';
    position: absolute;
    background: #fcfcfc;
    opacity: .7;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.ds-coming-soon:after {
    content: "\7e";
    font-family: 'ETModules';
    font-size: 100px;
    position: absolute;
    color: #02B2A9;
    opacity: 1;
    top: 25%;
    left: 37%;
}

.ds-coming-soon-text {
    background: #02B2A9;
    font-family: 'futura_hv_btlight', Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 25px;
    text-transform: uppercase;
    padding: 0 20px 20px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
    .ds-coming-soon:after {
        font-size: 50px;
        top: 12%;
    }
    .ds-resource h2 {
        font-size: 22px !important;
    }
    .ds-resource .et_pb_promo_button {
        font-size: 18px;
    }
}

@media only screen and (max-width: 768px) {
    .ds-coming-soon:after {
        left: 35%;
    }
}


/*Community page*/


/*Header*/

.ds-subpage-header3 {
    min-height: 650px;
}

.ds-subpage-header3 h1 {
    font-weight: normal;
}

.ds-subpage-header3 .et_pb_fullwidth_header_subhead {
    font-family: 'journalregular', Arial, sans-serif;
    color: #02B2A9 !important;
    line-height: 1em !important;
}

.ds-subpage-header3 p {
    line-height: 1.4em;
    margin: 30px auto;
}

.ds-subpage-header3 {
    text-align: center;
}

.ds-header3-button-section {
    margin-top: -240px;
    z-index: 10;
}

.ds-subpage-header3 .et_pb_fullwidth_header_scroll a .et-pb-icon {
    color: #02B2A9;
}

.ds-subpage-header3 .et_pb_fullwidth_header_scroll {
    bottom: -42px;
    padding-bottom: 0;
    z-index: 11;
}

@media only screen and (max-width: 1024px) {
    .ds-subpage-header3 .header-content {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
    .ds-community-about {
        margin-top: 80px;
    }
}


/*Header buttons*/

.ds-community-buttons-row {
    max-width: 800px;
}

.ds-community-button {
    min-width: 35%;
    text-align: center !important;
}

@media only screen and (max-width: 980px) {
    .ds-community-button {
        min-width: 100%;
        text-align: center !important;
        margin-top: -20px;
    }
    .ds-community-buttons-row {
        padding-top: 0;
    }
}

@media only screen and (max-width: 480px) {
    .ds-community-buttons-row {
        padding-top: 20px;
        margin-top: 20px;
    }
}

.ds-button-one {
    background: #02B2A9;
    color: #fcfcfc !important;
    font-size: 20px;
    letter-spacing: 2px;
    border: 1px solid #02B2A9;
    margin: 5px;
}

.ds-button-one:hover {
    background: transparent;
    color: #fcfcfc;
    border: 1px solid #fcfcfc;
}

.ds-button-two {
    background: transparent;
    color: #fcfcfc !important;
    font-size: 20px;
    letter-spacing: 2px;
    border: 1px solid #fcfcfc;
    margin: 5px;
}

.ds-button-two:hover {
    background: #02B2A9 !important;
    color: #fcfcfc !important;
    border: 1px solid #02B2A9;
}


/*Custom buttons*/

.ds-button-three,
.pagination a {
    background: #02B2A9;
    color: #fcfcfc !important;
    font-size: 20px;
    letter-spacing: 2px;
    border: 1px solid #02B2A9;
    margin-top: -9px;
}

.ds-button-three:hover,
.pagination a:hover {
    background: #424240 !important;
    color: #fcfcfc;
    border: 1px solid #424240;
}

.pagination a {
    padding: 10px 10px 8px;
    text-transform: uppercase;
    font-size: 18px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.ds-join-now.et_pb_button.et_pb_module {
    background: #02B2A9;
    color: #fcfcfc;
    min-width: 280px !important;
    margin: 10px !important;
    border: 1px solid #02B2A9;
}


/*Community Testimonials*/

.ds-facebook-testimonials-section.et_pb_section {
    background: #F2F2F2;
}

.ds-facebook-testimonials .et_pb_slide_image img {
    border-radius: 50%;
    border: 5px double #02B2A9;
}

.ds-facebook-testimonials mark {
    color: #02B2A9;
    font-family: 'journalregular', Arial, sans-serif;
    font-weight: normal;
    font-size: 2.5em;
    text-transform: none;
    background-color: transparent;
    line-height: .5em;
}

.ds-facebook-testimonials .et-pb-controllers a {
    background-color: #424240;
}

.ds-facebook-testimonials .et-pb-controllers .et-pb-active-control {
    background-color: #02B2A9 !important;
}


/*Community Managers*/

.ds-community-manager img {
    border-radius: 50%;
    border: 5px double #02B2A9;
}

@media only screen and (min-width: 300px) {
    .ds-community-manager.et_pb_team_member_image {
        /*     float: none !important;
                width: 280px !important;
                margin: auto !important;
                text-align: center !important;*/
    }
}

.ds-community-manager .et_pb_column .et_pb_team_member_description {
    width: 100% !important;
}

.ds-community-manager .et_pb_member_social_links,
.ds-community-manager h4,
.ds-community-manager .et_pb_member_position {
    text-align: center !important;
}

.ds-community-manager .et_pb_member_position {
    font-family: 'journalregular', Arial, sans-serif;
    font-weight: normal;
    font-size: 200% !important;
    color: #02B2A9;
    padding-top: 10px;
}

.ds-community-manager h4 {
    color: #424240;
}

.ds-community-manager p {
    text-align: justify !important;
}

.ds-community-manager .et_pb_member_social_links a {
    color: #FFFFFF;
    background: #02B2A9;
    padding: 10px;
    width: 35px;
    height: 35px;
    padding: 5px;
    margin: 10px;
    -webkit-transition: background-color .7s ease;
    -moz-transition: background-color .7s ease;
    transition: background-color .7s ease;
}

.ds-community-manager .et_pb_member_social_links a:hover {
    color: #02B2A9;
    background: transparent;
}

@media only screen and (max-width: 980px) and (min-width: 767px) {
    .ds-community-manager .et_pb_member_social_links {
        width: 280px;
    }
}


/*The rules*/

.ds-rules .et_pb_blurb_content {
    max-width: 100%;
}

.ds-rules .et-pb-icon {
    color: #02B2A9 !important;
}


/***Affiliates Page***/


/*Header buttons*/

.ds-affiliate-header .et_pb_button_one.et_pb_button {
    background: #02B2A9;
    color: #fcfcfc !important;
    font-size: 20px;
    letter-spacing: 2px;
    border: 1px solid #02B2A9;
    min-width: 250px;
    margin: 5px;
}

.ds-affiliate-header .et_pb_button_one.et_pb_button:hover {
    background: transparent;
    color: #fcfcfc;
    border: 1px solid #fcfcfc;
}

.ds-affiliate-header .et_pb_button_two.et_pb_button {
    background: transparent;
    color: #fcfcfc !important;
    font-size: 20px;
    letter-spacing: 2px;
    border: 1px solid #fcfcfc;
    min-width: 250px;
    margin: 5px;
}

.ds-affiliate-header .et_pb_button_two.et_pb_button:hover {
    background: #02B2A9;
    color: #fcfcfc !important;
    border: 1px solid #02B2A9;
}

@media only screen and (max-width: 767px) {
    .ds-affiliate-header .header-content {
        padding: 0;
    }
}


/*Webinars Page*/


/*Videos in mac*/

.ds-monitor-frame .et_pb_column {
    background-position: center top;
}

@media only screen and ( max-width: 980px) {
    .ds-watch-replay mark img {
        display: none;
    }
}

.ds-webinar-module .et_pb_video_play {
    color: #424240;
}

.ds-watch-replay.et_pb_text mark {
    color: #02B2A9;
    font-family: 'journalregular', Arial, sans-serif;
    font-weight: normal;
    font-size: 3em;
    text-transform: none;
    background-color: transparent;
    line-height: .5em;
}

@media only screen and (max-width: 1280px) {
    .ds-webinar-divider {
        display: none;
    }
}


/***Library Page***/

.ds-library-header {
    background-position: left top;
}

.ds-library-header .et_pb_fullwidth_header_subhead {
    font-family: 'journalregular', Arial, sans-serif;
    color: #02B2A9 !important;
    text-align: right;
    line-height: .5em;
}


/*Ensures portfolio images display on mobile and tablets*/

@media only screen and ( max-width: 980px) {
    .ds-library-grid .et_portfolio_image img {
        width: 100%;
    }
}


/*Set to 5 columns and fix margin on last item in rows*/

@media (min-width: 981px) {
    .et_pb_gutters3 .et_pb_column_4_4 .ds-library-grid.et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
    .et_pb_gutters3 .et_pb_column_4_4 .ds-library-grid.et_pb_filterable_portfolio .et_pb_portfolio_item.active,
    .ds-library-grid.et_pb_portfolio_grid .et_pb_portfolio_item,
    .et_pb_column_4_4 .ds-library-grid.et_pb_grid_item:nth-child(4n) {
        width: 15.6% !important;
        margin: 0 5.5% 5.5% 0;
    }
}

@media (min-width: 981px) {
    .et_pb_gutters3 .et_pb_column_4_4 .ds-library-grid.et_pb_filterable_portfolio .et_pb_portfolio_item.active {
        margin: 0 5.5% 5.5% 0;
    }
}

.ds-library-grid .et_overlay:before {
    font-family: FontAwesome !important;
    content: '\f02d';
    font-size: 300% !important;
    color: #02B2A9;
    left: 46%;
    top: 46%;
}

.ds-library-grid.et_pb_portfolio_item img {
    border: 1px solid #F2F2F2;
}

.ds-library-grid.et_pb_filterable_portfolio .et_pb_portfolio_filters li {
    float: left;
    margin-right: 1.6%;
    text-align: center;
    width: 15.33%;
}

@media only screen and (max-width: 1280px) {
    .ds-library-grid.et_pb_filterable_portfolio .et_pb_portfolio_filters li {
        margin-right: 2%;
        margin-bottom: 10px;
        width: 32%;
    }
    .ds-library-grid.et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-child(3n+3) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .ds-library-grid.et_pb_filterable_portfolio .et_pb_portfolio_filters li {
        margin-bottom: 10px;
        width: 100%;
    }
    .ds-library-grid.et_pb_filterable_portfolio .et_pb_portfolio_filters {
        margin: -30px 0 40px !important;
    }
}

.ds-library-grid.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {
    line-height: 1em;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    color: #424240 !important;
    border: 1px solid #424240 !important;
    background: rgba(255, 255, 255, .5) !important;
    letter-spacing: 2px;
    padding: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.ds-library-grid.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {
    color: #02B2A9 !important;
    border: 1px solid #02B2A9 !important;
    background: #FFFFFF !important;
}

.ds-library-grid.et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-child(6n+6) {
    margin-right: 0;
}

.ds-library-grid.et_pb_filterable_portfolio .et_pb_portfolio_filters {
    margin: -23.5vh 0 150px 0;
    position: relative;
    z-index: 10;
}


/***Book Pages***/

.ds-reviews-slider .et_pb_slide_description .et_pb_slide_title {
    color: #02B2A9 !important;
    font-family: 'journalregular', Arial, sans-serif !important;
    font-weight: normal;
    font-size: 300% !important;
    text-transform: none;
}

.ds-reviews-slider .et-pb-controllers .et-pb-active-control {
    background: #424240 !important;
}

.ds-whole-star,
.ds-half-star {
    color: #02B2A9;
    font-size: 200% !important;
}


/*Also in this category portfolio module*/

@media only screen and (min-width: 981px) {
    .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1) {
        clear: none !important;
    }
    .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n) {
        margin-right: 5.5% !important;
    }
    .et_pb_column_4_4 .et_pb_grid_item:nth-child(5n+5) {
        margin-right: 0;
    }
}


/***Membership Page***/


/*Header buttons*/

.ds-membership-header .et_pb_button_one.et_pb_button {
    background: #02B2A9;
    color: #fcfcfc !important;
    font-size: 20px;
    letter-spacing: 2px;
    border: none;
    min-width: 250px;
    margin: 5px;
}

.ds-membership-header .et_pb_button_one.et_pb_button:hover {
    background: #424240;
    color: #fcfcfc;
}

.ds-membership-header .et_pb_button_two.et_pb_button {
    background: #424240;
    color: #fcfcfc !important;
    font-size: 20px;
    letter-spacing: 2px;
    border: none;
    min-width: 250px;
    margin: 5px;
}

.ds-membership-header .et_pb_button_two.et_pb_button:hover {
    background: #02B2A9;
    color: #fcfcfc !important;
}

.ds-membership-header .header-content {
    max-width: 80% !important;
    margin-top: 200px !important;
}

.ds-membership-text h2 {
    text-transform: none !important;
}

.ds-membership-text h2 mark {
    color: #02B2A9;
    background: transparent;
}

.ds-membership-text p {
    line-height: 1.6em;
}

.ds-membership-text p mark {
    color: #02B2A9;
    background: transparent;
    font-family: 'journalregular', Arial, sans-serif;
    font-weight: normal;
    font-size: 170%;
    text-transform: none;
}

.ds-membership-banner.et_pb_section {
    background: #02B2A9 !important;
}

.ds-blurb2 .et-pb-icon {
    color: #02B2A9!important;
    background-color: #F2F2F2 !important;
    border: 5px solid #FFFFFF !important;
    box-shadow: 0 0 0 3px #02B2A9;
    border-radius: 50%;
}

.ds-membership-grey-section {
    background: #F2F2F2 !important;
}

.ds-membership-testimonial {
    position: relative;
    background: #02B2A9 !important;
}

.ds-membership-testimonial:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-right-color: #02B2A9;
    border-width: 30px;
    margin-top: -30px;
    visibility: visible !important;
}

.ds-membership-questions-section {
    background: transparent !important;
}

@media only screen and (max-width: 980px) {
    .ds-membership-questions-col1 {
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .ds-membership-header .header-content {
        margin: 70px 0 0 0!important;
        width: 100% !important;
        max-width: 100% !important;
    }
}


/***Teach Page***/

.ds-blurb3 .et-pb-icon {
    font-size: 70px;
    padding: 20px;
}

.ds-blurb3 .et_pb_blurb_content {
    margin: 0;
}

.ds-blurb-timeline .et_pb_column {
    margin-right: 0;
    width: 33%;
}

.ds-blurb-timeline .et_pb_blurb_content {
    max-width: 100%;
    padding-right: 30px;
}

.ds-timeline-arrow img {
    margin-top: 8%;
    max-width: 40%;
}

.ds-contact-form .et_pb_contact p input,
.ds-contact-form .et_pb_contact p textarea {
    font-family: 'futura_lt_btlight', Arial, sans-serif !important;
    color: #424240;
    font-size: 18px;
}

.ds-contact-form .et_pb_contact p input:focus,
.ds-contact-form .et_pb_contact p textarea:focus {
    background: #02B2A9;
    color: #FFFFFF;
}

.ds-contact-form .et_pb_contact_right p input {
    padding: .93em .5em !important;
}

.ds-contact-form .et_pb_button {
    color: #fcfcfc !important;
    border: none !important;
    background: #424240;
    border: none;
    padding: 0.42em 1em !important;
}

.ds-contact-form .et_pb_button:hover {
    background: #02B2A9;
    padding: 0.4em 1em !important;
}


/*Bloom Optin styling*/


/*Slim footer optin*/


/* Set the margin for the optin form module */

.ds-slim-optin-form {
    margin: 0px 0;
}

.ds-slim-optin-form .et_bloom_inline_form {
    margin: 10px 0 !important;
}


/* Add a little padding for smaller screens */

@media only screen and (max-width: 1110px) {
    .ds-slim-optin-form {
        margin-bottom: 25px;
        margin-top: 0px;
    }
}


/* Set the padding for the content */

.ds-slim-optin-section {
    background: #424240 !important;
    padding-top: 0 !important;
}

.ds-slim-optin-row {
    width: 100% !important;
}

.ds-slim-optin-form .et_bloom_form_container .et_bloom_form_content {
    padding: 0px !important;
}


/* Hide the header area */

.ds-slim-optin-form .et_bloom_form_container .et_bloom_form_header {
    display: none !important;
}


/* Style the font for the optin text module */

.ds-slim-optin-text {
    padding-top: 18px !important;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2em
}

@media only screen and (max-width: 980px) {
    .ds-slim-optin-text {
        text-align: center
    }
}


/*Style the form*/

.ds-slim-optin-form form button span {
    padding: 5px !important;
    font-family: 'futura_lt_btlight', Arial, sans-serif !important;
    font-size: 18px !important;
    line-height: 1.2em !important;
}

@media only screen and (min-width:640px) and (max-width: 1024px) {
    .ds-slim-optin-form .et_bloom_form_content span {
        line-height: 1.4em !important;
    }
}

.ds-slim-optin-form .et_bloom_form_content button {
    padding: 8.5px !important;
    background-color: #02B2A9 !important;
}

.ds-slim-optin-form .et_bloom_form_content button:hover {
    background-color: #424240 !important;
}

.ds-slim-optin-form .et_bloom_form_container .et_bloom_form_content input {
    font-family: 'futura_lt_btlight', Arial, sans-serif;
    font-size: 16px;
    border-radius: 0;
}

.ds-slim-optin-form .et_bloom_popup_input,
.ds-slim-optin-form .et_bloom_form_content {
    background: #424240 !important;
}


/* Set the font colour for the success and error messages */

.ds-slim-optin-form h2.et_bloom_success_message,
h2.et_bloom_error_message {
    color: #424240 !important;
    margin-top: 0px !important;
}


/* Set the border radius for the success and error messages */

.ds-slim-optin-form .et_bloom_form_container h2.et_bloom_error_message,
h2.et_bloom_success_message {
    border-radius: 0px !important;
    padding: 3px !important;
    max-width: 100% !important;
}


/* Hide the checkmark on success message */

.ds-slim-optin-form .et_bloom_success_container.et_bloom_animate_success span.et_bloom_success_checkmark {
    display: none;
}


/*Community page Bloom popup*/

.et_bloom .et_bloom_form_container .et_bloom_form_content .et_bloom_popup_input input {
    font-family: 'futura_lt_btlight', Arial, sans-serif;
    font-size: 18px;
    color: #424240;
    padding: 10px !important;
    text-align: center;
}

.et_bloom .et_bloom_optin h4,
.et_bloom h2.et_bloom_success_message.et_bloom_animate_message {
    font-family: 'futura_lt_btlight', Arial, sans-serif !important;
    font-size: 25px !important;
    color: #424240;
    text-align: center;
}

.et_bloom .et_bloom_optin_3 form button span {
    font-family: 'futura_lt_btlight', Arial, sans-serif !important;
    font-size: 20px;
    letter-spacing: 2px;
}

button.et_bloom_submit_subscription:hover {
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

button.et_bloom_submit_subscription:hover {
    background: #424240 !important;
}

.et_bloom .et_bloom_success_container.et_bloom_animate_success span.et_bloom_success_checkmark {
    background: #02B2A9;
}

.et_bloom .et_bloom_form_container .et_bloom_form_content {
    background: #424240 !important;
}

.et_bloom .et_bloom_form_content button {
    background: #02B2A9 !important;
}

.et_bloom .et_bloom_form_content button:hover {
    background: #424240 !important;
}


/*Sidebar Bloom Optin*/

.widget_bloomwidget .et_bloom_form_header h2 {
    font-family: 'futura_lt_btlight', Arial, sans-serif !important;
    text-align: center;
    text-transform: uppercase !important;
    letter-spacing: 2px;
    padding: 0 !important;
}

.widget_bloomwidget .et_bloom_form_text {
    padding: 10px !important;
}

.widget_bloomwidget .et_bloom_form_content span {
    font-family: 'futura_lt_btlight', Arial, sans-serif !important;
    font-size: 20px !important;
}

.widget_bloomwidget .et_bloom_bottom_stacked p.et_bloom_popup_input {
    height: 38px;
    border-radius: 0 !important;
}

.widget_bloomwidget .et_bloom_bottom_stacked p.et_bloom_popup_input:before {
    content: "\e010" !important;
    font-family: 'ETModules' !important;
    font-size: 30px;
    color: #02B2A9;
    position: absolute;
    padding: 3.5% 2%;
}

.widget_bloomwidget .et_bloom_form_container .et_bloom_form_content .et_bloom_popup_input input {
    padding: 10px 10px 10px 25% !important;
    border-radius: 0;
}

.widget_bloomwidget .et_bloom_form_header {
    background: #02B2A9 !important;
}

.widget_bloomwidget .et_bloom_form_content {
    background: #424240 !important;
}

.widget_bloomwidget .et_bloom_form_content button {
    background: #02B2A9 !important;
}


/***Search and Archive Pages***/

.search #content-area,
.archive #content-area {
    margin-top: 70px;
}

.search #sidebar .et_pb_widget,
.archive #sidebar .et_pb_widget {
    margin-bottom: 26.348% !important;
}

.search .et_pb_post,
.archive .et_pb_post {
    margin-bottom: 100px;
}

.search .et_pb_post a img,
.archive .et_pb_post a img {
    max-width: 300px;
    margin: 0 30px 0 0;
    float: left;
}


/***Lifter styling***/

.ds-featured-courses-hide .llms-loop-item-footer {
    display: none;
}

.ds-featured-courses .llms-course-length,
.ds-featured-courses .llms-difficulty {
    font-size: 20px;
    padding-top: 20px;
}

.course .et_post_meta_wrapper {
    display: none;
}

.course.et_pb_post .post-meta {
    display: none;
}

.course.et_pb_post .entry-title {
    margin-top: 50px;
}

.course .llms-notice,
.lesson .llms-notice.llms-success,
.llms-notice.llms-success {
    background: #02B2A9;
    border: none;
    color: #fcfcfc;
    font-size: 25px;
    padding: 20px;
    width: 99%;
    text-align: center;
}

.course .llms-syllabus-wrapper {
    margin: 0;
    text-align: left;
}

.course .llms-lesson-preview .llms-lesson-link {
    display: block;
    float: left;
    padding: 0;
    margin: 1% 2% 1% 0;
}

.course .llms-lesson-preview .llms-lesson-thumbnail {
    margin-bottom: 0;
    width: 30%;
    float: left;
}

.course .llms-lesson-preview {
    width: 100%;
    margin-top: 0;
}

@media only screen and (min-width: 1025px) {
    .course .llms-lesson-preview {
        width: 50%;
        float: left;
        margin-top: 0;
    }
}

.course .llms-lesson-preview .llms-extra+.llms-main {
    width: 58%;
    padding: 10px;
}

.course .llms-lesson-preview .llms-extra {
    width: 12%;
    padding: 10px;
}

.course .llms-syllabus-wrapper .llms-section-title {
    line-height: 4em;
    margin-bottom: -30px;
}

.course .llms-meta-info {
    text-align: center;
}

.course .llms-meta-info .llms-meta-title {
    margin-top: 40px;
}

.course .llms-video-wrapper {
    margin: 60px 0 50px 0;
}

.course .llms-icon-free {
    background: #02B2A9;
    border-radius: 0;
}

.course .et_pb_video_play:before {
    color: #02B2A9;
}

.llms-progress .progress-bar-complete {
    background-color: #424240;
}

.llms-progress .llms-progress-bar {
    right: 0 !important;
}

.progress__indicator {
    width: 4em;
}

.llms-widget-syllabus .llms-lesson-complete.done {
    color: #424240;
}

.llms-lesson-preview.is-complete .llms-lesson-complete {
    color: #02B2A9;
}

.llms-tooltip {
    background: #424240;
    border-radius: 0;
    color: #FFFFFF !important;
    text-align: center;
    font-size: 18px;
    max-width: 300px;
}

.llms-tooltip:after {
    border-top: 8px solid #424240;
}

.llms-access-plan {
    margin-bottom: 20px;
}

.llms-access-plan-title {
    background: #02B2A9;
    margin-bottom: 0;
    padding: 10px;
    color: #fcfcfc !important;
}

.llms-access-plan.featured .llms-access-plan-featured {
    background: #424240;
    font-size: 30px;
    padding: 10px;
}

.llms-access-plan.featured .llms-access-plan-footer {
    border-left: 1px solid #424240;
    border-right: 1px solid #424240;
}

.llms-access-plan.featured .llms-access-plan-footer {
    border-bottom: 1px solid #424240;
}

.llms-access-plan.featured .llms-access-plan-content {
    border-left: 1px solid #424240;
    border-right: 1px solid #424240;
}

.llms-access-plan-footer {
    padding-bottom: 30px;
}

@media only screen and (min-width: 600px) {
    .llms-access-plans.cols-3 .llms-access-plan {
        width: 32.33%;
        margin: 0 1% 0 0;
    }
}

.llms-access-plan-price .lifterlms-price {
    font-size: 40px;
}

.llms-access-plan-pricing .llms-price-currency-symbol {
    font-size: 30px;
}

.llms-access-plan-content .llms-access-plan-pricing {
    padding: 30px 0 0;
}

.llms-access-plan .stamp {
    background: #02B2A9;
    color: #fcfcfc;
    font-size: 30px;
}

.llms-access-plan-expiration,
.llms-access-plan-sale-end,
.llms-access-plan-schedule,
.llms-access-plan-trial {
    font-size: 22px;
    padding: 10px;
}


/*Lessons*/

.single.et_pb_pagebuilder_layout.et_full_width_page #main-content .container {
    padding-top: 0 !important;
}

.lesson .llms-parent-course-link,
.lesson .et_post_meta_wrapper {
    display: none;
}

.lesson .llms-course-navigation {
    max-width: 70%;
    margin-left: 5.5%;
    margin-right: 29% !important;
}

.llms-lesson-button-wrapper {
    max-width: 65.5%;
    margin-left: 5.5%;
    font-size: 20px;
    margin-bottom: 30px;
}

.lesson .llms-lesson-preview {
    width: 100%;
}

.lesson .llms-lesson-preview .llms-lesson-title {
    color: #02B2A9 !important;
}

.lesson .llms-lesson-preview .llms-lesson-link {
    background: #F2F2F2;
}

.lesson .llms-lesson-preview .llms-pre-text {
    color: #424240 !important;
}

.llms-lesson-preview .llms-lesson-link {
    color: #424240 !important;
}

.llms-button-primary,
.llms-button-action,
button {
    background: #424240;
    color: #fcfcfc;
    font-size: 20px;
    text-transform: uppercase;
    border: none;
}

#llms_register_person {
    min-width: 160px !important;
}

.llms-button-primary:hover,
.llms-button-action:hover,
button:hover {
    background: #02B2A9;
}

.llms-button-primary:active,
.llms-button-action:active,
button:active {
    background: #02B2A9 !important;
}

button {
    padding: 10px 20px;
    cursor: pointer;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

.llms-access-plan.featured .llms-button-action {
    background: #02B2A9;
    font-size: 20px;
    text-transform: uppercase;
}

.llms-access-plan.featured .llms-button-action:hover {
    background: #424240;
}

input[type="submit" i] {
    background: #424240;
    color: #fcfcfc;
    font-size: 20px;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    cursor: pointer;
    text-decoration: none;
    text-shadow: none;
    line-height: 1;
    margin: 0;
    padding: 12px 24px;
    position: relative;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    margin: 20px 0;
}

input[type="submit" i]:hover {
    background: #02B2A9;
}

.ds-course-header {
    margin-top: 50px;
}

@media only screen and (max-width: 767px) {
    .ds-lesson-header h1 {
        font-size: 60px !important;
    }
    .ds-lesson-header .et_pb_fullwidth_header_subhead {
        font-size: 24px !important;
    }
}

.ds-lesson-header {
    min-height: 600px;
}

.ds-lesson-header h1 {
    color: #02B2A9 !important;
    font-weight: normal !important;
    font-family: 'journalregular', Arial, sans-serif !important;
    text-transform: none;
}

@media only screen and (min-width: 1441px) {
    .ds-lesson-header .et_pb_fullwidth_header_container.center {
        top: 325px;
    }
}

@media only screen and (max-width: 1440px) {
    .ds-lesson-header .et_pb_fullwidth_header_container.center {
        top: 225px;
    }
}

.ds-course-material.et_pb_row.et_pb_row_fullwidth {
    max-width: 66% !important;
    margin-left: 5.5%;
}

@media only screen and (max-width: 980px) {
    .ds-course-material.et_pb_row.et_pb_row_fullwidth,
    .llms-lesson-button-wrapper,
    .lesson .llms-course-navigation {
        width: 89% !important;
        max-width: 89% !important;
    }
}

@media only screen and (max-width: 980px) {
    .lesson .llms-course-navigation {
        width: 89% !important;
        max-width: 89% !important;
    }
}

@media only screen and (max-width: 767px) {
    .llms-course-navigation .llms-back-to-course,
    .llms-course-navigation .llms-next-lesson {
        width: 100% !important;
    }
}


/*Quiz pages*/

#llms-quiz-wrapper {
    margin-bottom: 40px;
}

.single-llms_quiz.et_right_sidebar #sidebar,
.single-llms_quiz .post-meta {
    display: none;
}

.single-llms_quiz h5 {
    margin: 6px 0;
}

#countdown {
    box-shadow: none;
    height: 110px;
    text-align: center;
    background: #F2F2F2;
    border-radius: 0;
    float: left;
    margin-bottom: 30px;
}

#countdown #tiles {
    color: #fcfcfc;
    text-shadow: none;
    font-family: Arial, sans-serif;
    text-align: center;
    padding: 0;
    border-radius: 0;
    font-size: 48px;
    font-weight: normal;
    display: block;
    line-height: 1.4;
}

.color-full {
    background: #02B2A9 !important;
}

svg .llms-animated-circle {
    stroke: #02B2A9;
}

.llms-quiz-results>h3 {
    background-color: transparent;
    padding: 4px;
    margin-bottom: 30px;
}

a {
    cursor: pointer;
}

.quiz-summary .wrong {
    border: none !important;
    background-color: red!important;
    border-radius: 0;
}

.quiz-summary .right {
    border: none !important;
    background-color: #02B2A9 !important;
    border-radius: 0;
}

.quiz-summary .wrong-panel,
.quiz-summary .right-panel {
    border: none !important;
}

.quiz-summary .accordion .panel-default {
    border: none;
}

.llms-progress-circle-count {
    top: 36%;
}

.llms-quiz-result-details {
    width: 80%;
}

.single-llms_quiz #left-area ul {
    padding: 20px 16px;
    margin-right: 30px;
    width: 40%;
}


/*Student Dashboard*/

.llms-student-dashboard .llms-sd-link {
    color: #FFFFFF;
    font-size: 18px;
    background: #424240;
    padding: 10px 20px;
    margin-right: 10px;
    text-transform: uppercase;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

.llms-student-dashboard .llms-sd-link:hover {
    background: #02B2A9;
}

.llms-student-dashboard .llms-sd-item .llms-sep {
    display: none;
}

.llms-student-dashboard .llms-sd-items {
    padding: 0 !important;
    margin-bottom: 30px;
}

.llms-student-dashboard .llms-sd-item {
    margin-bottom: 20px;
}

.llms-my-courses ul.listing-courses {
    padding: 0 !important;
}

.llms-my-courses ul.listing-courses li.course-item {
    border-bottom: none !important;
}

.llms-person-login-form-wrapper {
    margin-bottom: 60px !important;
}

.llms-my-memberships ul.listing-memberships {
    padding-left: 0 !important;
}


/*Lifter Checkout Page*/

.llms-notice {
    background: #424240;
    border: none;
    color: #fcfcfc;
    font-size: 22px;
}

.llms-notice a {
    color: #02B2A9;
}

.llms-checkout-section {
    border: 1px solid #02B2A9;
}

.llms-checkout-wrapper .llms-form-heading {
    background: #02B2A9;
    color: #fcfcfc !important;
}

.llms-checkout-wrapper form.llms-login {
    border: 1px solid #02B2A9 !important;
}

.llms-form-field {
    font-size: 20px;
}

.llms-form-field input[type=text],
.llms-form-field input[type=password],
.llms-form-field input[type=tel],
.llms-form-field input[type=email],
.llms-form-field input.text,
.llms-form-field input.title,
.llms-form-field textarea,
.llms-form-field select,
input[type=text] {
    padding: 8px;
    border: 1px solid #424240;
    color: #424240;
    font-family: 'futura_lt_btlight', Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
}

.llms-form-field .llms-description {
    font-size: 18px;
    line-height: 1em;
}

.llms-notice.llms-error {
    background: red;
    color: #fcfcfc;
    border: none;
    padding: 10px !important;
}

.llms-password-strength-meter {
    font-size: 20px;
    background: #02B2A9;
}

.llms-form-field.valid input[type=week],
.llms-form-field.valid input[type=month],
.llms-form-field.valid input[type=email],
.llms-form-field.valid input[type=url],
.llms-form-field.valid input[type=password],
.llms-form-field.valid input[type=search],
.llms-form-field.valid input[type=tel],
.llms-form-field.valid input[type=number],
.llms-form-field.valid input[type=text],
.llms-form-field.valid input[type=date],
.llms-form-field.valid input[type=time],
.llms-form-field.valid input[type=datetime-local],
.llms-form-field.valid select,
.llms-form-field.valid textarea {
    background: #02B2A9;
    border-color: #02B2A9;
}

.llms-checkout-section-content .llms-coupon-wrapper,
.llms-checkout-section-content .llms-order-summary {
    font-size: 22px;
}

.llms-notice.llms-debug {
    background: #424240;
    color: #fcfcfc;
}

.llms-notice.llms-debug p {
    padding-bottom: 20px;
}

.llms-checkout-cols-2 .llms-checkout-col.llms-col-2 button {
    min-height: 30px;
    font-size: 22px;
    color: #fcfcfc;
    background: #424240;
    border: none;
    cursor: pointer;
}

.llms-checkout-cols-2 .llms-checkout-col.llms-col-2 button:hover {
    background: #02B2A9;
}

.llms-payment-gateway-option .llms-description img {
    max-height: 70px;
}

.llms-widget-syllabus ul a:before {
    display: none !important;
}

.llms-widget-syllabus .lesson-title a {
    margin-left: 0 !important;
}


/*Memberships Pages*/

.llms_membership .et_post_meta_wrapper {
    display: none;
}

.llms_membership.et_pb_post .entry-content {
    margin-top: 60px !important;
}