/*
Theme Name: Exchange Program
Theme URI: http://fuse.sg
Author: Adrian Tee
Author URI: http://www.fuse.sg
Version: 0.0.1
*/
body {
	font-family: 'Open Sans', sans-serif;
}
p {
	color: #58595B;
	font-size: 22px;
}
a {
	color: #7F9FCA;
}
a:hover {
	color: #7F9FCA;
	/*text-decoration: underline;*/
}
.container {
	max-width: none;
}
#wrapper-footer {
	background-color: #7C9DCC;
	color: #fff;	
	padding: 18px 0;
	font-size: 12px;

	/*margin-top: 20px;*/
}
.wrapper {
	padding-top: 0;
	padding-bottom: 0;
}
.left-bg {
	background-image: url(img/home_bg.png);
	background-size: 615px 733px;
	background-repeat: no-repeat;
	/*background-position: top right;*/
	/*border:1px solid red;*/
	background-position: top center;
	background-size: cover;
}
.left-content {
	margin-top: 240px;
	margin-left: 35px;
  margin-right: 35px;
  width: 410px;

	float: right;
}
.right-content {
	/*margin-top: 60px;*/
	margin: 60px 50px;
}
.right-content h3 {
	font-size: 20px;
}
p.has-medium-font-size {
	font-size: 28px;
	color: #58595B;
	font-weight: bold;
	margin-bottom: 30px;
}
.entry-title {
	font-size: 38px;
	color: #58595B;
	font-weight: bold;
}

.left-footer ul {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}
.left-footer ul li {
	display: inline-block;
	color: #fff;

	border-right: 1px solid #fff;
	margin-right: 7px;
  padding-right: 10px;
}
.left-footer ul li:last-child {
	border-right: none;
}
.left-footer ul li a {
	color: #fff;	
}

.bg-primary {
	background-color: #fff !important;
}



.col-sm-6.left-bg-nologo,
.col-sm-6.left-bg {
	/*height: 767px;*/
	min-height: 700px;
	/*max-height: 767px;*/
	/*min-height: 767px;*/
}
.entry-title {
	margin-top: 40px;
}

.align-right {
	text-align: right;
}


