body,
html {
    background: #F5F5F5;
    font-family: 'Raleway', sans-serif;
}

body>div {
    overflow: hidden;
}

.c {
    padding: 0 15px;
}

#content a {
    color: #FFF;
    font-weight: bold;
    border-bottom: 1px solid;
}


/*
body.home{

    background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}
body.home>.w{
  padding:30px 0;
  position:relative;
}
*/

h1,
h3 {
    font-weight: 300;
}

body>div.vh>div {
    width: 100%;
}

header {
    padding: 20px 0;
}

.wpcf7-form input {
    width: 100%;
    padding: 15px 20px;
    background-color: #FCC76D;
    border: none;
    border-radius: 6px;
    color: #292F33;
}

.wpcf7-form textarea {
    width: 100%;
    padding: 15px 20px;
    background-color: #FCC76D;
    border: none;
    border-radius: 6px;
    color: #292F33;
}

.wpcf7-form select {
    width: 100%;
    padding: 15px 20px;
    background-color: #FCC76D;
    border: none;
    border-radius: 6px;
    color: #292F33;
}

.wpcf7-form input[type="submit"] {
    width: 200px;
    background: none;
    border: 1px solid #FFF;
    color: #FFFFFF;
}

.wpcf7-form input[type="submit"]:hover {
    color: #FAA61A;
    background-color: #FFFFFF;
}

@media screen and (min-width: 789.2px) {
    body.page img#logo {
        margin: 30px auto;
    }
}

div#background {
    background-image: url(assets/img/background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 70%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

div#background:after {
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
    width: 100%;
    position: absolute;
}

div#landingcontainer {
    width: 100%;
    max-width: 700px;
    float: right;
    margin-top: 100px;
}

div#login {
    width: 80%;
    margin: 0 auto;
    text-align: right;
    font-size: 12px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

div#login a {
    margin: 5px;
    color: #292F33;
}


/************/


/** Learndash **/


/************/

.learndash-wrapper .ld-item-list .ld-item-list-item {
    background-color: #e89306!important;
    border: 1px solid #FFF!important;
}

.learndash-wrapper .ld-item-list .ld-item-list-item:hover {
    background-color: #FFF!important;
}

.ld-item-list-item:hover a {
    color: #292F33!important;
}

.learndash-wrapper .ld-breadcrumbs,
.learndash-wrapper .ld-course-status.ld-course-status-enrolled {
    background: #e89306!important;
    border: 1px solid white;
}

.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage {
    color: #FFF!important;
}

.ld-breadcrumbs-segments,
.ld-breadcrumbs-segments a {
    color: #FFF!important;
}

.learndash-wrapper .ld-breadcrumbs .ld-status.ld-status-progress,
.learndash-wrapper .ld-button,
.learndash-wrapper .ld-course-status .ld-status.ld-status-progress {
    background: #FFF!important;
    color: #292F33!important;
}


/*
body.home h1{
  text-align:center;
    text-transform:uppercase;
    position:relative;
  font-size:16px;
  padding:25px 0;
    background-color:rgba(0,0,0,0.6);
    font-weight:600;
    max-width:400px;
    margin:5px auto;
    position:relative;
    color:#f3f3f3;
    border-left:2px solid #FAA61A;
    -webkit-transition:background-color 0.3s;
            transition:background-color 0.3s;
}

body.home h1:hover{
    background-color:rgba(0,0,0,0.8);   
}

body.home img#logo{
    max-width:250px;
    margin-bottom:50px;
}
*/

h1#onlineacademy:before,
h1#bookonline:before,
h1#entersite:before {
    content: '';
    display: block;
    background-image: url(assets/img/sf_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    margin: 0 auto 10px;
}

div.tri {
    border-bottom: 15px solid rgba(0, 0, 0, 0) !important;
    border-right: 15px solid rgba(0, 0, 0, 0) !important;
    border-top: 15px solid rgba(0, 0, 0, 0) !important;
    border-left: 15px solid #FAA61A !important;
    position: absolute;
    top: 50%;
}


/*
body.home a{
  color:#f3f3f3;
  text-decoration:none;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
}
*/

div#social {
    position: relative;
    display: inline-block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

div#social h3 {
    font-size: 24px;
    text-shadow: rgba(50, 50, 50, 0.6) 0 1px 0;
    padding-left: 70px;
    margin-bottom: 30px;
    position: relative;
}

div#social h3:before {
    display: block;
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: -10px;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
}

h3#facebook:before {
    background-color: #49659F;
    background-image: url(assets/img/fb.png);
}

h3#youtube:before {
    background-color: #D32F2F;
    background-image: url(assets/img/yt.png);
}

h3#twitter:before {
    background-color: #39A0CE;
    background-image: url(assets/img/tw.png);
}

h3#facebook:hover h3#facebook:before {
    background-color: #354973;
}

h3#youtube:hover h3#youtube:before {
    background-color: #9F2222;
}

