/* Custom CSS
------------------------------------------------------------ */
/** HEADER **/

.no-head .site-header, 
.no-head .nav-primary {
	display: none;
}

.no-menu .nav-primary {
	display: none;
}

.top-performer-class.header-image .site-header .wrap .title-area,
.top-performer-home.header-image .site-header .wrap .title-area {
	background: url(images/top_performer_logo.png) left top no-repeat !important;
}

.rapid-learner-class.header-image .site-header .wrap .title-area,
.rapid-learner-home.header-image .site-header .wrap .title-area {
	background: url(images/rapid_learner_logo_ok.png) left top no-repeat !important;
}

.los-class.header-image .site-header .wrap .title-area,
.los-home.header-image .site-header .wrap .title-area {
	background: url(images/learning_on_steroids_logo.png) left top no-repeat !important;
}

.lmsl-class.header-image .site-header .wrap .title-area,
.lmsl-home.header-image .site-header .wrap .title-area {
	background: url(images/learn_more_study_less_logo.png) left top no-repeat !important;
}


.lostpw-page #grey-bar {
	display: none;
}

#grey-bar {
	background: #191919;
	border-bottom: 10px solid #ffce00;
	height: 35px;
}

#grey-bar-wrap {
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}

#change-course p {
	color: #fff;
	line-height: 36px;
	font-size: 12px;
	display: inline-block;
}

#change-course p a {
	color: #a7a7a7;
}

.top-performer-class #grey-bar,
.rapid-learner-class #grey-bar,
.los-class #grey-bar,
.lmsl-class #grey-bar {
	height: 35px;
}

.top-performer-class #grey-bar-wrap,
.rapid-learner-class #grey-bar-wrap,
.los-class #grey-bar-wrap,
.lmsl-class #grey-bar-wrap {
	display: block;
}

.top-performer-home #change-course p a.tp-link,
.rapid-learner-home #change-course p a.rl-link,
.los-home #change-course p a.los-link,
.lmsl-home #change-course p a.lmsl-link,
.top-performer-class #change-course p a.tp-link,
.rapid-learner-class #change-course p a.rl-link,
.los-class #change-course p a.los-link,
.lmsl-class #change-course p a.lmsl-link  {
	color: #ffce00 !important;
}

a.tp-link {
	margin-left: 5px;
}

.home #grey-bar-wrap {
	display: none;
}

.nav-primary .menu-item {
	opacity: 0.5;
	pointer-events: none;
	cursor: default;
	margin-bottom: 10px;
}

.header-widget-area {
	text-align: right;
}

.header-widget-area a {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.header-widget-area img {
	margin-top: 30px;
	border-radius: 50%;
	vertical-align: middle;
	margin-bottom: 30px;
	margin-right: 20px;
}

.assignments .entry-title {
	display: none;
}

/* HOME */

.no-title h1.entry-title {
	display: none;
}

#courses-lostpw,
#courses-register,
#courses-login {
	position: relative;
	max-width: 285px;
	margin: 24% auto;
}

#courses-login a {
	position: absolute;
	right: 0;
	font-size: 14px;
	color: #132535;
	text-decoration: underline;
}

#courses-login a:hover {
	color: #ffce00;
}

#courses-login a.login-register {
	bottom: 94px;
	display: none;
}

#courses-login a.login-newpass {
	bottom: 72px;
}

p.memberium-login-error {
	background: #bd3404;
	padding: 5px 10px;
	color: #fff;
}

#loginform {
	width: 285px;
	margin: 0 auto;
}

.login-remember {
	display: none;
}

p.login-username {
	margin-bottom: 15px;
}

#memb_password_change-1 label,
#memb_password_send-1-block1 label,
.infusion-field label,
.login-username label,
.login-password label {
	display: inline-block;
	color: #fff;
	width: 85px;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #132535;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
}

#memb_password_change-1 label {
	width: 140px
}

#memb_password_change-1 div:nth-child(9) label {
	display: none;
}

.login-username input,
.login-password input {
	border: none;
	height: 32px;
	display: inline-block;
	width: 200px;
	margin-left: -5px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}

.waiting-list-form {
text-align: center
}

@-moz-document url-prefix() {
    	.login-username input,
	.login-password input {
		height: 33px;
		padding-bottom: 2px;
	}
}