/*

generic - page.php

*/
.entry-title {
	font-size: 28px;
  color: #58595B;
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.entry-content {
	margin-bottom: 20px;
}
.entry-content h2 {
	font-size: 26px;
  font-weight: bold;
	margin-bottom: 5px;
  color: #58595B;
}
.entry-content h3 {
	font-size: 20px;
  font-weight: bold;
  color: #58595B;
	/*margin-bottom: 5px;*/
}
.entry-content p {
	font-size: 18px;
}
.page-template-default .site-main {
	max-width: 1200px;
	margin: 0 auto;
}



/*

nav 

*/

.navbar {
	border-bottom: 4px solid #7C9DCC;
	padding-bottom: 4px;
}

.navbar-nav li {
	border-top: 4px solid #7C9DCC;
	border-right: 4px solid #7C9DCC;
	border-left: 4px solid #7C9DCC;
	margin-right: 10px;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;

	min-width: 150px;
	height: 41px;
	text-align: center;

	overflow: hidden;
}
.navbar-nav li.active {
	
}
.navbar-dark .navbar-nav .nav-link:focus {
	/*color: inherit;*/
}
.navbar-dark .navbar-nav .nav-link {
	color: #7C9DCC;
}
.navbar-dark .navbar-nav .nav-link:hover {
	background-color: #7C9DCC;
}
.navbar-dark .navbar-nav .active .nav-link {
	color: #fff;
	background-color: #7C9DCC;
	padding-bottom: 2px;
}
.user-profile-btn {
	font-size: 0;
	background-image: url(img/icon_profile.png);
	background-repeat: no-repeat;
	background-size: 36px 72px;
	background-position: 17px 2px;
	width: 70px;
	height: 40px;
	margin: 0 0px 0 15px;
}
.user-profile-btn.active {
	background-color: #7C9DCC;
	background-position: 17px -34px;
	margin-right: 15px;
}
body .prettydropdown > ul > li {
	padding-top: 2px;
}
.prettydropdown > ul > li.hover {
	background-color: #7C9DCC;
	color: #fff;
}
.prettydropdown:not(.disabled) > ul.active {
	border:1px solid #7C9DCC !important;
}




/*

home 

*/

.login-content {
	margin-top: 110px;
}
.navbar-dark .navbar-brand {
	font-size: 0;
	color: #000;
	background-image: url(img/icon_home.png);
	background-repeat: no-repeat;
	background-size: 30px 30px;
	width: 30px;
	height: 30px;
}
.left-content p {
	font-size: 12px;
}
.left-content p.has-large-font-size {
	font-size: 40px;
	color: #58595B;
	font-weight: bold;
}
/* 

login/register 

*/
.register-content {
	margin-top: 20px;
}
.login-content h3,
.register-content h3 {
	text-transform: uppercase;
	color: #58595B;
	font-weight: bold;
	margin-bottom: -2px;
	position: relative;
	width: 90%;
	margin-left: 5%;
}
.login-content h3 {
	color: #7C9DCC;
	border-bottom: 4px solid #7C9DCC;
}
.register-content h3 {
	color: #7CCCBF;
	border-bottom: 4px solid #7CCCBF;
}
.tml.tml-register,
.tml.tml-login,
#wpmem_login,
#wpmem_reg {
	border:1px solid #B3B3B3;
	padding: 10px 5%;
}
#wpmem_login legend,
#wpmem_reg legend,
#wpmem_login label[for="log"],
#wpmem_login label[for="pwd"],
body #wpmem_reg label.text, 
body #wpmem_login label.text {
	display: none;
}
body #wpmem_reg fieldset, 
body #wpmem_login fieldset {
	margin: 10px 0px;
}
body #wpmem_login .div_text, 
body #wpmem_reg .div_text, 
#wpmem_reg .div_textarea, #wpmem_reg .div_select, #wpmem_reg .div_checkbox, #wpmem_reg .div_multiselect, #wpmem_reg .div_multicheckbox, #wpmem_reg .div_radio, #wpmem_reg .div_image, #wpmem_reg .div_file, #wpmem_reg .div_url, #wpmem_reg .div_number, #wpmem_reg .div_date {
	width: 100%;
}
.tml .tml-field,
body #wpmem_reg input[type="text"], 
body #wpmem_reg input[type="password"], 
body #wpmem_reg input[type="email"], 
#wpmem_reg input[type="url"], #wpmem_reg input[type="number"], #wpmem_reg input[type="date"], #wpmem_reg textarea, 
body #wpmem_login input[type="text"], 
body #wpmem_login input[type="password"] {
	border: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 5px 0 2px;
}
body #wpmem_login .link-text,
body #wpmem_reg .button_div, 
body #wpmem_login .button_div {
	width: 100%;
}
body #wpmem_login .link-text {
	padding: 0;
}
.link-text-forgot {
	margin-top: -15px;
	display: block;
}
.link-text-forgot a {
	color: #58595B;
	font-size: 12px;
}
#wpmem_reg label.checkbox {
	font-size: 14px;
}
body #wpmem_reg .div_checkbox {
 width: auto;
 float: left;
 margin-right: 10px;
}
[type=button], [type=reset], [type=submit], button,
.save-profile-wrapper input.buttons,
#wpmem_login input.buttons,
#wpmem_reg input.buttons {
	cursor: pointer;
	border-radius: 5px;
	color: #fff;
	padding: 7px 10px;
	background: #81CBBF;
	border: 0 !important;
	line-height: 1.1;
  width: 200px;
  text-align: center;
}
#wpmem_reg input.buttons {
  margin-top: 10px;
}
.tml-submit-wrap input.tml-button,
#wpmem_login input.buttons {
	background: #7D9EC9;
}
.page-password-reset .link-text {
	display: none;
}
.home .error {
	color: red;
	font-size: 14px;
}
.req-text {
	font-size: 14px;
	display: none;
}
div .wpmem_msg {
	border: 0;
	border-left: 4px solid #00a0d2;
  box-shadow: 1px 1px 2px 1px rgba(0,0,0,.1);
  display: block;
  margin: 0 0 1em;
  padding: .75em;
  width: 100%;
  margin-bottom: 0;
  border-radius: 0;
}
.wpmem_msg p {
	font-size: 16px;
	color: #212529;
	margin-bottom: 0;
}



