.course-meta.course-enrolment{
	display: grid;
}

.button.sensei-certificate-link{
	margin: 5px !important;
}

.wpcf7-form-control.wpcf7-text{
	margin-bottom: 8px;
}

.wpcf7-textarea{
    color: #000 !important;
}

.sensei-course-participants{
	display: none;
}

.course-reviews{
	display: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
.woocommerce-checkout .select2-container .select2-choice,
textarea,
select {
    border-color: #ebebeb;
    color: #000 !important;
    background-color: #f5f5f5;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.box-mensagem{
    padding: 10px 0;
    background: #f5f5f5;
}
.box-mensagem.meus-passaportes h2,
.box-mensagem.meus-passaportes h3,
.box-mensagem.meus-passaportes p{
    margin-bottom: 5px;
}
.box-mensagem.meus-passaportes ul{
    margin: 0;
}
.box-mensagem.meus-passaportes .codigo-passaporte{
    display: inline-block;
    margin: 10px 10px 0px 0px;
    background-color: #fff;
    border: 1px solid #cecece;
    padding: 5px 10px;
}

.box-checar-certificado{
    /*display: none;*/
}

/*@media only screen and (max-width: 425px) {}*/
/*@media only screen and (max-width: 1024px) {}*/
/*@media only screen and (max-width: 1024px) and (min-width: 767px)*/


.single-quiz #post-entries{
    display: none;
}

.full-width-image .vc_figure,
.full-width-image .vc_single_image-wrapper,
.full-width-image .vc_single_image-img {
    width: 100%;
    height: auto;
}