/*
Theme Name: Doc Emilia
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/
h1,h2,h3 {text-transform: uppercase;letter-spacing: 2px;} 
/* course checkout button */
#learn-press-checkout-place-order,
.button-purchase-course { 
  background-color: #535353 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  color:#fff;
  margin-top: 28px;
   margin-bottom: 28px;
  padding-left: 48px;
    padding-right: 48px;
}
#learn-press-button-guest-checkout-back {
  text-decoration: underline; 
  text-transform: uppercase;
    background-color: #ffffff !important;
  color:#535353;
  margin-top: 28px;
   margin-bottom: 28px;
  padding-left: 38px;
    padding-right: 38px;
}
.post-content ul {
  list-style:none;
}

.course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_lesson .section-item-link:before {
        content: none !important;
}

p a { text-decoration: underline;}

#learn-press-profile-nav  a {
   background: none !important;
  color: #111 !important;
  
}

form.newsletter .gform_body {
	max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

form.newsletter .gform_footer {
    display: flex !important;
    justify-content: center !important;
}

form.newsletter .gform_footer .gform_button {
	border: 3px solid white;
    padding: 10px;
    border-radius: 0 !important;
    background: transparent;
    color: white;
    text-transform: uppercase;
}

form.love-hormone-test .gform_footer .gform_button {
	border: 3px solid white;
    padding: 10px;
    border-radius: 0 !important;
    background-color: #fae9de !important;
    color: black;
    text-transform: uppercase;
	border: 3px solid black;
}

.form.newsletter .gform_confirmation_message {
	text-align: center !important;
	color: white !important;
}

.langswitch.dark a {
	color: black !important;
	border: 3px solid black;
}
