/*Prevents user from highlighting text to copy and paste
*{
-moz-user-select: none; 
-ms-user-select: none; 
-khtml-user-select: none; 
-webkit-user-select: none; 
-webkit-touch-callout: none; 
user-select: none; 
} */
.ast-separate-container .ast-article-single {
	padding: 2em 2em;
}

blockquote {
max-width: 550px;
text-align: center;
margin: 20px;
padding: 20px;
background: #83cbfc;
border-left:5px solid #139DF9;
}

.wp-block-image figcaption {
  font-size: 12px;
}

/*Tooltips!*/
/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  min-width: 320px;
	/*max-width: 200px*/
	width: auto;
  background-color: #d9e0e5;
  color: #192227;
  text-align: center;
  padding: 5px 10px;
  border-radius: 10px;
 	line-height: normal;
  /* Position the tooltip text*/
  position: absolute;
  z-index: 1;
	top: -5px;
  left: 105%;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

/*Learndash Focus Mode Styles
.learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading {
	background-image: linear-gradient(to right, #27F5EB 0%, #85EBFF 50%, #fff 100%);
	margin: -15px -15px -15px -15px;
animation-delay
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading {
	background-color: #189ECF;
	background-image: linear-gradient(45deg, #189ECF 0%, #26E7DC 100%);
	border-bottom: 1px solid rgba(255,255,255,0.08);
}
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger {
	background: transparent !important;
}
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger .ld-icon {
	background: #26E7DC;
}
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger .ld-icon {
	background: #26E7DC;
	box-shadow: 0 2px 3px #ddd;
}
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger .ld-icon::before {
	color: #fff;
}
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger:hover .ld-icon {
	background: #21CFC6;
	box-shadow: 0 2px 3px #000;
}
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger:hover .ld-icon::before {
	color: #fff;
}

.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-section-heading {
	border-bottom: 1px solid #f2f2f2;
	border-top: 1px solid #f2f2f2;
}
*/

/* Footer icon color */
.footer-widgets .wp-block-social-links svg {
     fill: #fff;
}