h3#twitter:hover h3#twitter:before {
    background-color: #277CA0;
}

div#social h3 a {
    color: #FFFFFF;
    text-decoration: none;
}

img#logo {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 90%;
    max-width: 300px;
}

img#logo.front {
    max-width: 400px;
}

nav {
    margin: 0 0 20px 0;
    text-align: center;
    font-weight: 400;
}

nav ul {}

nav ul li {
    position: relative;
    display: inline-block;
    margin: 0 15px;
    font-size: 1.2em;
}

nav ul li:hover ul.sub-menu {
    max-height: 500px;
}

nav ul li ul.sub-menu {
    position: absolute;
    z-index: 100;
    height: auto;
    max-height: 0;
    padding: 5px 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
    width: 200px;
    background: #f3f3f3;
}

nav ul li ul.sub-menu li {
    font-size: 0.8em;
    display: block;
}

nav ul li ul.sub-menu li a {
    margin: 5px 0;
    padding: 10px 0;
    color: #292f33;
}

nav ul li.current-menu-item,
nav ul li.current-menu-parent {
    border-bottom: 3px solid #FAA61A;
}

nav ul li a {
    color: #292f33;
    display: block;
    margin: 5px 0;
    text-decoration: none;
    ;
}


/************/


/** Blocks **/


/************/

section#content {
    position: relative;
    background-color: #FAA61A;
    /*
    width:200%;
    border-top-left-radius:50%;
    border-top-right-radius:50%;
	left:-50%;
    */
    color: #f3f3f3;
    padding: 80px 40px;
    overflow: hidden;
}

section#content p {
    padding: 0 15px;
    text-align: justify;
}

#content h3 {
    text-align: center;
}

#coaches {
    margin-top: 50px;
}

.coach {
    margin: 0 auto;
    background: #F3F3F3;
    max-width: 350px;
    color: #666;
    overflow: hidden;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.coach img {
    height: 80px;
    width: 80px;
    display: block;
    margin: 0 auto;
    background: #F3F3F3;
    border-radius: 50%;
    border: 3px solid #FAA61A;
    position: relative;
    top: -40px;
}

.coach h3 {
    margin-top: -35px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.coach a {
    display: block;
    margin: 0 15px 15px;
    padding: 10px 15px;
    float: right;
    color: #f3f3f3;
    font-weight: 600;
    background-color: #FAA61A;
    text-decoration: none!important;
}

.coach p {
    padding: 0 15px;
}

.coachtop {
    background-image: url(assets/img/background.jpg);
    background-size: cover;
    background-position: center;
    height: 200px;
    border-bottom: 3px solid #FAA61A;
    width: 200%;
    left: -50%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    border-bottom: 3px solid #FAA61A;
}

#contenticon {
    background-image: url(assets/img/iconwhite.png);
    background-size: contain;
    height: 30px!important;
    width: 30px!important;
    margin: 30 auto 0;
    background-repeat: no-repeat;
}

section#content.video>div {
    max-width: 1700px;
}

section#content>div {
    width: 50%;
    max-width: 1000px;
    margin: 0 auto;
}

section#content>div>h1 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 10px;
}

section#content>div>h2 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 10px;
}

section#content>div>h3 {
    font-weight: 600;
    text-transform: uppercase;
}

section#main {
    min-height: 500px;
    width: 200%;
    left: -50%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    background-image: url(assets/img/background.jpg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    border-bottom: 0.2em solid #FAA61A;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pg_img_rgt {
    width: 40%;
    float: right;
    margin: 5% 0 5% 5%;
    border-left: 3px white solid;
    border-right: 3px white solid;
}

.pg_img_rgt_nrw {
    width: 30%;
    float: right;
    margin: 5% 0 5% 5%;
    border-left: 3px white solid;
    border-right: 3px white solid;
}

.pg_img_lft {
    width: 40%;
    float: left;
    margin: 5% 5% 5% 0;
    border-left: 3px white solid;
    border-right: 3px white solid;
}

.pg_img_third {
    padding: 0;
    margin: 0 auto;
    height: 300px;
    text-align: center;
    border-left: 3px white solid;
    border-right: 3px white solid;
    clear: both;
}

#gallery-1 img {
    border-left: 2px white solid!important;
    border-right: 2px white solid!important;
    border-top: 0!important;
    border-bottom: 0!important;
}

div.testimonial {
    padding: 15px 30px;
}

div.testimonial h3 {
    font-size: 24px;
}

div.testimonial h3,
div.testimonial h4 {
    margin: 0;
}

div.testimonial h4 {
    font-size: 16px;
    text-align: center;
}

div.testimonial .fa {
    margin-right: 10px;
}

div.testimonial p {
    padding: 0!important;
}