#memb_password_change-1 input[type="password"],
#memb_password_send-1-block1 input,
#courses-lostpw input,
.infusion-field-input-container {
	border: none;
	height: 32px;
	display: inline-block;
	width: 200px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	margin-bottom: 15px;
}

#memb_password_change-1,
#memb_password_send-1-block1 input,
#courses-lostpw input, {
	margin-top: 15px;
}

a.button,
input[type="submit"],
input[type="button"],
#courses-lostpw button,
#wp-submit,
button.button,
button.frm_final_submit {
	background-color: #252525;
	border-width: 0;
	border-left: 8px solid #ffce00;
	color: #fff;
	padding: 10px 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	margin-top: 5px;
	cursor: pointer;
}

a.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
#courses-lostpw button:hover,
#wp-submit:hover,
button.button:hover,
button.frm_final_submit:hover {
	background-color: #ffce00;
	color: #252525;
	border-left: 8px solid #252525;
	-webkit-transition: background-color 1s, color 1s, border-left 1s;
	transition: background-color 1s, color 1s, border-left 1s;
}

/* COURSE LIST PAGE */

.course-list-page .entry-content h2 {
	font-size: 40px;
}

.course-item {
	padding: 10px 0px 10px 130px;
	background: url(images/blue_arrow.png) no-repeat 90px 30px;
}

.course-item img {
	display: block;
	margin-bottom: 15px;
}

.course-item p {
	display: block;
}

.img-portrait {
	vertical-align: middle;
	margin-right: 15px !important;
}

a.button {
	background-color: #ffce00;
	border-left: 8px solid #19334b;
	color: #19334b !important;
	padding: 10px 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	margin-top: 10px;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	font-size: 12px;
}

a.button:hover {
	background-color: #19334b;
	color: #fff !important;
	border-left: 8px solid #ffce00;
	text-decoration: none;
	-webkit-transition: background-color 1s, color 1s, border-left 1s;
	transition: background-color 1s, color 1s, border-left 1s;
}


/* CONTENT */

.entry-meta {
	display: none;
}

.course-home h1.entry-title {
	display: none;
}

.course-list-page h3,
.course-home h3 {
	background: #132535;
	display: inline-block;
	color: #fff !important;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 900 !important;
	font-size: 18px !important;
	padding: 5px 15px;
}

.course-status-block a {
	display: block;
	background: #f3f3f3;
	color: #444444;
	margin-bottom: 10px;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity: 0.5;
	cursor: none; 
	pointer-events: none;
}

.course-status-block .checkpoint {
	background: #a8a8a8;
}

/* MODULE PAGE */

.menu-primary {
	margin-top: 10px;
	text-align: center;
}

.menu-primary li {
	float: none;
	display: inline-block;
	margin: 0 3px;
}


article > h3 {
	background: #132535;
	display: inline-block;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 900;
	font-size: 14px;
	padding: 5px 15px;
}

.video-dl-links {
	color: #fff;
	display: inline-block;	
	float: right;
	margin-top: 10px;
}

span.dl {
	background: #19334b;
	padding: 5px 15px;
	font-weight: 900;
}

span.dl-links {
	background: #132535;
	padding: 5px 0;
}

span.dl-links a {
	background: #132535;
	padding: 5px 10px;
	color: #fff !important;
	border-left: 1px dotted #ececec;
}

span.dl-links a:hover {
	background: #ffce00;
	color: #252525 !important;
	text-decoration: none;
	-webkit-transition: background 1s, color 1s;
	transition: background 1s, color 1s;
}

.single-modules .content .accordion {
	background: #fff;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 10px 15px;
	margin-top: 0;
}

#homework-field {
	border-top: 5px solid #ffce00;
	background: #132535;
	padding: 10px 15px;
	margin-top: 25px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#homework-field ul li,
#homework-field ol li,
#homework-field p {
	color: #fff;
}

#homework-field ul,
#homework-field ol,
#homework-field p {
	padding-left: 15px;
	padding-right: 15px;
}

#homework-field .h3-hw {
	color: #fff;
	background: #ffce00;
	display: inline-block;
	padding: 5px 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 900;
	margin: 18px 30px 25px 13px;
}

/* ASSIGNMENT */

.frm_form_fields fieldset {
	border: none;
}

.frm_form_fields .frm_primary_label {
	display: block;
	font-weight: 900;
	margin-top: 20px
}

