/*
Theme Name: Leanscape Child
Theme URL: http://wpamanuke.com/
Description: Leanscape Theme
Author: WPAmaNuke
Author URL: http://wpamanuke.com/
Template: leanscape
Version: 1.0.0
Text Domain: leanscape-child
*/ 
/* Custom CSS goes after this line */


.text24pt {
	font-size: 24px;
}
.text18pt {
	font-size: 18px;
}
.text16pt {
	font-size: 16px;
}
.pricing-table {
	background-color: #F0C382;
}
.price .duration {
	color: #000
}
.bloglink {color:#ffffff}

.bloglink:hover {color:#F79C00}

#page {
        max-width: 1000px;
        margin: 0 auto; 
}

/*.single-courses div.is-sticky > header nav li a {
	color: white !important;
}

.single-courses div.is-sticky > header li:last-child a {
	background: #4f6276 !important;
}*/

.single-courses header {
	padding: 23px 32px 15px;
	color: #f9f9f9;
	background: #444;
	display: flex;
	align-items: center;
	position: absolute;
}

.single-courses nav {
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 45px;
    transition-duration: .2s
}

.single-courses nav li a {
	font-size: 12px;
}

.single-courses header {
	background: white;
}

.single-courses nav {
	background: white;
    margin: 0;
    padding-left: 45px;
}

.single-courses nav li a {
	color: black !important;
}

.single-courses nav a {
	text-decoration: none;
}

.single-courses nav li:not(:last-child) a:after {
	background: black;
}

.ul.a {
  list-style-type: circle;
}
