/*
Theme Name:   astra child theme
Description:  Write here a brief description about your child-theme
Author:       Sanjivani Patil
Author URL:   Write here the author's blog or website url
Template:     astra
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  astra-child
*/

/* Write here your own personal stylesheet */
.wpcw-course-enrollment-button a:hover, a:focus {
    color: #191818!important;
}
.single-wpcw_course img.attachment-large.size-large.wp-post-image {
    height: 600px;
    width: 100%;
	object-fit: cover;
}

.single-wpcw_course h1.entry-title {
    color: #fff;
    border: 4px solid #fff;
    padding: 38px;
    width: 68%;
    font-weight: 600;
    background-image: url;
    background-image: url(/wp-content/uploads/2021/07/photo-1525153537143-f88592837fb1-678x1024.jpg);
    text-align: center;
}

.single-wpcw_course header.entry-header.ast-no-meta {
    position: relative;
}

.single-wpcw_course .ast-single-post-order {
    position: absolute;
    bottom: 42px;
    left: 50px;
}

.wpcw_fe_navigation_box a.fe_btn.fe_btn_navigation.fe_btn_navigation_prev {
    margin-right: 10px !important;
}

.wpcw_fe_navigation_box a.fe_btn_navigation, a.fe_btn_navigation:hover {
    background-color: #f05a1a !important;
}
.wpcw_fe_quiz_submit_data input.fe_btn_completion:hover, a.fe_btn_completion:hover {
    background-color: #002ca2 !important;
	border: 1px solid #002ca2 !important;
}
.wpcw_fe_progress_box_pending {
    color: #fff !important;
    background: #0274be !important;
    border-color: #002ca2 !important;
}
.wpcw_fe_quiz_submit_data input.fe_btn_completion, a.fe_btn_completion {
    border: 1px solid #b93c06 !important;
    background-color: #f05a1a !important;
}

a.fe_btn_navigation {
    border: 1px solid #b93c06 !important;
}
.wp-video {
    margin-bottom: 33px !important;
}
.wpcw_checkmark {
    background: #f05a1a !important;
}
.wpcw_powered_by {
    display: none;
}
.wpcw-course-enrollment-button a {
    color: #fff;
    padding: 5px 14px;
}
.wpcw-course-enrollment-button {
    margin-bottom: 17px;
}

@media screen and (max-width: 921px){
.main-header-bar, .ast-header-break-point .main-header-bar, .ast-header-break-point .header-main-layout-2 .main-header-bar {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
}
	.ast-site-identity {
     padding: 0; 
}
}
@media screen and (max-width: 600px) {
	.single-wpcw_course .ast-single-post-order {
    position: absolute;
    bottom: 42px;
    left: 4px;
}
	.single-wpcw_course h1.entry-title {
    width: 99%
	}
	
	.single-wpcw_course img.attachment-large.size-large.wp-post-image {
		height: 370px;
	}
}
@media screen and (max-width: 363px) {
.single-wpcw_course h1.entry-title {
    padding: 16px;
	}
}