body.page-id-9 section#main {
    height: 800px;
    /*
	width:200%;
    left:-50%;
    border-radius:50%;
	*/
    background-image: url(assets/img/background.jpg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    border: 0.2em solid #FAA61A;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}


/*body.page-id-9 section#main > div{
    width:100%;
    max-width:800px;
    height:200px;
}*/

section#main div.menublock {
    width: 400px;
    height: 200px;
    float: left;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    font-size: 16px;
    padding: 25px 0;
    background-color: rgba(0, 0, 0, 0.6);
    font-weight: 600;
    margin: 0 10px;
    position: relative;
    color: #f3f3f3;
    border-left: 2px solid #FAA61A;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

section#main div.menublock:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

section#main div.menublock h1 {
    font-size: 16px;
    font-weight: 600;
}

section#main div.menublock h1:before {
    content: '';
    display: block;
    background-image: url(assets/img/sf_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    margin: 0 auto 10px;
}

section#main div.menublock a {
    color: #f3f3f3;
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#lowernav {
    padding: 30px 15px;
}

#lowernav div.c {
    text-align: center;
    border-right: 2px solid #FAA61A;
}

#lowernav div.c:last-child {
    border: none;
}

#lowernav div.c>div {
    display: inline-block;
}

#lowernav h3 {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0;
    text-transform: uppercase;
}

#lowernav h3:before {
    content: '';
    display: block;
    background-image: url(assets/img/sf_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    margin: 0 auto 10px;
}

#lowernav ul {
    list-style: none;
    padding-left: 10px;
    text-align: left;
}

#lowernav ul li {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}

#lowernav ul li a {
    color: #666;
    text-decoration: none;
    position: relative;
}

#lowernav ul li a:before {
    opacity: 0;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    content: '';
    display: block;
    border-bottom: 8px solid rgba(0, 0, 0, 0) !important;
    border-right: 8px solid rgba(0, 0, 0, 0) !important;
    border-top: 8px solid rgba(0, 0, 0, 0) !important;
    border-left: 8px solid #FAA61A !important;
    position: absolute;
    left: -15px;
}

#lowernav ul li a:hover:before {
    opacity: 1;
}

footer {
    padding: 0 15px;
}

footer>img {
    max-width: 200px!important;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
}

#footersocial {
    text-align: center;
}

#footersocial ul {
    list-style: none;
    padding: 0;
}

#footersocial ul li {
    display: inline-block;
    position: relative;
}

#footersocial ul li a {
    padding: 25px;
    margin: 0 15px;
    color: #666;
    text-decoration: none;
    display: block;
}

#footersocial ul li:nth-child(1):before {
    content: '';
    display: block;
    height: 30px;
    width: 30px;
    background-image: url(assets/img/fb.png);
    background-size: contain;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 20px;
}

#footersocial ul li:nth-child(2):before {
    content: '';
    display: block;
    height: 30px;
    width: 30px;
    background-image: url(assets/img/yt.png);
    background-size: contain;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 20px;
}

#footersocial ul li:nth-child(3):before {
    content: '';
    display: block;
    height: 30px;
    width: 30px;
    background-image: url(assets/img/twitter.png);
    background-size: contain;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 20px;
}

#footersocial ul li:nth-child(4):before {
    content: '';
    display: block;
    height: 30px;
    width: 30px;
    background-image: url(assets/img/instagram.png);
    background-size: contain;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 20px;
}

div#menubutton {
    display: none;
    height: 28px;
    width: 35px;
    background-image: url(assets/img/bars.png);
    background-size: cover;
    background-position: center;
    position: fixed;
    top: 35px;
    right: 30px;
    cursor: pointer;
    z-index: 60;
}

#academy-login {
    margin: 80px auto 0 auto;
    padding: 0 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#academy-login form {
    width: 100%;
    max-width: 500px;
}

#academy-login div {
    margin-bottom: 40px;
}

#academy-login label {
    margin-bottom: 10px;
    display: block;
    text-align: center;
}

#academy-login input {
    width: 100%;
    padding: 15px 20px;
    background-color: #FCC76D;
    border: none;
    border-radius: 6px;
    color: #292F33;
}

#academy-login input[type="email"]:focus,
#academy-login input[type="password"]:focus {
    outline: #D08404;
}

#academy-login input[type="submit"] {
    width: 200px;
    background: none;
    border: 1px solid #FFF;
    color: #FFFFFF;
}

#academy-login input[type="submit"]:hover {
    color: #FAA61A;
    background-color: #FFFFFF;
}

a#registernow {
    display: inline-block;
    padding: 10px;
    border: none;
    background: #FFF;
    color: #FAA61A;
}


/* Social Media Categories */

#media-categories {
    margin: 80px 0 0 0;
    position: relative;
}

.media-category {
    margin: 0 0 40px 0;
    padding: 0 20px;
}

.media-category a {
    display: block;
    padding: 20px;
    border: 1px solid #FFF;
    color: #FFF;
    text-align: center;
}

#video {
    width: 50%!important;
    max-width: 9999px!important;
    margin: 0!important;
    position: absolute;
    top: -40px;
    left: 25%;
}

