body {
	font-family: 'Roboto', Sans-serif;
}
/* =========================================================
   TUTOR LMS - COURSE / LESSON / QUIZ STYLES
   ========================================================= */

:root {
    --tutor-custom-primary: #227098;
}


/* =========================================================
   GENERAL TUTOR LAYOUT
   ========================================================= */

.tutor-course-single-sidebar-wrapper {
    display: none;
}

.tutor-course-single-content-wrapper #tutor-single-entry-content {
    background-color: #fff !important;
    z-index: 1;
}

.tutor-container,
.tutor-container-sm,
.tutor-container-md,
.tutor-container-lg,
.tutor-container-xl,
.tutor-container-xxl {
    max-width: 100%;
}

.tutor-card {
    margin-bottom: 1%;
    border-color: transparent;
}

.tutor-card:not(.tutor-no-border) {
    border: none;
}

.tutor-card-md .tutor-card-body {
    padding: 0;
}

.tutor-card-footer:not(.tutor-no-border) {
    border-top: none;
}

.tutor-course-content-list-item {
    margin: 0;
}

.tutor-enrolled-info-text {
    margin: 0 auto;
}


/* =========================================================
   TYPOGRAPHY
   ========================================================= */

.tutor-fs-6 {
    font-family: "Roboto", sans-serif;
    font-size: 1.4em !important;
    line-height: 1.4 !important;
}

.tutor-fs-7,
.tutor-mb-12,
.tutor-course-topic-single-header .tutor-topbar-mark-btn {
    font-family: "Roboto", sans-serif;
}

.tutor-color-muted {
    margin: auto 0;
    color: #000;
    font-weight: 600;
}

.tutor-color-secondary {
    margin: 0;
    color: #888 !important;
    font-family: "Roboto", sans-serif;
    font-size: 1rem !important;
}

.tutor-ml-8 {
    margin-left: 20px;
    font-size: 1.2rem !important;
    line-height: 1.3 !important;
    font-weight: 500 !important;
}

.tutor-ml-8:hover {
    color: var(--tutor-custom-primary) !important;
}

.fill-in-the-gap.tutor-fs-6.tutor-body-color {
    font-size: 1.5em !important;
    font-weight: 600;
}


/* =========================================================
   BUTTONS
   ========================================================= */

.tutor-btn {
    margin-bottom: 10px;
    border-radius: 0;
}

a.tutor-btn.tutor-btn-ghost {
    color: #808080;
    font-size: 0.9em;
}

.tutor-iconic-btn-lg {
    width: 350px;
    height: 60px;
    border-radius: 0;
    font-size: 24px;
}


/* =========================================================
   QUIZ
   ========================================================= */

.tutor-start-quiz-wrapper {
    border: 4px solid var(--tutor-custom-primary) !important;
    border-radius: 0 !important;
}

.tutor-course-single-content-wrapper
#tutor-single-entry-content
.tutor-course-topic-single-header
.tutor-iconic-btn-secondary {
    display: none !important;
}

.tutor-pb-8,
.question-marks {
    display: none;
}

.tutor-quiz-wrap {
    padding: 0 15%;
}

.tutor-course-single-content-wrapper
#tutor-single-entry-content
.tutor-quiz-wrapper
.tutor-quiz-wrap {
    width: 90%;
    max-width: 100%;
}

#tutor-quiz-single-multiple-choice {
    width: 100% !important;
    padding: 0 !important;
}

.quiz-attempt-single-question {
    padding: 2% 0 !important;
}

.tutor-form-check-input[type="radio"]:checked ~ span {
    color: var(--tutor-custom-primary) !important;
    font-weight: 600 !important;
}

.tutor-mr-12 {
    color: #888 !important;
    font-size: 1rem !important;
}

.tutor-py-12 {
    padding: 5px 0 !important;
}

.tutor-justify-between {
    margin-bottom: 25px !important;
}


/* =========================================================
   SPACING / CONTENT
   ========================================================= */

.tutor-pb-80 {
    background-color: #fff !important;
}

.tutor-mt-80 {
    margin-top: 0;
    padding: 50px 10px;
}

.tutor-mt-60 {
    margin-top: 3%;
}

.tutor-mt-44 {
    margin-top: 0 !important;
    padding: 0 !important;
    background-color: #fff;
}

.tutor-mt-40 {
    margin: 0 !important;
    padding: 1%;
    background-color: #fff;
}

.tutor-mb-16 {
    margin-bottom: 0;
}


/* =========================================================
   COURSE CONTENT
   ========================================================= */

.tutor-course-single-content-wrapper li {
    margin-bottom: 0.5em !important;
    color: #202020;
    font-size: 1.3rem !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    text-align: justify;
}

.tutor-course-single-content-wrapper table th,
.tutor-course-single-content-wrapper table td {
    padding: 0.2em !important;
}

.tutor-course-single-content-wrapper label {
    margin-bottom: 0;
}


/* =========================================================
   ALERTS
   ========================================================= */

.tutor-alert {
    border-radius: 0;
}

.tutor-alert.tutor-warning .tutor-alert-icon {
    margin-right: 10px;
}

.tutor-alert .tutor-alert-text {
    margin: 0 auto;
}

.tutor-icon-purchase-mark {
    display: none;
}


/* =========================================================
   PREREQUISITES
   ========================================================= */

#tutor_prereq h3 {
    font-family: "Quicksand", sans-serif !important;
}

.prereqbox .tutor-is-sticky .tutor-nav {
    display: none;
}

.prereqbox .tutor-pt-24 {
    padding: 0;
}

.prereqbox .tutor-mb-24 {
    font-size: 1.1rem;
    font-weight: 600;
}

.prerequisites-course-lists {
    margin-top: 10px;
}

.prereqbox .tutor-mt-40 {
    display: none;
}


/* =========================================================
   CERTIFICATE
   ========================================================= */

.tutor-dc-button-group {
    position: relative !important;
    top: unset !important;
    text-align: center;
}

.tutor-dc-button-group .tooltip-txt.tooltip-left {
    right: 55% !important;
}

.tutor-download-certificate {
    padding-top: 50px !important;
    text-align: center;
}

.tutor-certificate-info {
    text-align: center;
}

.tutor-dc-copy-button {
    display: none;
}

#tutor-pro-certificate-preview {
    width: 75%;
}

.tutor-certificate-demo {
    margin: 0 auto;
}

.tooltip-wrap .tooltip-txt {
    padding: 10px 35px;
    border-radius: 0;
}

.tutor-certificate-pdf span:hover,
#tutor-pro-certificate-download-image span:hover,
.tutor-dc-print-button span:hover {
    color: yellow;
}

.tutor-dc-button-group::before {
    content: "Here you can download or print your certificate.\A Note: It may take a few seconds for the download to complete.";
    white-space: pre-wrap;
}


/* =========================================================
   WPML
   ========================================================= */

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
    display: none;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (min-width: 900px) {

    .quiz-question-title {
        font-size: 1.5rem !important;
        font-weight: 800 !important;
        line-height: 1.5 !important;
        text-align: justify;
    }

    .tutor-col-lg-6 {
        width: 100% !important;
    }
}

@media (min-width: 1200px) {

    .tutor-col-xl-8 {
        width: 95%;
    }

    .tutor-fs-4 {
        margin: 0;
        font-size: 1.8rem;
    }
}