/* Layout */

.site-title a, .site-title a:hover , .site-header .widget-area a, .site-header .widget-area a:hover
{
	color: white;
}

.site-header
{
	background-color: #39475A;
}

.site-inner
{
	background-color: white;
}

.sidebar
{
	margin-bottom: 40px;
}

.sfwd-topic h1, .post-2981 h1
{
	margin-bottom: 0px;
}

.sfwd-topic h2, .post-2981 h2
{
	margin-top: 10px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 32px;
	font-weight: 400;
	border-bottom: 2px solid #EBEBEB;
	padding-bottom: 20px;
}

.login-form
{
	float: left;
	width: 325px;
	margin: 0 0 0 50px;
	background-color: #3F4F64;
	padding: 0 30px 5px;
	color: white;
	border-radius: 2px;
}

.login-form a
{
	color: rgb(163, 131, 0);
	border-bottom: dotted 1px rgb(163, 131, 0);
}

.login-ad
{
	float: right;
	width: 600px;
	background: rgb(250, 250, 250);
	border: 1px solid rgb(235, 235, 235);
	margin: 0 50px;
	padding: 0 30px;
}

.login-ad h2
{
	font-size: 26px;
	border: none;
	text-align: center;
}

.register-container
{
	display: inline-block;
}

.register-form
{
	float: right;
	width: 300px;
	margin: 25px 170px 200px 40px;
	background-color: #3F4F64;
	padding: 0 30px 5px;
	color: white;
	border-radius: 2px;
}

.register-text
{
	float: left;
	width: 415px;
	margin-left: 165px;
	padding: 0 30px;
}

.description, #pass-strength-result
{
	font-size: 12px;
	font-family: 'roboto';
}


/* Widgets */

.sidebar .widget-wrap
{
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.widget-title
{
	background-color: #f3f3f3;
	color: #333333;
	border-bottom: 1px solid #DDDDDD;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding: 7px;
	margin: 0;
	font-size: 12px;
	font-family: 'Lato';
	text-transform: uppercase;
	font-weight: 600;
}

.sidebar li 
{
	border-bottom: none;
	margin-bottom: 0;
}

.sidebar .widget 
{
	border-bottom: none;
	padding: 40px 40px 10px;
}

#text-22 .textwidget, #text-23 .textwidget
{
	background: #f3f3f3;
	padding: 30px;
	text-align: center;
}

.widgettext
{
	font-size: 20px;
	margin-bottom: 20px;
	font-family: 'roboto';
}

.post-2992 h1.entry-title, .postid-2981  #widget_ldcoursenavigation-2
{
	display: none;
}


/* Checkout */

#checkout
{
	width: 325px;
	padding: 1px 30px 10px;
	background: #3F4F64;
	float: right;
	margin: 50px 175px 60px 50px;
	font-family: roboto;
	font-size: 15px;
	position: relative;
}

#checkout td, #checkout tr, #checkout th, #checkout table
{
	background-color: transparent;
	border: transparent;
	padding: 0;
	margin: 0;
}

#checkout, #checkout form.pmpro_form label, a.pmpro_radio
{
	color: white;
	text-align: left;
}

#checkout label
{
	margin-bottom: 7px;
}

#checkout input[type="radio"]
{
	box-shadow: none;
}

#ExpirationMonth
{
	width: 75px;
	margin-right: 7px;
}

#ExpirationYear
{
	width: 90px;
	margin-left: 7px;
}

.pmpro_payment-cvv
{
	margin-bottom: 25px !important;
}

input#CVV
{
	width: 75px;
}

form.pmpro_form .pmpro_submit 
{
	margin: auto;
}

form.pmpro_form .pmpro_submit span
{
	float: none;
}

#checkout input[type="image"]
{
	background-color: transparent;
	border: none;
	box-shadow: none;
	width: auto;
}

.onetofive li
{
	width: 500px;
	max-width: 90%;
	padding: 10px;
	border-bottom: 1px solid whitesmoke;
}

.sixtotwentyone li
{
	width: 330px;
	max-width: 90%;
	padding: 10px;
	border-bottom: 1px solid whitesmoke;
}

.upgrade-container
{
	margin: 20px 0 40px;
}

.upgrade-feature
{
	background: rgb(255, 255, 255);
	border: 1px solid rgb(235, 235, 235);
	margin: 0 auto 25px;
	padding: 20px 20px 0;
	max-width: 100%;
	width: 600px;
}

.upgrade-feature img
{
	width: 75px;
	float: left;
	margin: 2px 25px 0 0;
}

.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
}

.ribbon-green {
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); 
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45); 
  color: #6a6340;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}


/* LearnDash */

.type-list
{
	display: block !important;
}

.expand_collapse, 
.type-dots, 
#learndash_back_to_lesson, 
.entry-meta, 
#learndash_course_status,
#learndash_next_prev_link,
.entry-pagination,
.learndash_checkout_buttons,
.wpProQuiz_button2
{
	display: none;
}

#learndash_lessons a, #learndash_quizzes a, .expand_collapse a, .learndash_topic_dots a, .learndash_topic_dots a > span, #learndash_lesson_topics_list span a, #learndash_profile a, #learndash_profile a span
{
	font-family: 'roboto' !important;
}

#lesson_heading
{
	font-size: 12px;
	font-family: 'lato';
	text-transform: uppercase;
}

.list-count
{
	font-family: 'Source Sans Pro';
	font-size: 16px;
	font-weight: 600;
}