#video iframe {
    width: 100%;
    height: 700px;
    border: none;
    max-height: 750px;
}

div.video-thumb {
    width: 100%;
    background-size: cover;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
}

div.video-thumb:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url('assets/img/playicon.png');
    background-color: rgba(0, 0, 0, 0.6);
    ;
    background-size: 20%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

div.video-thumb:hover:after {
    opacity: 0;
}

section#content.video {
    padding-top: 740px;
    border-radius: 0!important;
}

.videoholder {
    margin-bottom: 30px;
}

h4.videoTitle {
    font-weight: 500;
    text-align: center;
    font-size: 18px;
}


/* E.O. Social Media Categories */

@media(min-width:1000px) {}

@media(max-width:1450px) {
    section#main {
        background-size: 60%!important;
    }
}

@media(max-width:1200px) {
    section#main {
        background-size: 75%!important;
    }
}

@media(max-width:992px) {
    section#main {
        background-size: cover!important;
        height: 400px;
    }
    section#main div.menublock {
        float: none;
        margin: 10px 0;
    }
    div#social {
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    div#social h3 {
        font-size: 18px;
        padding-left: 40px;
        white-space: nowrap;
    }
    div#social h3:before {
        width: 30px;
        top: -5px;
        height: 30px;
    }
}

@media(max-width:768px) {
    section#main div.menublock {
        max-width: 250px;
        height: 150px;
    }
    #video {
        width: 100%!important;
        left: 0;
    }
    nav {
        width: 100%;
        max-width: 330px;
        background-color: #f3f3f3;
        position: fixed;
        top: 94;
        right: -100%;
        -webkit-transition: ease 0.5s;
        transition: ease 0.5s;
        overflow: hidden;
    }
    nav.open {
        right: 0;
        width: auto;
        top: 94px;
    }
    nav ul li {
        width: 100%;
        margin: 0;
        border: none!important;
    }
    nav>ul>li {
        padding: 15px 0;
    }
    nav ul li ul.sub-menu {
        position: static;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 100%;
    }
    body img#logo {
        margin: 15px;
        max-width: 150px;
    }
    header {
        position: fixed;
        background-color: #f3f3f3;
        padding: 0;
        z-index: 50;
        width: 100%;
    }
    section#content {
        /* margin-top:94px; */
    }
    div#menubutton {
        display: block;
    }
    body.page-id-9 section#main {
        border: none;
    }
    section#main,
    section#content {
        border-radius: 0!important;
        width: 100%!important;
        left: 0 !important;
    }
    section#content>div {
        width: 100%;
    }
    #lowernav div.c:nth-child(2) {
        border: none;
    }
    .pg_img_rgt {
        margin: 5%;
        width: 90%;
        border-left: 3px white solid;
        border-right: 3px white solid;
    }
    .pg_img_lft {
        padding: 0 5%;
        width: 90%;
        border-left: 3px white solid;
        border-right: 3px white solid;
    }
    #gallery-1 img {
        border-left: 2px white solid!important;
        border-right: 2px white solid!important;
        border-top: 0!important;
        border-bottom: 0!important;
        max-width: 80px!important;
        max-height: 80px!important;
    }
}

@media(max-width:700px) {
    div#background {
        background-image: url(assets/img/background-sm.jpg);
    }
}

@media(max-width:550px) {
    img#logo {
        width: 70%;
    }
}

@media(max-width:500px) {
    section#main {
        height: 300px!important;
    }
    body.page-id-9 section#main {
        margin-top: 95px;
    }
    .coachtop {
        background-size: cover;
    }
}

@media(max-width:480px) {
    #lowernav div.c {
        border: none;
    }
}


/* Youtube Videos */

.wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

.wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#aside {
    width: 25%;
    float: right;
    padding-left: 2%;
}

#youtube {
    width: 73%;
    float: left;
}

#youtube h1 {
    margin: 0 0 30px;
}

li.categories {
    list-style: none;
    font-weight: bold;
}

li.categories ul {
    padding: 0;
}

li.categories ul li {
    list-style: none;
    line-height: 1.3em!important;
    font-size: 0.9em;
}

li.categories ul li a {
    font-weight: normal!important;
    border-bottom: 0!important;
}

li.categories ul li a:hover {
    font-weight: normal!important;
    border-bottom: 1px solid white!important;
}

.video-preview {
    width: 47%;
    float: left;
    margin: 1.5%;
}

.video-preview p {
    display: none;
}

figure {
    margin: 1em 0!important;
}


/* updates may 2020 */

@media(max-width:750px) {
    .header-clear {
        height: 93px;
    }
}


/* home page */

.image-slider {
    position: relative;
    height: 550px;
    background: #333;
}

.image-slider .item {
    height: 550px;
    position: relative;
    background-position: center center;
    background-size: cover;
}

.image-slider .item:before {
    position: absolute;
    display: block;
    content: " ";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.0;
}

