/*
Theme Name:     Voice Child
Theme URI:      http://mekshq.com
Description:    Child theme for the Voice Theme
Author:         Meks
Author URI:     http://mekshq.com
Template:       voice
Version:        0.1.0
*/



h1 {
	color: #cf4d35;
    font-size: 40px;
    font-family: arial;
    font-weight: bold;
}

.site-branding {
    background: #cf4d35;
    border-radius: 12px;
}

.site-branding .site-title a {
    font-family: arial;
    font-size: 48px;
    color: #fff;
    line-height: 96px;
    font-weight: bold;
}


/*Courses*/
.course-container li.course {
    border: solid thin #ccc;
    border-radius: 5px;
    padding: 10px;
}

.course-container li.course h3.course-title {
    font-family: arial;
    font-size: 24px;
    font-weight: bold;
}


/*Course*/
article.course header h1 {
	color: #cf4d35;
	font-size: 40px;
}

section.course-lessons article.lesson {
    border: solid thin #ccc;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
}

section.course-lessons article.lesson header.lesson-title {
	background: none;
}

section.course-lessons article.lesson header.lesson-title h2 {
	font-family: arial;
    font-size: 24px;
    font-weight: bold;
    padding: 0px;
}

article.course .course header {
	background: #cf4d35;
}

article.course header h2 {
    color: #fff;
    font-family: arial;
    font-size: 30px;
    padding: 10px;
    font-weight: bold;
    margin-bottom: 15px;
}

input[type="submit"].course-start, input[type="submit"].complete {
    background: #5cb85c;
    font-size: 18px;
    font-weight: normal;
    text-transform: capitalize;
    line-height: 28px;
}


body #user-course-status-toggle a.active {
	color: #cf4d35;
	font-weight: bold;
}

body #user-course-status-toggle a {
	color: #666;
	font-weight: normal;
	font-size: 18px;
}

.occ-wpeztc-sensei-endofcourse-button-override {
    display: inline-block;
    float: unset;
    margin-top: 20px;
    margin-bottom: 40px;
    width: 100% !important;
    text-align: center;
}

.occ-wpeztc-sensei-endofcourse-button-override a {
    display: inline-block;
    padding: 5px 20px 4px;
    margin-left: 1em;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    /* float: right; */
    background: #4e8b4a;
    color: #fff;
    border: 2px solid #4e8b4a;
    letter-spacing: 1px;
}

.occ-wpeztc-sensei-endoftraining-button-override a.occ-wpeztc-sensei-endoftraining-survey-link {
    background: #1a8bff;
    border: 2px solid #1a8bff;
    text-transform: capitalize;
    
    display: inline-block;
    padding: 5px 20px 4px;
    margin-left: 1em;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
}

/*
.site-branding .site-title::before {
    background-image: url(https://www.ourchurch.com/wpez-training-center/wp-content/uploads/2021/07/OCC-logo-350.png);
    background-size: 144px 80px;
    display: inline-block;
    width: 144px;
    height: 80px;
    content: "";
    background-repeat: no-repeat;
    float: left;
    position: relative;
    top: 12px;
    margin-right: 20px;
}
*/

.site-branding .site-title a.occ-site-header-logo-link {
    line-height: unset;
}

.site-branding .site-title .occ-site-header-logo {
    background-size: 144px 80px;
    display: inline-block;
    width: 144px;
    height: 80px;
    content: "";
    background-repeat: no-repeat;
    float: left;
    position: relative;
    top: 18px;
    margin-right: 20px;
}

.lesson input.quiz-submit.complete, .quiz input.quiz-submit.complete {
    margin-bottom: 30px;
}

.lesson input.quiz-submit.complete:hover, .quiz input.quiz-submit.complete:hover, #main .course .course-meta .course-start:hover {
    background: #63a95f;
}

.single.logged-in #main .type-course header h1 {
    padding-left: 20px;
}



.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


li.occ-level-horizontal-divider {
	width: 100%;
    display: inline-block;
    background: #ccc;
    height: 10px;
    margin-bottom: 25px;
    margin-top: 10px;
}

.occ-level-horizontal-divider-title {
    color: #cf4d35;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
    padding-left: 10px;
}

nav .nav-next.occ-wpeztc-skip {
    float: left;
    position: relative;
    top: -20px;
    left: 0px;
	
    background: #999;
    font-size: 18px;
    font-weight: normal;
    text-transform: capitalize;
    line-height: 28px;
    display: inline-block;
    padding: 0px 20px 2px;
    border: none;
    border-radius: 5px;
}

nav .nav-next.occ-wpeztc-skip a {
	font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
    line-height: 24px;
    color: #fff;
}

nav .nav-prev.occ-wpeztc-prev {
    float: right;
    top: -20px;
    left: 0px;
    position: relative;
}


.occ-home-guest-note {
    margin-bottom: 0px;
    padding: 40px 20px 0px 20px;
}



@media only screen and (max-width: 1023px) {
    .site-branding .site-title::before {
        float: unset;
        margin-right: 0px;
        margin-bottom: 25px;
    }
    
    body.logged-in.vce-sid-none .vce-page .entry-content, body.logged-in.vce-sid-none .vce-page .entry-title-page, body.logged-in.error404 .entry-content {
        position: relative;
        top: 180px;
    }
    
    .vce-res-nav {
        display: block;
        position: relative;
        float: unset;
    }
    
    .header-sticky .site-title {
        display: none;
    }
    
    .site-branding {
        border-radius: 0px;
    }
    
    .container {
        max-width: 100%;
    }
    
    .vce-responsive-nav {
        padding-left: 10px;
    }
    
    #main {
        padding-bottom: 250px !important;        
    }
    
    
    .course, .course-container, .course-container .course {
        border-bottom: none;
    }
	
	
	
	.site-branding .site-title a.occ-site-header-logo-link {
		display: block;
		text-align: center;
		height: 80px;
	}
	
	.site-branding .site-title .occ-site-header-logo {
		height: 64px;
		display: block;
		max-width: unset;
		max-height: unset;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		margin-bottom: 10px;
		top: 0px;
		position: relative;
		float: unset;
	}
	
	.occ-home-guest-note {
		margin-top: 150px;
	}

	
}


