/**
Theme Name: Autotech Training LMS
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: autotech-training-lms
Template: astra
*/
/* Styling for Course Lessons Header Navigation */

.is-default-size.wp-block-site-logo.is-layout-flow.wp-block-site-logo-is-layout-flow {
    max-width: 300px;
    margin-right: 5rem;
}
/* End of Styling for Course Lessons Header Navigation */
.login-group {
	margin-top: 5vh;
	margin-bottom: 5vh;
}

#alt-create-link {
    cursor: pointer;
}

/* password reset hack */
.woocommerce-ResetPassword p {
    float: none !important;
    width: 100% !important;
}

.wp-block-sensei-lms-course-title {
	white-space: wrap;
}

.entry-meta {
	display: none;
}

.ma-btm-border {
	padding-bottom: 5px;
	border-bottom: 2px solid #dddddd;
}

.alt-assessment-link:hover{
	background-color:#0170b9;
	color:white;
}

.sensei-course-theme .wp-block-site-logo img {
	max-height: 100px !important;
}

.wp-block-site-logo a, .wp-block-site-logo img {
    border-radius: inherit;
    width: 300px;
    margin-right: 30px !important;
}

.wp-block-button button{
	background-color: #0370b9 !important;
	color:white !important;
}

.sensei-course-theme-course-progress-bar{
	background-color: #696969 !important;
}

.sensei-course-theme__frame .wp-block-group.wp-block-group.wp-block-group.wp-block-group:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright):not(.is-style-wide) {
	margin: unset;
	background: #0370b9;
}

.wp-block-sensei-lms-course-title {
	color: #fff;
}

.wp-block-sensei-lms-course-theme-course-progress-counter {
	color: #fff;
}

.sensei-course-theme-course-progress-bar {
	background-color: red;
}

.sensei-course-theme-course-progress-bar-inner {
	background-color: black;
}

.wp-block-sensei-lms-exit-course {
	background-color: white;
	color: #0370b9;
	padding: 10px 25px;
}

.wp-block-sensei-lms-exit-course {
	text-decoration: none;
}

.sensei-course-theme .wp-block-button.wp-block-button {
	border: none !important;
}

button.wp-block-button__link.wp-element-button.sensei-course-theme__button.sensei-course-theme-lesson-actions__complete.is-secondary {
	background-color: #0370b9;
	color: white;
	border: 1px solid #0370b9;
}

h2.wp-block-sensei-lms-course-title {
	margin-bottom: 0px;
}

.sensei-message.info {
	display: none;
}

#astra-footer-menu {
	text-transform: uppercase;
}

h2.question.question-title {
	font-size: 24px !important;
}

span.grade {
	display: none;
}

.sensei-course-theme.quiz form #sensei-quiz-list .sensei-multiple-choice-answer-option-radio:checked {
	border: 6px solid #0370b9;
}

button.wp-block-button__link.wp-element-button.sensei-course-theme__button.sensei-course-theme-lesson-actions__take-quiz.is-primary {
	background-color: #0370b9;
	color: #fff;
	text-transform: uppercase;
}

.is-large.wc-block-cart {
	margin-top: 3em;
}

.wc-block-components-sidebar-layout.wc-block-checkout.is-large {
	margin-top: 3em;
}

.wp-block-woocommerce-checkout-order-summary-block {
	position: -webkit-sticky;
	position: sticky;
	top: 140px;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
	text-align: center;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .price {
	text-align: center;
}

.last-block {
	margin-bottom: 5em;
}

/* .terms-heading {
	border-bottom: 4px solid #0370b9;
} */

@media screen and (max-width: 768px) {
	.home-prods-grid {
		padding-left: 5%;
		padding-right: 5%;
	}
}

@media screen and (min-width: 1146px) {
	p.home-hero-large {
		font-size: 42px !important;
	}
}

p.home-hero-large {
	text-transform: uppercase;
}

@media screen and (min-width: 1146px) {
	p.home-hero-medium {
		font-size: 28px !important;
	}
}

@media screen and (min-width: 1146px) {
	p.home-hero-small {
		font-size: 18px !important;
	}
}

@media screen and (max-width: 544px) {
	.home-hero-image {
		display: none;
	}
}

/* @media screen and (max-width: 768px) {
	.mobile-padding {
		padding-left: 5% !important;
		padding-right: 5% !important;
	}
} */

@media screen and (max-width: 768px) {
	.entry-content.clear {
		padding-left: 5%;
		padding-right: 5%;
	}
}

@media screen and (max-width: 768px) {
	.wp-block-sensei-lms-course-title {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.sensei-course-theme__sidebar-toggle svg {
		color: #ffffff;
	}
}

.sensei-course-theme__button.is-primary {
	background-color: #0370b9;
	color: #ffffff;
}

.sensei-lms-interactive-block-question__submit-button {
	background-color: #0370b9 !important;
	color: #fff !important;
	text-align: center;
}

.sensei-lms-interactive-block-question__submit-button .wp-block-button__link {
	width: 100%;
}

nav.sensei-lms-course-navigation.wp-block-sensei-lms-course-navigation {
	margin-top: 6%;
}

.lesson-list {
	list-style: inside;
}

.sensei-course-theme__main-content .wp-block-post-title {
	font-size: 24px;
	text-decoration: underline;
}

a.wp-block-button__link.wp-element-button.sensei-course-theme__button.is-primary {
	background-color: #0370b9;
	color: #fff;
	text-transform: uppercase;
}

.empty-basket-holder {
	padding-top: 5vh;
}

header.entry-header.ast-no-title {
	margin-bottom: 0px;
}

/* Multiple Courses Page Styling */
.courses-logo {
	margin-top: 20px;
	margin-bottom: 20px;
}
/* End of Multiple Courses Page Styling */

/* Footer Styling */
.footer-white-link {
	color: #fff;
	text-decoration:underline;
}
/* End of Footer Styling */