.image-slider .item h2 {
    position: absolute;
    left: 10%;
    bottom: 10%;
    color: #fff;
    background: rgba(0, 0, 0, 0.75);
    margin: 0!important;
    padding: 15px 30px;
    color: #fff;
}

.owl-stage .owl-item:nth-child(odd) h2 {
    background: #575660;
    color: #FAA61A;
}

.owl-stage .owl-item:nth-child(even) h2 {
    background: #FAA61A;
    color: #575660;
}

@media screen and (max-width: 789px) {
    .image-slider .item h2 {
        left: 0;
        bottom: 5%;
    }
}

h1.new.slider-overlay {
    position: absolute;
    left: 10%;
    bottom: 10%;
    background: #575660;
    color: #FAA61A;
    margin: 0!important;
    padding: 15px 30px;
    z-index: 100;
}

.image-slider .covid {
    position: absolute;
    right: 5%;
    bottom: 5%;
    max-height: 50%;
    width: auto;
    z-index: 10;
    pointer-events: none;
}

@media screen and (max-width: 789px) {
    .image-slider .covid {
        bottom: unset!important;
        top: 5%;
        max-height: 20%;
        width: auto;
    }
}

.inner {
    width: 80%;
    margin: 0 auto;
    padding: 5% 0;
}

.inner.inner960 {
    max-width: 960px;
}

.inner.inner960 .wp-block-image img {
    display: block;
    width: 100%;
    height: auto;
}

.inner.inner960 h3 {
    font-size: 24px;
    color: #000;
    font-weight: bold;
}

.inner.inner960 p {
    text-align: left;
}

.stats.instagram {
    padding: 5% 0;
}

.inner.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.width50 {
    width: 47.5%;
}

@media screen and (max-width: 789px) {
    .width50 {
        width: 100%;
        margin: 0 0 30px;
    }
}

.inner>img {
    display: block;
    max-width: 100%;
    height: auto;
}

h1.new {
    color: #292f33;
    margin: 0 0 50px!important;
    font-size: 40px;
    text-align: center;
}

@media(max-width:750px) {
    h1.new {
        margin: 15px 0 25px!important;
        font-size: 26px;
    }
}

h2.new {
    position: relative;
    text-align: center;
    color: #FAA61A;
    margin: 50px 0 50px!important;
    font-size: 26px;
}

h2.new:first-child {
    margin: 0 0 50px!important;
}

h2.new:after {
    position: absolute;
    display: block;
    content: " ";
    width: 10%;
    height: 1px;
    background: #999;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -25px;
}

h3.new {
    text-align: center;
    margin: 60px 0 15px;
    font-size: 26px;
}

.new .gallery .gallery-item {
    margin: 30px 0!important;
}

.stats {
    background: #fff;
}

.stats p {
    text-align: center;
}

ul.gridlist {
    list-style-type: none;
    padding: 0 10%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.gridlist.alt {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

ul.gridlist li {
    width: 30%;
    padding: 2.5% 0;
    text-align: center;
    font-size: 1.1em;
}

ul.gridlist li a {
    color: #FAA61A;
}

ul.gridlist li a:hover {
    text-decoration: underline;
}

ul.gridlist.fullwidth li {
    width: 100%;
    padding: 2.5% 0;
}

ul.gridlist.alt li {
    width: auto;
    padding: 2.5% 0;
    text-align: center;
    font-size: 1.1em;
}

@media screen and (min-width: 789.2px) {
    ul.gridlist li:nth-child(3n-1) {
        margin: 0 5%;
    }
    ul.gridlist.alt li:nth-child(3n-1) {
        margin: 0;
    }
}

ul.gridlist li span {
    color: #FAA61A;
}

@media screen and (max-width: 789px) {
    ul.gridlist li {
        width: 47.5%;
    }
    ul.gridlist li:nth-child(2n - 1) {
        margin-right: 5%;
    }
}

@media screen and (max-width: 400px) {
    ul.gridlist li {
        width: 100%;
    }
    ul.gridlist li:nth-child(2n - 1) {
        width: 100%!important;
        margin-right: 0%;
        margin: 0 0 20px!important;
    }
}

.advice {
    background: #eee;
}

.advice p {
    text-align: center;
}

.advice p>a,
.stats p>a {
    text-decoration: underline;
    color: #333;
    font-weight: bold;
}

.testimonials {
    background: #FAA61A;
}

.testimonials * {
    color: #fff;
}

.testimonials .testimonials-carousel .item {
    padding: 0 15%;
    text-align: center;
}

@media screen and (max-width: 789px) {
    .testimonials .testimonials-carousel .item {
        padding: 0;
    }
}

.testimonials .testimonials-carousel .item p {
    display: none;
    font-size: 20px;
}

.testimonials .testimonials-carousel .item p:first-child {
    display: block;
}

.testimonials .testimonials-carousel .item h4 {
    font-size: 26px;
}

ul.options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 2.5% 0 0 0;
}

ul.options li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    boxi-sizing: border-box;
    width: 22.5%;
    padding: 2.5% 1.5%;
    background: #FAA61A;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

ul.options li p.title {
    font-size: 26px;
    line-height: 26px!important;
    margin: 0;
}

ul.options li p.read-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 30px;
    margin: auto 0 0 0;
}