/* 

Theme My Login custom

*/
.tml-links {
	/*display: none;*/
}
.tml-links {
	padding-left: 0;
	list-style: none;
	text-align: right;
	margin-top: -15px;
}
.tml-links a {
	color: #58595B;
	font-size: 12px;
}
.tml-rememberme-wrap {
	/*display: none;*/
}
.tml-submit-wrap {
	text-align: right;
}
.tml-field-wrap label.tml-label {
	display: none;
	/*opacity: 0.5;*/
}
/*.tml-register label,*/
/*.tml-register label[for="full_name"],*/
/*.tml-register label[for="billing_country"],*/
.tml-register .tml-links {
	display: none;
	/*opacity: 0.3;*/
}
.tml-register .tml-is_licensed_test-wrap {
	opacity: 1;
}
.tml-lostpassword .tml-links,
.tml-login .tml-links,
.tml-rememberme-wrap,
.tml-register .tml-indicator-wrap,
.tml-register .tml-indicator_hint-wrap {
	display: none;
}
.tml-login form .tml-links {
	display: block;
}
.tml-field-wrap.tml-submit-wrap {
	opacity: 1;
}
.tml-log-wrap {
	margin-top: 10px;
}
input.tml-checkbox {
	margin-right: 10px;
	vertical-align: middle;
}
.tml-is_licensed_test-wrap .tml-label,
.tml-is_licensed_test-wrap {
	vertical-align: middle;
}

.tml-errors {
	list-style: none;
  margin: 0;
  padding: 0;
}
.tml .tml-info {
	border-left: 4px solid #00a0d2;
	box-shadow: 1px 1px 2px 1px rgba(0,0,0,.1);
  display: block;
  margin: 0 0 1em;
  padding: .75em;
  font-size: 14px;
}
.tml .tml-error{
	border-left-color: #dc3232;
	margin-bottom: 2px;
}
.tml-country-wrap .tml-label {
	display: none;
}
.tml-country-wrap select {
	border: 1px solid #ccc !important;
}
.tml-is_licensed_test-wrap .tml-description {
	line-height: 1.3;
	font-size: 12px;
}
.tml-is_licensed_test-wrap .tml-label {
	cursor: pointer;
}



/*
		about page
*/
.page-about p {
	font-size: 20px;
	line-height: 1.4;
}




/*

the course 

*/
.page-the-course .right-bg {
	background-color: #7CCCBF;
}
.page-the-course .right-content {
	margin: 80px 50px;
}
.course-box .col-sm-12,
.course-box .col-sm-6 {
	border:3px solid #fff;
	background-color: #cbebe5;
	padding: 10px;
	margin-bottom: 20px;
}
.course-box .col-sm-6 {
	padding: 0;
	max-width: 48%;
	margin-right: 2%;
}
.course-box .col-sm-6:last-child {
	margin-left: 2%;	
	margin-right: 0%;	
}
.course-box .col-sm-6 a,
.course-box .col-sm-12 a {
	padding:10px;
	display: block;
	text-decoration: none;
}
.course-box .col-sm-12 {
	padding: 0;
}
.course-box h3 {
	font-size: 20px;
	font-weight: bold;
	color: #58595B;
	margin-bottom: 0;
}
.course-box p {
	margin-top: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #58595B;
}
.course-box .col-sm-12.not-started,
.course-box .col-sm-6.not-started {
	/*background-color: #D1D1D1;*/
	background-color: #888888;
  border: 3px solid #58595B;
  pointer-events: none;
}
.course-box .col-sm-12.in-progress,
.course-box .col-sm-6.in-progress {
	
}


/*

feedback 

*/

