@import url(https://fonts.googleapis.com/css?family=Port+Lligat+Sans);

p {
  font-size: 11pt;
  font-family: 'proxima-nova', sans-serif;
  line-height: 20pt;
  font-weight: 300;
}

h1 {
  font-family: 'proxima-nova', sans-serif;
  font-size: 32pt;
  line-height: 32pt;
  font-weight: 300;
}

h2 {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 300;
  line-height: 24pt;
  font-size: 24pt;
}

h3 {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 800;
  font-size: 11pt;
}

h4 {
  font-family: 'proxima-nova', sans-serif;
  font-size: 16pt;
  font-weight: 400;
}

h5 {
  font-family: 'proxima-nova', sans-serif;
  font-size: 13pt;
  font-weight: 400;
}

h6 {
  font-family: 'proxima-nova', sans-serif;
  font-size: 10pt;
  font-weight: 400;
}

.woocommerce #main ul.products li.product .price {
  font-family: 'proxima-nova', sans-serif;
}

.woocommerce-Price-amount.amount {
  font-family: 'proxima-nova', sans-serif;
}

.woocommerce-price-suffix {
  font-family: 'proxima-nova', sans-serif;
}

strong {
  font-weight: 800;
}

.unclickable > a:hover {
  cursor: default;
}

#secondary .widget-title {
  font-weight: 800;
}

#topbar p {
  font-size: 24px;
  color: #00a5e1;
}

.entry-content li {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 300;
}

.sow-accordion-title {
  font-family: 'proxima-nova', sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.entry-content ol {
  font-family: 'proxima-nova', sans-serif;
}

.panel-grid-cell .widget-title {
  font-weight: 300;
  font-size: 13px;
}

.ld-primary-color.ld-course-step-back {
  visibility: hidden;
}

li {
  font-size: 11pt;
  font-family: 'proxima-nova', sans-serif;
  line-height: 20pt;
  font-weight: 300;
}

em {
  font-family: 'proxima-nova', sans-serif;
}

body .ld-course-list-items .ld_course_grid .thumbnail.course .ld_course_grid_price.ribbon-enrolled {
  background-color: #00a5e1;
}

body .ld-course-list-items .ld_course_grid .thumbnail.course .ld_course_grid_price {
  background-color: #90bc21;
}

.ld-course-list-items div.ld_course_grid .thumbnail.course .caption .entry-content {
  font-family: 'proxima-nova', sans-serif;
  color: #736357;
  font-weight: 300;
}

.ld-course-list-items div.ld_course_grid .thumbnail.course .caption .entry-title {
  color: #736357;
  font-family: 'proxima-nova', sans-serif;
  font-weight: 300;
}

.ld-profile-heading {
  font-family: 'proxima-nova', sans-serif;
}

.wp-block-button__link.has-text-color.has-background.no-border-radius {
  font-family: 'proxima-nova', sans-serif;
}

.hidden {
	display: none;
}

.error-message {
   border: 1px solid red;
   padding: 10px;
   font-weight: bold;
}

.tml-links {
   display: none;  
}

.pop-up-ie {
	display: none;
}

/*IE10 and IE11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .pop-up-ie { display: block; }
}

/* The Modal (background) */
.modal {
  display: block;
  position: fixed; /* Stay in place */
  z-index: 1001; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 60%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Focus mode menu hide buttons */
.ld-focus-header .ld-button {
	display: none;
}

.ld-focus-header .learndash_mark_complete_button {
	display: none;
}

.a-button:hover {
	color: white;
	text-decoration: none;
}