ul.options li p a {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px!important;
    padding: 7.5px 15px;
}

ul.options li p a:first-child {
    margin-right: 10px;
}

ul.options li p a:last-child {
    margin-right: 0;
}

@media screen and (max-width: 1549px) {
    ul.options li {
        width: 47.5%;
        margin-bottom: 5%;
    }
}

@media screen and (max-width: 789px) {
    ul.options li {
        width: 100%;
        padding: 10% 5%;
    }
}

.border-top {
    border-top: 3px solid #FAA61A;
}

.video-list {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.video-preview-alt {
    width: 47.5%;
    margin: 0 0 30px;
}

.video-preview-alt:nth-child(2n-1) {
    margin-right: 5%;
}

.video-preview-alt p {
    display: none;
}


/* programme-options */

.programme-options {
    background: #fff;
}

.programme-options.grey {
    background: #eee;
}

.programme-options .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1180px;
}

.programme-options.alt .inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.programme-options .inner .item {
    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-sizing: border-box;
    box-sizing: border-box;
    background: #FAA61A;
    color: #fff;
    width: 47.5%;
    padding: 15px 5% 45px;
    border-radius: 10px;
    text-align: center;
}

.programme-options .inner .item h3 {
    font-size: 30px;
}

.programme-options .inner .item ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style-type: none;
    margin: 0 0 30px;
    padding: 0;
}

.programme-options .inner .item ul li {
    padding: 5px 0;
}

.programme-options .inner .item ul li.blank {
    color: #FAA61A;
}

.programme-options .inner .item ul li.big:before {
    display: block;
    content: " ";
    width: 50px;
    height: 1px;
    background: #fff;
    position: relative;
    margin: 30px auto;
}

.programme-options .inner .item ul li.big {
    font-size: 24px;
    margin: auto 0 0 0;
}

.programme-options .inner .item .button {
    margin: auto 0 0 0;
}

@media screen and (max-width: 789px) {
    .programme-options .inner .item {
        width: 100%;
        margin: 0 0 30px;
    }
    .programme-options .inner .item ul li.blank {
        display: none;
    }
}

.pics-container {
    margin: 0 auto;
    max-width: 1180px;
}

.pics-container img {
    display: block;
    width: 100%;
    height: auto;
}

.button {
    margin: 30px 0;
}

.button.center {
    text-align: center;
}

.button.center.marginalt {
    margin: 45px 0 15px;
}

.button a {
    display: inline-block;
    padding: 10px 30px;
    margin: 0 5px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.5px;
    border-radius: 2.5px;
    color: #111;
    border: 1px solid #111;
    text-decoration: none!important;
}

.button a:hover {
    background: #111;
    color: #fff;
}

.button.large a {
    font-size: 18px;
    padding: 15px 45px;
}

.button.white a {
    color: #fff;
    border: 1px solid #fff;
}

.button.white a:hover {
    background: #fff;
    color: #333;
}

.button.orange a {
    background: #FAA61A;
    border: 1px solid #FAA61A;
    color: #666;
}

.button.orange a:hover {
    color: #FAA61A;
    background: #fff;
}


/* video paged navigation */

.navigation p {
    text-align: center!important;
}

.navigation {
    text-align: center;
    margin: 15px 0 45px;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration: none;
}

.navigation li {
    display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #333;
    border-radius: 3px;
    cursor: pointer;
    padding: 0.5rem 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #666;
}


/* video search */

.video-search {}

.video-search ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.video-search ul>li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.video-search ul>li:not(:last-child) {
    padding-right: 10px;
    width: 27.5%!important;
}

.video-search ul>li:last-child {
    width: 17.5%!important;
}

@media screen and (max-width: 789px) {
    .video-search ul>li:not(:last-child) {
        margin: 0 0 10px;
    }
    .video-search ul>li:not(:last-child),
    .video-search ul>li:last-child {
        padding-right: 0;
        width: 100%!important;
    }
}

.video-search ul>li>input,
.video-search ul>li>select {
    display: block;
    border: 1px solid #999;
    padding: 10px;
    border-radius: 3px;
    -webkit-box-sizing: border-box!important;
    box-sizing: border-box!important;
    color: #444;
    height: 40px!important;
    width: 100%!important;
}

.video-search ul>li:last-child>input {
    padding: 10px 20px;
    background: #333;
    color: #fff;
    border: 1px solid #333!important;
}


/* latest videos feed */