.nf-before-form-content {
	display: none;
}
.nf-field-label {
	text-transform: uppercase;
	color: #58595B;
	font-weight: bold;

	border-bottom: 4px solid #58595B;
}
.nf-field-element input, 
.nf-field-element select, 
.nf-field-element textarea {
	border:1px solid #B3B3B3;
	padding: 10px;
}
.label-above .nf-field-label {
	width: 90%;
	margin-left: 5%;
  z-index: 100;
}
.label-above div.nf-field-label {
	margin-bottom: -3px;
}
.submit-wrap .nf-field-label {
	border:1px solid red;
	display: none;
}
.field-wrap input[type=button].ninja-forms-field.nf-element {
	width: 100%;
	text-transform: uppercase;

	background: #58595B;
  color: #fff;
  font-weight: bold;
}
.nf-response-msg {
	text-align: center;
}
.page-feedback .right-content h3 {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
}











/* 

lesson/module

*/
/*.single-sfwd-lessons .entry-footer {
	display: none;
}*/
.single-sfwd-lessons .entry-content {
	margin-bottom: 0;	
}
.single-sfwd-lessons .content-area {
	padding: 0;
	background: #81cbbf;
}
.single-sfwd-lessons .next-link, 
.single-sfwd-lessons .prev-link {
	background: #7c9dcc;
}
#sfwd-mark-complete input[type=submit] {
	margin: 0 15px;
}
#sfwd-mark-complete input[type=submit] {
	background: #7c9dcc;
}
#sfwd-mark-complete input[type=submit]:disabled {
	background: #ccc;
	color: #888;
}
#learndash_next_prev_link {
	margin-top: -20px;
	margin-bottom: 25px;
	height: 33px;
	margin-left: 15px;
	margin-right: 15px;
}
.next-link,
.prev-link {
	border-radius: 5px;
  color: #fff;
  padding: 7px 10px;
  background: #81CBBF;
  line-height: 1.1;
  width: 200px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
}
a.next-link:hover,
a.prev-link:hover {
	color: #fff;
	text-decoration: none;
}
#learndash_complete_prev_lesson {
	padding-top: 50px;
	display: block;
}
/* hide mark complete button, next module button in pre/post assessment */
.sfwd-lessons-pre-course-assessment .learndash_post_sfwd-lessons #learndash_next_prev_link,
.sfwd-lessons-post-course-assessment .learndash_post_sfwd-lessons #learndash_next_prev_link,
.sfwd-lessons-pre-course-assessment .learndash_post_sfwd-lessons form,
.sfwd-lessons-post-course-assessment .learndash_post_sfwd-lessons form {
	display: none;
}
.sfwd-lessons-pre-course-assessment .learndash_post_sfwd-lessons br,
.sfwd-lessons-post-course-assessment .learndash_post_sfwd-lessons br {
	display: none;
}







/* 

profile, edit-profile 

*/
.left-bg-nologo {
	background-image: url(img/profile_bg.png);
	/*background-size: 615px 733px;*/
	background-repeat: no-repeat;
	background-position: top right;
	background-size: cover;
}
.page-edit-profile h3,
.page-profile h3 {
	font-size: 20px;
  font-weight: bold;
}
.page-edit-profile .right-content h3,
.page-profile .left-content h3 {
	color: #7C9DCC;
	border-bottom: 4px solid #7C9DCC;
}
.page-profile .right-content > h3 {
	color: #7CCCBF;
	margin-left: -15px;
	margin-right: -15px;
}

.page-profile .right-bg {
	background-color: #fff;
	border-left: 7px solid #7CCCBF;
}
.page-edit-profile .left-content,
.page-profile .left-content {
	padding: 50px 50px;
	float: left;
	width: 100%;
	box-sizing: border-box;
	margin: 0;
}
.page-profile .right-content {
	margin: 50px 50px;
}

dd.course_progress div.course_progress_blue {
	text-align: center;
}
dd.course_progress {
	margin: 0;
	width: 100%;
}