.frm_form_field label input[type="radio"] {
	width: 10px !important;
	margin-bottom: 0;
}

.frm_other_input {
	margin-left: 15px;
}

.frm_opt_container {
	margin: 10px 0 10px 10px
}

.frm_form_fields textarea {
	width: 100%;
	min-height: 200px;
	margin: 10px 0 0 0;
	border-style: none;
	border-bottom: 5px solid #ffce00; 
	padding: 7px 10px;
	box-sizing: border-box;
}

.frm_form_fields .frm_submit {
	text-align: center;
}

.frm_error,
.form-error {
	background: #bd3404;
	padding: 5px 10px;
	box-sizing: border-box;
	color: #fff;
	margin: 10px 0;
}

#unlock-box {
	background: #ffce00;
	padding: 20px 30px;
	margin-top: 20px;
	text-align: center;
}

input[disabled="disabled"] {
	opacity: 0.5;
}

input[disabled="disabled"]:hover {
	background-color: #252525;
	color: #fff;
	border-left: 8px solid #ffce00;
}

.frm_ajax_loading {
	visibility:hidden;
}

.frm_loading_now {
	visibility:visible;
}

/* CONTACT */

.frm_form_field {
	width: 100% !important;
}

.frm_form_field input,
.frm_form_field input#field_29yf4d2,
.frm_form_field input#field_e6lis62 {
	border: none;
	padding: 7px 10px;
	width: 50% !important;
	margin-bottom: 20px;
}

#frm_field_18_container label,
#frm_field_16_container label,
#frm_field_14_container label {
	margin-bottom: 10px;
}

.frm_form_field input[type="checkbox"] {
	width: auto !important;
}

/* MY ACCOUNT */

.profile_edit_profile {
	display: none;
}

/* FOOTER */ 

#footer-left {
	display: inline-block;
	float: left;
}

#footer-right {
	display: inline-block;
	float: right;
}

#footer-right ul {
	list-style: none;
}

#footer-right ul li {
	display: inline;
	color: #fff;
	font-size: 14px;
}

#footer-right ul li.menu-divider:last-child {
	display: none;
}

/* ACCORDION */

.modules .entry-content > h2 {
	background:  #ffce00;
	margin-top: 20px;
	padding: 5px 10px;
	text-align: center;
	margin-bottom: 0;
}

.accordion > p {
	display: none;
}

.accordion dd p:first-child {
	display: none;
}

.accordion dd p {
	margin-bottom: 20px;
}

.accordion dd {
	padding: 10px;
	margin: 0; 
}

.accordion dt.bonus a:before {
	content:"BONUS";
	background: #ffce00;
	padding: 11px 15px 11px 5px;
	margin-right: 10px;
	color: #252525;
}

.accordion dt.scott a:before {
	content:"SCOTT";
	background: #ffce00;
	padding: 11px 18px 11px 9px;
	margin-right: 10px;
	color: #252525;
}

.accordion dt.cal a:before {
	content:"CAL";
	background: #ffce00;
	padding: 11px 28px 11px 19px;
	margin-right: 10px;
	color: #252525;
}

.accordion dt {
	border-left: 10px solid #ffce00;
	line-height: 24px;
	background: url(images/toggle_down.png) no-repeat 99% #252525;
	padding: 10px 40px 10px 10px;
	margin-top: 20px;
}

.accordion dt.bonus,
.accordion dt.scott,
.accordion dt.cal {
	padding-left: 0 ;
}

.accordion dt.toggle-open {
	background: url(images/toggle_up.png) no-repeat 99% #252525;
}

.accordion dt a {
	display: block;
	color: #fff !important;
	font-weight: 900;
}

.accordion dt a:hover {
	text-decoration: none;
}

input#counter {
	background: transparent;
	color: red !important;
	opacity: 1;
	border: none;
	font-weight: 900;
}

.search-form {
	display: none;
}

#speed_buttons {
	position: fixed;
	left: 5px;
	width: 40px;
	line-height: 1em !important;
	text-align: center;
}

span.vid_spd {
	font-size: 12px;
	line-height: 1 !important;
	font-weight: 800;
	color: #252525;
}

#speed_buttons a {
	background: #252525;
	margin-top: 5px !important;
	display: inline-block;
	width: 100%;
	height: 40px;
	padding-top: 12px;
	box-sizing: border-box;
	border-radius: 100%;
	font-size: 14px;
	font-weight: 800;
	color: #fff;
}