.latest-videos {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.latest-videos li {
    width: 30%;
}

@media screen and (max-width: 789px) {
    .latest-videos li {
        width: 100%;
    }
}

.latest-videos li h3 a {
    color: #FAA61A;
    font-weight: bold;
}

.latest-videos li p {
    display: none;
}


/* latest blog posts feed */

.latest-blogs {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.latest-blogs li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 30%;
    padding: 0 20px;
    background: #fff;
    border-bottom: 5px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.latest-blogs li:nth-child(2) {
    margin: 0 5%;
}

.latest-blogs li p:last-child {
    margin: auto 0 15px 0;
}

.latest-blogs li a {
    color: #FAA61A;
    font-weight: bold;
}

.latest-blogs li a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 789px) {
    .latest-blogs li {
        width: 100%;
        margin: 0 0 20px!important;
    }
}

.latest-blogs li h3 a {
    color: #FAA61A;
    font-weight: bold;
}


/* social media feeds */

.socials a {
    color: #FAA61A;
}


/* blog */

.posts {}

.posts article {
    margin: 0 0 50px;
    padding: 0 0 50px;
    border-bottom: 1px solid #fff;
}

.posts article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.posts article>a {
    text-decoration: none!important;
    border-bottom: 0!important;
    width: 30%;
}

.posts article img {
    display: block;
    width: 100%;
    height: auto;
}

.posts article div {
    padding-left: 5%;
    width: 65%;
}

.posts article div h2 {
    margin: 0 0 15px;
}

.posts article div p {
    padding: 0!important;
}

.posts article div p.meta {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.posts article div p.read-more {
    margin: 15px 0 0 0;
}

@media screen and (max-width: 789px) {
    .posts article {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .posts article>a {
        width: 100%;
        margin: 0 0 30px;
    }
    .posts article div {
        padding-left: 0;
        width: 100%;
    }
}

.iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none!important;
}

img.center {
    display: block;
    margin: 30px auto;
}

.white-border {
    background: #fff;
    padding: 2.5%;
}

.ug-tiles-wrapper {}

.ug-tiles-wrapper .ug-textpanel {
    display: none;
}

.ug-tiles-wrapper .ug-tile-icon {
    top: 50%!important;
    left: 50%!important;
    -webkit-transform: translate(-50%, -50%)!important;
    -ms-transform: translate(-50%, -50%)!important;
    transform: translate(-50%, -50%)!important;
}


/*
	.ug-tiles-wrapper > div:first-child:before { display:block; content:"Before"; position:absolute; left:0; bottom:0; z-index:100; width:100%; padding:10px; background:rgba(0,0,0,0.65); color:#fff; font-weight:bold; }
	.ug-tiles-wrapper > div:last-child:before { display:block; content:"After"; position:absolute; left:0; bottom:0; z-index:100; width:100%; padding:10px; background:rgba(0,0,0,0.65); color:#fff; font-weight:bold; }
	*/

.ug-textpanel-textwrapper {
    display: none;
}

p.inline-socials {}

p.inline-socials a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 0 15px 0 0;
    text-decoration: none;
}

p.inline-socials a>img {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin: 0 5px 0 0;
}

section#main {
    display: none!important;
}

@media(min-width:750.2px) {
    .mob {
        display: none!important;
    }
}

@media(max-width:750px) {
    .desktop {
        display: none!important;
    }
}


/* woocommerce */

.standard {
    padding: 50px 0;
    background: #fff;
}

.inner.alt {
    max-width: 960px;
    padding: 0;
}

.inner.alt.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.inner.alt.flex article {
    width: 65%;
}

.inner.alt.flex aside {
    width: 30%;
}

.inner.alt.flex aside a {
    color: #FAA61A;
}

.inner.alt.flex aside .ld-course-info-my-courses {
    margin: 0 0 10px;
}

.inner.alt.flex aside .ld-course-info-my-courses h2 a {
    font-size: 18px;
}

@media(max-width:750px) {
    .inner.alt .flex article {
        width: 100%;
    }
    .inner.alt .flex aside {
        width: 100%;
    }
}

.bread_crumbs {
    background: #eee;
    padding: 15px 0;
}

.bread_crumbs nav {
    margin: 0!important;
    padding: 0!important;
    text-align: left;
}

.page-title {
    background: #fff;
}

.page-title h1 {
    margin: 45px 0 0;
}

a.woocommerce-loop-product__link h2 {
    color: #FAA61A;
}

div.flex-viewport {
    height: 280px!important;
}

ol.flex-control-thumbs img {
    border: 2px solid white;
    border-radius: 20px;
}

.input-text.qty {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    padding: 13px 20px 12px!important;
    background-color: #FAA61A!important;
    border-radius: 50px!important;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #DD8C04!important;
}

.posted_in a {
    color: #000;
}

.posted_in a:hover {
    text-decoration: underline;
}

.single-product span.woocommerce-Price-amount {
    font-size: 30px!important;
    font-weight: 700;
    color: #FAA61A;
}

.woocommerce div.product .product_title {
    margin-top: 15px!important;
}

table.woocommerce-orders-table {
    background: #fff;
}

table.woocommerce-orders-table a {
    color: #111!important;
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
    padding: 15px!important;
}