.page-profile .course-box .col-sm-12, 
.page-profile .course-box .col-sm-6 {
	border: 3px solid #7CCCBF;
	padding: 10px;
}

.page-profile .course-box .col-sm-12.inactive, 
.page-profile .course-box .col-sm-6.inactive {
	background-color: #D1D1D1;
	border: 3px solid #58595B;
}
.page-profile .course-box .col-sm-12.inactive a, 
.page-profile .course-box .col-sm-6.inactive a {
	pointer-events: none;
}
.page-profile .course-box .sub {
	color: #7CCCBF;
	font-weight: normal;
	margin: 0;
	font-size: 11px;
	line-height: 1;
  position: absolute;
	bottom: 10px;
	text-transform: uppercase;
  font-weight: bold;
}
.page-profile .course-box .in-progress.col-sm-12,
.page-profile .course-box .in-progress.col-sm-6 {
	background: #B2C5DF;
	border: 3px solid #7E9ECA;
}
.page-profile .course-box .in-progress .sub {
	color: #7F9FCA;
}
.page-profile .course-box .inactive .sub {
	color: #58595B;
}
.page-profile .course-box .sub a {
	text-decoration: none;
	color: #7CCCBF;
	font-weight: normal;
	margin: 0;
	font-size: 11px;
	line-height: 1;
	display: inline-block;
	padding: 0;
}
.page-profile .course-box h3 a {
	padding: 0;
	color: inherit;
}
.page-profile .course-box .link {
	text-decoration: underline;
	cursor: pointer;
  font-weight: bold;
}
.page-profile .bar-holder {
	border:1px solid #313740;
	display: inline-block;
	background-color: #B3B3B3;
	width: 110px;
}
.page-profile .sub-text {
	margin-right: 10px;
	margin-bottom: 5px;
	display: inline-block;
}
.page-profile .progress-bar {
	color: #313740;
	background-color:#7D8A9D;
	font-size: 10px;
  font-weight: bold;
  padding: 2px;
}
.page-profile .course-box .col-sm-12 .sub {
	bottom: 5px;
}


