/*
Theme Name: MyWay Digital Health
Theme URI: https://www.builtbyecko.com
Description: The 2019 MyWay Digital Health WordPress Theme.
Author: Built By Ecko
Author URI: https://www.builtbyecko.com
Version: 1.8
Text Domain: mywaydigitalhealth
*/


  @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap');


body {
	border-top: 5px solid #518479;
	background-color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #4a4a4a;
	font-size: 14px;
}
.header {
	width: 100%;
	float: left;
	padding: 30px 0;
}
a.logo {
	background-image: url(images/logo2023.png);
	background-repeat: no-repeat;
	background-size: 362px;
	width: 362px;
	height: 46px;
	display: block;
	text-indent: -999999px;
	margin-top: 7px;
}
.navigation {
	background-color: #246259;
	width: 100%;
	float: left;
	padding: 30px 0;
}
.navigation ul {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
}
.navigation ul li {
	list-style-type: none;
	display: block;
	margin: 0 60px 0 0;
	padding: 0;
	float: left;
}
.navigation ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}
.hero {
	background-image: url(images/hero.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	float: left;
	padding: 120px 0;
}
.hero h3 {
	color: #fff;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 16px;
}
.hero h2 {
	color: #fff;
	font-weight: 600;
	margin: 0;
	padding: 0;
	font-size: 62px;
}
.hero-right {
	width: 100%;
	float: left;
	text-align: right;
	margin-top: 20px;
}
.hero-right a {
	background-color: #4a4a4a;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	padding: 15px 30px;
	border-radius: 4px;
}
.hero-left {
	width: 100%;
	float: left;
}
.body {
	width: 100%;
	float: left;
	padding: 60px 0;
}
.footer {
	background-color: #2d2d2d;
	width: 100%;
	float: left;
	padding: 60px 0;
}
.footer ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.footer ul li {
	list-style-type: none;
	display: block;
	margin: 0 0 5px 0;
	padding: 0;
	width: 100%;
	float: left;
}
.footer ul li a {
	color: #fff;
	text-decoration: none;
}
.footer ul li a:hover {
	text-decoration: underline;
}
.footer img {
	max-width: 180px;
	float: right;
	margin-bottom: 20px;
}
.legal {
	background-color: #333333;
	width: 100%;
	float: left;
	padding: 20px 0;
}
.legal p {
	margin: 0;
	font-size: 12px;
	color: #ababab;
}
.legal p a {
	color: #ababab;
	text-decoration: none;
	margin: 0 10px 0 0;
}
.legal p a:last-child {
	margin: 0;
}
.share-page {
	width: 100%;
	float: left;
	padding: 30px 0;
	text-align: center;
}
.share-page p {
	color: #246259;
}
.header-search {
	width: 70%;
	margin: 15px 0 0 0;
	float: right;
}
.header-search form {
	float: right;
}
.header-search input[type=submit] {
	background-image: url(images/glass.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	background-color: #246259;
	background-size: 12px;
	border: 1px solid #246259;
	border-radius: 8px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	padding: 15px 20px 15px 35px;
	font-size: 12px;
	float: left;
	margin: 0 0 0 15px;
}
.header-search input[type=text] {
	border: 1px solid #246259;
	padding: 13px 20px;
	background-color: #fff;
	border-radius: 8px;
	float: left;
	width: 300px;
}
.bbe {
	color: #ababab;
	text-align: right;
	font-size: 13px;
}
.bbe a {
	color: #5db9cc;
	text-decoration: none;
	font-weight: 600;
}
.middle-text {
	text-align: center;
}
.sidebar {
	width: 100%;
	float: left;
}
.sidebar h3 {
	margin: 0 0 20px 0;
	color: #4a4a4a;
	padding: 0;
	font-weight: 600;
	font-size: 16px;
}
.sidebar ul {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
}
.sidebar ul li {
	list-style-type: none;
	display: block;
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	background-image: url(images/dot.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 8px;
}
.sidebar ul li a {
	color: #4a4a4a;
	text-decoration: none;
}
.side-widget {
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #cecece;
}
.content h1 {
	color: #4a4a4a;
	font-size: 34px;
	margin: 0 0 30px 0;
	padding: 0;
	font-weight: 300;
}
.content p {
	font-size: 16px;
	margin: 0 0 30px 0;
	line-height: 26px;
}
.content ul li {
	font-size: 16px;
}
#burger {
	background-image: url(images/burger.png);
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	background-size: 40px;
	float: right;
	display: none;
}
#loginform {
	width: 100%;
	float: left;
}
#loginform p {
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
}
#loginform p label {
	display: block;
	margin: 0 0 10px 0;
	font-weight: 600;
}
#loginform input[type=text],
#loginform input[type=password] {
	width: 100%;
	float: left;
	border: 1px solid #333;
	padding: 10px;
}
#loginform input[type=submit] {
	background-color: #246259;
    border: 1px solid #246259;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 25px 10px 25px;
    font-size: 12px;
    float: left;
    margin: 0;
}
#gform_fields_1 li > div.ginput_container input[type=text],
#gform_fields_1 li > div.ginput_container input[type=email],
#gform_fields_1 li > div.ginput_container textarea,