.woocommerce-EditAccountForm input {
    padding: 10px!important;
    color: #333!important;
    border: 1px solid #ccc!important;
    border-radius: 3px!important;
}


/* PROGRAMMES */

.page-title.programmes {
    padding: 50px 0;
    background: #fff;
    border-bottom: 1px solid #ccc;
    color: #333;
}

.page-title.programmes h1 {
    margin: 0;
    color: #292f33;
    text-align: center;
}

.woocommerce-MyAccount-navigation ul li {
    display: block;
    margin: 0 0 5px;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    margin: 0;
    padding: 5px;
    border: 1px solid #fff!important;
    border-radius: 50px!important;
    transition: all 0.5s ease;
}

.woocommerce-MyAccount-navigation ul li:hover a {
    transform: scale(1.05, 1.05);
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #fff;
    color: #333!important;
}

.ld-course-list-items {
    text-align: center;
    margin: 0 0 100px;
}

.ld-course-list-items .ld-entry-content {
    display: none;
}

#loginform {
    width: 400px;
    margin: 0 auto 50px;
    box-sizing: border-box;
    padding: 5%;
    background: #fff;
    color: #333!important;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.15);
}

#loginform input:not(#rememberme) {
    color: #333!important;
    width: 100%;
    max-width: 100%!important;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #fff;
}

.form.pmpro_form label,
#loginform label {
    text-align: center;
}

#loginform p.login-remember input {
    margin-right: 10px;
}

#loginform #wp-submit {
    margin: 30px 0 0 0!important;
}

.pmpro_login_wrap hr {
    display: block;
    border: none;
    height: 1px;
    background: #fff;
}

.pmpro_actions_nav {
    text-align: center!important;
}

.woocommerce-breadcrumb a {
    color: #000!important;
}

dd.course_progress {
    width: 100%!important;
    margin: 0!important;
    height: 50px!important;
}

h3#h-programme-progress {
    font-size: 30px;
    margin: 45px 0 15px;
}

dd.course_progress div.course_progress_blue {
    background-color: #FAA61A!important;
}

input#learndash_mark_complete_button {
    display: block;
    margin: 0 auto;
}

input#learndash_mark_complete_button {
    padding: 12px 20px 12px!important;
    background-color: #04C125!important;
    border-radius: 50px!important;
    color: #fff!important;
    font-weight: bold;
    border: none!important;
    transition: all 0.5s ease;
}

input#learndash_mark_complete_button:hover {
    transform: scale(1.1, 1.1);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(250, 166, 26, 0.6);
    -moz-box-shadow: 0px 0px 20px 0px rgba(250, 166, 26, 0.6);
    box-shadow: 0px 0px 20px 0px rgba(250, 166, 26, 0.6);
}

#learndash_next_prev_link {
    margin: 0 0 50px!important;
    padding: 25px 0 0 0;
    overflow: hidden;
    border-top: 1px solid #ddd;
}

#learndash_next_prev_link a {
    padding: 10px 20px 10px!important;
    background-color: #FAA61A!important;
    border-radius: 50px!important;
    color: #fff!important;
    font-weight: bold;
}

#learndash_next_prev_link a:hover {
    background: #DD8C04!important;
}

.single-sfwd-lessons h1:nth-child(1) {
    text-align: center;
    margin: 0 0 30px;
    padding: 30px;
    border-radius: 5px!important;
    border-left: 25px solid #eee;
    border-right: 25px solid #eee;
    background: #f9f9f9;
}

h2.woocommerce-loop-product__title {
    padding: 0!important;
    margin: 0!important;
    font-size: 24px!important;
}

.woocommerce-loop-product__link span.price {
    font-size: 24px!important;
}

.post-type-archive .products li {
    text-align: center!important;
}

select.orderby {
    border: 1px solid #aaa;
    border-radius: 5px;
    padding: 5px;
}

.woocommerce-result-count,
.woocommerce-ordering {
    display: none;
}

#learndash_course_content_title {
    text-align: center;
    margin: 0!important;
    padding: 30px 0!important;
    font-size: 20px;
    border-top: 1px solid #ccc;
}

#lesson_heading {
    padding: 20px!important;
    font-size: 20px!important;
    color: #fff!important;
    background: #FAA61A!important;
    border: 1px solid #FAA61A!important;
}

.list-count {
    font-weight: bold;
    color: #FAA61A;
}

#pmpro_levels_table {
    width: 100%;
    color: #fff;
    border-collapse: collapse;
}

#pmpro_levels_table th {
    border: 1px solid #fff;
    background: #fff;
    color: #FAA61A;
    padding: 15px;
}

#pmpro_levels_table td {
    border: 1px solid #fff;
    padding: 15px;
}

#pmpro_levels_table td a.pmpro_btn-select {
    color: #333;
    border-radius: 50px;
    border: none;
    background: #fff;
}

#map .iframe-container {
    max-height: 450px!important;
}