.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
.library-main-container .vc_col-sm-4 {
  width: 32%;
}
ul.cudoo-library-courses {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}
li.library-course {
  background-color: #fff;
  margin: 14px;
  flex: 0 1 320px;
  display: flex;
  flex-direction: column;
}
body.home li.library-course {
  margin: 10px;
  flex: 0 1 300px;
}
li.library-course .fa-heart {
  color: #ff6384;
}
.library-main-container
  .wpb_text_column
  .cudoo-library
  .library-course:last-child {
  margin-bottom: auto;
}
li.library-course .details-row {
  border-top: 1px solid #f3f3f3;
  padding: 0 10px;
  margin-top: auto;
}
li.library-course h3 {
  text-align: left;
  text-transform: none;
  padding: 0 15px;
  margin: 13px 0;
  color: #505050;
  letter-spacing: normal;
}
li.library-course a {
  color: #303030;
  text-decoration: none;
  cursor: pointer;
}
li.library-course a div.lib-course-container {
  position: relative;
  background: black;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
li.library-course a div.lib-course-container span {
  display: none;
  top: 50%;
  position: absolute;
  right: 40%;
  transform: translateY(-50%);
  color: #fff;
}
li.library-course a:hover div.lib-course-container span {
  display: block;
}
li.library-course a div.lib-course-container img {
  padding: 0;
  margin: 0;
  display: block;
}
li.library-course a:hover div.lib-course-container img {
  opacity: 0.4;
}
.library-course-desc {
  padding: 8px 15px;
}
.library-course-desc p {
  letter-spacing: normal;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  margin-top: 0.5em;
  margin-bottom: 0.3em;
}
.cudoo-library .woocommerce-pagination {
  margin-top: 30px;
}
.cudoo-library .woocommerce-pagination ul.page-numbers li a {
  background: #4bc0c0;
  color: white;
  border: #4bc0c0;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.cudoo-library .woocommerce-pagination ul.page-numbers li span.current,
.cudoo-library .woocommerce-pagination ul.page-numbers li a:hover {
  color: #fff;
  background-color: rgba(255, 94, 58, 0.86);
  border-color: rgba(255, 94, 58, 0.86);
}
.my-list-dashboard .vc_column_container {
  padding-left: 15px;
  padding-right: 15px;
}
.my-list-dashboard div#user_name {
  margin-top: 40px;
}
.stats-row-container {
  margin-top: 15px;
  display: flex;
  align-items: stretch;
  position: relative;
}
.stats-row-stat {
  position: relative;
  background-color: white;
  flex: 1 1 300px;
  margin: 0 10px;
  padding: 15px;
}
.stats-row-stat p {
  text-align: center;
  font-size: 18px;
}
.pie-graph-sublabel {
  margin-bottom: 10px;
}
div.shadowed,
li.shadowed {
  background: white;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 7px;
  transition: all ease 0.3s;
}
.library-course.shadowed:hover {
  box-shadow: 0 20px 45px 0 rgba(0, 0, 0, 0.2);
}
.dash-library-section p {
  font-size: 1.1em;
  text-align: center;
}
.dash-library-nav-main {
  /* font-size: 1.1em; */
  font-weight: bold;
  /* color: #ff5e3a; */
}
.dash-library-top-nav-main {
  font-size: 1.1em;
  color: #777;
  margin-top: 0;
}
.dash-library-top-nav-main a {
  padding: 15px 0 15px 15px;
  display: block;
  position: relative;
  border-bottom: 1px solid rgba(204, 204, 204, 0.58);
  color: #70757d;
}
.dash-library-top-nav-main a:before {
  /* position: absolute;
  font-family: 'FontAwesome';
  top: 15px;
  right: 6px; 
  content: '\f105'; */
}
.dash-library-top-nav-main a.menu-active,
.dash-library-top-nav-main a:hover {
  background: #dde2e6;
}
.dash-library-top-nav-main a:hover {
  text-decoration: none;
  color: #777;
}
.dash-library-top-nav .fa {
  font-size: 1em;
  width: 24px;
}
.dash-library-nav .menu-item {
  margin-top: 24px;
}
.dash-library-nav-main a:hover {
  text-decoration: underline;
}
.dash-library-nav-subitems p {
}
.dash-library-nav-subitems p a {
  color: #717171;
  font-size: 0.9em;
  font-weight: 500;
}
.dash-library-nav-subitems p a:hover {
  color: #717171;
  text-decoration: underline;
}
.dash-library-nav {
  padding: 10px 16px;
}
li.library-course a.add_to_bookmarks {
  color: #868686;
  position: relative;
}
.add_to_bookmarks:hover {
  color: #868686;
}
.add_to_bookmarks:hover .fa-bookmark:before {
  content: '\f097';
}
.add_to_bookmarks:hover .fa-bookmark-o:before {
  content: '\f02e';
}
.my-list-dashboard li.library-course a.library_enroll_button {
  display: inline-block;
  padding: 0;
  font-size: 15px;
  height: 40px;
  font-weight: bold;
  line-height: 40px;
  border-radius: 50%;
  width: 40px;
  background-color: #5fcf80;
  color: #fff;
  text-align: center;
  position: relative;
}
.my-list-dashboard [data-hint]:after {
  font-size: 0.8rem;
  line-height: inherit;
}
.my-list-dashboard [class*='hint-bottom']:before {
  border-bottom-color: #383838;
}
.my-list-dashboard [class*='hint-top']:before {
  border-top-color: #383838;
}
.my-list-dashboard [data-hint]:after {
  background: #383838;
  padding: 8px 10px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  white-space: nowrap;
  text-shadow: 0 -1px 0 #000;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}
.notice {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.notice-img img {
  max-width: 125px;
}
.my-list-dashboard .notice-container {
  text-align: left;
  background: #adecf7;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-top: 20px;
}
.my-list-dashboard .notice p {
  margin: 8px 0;
  font-size: 16px;
  color: #353f49;
  font-weight: 500;
}
.notice-close {
  position: absolute;
  right: 20px;
  top: 1px;
  z-index: 200;
}
.notice-close a {
  display: inline-block;
}
.display-filter-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.display-filter-row #ending_line {
  border-bottom: none;
}
.display-filter-row #cudoo_search_results {
  position: absolute;
  width: 94%;
  padding: 0px 2%;
  margin: 0 auto;
  height: auto;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  background: white;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  max-width: 400px;
  border: 1px solid #e6e6e6;
}
.display-filter-row #cudoo_search_results a:hover span {
  color: #000;
}
.display-filter-col {
  flex: 1 1 200px;
  max-width: 325px;
  margin: 2px auto;
}
.cudoo-course-library-search-filter,
.cudoo-course-library-progress-filter,
.cudoo-course-library-display-filter {
  padding: 12px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  color: #818181;
  font-family: 'Quicksand', sans-serif;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-appearance: none;
  border: 0;
  outline: 0;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.cudoo-course-library-search-filter {
  width: 280px;
  text-align: left;
}
.cudoo-course-library-progress-filter {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline fill='#818181' points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px top 14px;
  background-size: 15px 15px;
  width: 147px;
}
.cudoo-course-library-display-filter {
  margin: 5px 0 1px;
}
.cudoo-course-library-progress-filter::-ms-expand {
  display: none;
}
.library-main-container {
  display: flex;
}
.top-graph-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}
@media only screen and (max-width: 1024px) {
  .top-graph-container {
    display: block;
  }
  .top-graph-container .vc_col-sm-4 {
    width: 100%;
  }
  .activity-graph-container {
    display: none;
  }
  .display-filter-row {
    display: block;
  }
  .display-filter-row > .display-filter-col > p {
    text-align: left !important;
  }
}
@media only screen and (max-width: 768px) {
  .library-main-container {
    display: block;
  }

  .dash-library-section, .dash-library-nav, .dash-library-nav + .separator.normal {
    display: none;
  }
}
#dash_search_wrap,
#cudoo_search_wrap {
  position: relative;
}
#dash_search_wrap i,
#cudoo_search_wrap i {
  position: absolute;
  left: 0px;
  top: 31%;
}
[data-hint]:after{content:attr(data-hint);text-align:center;white-space:nowrap;z-index:9999;background:#292929;padding:3px 7px;border-radius:2px;color:white;font-weight:400;font-size:1.2rem;line-height:2em;}
[data-hint]:after, [data-hint]:before{display:inline-block;pointer-events:none;position:absolute;visibility:hidden;}
[data-hint]:hover:after, [data-hint]:hover:before{visibility:visible;}
[data-hint]:before{content:"";border:5px solid transparent;z-index:9998;}
[class*="hint-bottom"]:before{border-bottom-color:#292929;top:100%;margin-top:0px;}
[class*="hint-bottom"]:after{margin-top:10px;top:100%;}
[class*="hint-top"]:before{border-top-color:#292929;bottom:100%;margin-bottom:0px;}
[class*="hint-top"]:after{bottom:100%;margin-bottom:10px;}
[class*="hint-bottom-middle"]:before, [class*="hint-top-middle"]:before{right:50%;margin-right:-5px;}
[class*="hint-bottom-middle"]:after, [class*="hint-top-middle"]:after{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);}
[class*="hint-bottom-left"]:before, [class*="hint-top-left"]:before{left:15px;}
[class*="hint-bottom-left"]:after, [class*="hint-top-left"]:after{left:0;}
[class*="hint-bottom-right"]:before, [class*="hint-top-right"]:before{right:15px;}
[class*="hint-bottom-right"]:after, [class*="hint-top-right"]:after{right:0;}
[class*="hint-left"]:before{border-left-color:#292929;left:0;margin-left:-10px;}
[class*="hint-left"]:after{right:100%;margin-right:10px;}
[class*="hint-right"]:before{border-right-color:#292929;right:0;margin-right:-10px;}
[class*="hint-right"]:after{left:100%;margin-left:10px;}
[class*="hint-left-middle"]:before, [class*="hint-right-middle"]:before{top:50%;margin-top:-5px;}
[class*="hint-left-middle"]:after, [class*="hint-right-middle"]:after{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);}
[class*="hint-left-top"]:before, [class*="hint-right-top"]:before{top:15px;}
[class*="hint-left-top"]:after, [class*="hint-right-top"]:after{top:0;}
[class*="hint-left-bottom"]:before, [class*="hint-right-bottom"]:before{bottom:15px;}
[class*="hint-left-bottom"]:after, [class*="hint-right-bottom"]:after{bottom:0;}
.hint-persist:before, .hint-persist:after{visibility:visible;}
@media only screen and (max-width:768px){[class*="hint-"][class*="-mobile"]:after, [class*="hint-"][class*="-mobile"]:before{display:none;}
}
[class*="hint-"][class*="-s-small"]:after{width:200px;white-space:normal;}
[class*="hint-"][class*="-s-med"]:after{width:300px;white-space:normal;}
[class*="hint-"][class*="-s-big"]:after{width:450px;white-space:normal;}
.hint-d-short:hover:after, .hint-d-short:hover:before{-webkit-transition:visibility 0s 0.4s ease;transition:visibility 0s 0.4s ease;}
.hint-d-med:hover:after, .hint-d-med:hover:before{-webkit-transition:visibility 0s 1s ease;transition:visibility 0s 1s ease;}
.hint-d-long:hover:after, .hint-d-long:hover:before{-webkit-transition:visibility 0s 1.5s ease;transition:visibility 0s 1.5s ease;}
[class*="hint-fade"][class*="-d-short"]:hover:before, [class*="hint-fade"][class*="-d-short"]:hover:after, [class*="hint-anim"][class*="-d-short"]:hover:before, [class*="hint-anim"][class*="-d-short"]:hover:after{-webkit-transition-delay:0.4s;transition-delay:0.4s;}
[class*="hint-fade"][class*="-d-med"]:hover:before, [class*="hint-fade"][class*="-d-med"]:hover:after, [class*="hint-anim"][class*="-d-med"]:hover:before, [class*="hint-anim"][class*="-d-med"]:hover:after{-webkit-transition-delay:1s;transition-delay:1s;}
[class*="hint-fade"][class*="-d-long"]:hover:before, [class*="hint-fade"][class*="-d-long"]:hover:after, [class*="hint-anim"][class*="-d-long"]:hover:before, [class*="hint-anim"][class*="-d-long"]:hover:after{-webkit-transition-delay:1.5s;transition-delay:1.5s;}
[class*="hint-fade"]:before, [class*="hint-fade"]:after{-webkit-transition:opacity 0.2s ease-out, visibility 0.2s ease-out;transition:opacity 0.2s ease-out, visibility 0.2s ease-out;opacity:0;}
[class*="hint-fade"]:hover:before, [class*="hint-fade"]:hover:after{opacity:1;}
[class*="hint-anim"][class*="hint-top"]:after, [class*="hint-anim"][class*="hint-top"]:before{bottom:125%;opacity:0;-webkit-transition:opacity 0.3s ease-out, visibility 0.3s ease-out, bottom 0.3s ease-out;transition:opacity 0.3s ease-out, visibility 0.3s ease-out, bottom 0.3s ease-out;}
[class*="hint-anim"][class*="hint-top"]:hover:after, [class*="hint-anim"][class*="hint-top"]:hover:before{opacity:1;bottom:100%;}
[class*="hint-anim"][class*="hint-bottom"]:after, [class*="hint-anim"][class*="hint-bottom"]:before{top:125%;opacity:0;-webkit-transition:opacity 0.3s ease, visibility 0.3s ease, top 0.3s ease;transition:opacity 0.3s ease, visibility 0.3s ease, top 0.3s ease;}
[class*="hint-anim"][class*="hint-bottom"]:hover:after, [class*="hint-anim"][class*="hint-bottom"]:hover:before{top:100%;opacity:1;}
[class*="hint-anim"][class*="hint-right"]:after, [class*="hint-anim"][class*="hint-right"]:before{margin-right:-25px;margin-left:25px;opacity:0;-webkit-transition:opacity 0.3s ease-out, visibility 0.3s ease, margin 0.3s ease-out;transition:opacity 0.3s ease-out, visibility 0.3s ease, margin 0.3s ease-out;}
[class*="hint-anim"][class*="hint-right"]:hover:after, [class*="hint-anim"][class*="hint-right"]:hover:before{margin-right:-10px;margin-left:10px;opacity:1;}
[class*="hint-anim"][class*="hint-left"]:after, [class*="hint-anim"][class*="hint-left"]:before{margin-right:25px;margin-left:-25px;opacity:0;-webkit-transition:opacity 0.3s ease-out, visibility 0.3s ease, margin 0.3s ease-out;transition:opacity 0.3s ease-out, visibility 0.3s ease, margin 0.3s ease-out;}
[class*="hint-anim"][class*="hint-left"]:hover:after, [class*="hint-anim"][class*="hint-left"]:hover:before{margin-right:10px;margin-left:-10px;opacity:1;}
[class*="hint-"][class*="-t-info"][class*="hint-bottom"]:before{border-bottom-color:#44C2F9;}
[class*="hint-"][class*="-t-info"][class*="hint-top"]:before{border-top-color:#44C2F9;}
[class*="hint-"][class*="-t-info"][class*="hint-right"]:before{border-right-color:#44C2F9;}
[class*="hint-"][class*="-t-info"][class*="hint-left"]:before{border-left-color:#44C2F9;}
[class*="hint-"][class*="-t-info"]:after{background:#44C2F9;}
[class*="hint-"][class*="-t-success"][class*="hint-bottom"]:before{border-bottom-color:#83C510;}
[class*="hint-"][class*="-t-success"][class*="hint-top"]:before{border-top-color:#83C510;}
[class*="hint-"][class*="-t-success"][class*="hint-right"]:before{border-right-color:#83C510;}
[class*="hint-"][class*="-t-success"][class*="hint-left"]:before{border-left-color:#83C510;}
[class*="hint-"][class*="-t-success"]:after{background:#83C510;}
[class*="hint-"][class*="-t-error"][class*="hint-bottom"]:before{border-bottom-color:#FF4C4C;}
[class*="hint-"][class*="-t-error"][class*="hint-top"]:before{border-top-color:#FF4C4C;}
[class*="hint-"][class*="-t-error"][class*="hint-right"]:before{border-right-color:#FF4C4C;}
[class*="hint-"][class*="-t-error"][class*="hint-left"]:before{border-left-color:#FF4C4C;}
[class*="hint-"][class*="-t-error"]:after{background:#FF4C4C;}
[class*="hint-"][class*="-t-notice"][class*="hint-bottom"]:before{border-bottom-color:#FFAE00;}
[class*="hint-"][class*="-t-notice"][class*="hint-top"]:before{border-top-color:#FFAE00;}
[class*="hint-"][class*="-t-notice"][class*="hint-right"]:before{border-right-color:#FFAE00;}
[class*="hint-"][class*="-t-notice"][class*="hint-left"]:before{border-left-color:#FFAE00;}
[class*="hint-"][class*="-t-notice"]:after{background:#FFAE00;}