#gform_fields_2 li > div.ginput_container input[type=text],
#gform_fields_2 li > div.ginput_container input[type=password],
#gform_fields_2 li > div.ginput_container input[type=email],
#gform_fields_2 li > div.ginput_container textarea {


	width: 100%;
	float: left;
	border: 1px solid #333;
	padding: 10px;
}
#gform_fields_1 li > .ginput_container_select select {
	width: 100%;
	float: left;
	border: 1px solid #333;
	padding: 10px;
}
#gform_fields_1 li > div.ginput_container > label,
#gform_fields_2 li > div.ginput_container > label  {
	display: block;
	margin: 0 0 5px 0;
	font-weight: 600;
}
#gform_fields_1 li > div.ginput_container,
#gform_fields_2 li > div.ginput_container {
	width: 100%;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
}
#gform_fields_1 li > div.ginput_container span label,
#gform_fields_2 li > div.ginput_container span label  {
	width: 100%;
	float: left;
	display: block;
}
#gform_fields_1 li,
#gform_fields_2 li {
	margin: 0 0 20px 0 !important;
	padding: 0 !important;
	width: 100%;
	float: left;
}
#gform_submit_button_1,
#gform_submit_button_2 {
	background-color: #246259;
    border: 1px solid #246259;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 25px 10px 25px;
    font-size: 12px;
    float: left;
    margin: 0;
}
.f-img {
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}
.f-img img {
	width: 100%;
	float: left;
}
.course-item {
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
	border: 1px solid #ccc;
}
.course-item img {
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}
.course-item h2 {
	width: 100%;
	float: left;
	margin: 0 0 15px 0;
	padding: 0;
}
.course-item h2 a {
	display: block;
	font-size: 22px;
	line-height: 26px;
	color: #246259;
	text-decoration: none;
}
.course-excerpt {
	width: 100%;
	float: left;
	margin: 0 0 15px 0;
	padding: 0;
}
a.view-course {
	display: block;
	padding: 15px 20px;
	color: #fff;
	text-decoration: none;
	font-size: 22px;
	width: 100%;
	float: left;
	text-align: center;
	background-color: #246259;
	margin: 0 0 15px 0;
}
.course-item-inside {
	width: 100%;
	float: left;
	padding: 0 30px 20px 30px;
}
.course-item .learndash-widget,
.course-item .ld-progress-heading {
	width: 100%;
	float: left;
}
.course-item .ld-progress-steps {
	display: none;
}
.course-item .ld-progress-percentage {
	text-align: right;
	margin: 0 !important;
	width: 100%;
	float: left;
	padding: 0;
}
.course-item .ld-progress.ld-progress-inline {
	margin: 0 !important;
}
.side-widget .ld-progress-heading,
.side-widget .ld-progress-steps,
.side-widget .ld-progress-percentage.ld-secondary-color {
	width: 100% !important;
	float: left !important;
}
.side-widget .ld-progress-percentage.ld-secondary-color {
	font-size: 22px;
}
.side-widget .ld-progress-stats .ld-progress-steps {
	margin-top:8px;
}
.single-sfwd-courses .side-widget {
	border: 0 !important;
}
.ld-home-link {
	display: none !important;
}
.ld-course-status.ld-course-status-not-enrolled {
	width: 100%;
	float: left;
}
#input_2_1_6_container {
	padding-right: 0 !important;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #777;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
#respond #wp-comment-cookies-consent {
	width: auto;
	margin: 0 10px 0 0;
}

.thumbnail.course .price {
display: none;
}

.ld_course_grid_price {
display: none;
}

.ribbon-enrolled { 
display: none;
}

.ld-course-status-seg-price {
	display: none;
}

iframe {
	width: 100% !important;
}

.wpProQuiz_questionList .graded-disclaimer {
	display: none;
}

#wp-submit input{
	color: white;
}




.commentv2{

}

.commentv2 .navigation{
	display:none !important;
}


@media screen and (max-width:769px){
.menu.main ul{display:block !important;}
#burger{display:none !important;}
}