a.notcompleted, a.completed
{
	font-weight: 600 !important;
	font-size: 16px !important;
	color: #5A61B3 !important;
	padding: 24px 80px 24px 14px !important;
	line-height: 1.7 !important;
}

a.topic-notcompleted span, a.topic-completed span
{
	font-size: 14px !important;
	color: #5A61B3 !important;
}

a:hover.notcompleted , a:hover.topic-notcompleted, a:hover.topic-completed
{
	background-color: #ddd;
}

#learndash_course_content .learndash_topic_dots ul > li:nth-of-type(odd)
{
	background: #F7F7F7 !important;
}

#course_navigation a:hover
{
	background-color: white;
}

#course_navigation
{
	margin: 10px;
}

.list_arrow.collapse
{
	background-position: 50% 10px !important;
}

.list_arrow.expand
{
	background-position: 50% 13px !important;
}

.learndash_topic_widget_list
{
	margin: 12px 0 6px;
}

.lesson
{
	font-weight: 500;
}

#learndash_lesson_topics_list ul
{
	max-width: none;
	padding: 0;
}

.table-of-paginated-contents
{
	margin: 10px 10px 0;
}

.current_page
{
	font-weight: 600;
}

.previous-link, .next-link, .exam-restart
{
	background-color: #f3f3f3;
	border: 1px solid #DDDDDD;
	box-shadow: none;
	color: #333;
	padding: 15px;
	letter-spacing: 1px;
	border-radius: 4px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: bold;
	max-width: 44%;
}

.previous-link
{
	float: left;
	margin: 15px;
}

.next-link
{
	float: right;
	margin: 15px;
	text-align: right;
}

.exam-restart
{
	float: left;
	margin: 15px 0;
}

.complete, .exam-complete
{
	float: right;
	border-radius: 4px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
}

.complete
{
	margin: 70px 15px 15px;
	padding: 16px;
}

.exam-complete
{
	margin: 46px 0;
	background-color: #319a54;
	border: none;
	box-shadow: none;
	color: #fff !important;
	width: auto;
	letter-spacing: 1px;
	padding: 15px;
}

.academy-message, .wpProQuiz_points
{
	background: rgb(255, 255, 208);
	margin-bottom: 30px;
	padding: 4px 12px;
	border: 1px solid rgb(238, 238, 117);
	border-radius: 4px;
	font-weight: 500;
	font-family: 'Roboto';
	font-size: 15px;
}

.next-previous-container
{
	margin-top: 35px;
	padding-top: 20px;
	border-top: 1px dotted rgb(233, 233, 233);
}

.single-sfwd-quiz .sidebar
{
	display: none;
}

.single-sfwd-quiz .content
{
	margin: auto;
	float: none;
}

.wpProQuiz_questionList
{
	margin-bottom: 30px !important;
}

#quiz_continue_link
{
	display: none;
}

#lesson_heading .right
{
	width: 77px !important;
}

.wpProQuiz_question_page /* Make same as H3 */
{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin-top: 30px;
}

input.wpProQuiz_button2
{
	display: none !important;
}

input.wpProQuiz_button.wpProQuiz_QuestionButton
{
	text-transform: capitalize;
	background-color: grey;
}

li.notanswered-container
{
	margin-left: 8px !important;
}

.notanswered-colour
{
	color: white;
	border: 1px solid black;
}

.wpProQuiz_reviewQuestionTarget
{
	border: 1px solid rgb(82, 82, 82) !important;
	box-shadow: 0px 0px 2px 1px #C7C7C7;
	font-weight: bold;
}

.wpProQuiz_reviewQuestion
{
	max-height: 100px;
	overflow: hidden;
	position: relative;
}

.wpProQuiz_questionList
{
	padding: 5px !important;
	list-style: none !important;
}

.wpProQuiz_reviewQuestion, .wpProQuiz_questionList
{
	background: #FCFCFC;
	border: 1px solid #CFCFCF;
}

.wpProQuiz_points 
{
	text-align: center;
}

h4.wpProQuiz_header
{
	display: none;
}

.wpProQuiz_certificate
{
	font-weight: 600;
}

.exam_intro
{
	margin-bottom: 40px;
}

.exam-options-container
{
	margin-top: 45px;
	padding-top: 20px;
	border-top: 1px dotted rgb(233, 233, 233);
}

.wpProQuiz_sortable, .wpProQuiz_sortStringItem {
	padding: 5px 10px;
	border: 1px solid lightGrey;
	box-shadow: 2px 2px 1px #F1F1F1;
	background-color: #F8FAF5;
	cursor: move;
}

.matrix-sort-title
{
	font-weight: 600;
	font-size: 15px;
	color: rgb(68, 68, 68);
}

.exam-hint
{
	float: right;
	margin: 18px 0 0 35px;
	background-color: #f3f3f3 !important;
	border: 1px solid #DDDDDD !important;
	padding: 15px !important;
	text-transform: capitalize !important;
}

.wpProQuiz_tipp > div {
	padding: 12px 20px;
	background-color: #FCFCAA;
	border: 1px solid #B1B1B1;
	border-radius: 10px;
	position: absolute;
	bottom: 5px;
	left: 5px;
	right: 5px;
	box-shadow: 0 0 10px #C5C5C5;
}

.wpProQuiz_tipp p 
{
	margin-bottom: 5px;
}

.wpProQuiz_certificate
{
	display: none !important;
}


/* Responsiveness */

@media only screen and (max-width: 560px)
{
		.previous-link, .next-link
		{
			max-width: none;
		}
}