.page-profile .icon-cert {
	width: 100px;
	height: 90px;
	display: inline-block;
	opacity: 0.3;
}
.page-profile .icon-cert.completed {
	opacity: 1;
}
.page-profile .icon-cert .icon-img {
	background-image: url(img/icon-cert.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 80px 80px;
	width: 100px;
	height: 70px;
	margin-bottom: 4px;
}
.page-profile .icon-cert p {
	font-size: 11px;
	color: #58595B;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}





.page-profile .course-box .col-sm-12 {
	min-height: 62px;
}
.page-profile .course-box .col-sm-6 {
	min-height: 200px;
}
.logout-wrapper {
	border-top: 4px solid #7C9DCC;
	margin-top: 15px;
	padding-top: 20px;
}
.logout-wrapper a {
	/*text-decoration: underline;*/
	font-weight: bold;
	/*color: #58595B;*/
	/*font-size: 12px;*/
	/*background: #B2C5DF;*/
	background: #7C9DCC;
	color: #fff;
	padding: 7px 10px;
	border-radius: 5px;
	line-height: 1.1;
	width: 200px;
	display: block;
	text-align: center;
}
.logout-wrapper a:hover {
	text-decoration: none;
}


.badgeos-open-close-switch {
	display: none;
}
.profile-row {
	margin-bottom: 20px;
}
.profile-image {
	/*border:1px solid red;*/
	/*background-color: #333;*/
	width: 120px;
	height: 120px;
	overflow: hidden;
}
.profile-text {
	font-weight: bold;
}
.profile-text a {
	font-weight: normal;
	color: #58595B;
	text-decoration: underline;
}

.progress-row {
	margin-bottom: 20px;
	margin-top: 15px;
}
dd.course_progress div.course_progress_blue {
	background-color: #7CCCBF;
	border:2px solid #69afa3;
	color: #58595B;
	font-weight: bold;
	line-height: 1;
	box-shadow: none;
	padding: 3px 0;
}
dd.course_progress {
	border-radius: 0;
	box-shadow: none;
	background-color: rgba(185, 185, 185, 0.7);
	box-shadow:inset 0 0 0px 2px rgba(88, 89, 91, 0.5);
}
.progress-part {
	display: flex;
	padding: 0;
	text-align: center;
	list-style: none;
	counter-reset: my-sec-counter;
}
.progress-part li {
	font-size: 12px;
	margin-top: 30px;
	display: inline-block;
	color: #58595b;
	font-weight: bold;
	position: relative;
	padding: 0 7px;
	line-height: 1.2;
}
.progress-part li:before {
	content: '';
	width: 130%;
	height: 5px;
	background: #58595b;
	display: block;
	position: absolute;
	left: 50%;
	top: -22px;
}
.progress-part li.completed:before {
	background: #7c9dcc;
}
.progress-part li:last-child:before {
	display: none;
}
.progress-part li:after {
	content: counter(my-sec-counter);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #ffffff;
  counter-increment: my-sec-counter;
  display: block;
  text-align: center;
  margin: 0 auto;
  border: 2px solid #7c9dcc;
  line-height: 1.2;
  font-size: 16px;
  padding: 2px;
  top: -33px;
  position: absolute;
  left: 50%;
  margin-left: -13px;
}
.progress-part li.completed:after {
	background: #7c9dcc;
	color: #fff;
}








/* 

edit-profile 

*/
.page-edit-profile {

}
.page-edit-profile select[name="billing_country"] {
	pointer-events: none;
	/*border:1px solid red;*/
}
.page-edit-profile .right-content p {
	font-size: 14px;
}
.profile-input input {
	width: 100%;
	padding: 0 7px;
}
.page-edit-profile .vertical-align {
	/*position: relative;*/
	display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-edit-profile .vertical-align p {
	margin-bottom: 0;
}
.page-edit-profile .tml-field {
	width: 100%;
}
#upload-photo-message {
	color: #58595B;
	font-weight: normal;
	font-size: 12px;
	display: inline-block;
}
.upload-preview {
	margin-top: 5px;
}
.upload-preview img {
	max-width: 50px;
	max-height: 50px;
	height: auto;
}
.remove-photo-row {
	margin-top: 5px;
}
.remove-photo-row a {
	color: #58595B;
  text-decoration: underline;
}
#remove-photo-btn{
	background-image: url(img/icon-remove-photo.png);
	background-repeat: no-repeat;
	background-size: 22px 22px;
	background-position: 0 0;
	padding-left: 26px;
	display: block;
}
.update-message p {
	color: #7C9DCC;
	font-weight: bold;
}
.update-message .error {
	color: red;
}
input[name="profile_photo"] {
	/*visibility: none;*/
	display: none;
}
input:disabled, textarea:disabled {
  color: rgb(155, 155, 155);
  cursor: default;
}
input {
	border: 1px solid #ccc;
}





.learndash_content {

}





/*
			resources
*/
.page-template-template-about .right-content ul,
.page-resources .right-content ul {
	padding-left: 20px;
	font-size: 20px;
	list-style: none;
}
.page-template-template-about  .right-content li,
.page-resources .right-content li {
	margin-bottom: 15px;
	line-height: 1.3;
}
.page-template-template-about  .right-content ul li::before,
.page-resources .right-content ul li::before {
  content: "\2022"; 
  color: #7F9FCA; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block;
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

















/*
		terms of use, privacy
*/
.page-template-default p,
.page-terms-of-use p,
.page-privacy-policy p {
	font-size: 16px;
}
.page-template-default ul li,
.page-template-default ol li,
.page-terms-of-use ul li,
.page-terms-of-use ol li,
.page-privacy-policy ul li,
.page-privacy-policy ol li {
	color: #58595B;
	font-size: 16px;
}

.page-template-default #wrapper-footer ul li,
.page-terms-of-use #wrapper-footer ul li,
.page-privacy-policy #wrapper-footer ul li {
	font-size: 12px;
}







/*
		disable language bar
*/
/*#prettydropdown-lang_choice_1 {
	display: none;
}*/






/* iPad Landscape */
@media only screen and (max-width : 1024px) {
	p {
		font-size: 18px;
	}
	p.has-medium-font-size {
		font-size: 26px;
	}
	.left-content {
		margin-top: 220px;
	}
	.right-content {
		/*margin: 40px 50px;*/
		margin: 40px 50px 20px;
	}
	.page-the-course .right-content {
		margin: 60px 50px;
	}
	.page-profile .bar-holder {
		width: 86px;
	}
	.page-edit-profile .left-content, .page-profile .left-content {
		padding: 50px 40px;
	}
	.login-content {
		margin-top: 40px;
	}
	.col-sm-6.left-bg-nologo, .col-sm-6.left-bg {
		min-height: 670px;
	}
	.col-sm-12 article {
		padding: 0 50px;
	}


}





/* iPad Portrait */
@media only screen and (max-width : 768px) {
	.page-edit-profile .col-sm-6.left-bg,
	.page-about .col-sm-6.left-bg {
		min-height: 300px;
	}
	.col-sm-6.left-bg-nologo, .col-sm-6.left-bg {
		min-height: 0;
		padding-left: 20px;
		padding-right: 20px;
	}
	.col-sm-6 {
		max-width: 100%;
		flex: 0 0 100%;
	}
	.page-edit-profile .left-content {
		padding: 0;
	}
	.page-feedback .left-content,
	.page-resources .left-content,
	.page-the-course .left-content {
		margin-top: 220px;
	}

	.left-content {
		width: 100%;
		margin: 120px 0px 50px;
	}
	.home .left-content {
		margin-top: 230px;
	}
	.right-content {
		margin: 40px 0px 20px;
	}
	.page-the-course .right-content {
		margin: 40px 20px;
	}
	.course-box .col-sm-6 {
		max-width: 100%;
		margin-right: 0;
	}
	.course-box .col-sm-6:last-child {
		margin-left: 0;	
	}
	.page-edit-profile .left-content, .page-profile .left-content {
		padding: 50px 10px;
	}
	.page-profile .right-bg {
		border-left: 0;
	}
	.page-profile .right-content {
		margin: 50px 30px;
	}
	.page-edit-profile .col-sm-4,
	.page-profile .col-sm-4 {
		margin-bottom: 15px;
	}
	.profile-input .col-sm-4 {
		margin-bottom: 0;
	}


	



}









/* iPhone */
@media only screen and (max-width : 480px) {
	.col-sm-12 article {
		padding: 0 5px;
	}
	#wrapper-footer .col-md-6 {
		text-align: center;
	}
	#wrapper-footer .align-right {
		text-align: center;
		margin-top: 10px;
	}
	.page-edit-profile .left-content, .page-profile .left-content {
		padding: 50px 0px;
	}
	.page-profile .right-content {
		margin: 50px 20px;
	}

	
	.page-home .col-sm-6.left-bg-nologo, 
	.page-home .col-sm-6.left-bg {
		background-size: contain;
	}
	.page-home .left-content {
		margin-top: 130px;
		margin-bottom: 10px;
	}

	.single-sfwd-lessons .next-link, 
	.single-sfwd-lessons .prev-link {
		font-size: 14px;
		width: 48%;
	}




	/* mobile menu */
	.navbar-toggler {
		width: auto;
		margin-right: auto;
		order: 0;
		font-size: 16px;
		padding: 6px 9px;
		background: #7c9dcc;
	}
	.navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
		position: relative;
	}
	.navbar-collapse {
		position: absolute;
		top: 44px;
		width: calc(100% + 32px);
		z-index: 1;
		margin-left: -16px;
		margin-right: -16px;
	}
	.navbar-nav {
		border-bottom: 4px solid #7C9DCC;
	}
	.navbar-nav li {
		margin-right: 0;
		background: #fff;
	}
	.user-profile-btn {
		width: 50px;
	}
	.user-profile-btn {
		background-position: 7px 2px;
	}
	.user-profile-btn.active {
		background-position: 7px -34px;
	}




}