#speed_buttons a:hover {
	background: #ffce00;
	text-decoration: none;
}


#speed_buttons a.spd_active {
	border: 3px solid #ffce00;
	padding-top: 9px
}

.progress-table {
	border-spacing: 0;
	width: 100%;
}

.progress-table tr td:first-child {
	background: #000;
	color: #fff;
	font-weight: 800;
	padding: 10px 15px;
	width: 70px
}

.progress-table tr td {
	border: 1px solid #ececec;
	padding: 0;
	text-align: center;
}

.progress-table .locked,
.progress-table .next_locked {
	color: #000;
	background: #a4a3a3;
	display: block;
	padding: 10px 15px;
}

.progress-table .unlocked {
	color: #fff;
	background: #ffce00;
	display: block;
	padding: 10px 15px;
}

.comment-header {
	position: relative;
}

.comment-list li .comment-content {
	padding-right: 70px;
}

.comment-list li .avatar {
	float: none;
	position: absolute;
	right: 7px;
	top: 25px;
	border: none;
	background: none;
	padding: 0;
	border-radius: 50%;
}

.comment-weight-container  {
	position: absolute;
	right: 6px;
}

.comment-weight-container a {
	color: #ffce00;
}

.comment-weight-container a:hover {
	text-decoration: none;
	color: #000;
}

.logged-in-as,
.comment-date,
.user-karma {
	display: none;
}

.comment-form-comment textarea,
li.comment {
	border-radius: 5px;
	border-bottom: 5px solid #ffce00 !important;
}

.post-1648 .entry-content table {
	background: #fff;
	padding: 5px 10px;
	border-radius: 5px;
}

.post-1648 .entry-content table thead {
	font-weight: 900;
}

.post-1648 .entry-content table tbody td {
	border-bottom: 1px dotted #000;
}

.card_container {
	text-align: center;
	width: 100%;
	display: block;
}

.card_container a {
	width: 100%;
	display: inline-block;
}

.card_container p {
display: none;}

.course_card {
	display: inline-block;
	background: #fff;
	border-radius: 7px;
	text-align: center;
	width: 20%;
	margin: 0.6%;
	padding: 20px 15px;
	box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.course_card em {
	font-size: 0.8em;
}

.course_card a {
	color: #000 !important;
}

.course_card a:hover {
	color: #000 !important;
	text-decoration: none;
}

.course_card p {
	margin-bottom: 1em;
}

.course_card hr {
	border: 1px solid #132535;
	margin-bottom: 1em;
}

.course_card .joined_title {
	font-weight: 900;
	color: #132535;
}


.course_card img {
	display: block;
	margin: 0 auto;
}

.frm_hidden {
	display: none;
}

hr {
border: none;
border-top: 1px dotted #ffce00;
margin: 30px 0;
}

.hw_answers strong a {
	font-weight: 900 !important;
	color: #132535 !important;
}

.hw_answers strong a:hover {
	color: #ffce00 !important;
	text-decoration: none;
}

.my_notes_page legend,
.my_notes_page .frm_primary_label {
	display: none;
}

.module-question-form fieldset {
	padding: 0;
}

.module-question-form fieldset legend {
	display: none;
}

.category-goal-setting-course.modules h1 {
	margin-bottom: 0;
}

.module_subtitle {
	font-style: italic;
	margin-bottom: 30px !important;
}

.gs-next {
	float: right;
}

.nav-primary #menu-make-it-happen .menu-item {
	opacity: 1;
	pointer-events: auto;
	cursor: default;
}

.lesson-list-page .entry-title,
.lesson-list-page .entry-content {
}

.ll-item {
	background: #F5F5F5;
	margin: 5px 18px;
	padding: 10px 25px 10px 70px;
	position: relative;

}

.ll-list-container {

}

.ll-item:before {
	content: url(https://www.scotthyoung.com/courses/wp-content/uploads/dynamik-gen/theme/images/psy-icon.svg);
	width: 50px;
	height: 100%;
	display: block;
	background: #ffce00;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 29px;
	box-sizing: border-box;
	text-align: center;
}

.ll-item.ll-item-psy:before {
	content: url(https://www.scotthyoung.com/courses/wp-content/uploads/dynamik-gen/theme/images/psy-icon.svg);
}

.ll-item.ll-item-sa:before {
	content: url(https://www.scotthyoung.com/courses/wp-content/uploads/dynamik-gen/theme/images/sa-icon.svg);
}

.ll-item.ll-item-deci:before {
	content: url(https://www.scotthyoung.com/courses/wp-content/uploads/dynamik-gen/theme/images/deci-icon.svg);
}

.ll-item.ll-item-plan:before {
	content: url(https://www.scotthyoung.com/courses/wp-content/uploads/dynamik-gen/theme/images/plan-icon.svg);
}

.ll-item.ll-item-metrics:before {
	content: url(https://www.scotthyoung.com/courses/wp-content/uploads/dynamik-gen/theme/images/metrics-icon.svg);
}

.ll-item.ll-item-conti:before {
	content: url(https://www.scotthyoung.com/courses/wp-content/uploads/dynamik-gen/theme/images/conti-icon.svg);
}

.ll-item.ll-item-action:before {
	content: url(https://www.scotthyoung.com/courses/wp-content/uploads/dynamik-gen/theme/images/action-icon.svg);
}

.ll-item.ll-locked a {
	pointer-events: none;
	color: #333;
}

.ll-item.ll-locked {
	opacity: 0.5;
	position: relative;
}

.ll-item.ll-locked:after {
	content: "\F023";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	top: 17px;
	right: -18px;
	width: 36px;
	height: 36px;
	background: #000;
	border-radius: 50%;
	color: #fff;
	padding-left: 13px;
	line-height: 2.2em;
	box-sizing: border-box;
}

.frm_message {
	background-color: #fff;
	border-radius: 5px;
	padding: 10px;
	margin-top: 25px;
	
}

.frm_message p {
	margin: 0;
	font-weight: bold;
	color: green;
}

/* Custom Responsive CSS
------------------------------------------------------------ */
@media only screen and (max-width: 960px) {
.header-image .site-header .wrap .title-area {
	background: url(images/shy_courses_logo_small.png) center bottom no-repeat;
}

.top-performer-class.header-image .site-header .wrap .title-area,
.top-performer-home.header-image .site-header .wrap .title-area {
	background: url(images/top_performer_logo.png) center bottom no-repeat !important;
}

.header-widget-area {
	text-align: center;
}

#change-course {
	width: 100%;
	text-align: center;
}

.content {
	padding: 10px 0;
}
}

@media only screen and (min-width: 768px) and (max-width: 960px) {

}

@media only screen and (min-width: 480px) and (max-width: 960px) {

}

@media only screen and (max-width: 767px) {
#footer-left,
#footer-left p {
	width: 100%;
	max-width: 100%;
	text-align: center;
	display: block;
}

#footer-right,
#footer-right p {
	width: 100%;
	max-width: 100%;
	text-align: center;
	display: block;
}

article .entry-content p,
article .entry-content li,
article .entry-content dd {
	font-size: 14px;
}

.accordion dt {
	border-left: 5px solid #ffce00;
	line-height: 24px;
	background: url(images/toggle_down.png) no-repeat 99% #252525;
	padding: 10px 40px 10px 10px;
	margin-top: 20px;
}

.accordion dt.bonus a:before {
	content:"BONUS:";
	background: none;
	padding: 0;
	color: #ffce00;
}

.accordion dt.scott a:before {
	content:"SCOTT:";
	background: none;
	padding: 0;
	color: #ffce00;
}

.accordion dt.cal a:before {
	content:"CAL:";
	background: none;
	padding: 0;
	color: #ffce00;
}

.accordion dt.bonus,
.accordion dt.scott,
.accordion dt.cal {
	padding-left: 10px ;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

}

@media only screen and (max-width: 479px) {
.header-image .title-area, .header-image .site-title, .header-image .site-title a {
	max-width: 320px !important;
	width: 100% !important;
}

#grey-bar {
	display: none;
}

.site-header {
	border-bottom: 10px solid #ffce00 !important;
}

.frm_form_fields fieldset {
	padding: 0 !important;
}

.video-dl-links {
	float: left;
	font-size: 10px;
}

span.dl {
	padding: 5px 6px;
}

span.dl-links a {
	padding: 5px 7px;
}

dl.accordion {
	padding-left: 0 !important;
	padding-right: 0 !important;
	background: transparent !important;
}

#homework-field {
	padding: 5px !important;
}

#homework-field ul li ul li{
	margin-left: 5px;
}
}