@charset "UTF-8";
 :root {
--ldfc-primary: #00a2e8;
--ldfc-table-radius: 6px;
--ldfc-button-radius: 20px;
}
@font-face {
font-family: 'ldfc';
src: url(//tradehelden.com/wp-content/plugins/learndash-favorite-content//assets/fonts/ldfc.eot?54167715);
src: url(//tradehelden.com/wp-content/plugins/learndash-favorite-content//assets/fonts/ldfc.eot?54167715#iefix) format("embedded-opentype"), url(//tradehelden.com/wp-content/plugins/learndash-favorite-content//assets/fonts/ldfc.woff2?54167715) format("woff2"), url(//tradehelden.com/wp-content/plugins/learndash-favorite-content//assets/fonts/ldfc.woff?54167715) format("woff"), url(//tradehelden.com/wp-content/plugins/learndash-favorite-content//assets/fonts/ldfc.ttf?54167715) format("truetype"), url(//tradehelden.com/wp-content/plugins/learndash-favorite-content//assets/fonts/ldfc.svg?54167715#fontello) format("svg");
font-weight: normal;
font-style: normal;
}    [class^="ldfc-icon-"]:before, [class*=" ldfc-icon-"]:before {
font-family: "ldfc";
font-style: normal;
font-weight: normal;
speak: never;
display: inline-block;
text-decoration: inherit;
width: 1em;
text-align: center;  font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: .2em;   -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;  } .ldfc-icon-heart-closed:before {
content: '\e800' !important;
}  .ldfc-icon-heart-open:before {
content: '\e801' !important;
}  .ldfc-favorite-button {
margin: 30px 0;
text-align: center;
} .ldfc-favorite-button .ldfc-button.js-favcon-favorite {
display: inline-flex;
align-items: center;
padding: 5px 25px 5px 20px;
text-decoration: none;
border: 3px solid #ddd !important;
background: transparent;
color: #666;
font-weight: 800;
border-radius: var(--ldfc-button-radius);
transition: all ease-in-out 250ms;
} .ldfc-favorite-button .ldfc-button.js-favcon-favorite:hover {
border: 3px solid #aaa !important;
color: #111;
} .ldfc-favorite-button .ldfc-button.js-favcon-favorite.favcon-saved {
background: var(--ldfc-primary);
color: #fff;
border-color: var(--ldfc-primary) !important;
} .ldfc-favorite-button .ldfc-button.js-favcon-favorite.favcon-saved:hover {
opacity: 0.8;
} .ldfc-favorite-button .ldfc-button.js-favcon-favorite.favcon-saved .ldfc-heart svg,
.ldfc-favorite-button .ldfc-button.js-favcon-favorite.favcon-saved .ldfc-heart svg path {
fill: #fff;
} .ldfc-favorite-button .ldfc-button.js-favcon-favorite .ld-icon {
padding-right: 5px;
display: inline-block;
} .ldfc-favorite-button .ldfc-button.js-favcon-favorite .ld-icon svg {
width: 15px;
height: 15px;
transition: all ease-in-out 250ms;
} .ldfc-favorite-button .ldfc-button.js-favcon-favorite .ld-icon svg path {
transition: all ease-in-out 250ms;
} .ldfc-favorite-table {
margin: 30px 0;
} .ldfc-favorite-table-wrap {
border-radius: 6px;
} .ldfc-favorite-table .ldfc-favorite-header {
background: var(--ldfc-primary);
padding: 20px 22px;
color: #fff;
font-weight: bold;
border-radius: var(--ldfc-table-radius) var(--ldfc-table-radius) 0 0;
display: flex;
align-items: center;
justify-content: space-between;
} .ldfc-favorite-table .ldfc-favorite-header a {
color: #fff;
text-decoration: none;
} .ldfc-favorite-table .ldfc-favorite-header .ldfc-favorite-search-input {
padding: 5px 10px;
background: #fff;
border-radius: 3px;
transition: all ease-in-out 250ms;
display: inline-block;
border: 0;
box-shadow: none;
width: 100%;
max-width: 150px;
margin-left: 15px;
} .ldfc-favorite-table .ldfc-favorite-header .ldfc-favorite-search-input:focus {
max-width: 300px;
} .ldfc-favorite-table .ldfc-favorites {
border: 2px solid #e2e7ed;
border-top: 0;
border-radius: 0 0 var(--ldfc-table-radius) var(--ldfc-table-radius);
} .ldfc-favorite-table .ldfc-favorites .ldfc-favorite {
position: relative;
} .ldfc-favorite-table .ldfc-favorites .ldfc-favorite a.js-ldfc-unfavorite {
position: absolute;
top: 20px;
right: 20px;
font-size: 18px;
width: 30px;
height: 30px;
z-index: 5;
background: #fff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
transition: all ease-in-out 250ms;
text-decoration: none;
} .ldfc-favorite-table .ldfc-favorites .ldfc-favorite a.js-ldfc-unfavorite:hover {
background: #666;
color: #fff;
} .ldfc-favorite-table .ldfc-favorites .ldfc-favorite a.js-ldfc-unfavorite:hover svg path {
fill: #fff;
} .ldfc-favorite-table .ldfc-favorites .ldfc-favorite a.js-ldfc-unfavorite svg {
width: 15px;
height: 15px;
} .ldfc-favorite-table .ldfc-favorites .ldfc-favorite a.js-ldfc-unfavorite svg path {
transition: all ease-in-out 250ms;
} .ldfc-favorite-table .ldfc-favorites .ldfc-favorite a.ldfc-favorite__link {
padding: 20px;
text-decoration: none;
transition: all ease-in-out 250ms;
display: block;
position: relative;
} .ldfc-favorite-table .ldfc-favorites .ldfc-favorite a.ldfc-favorite__link:hover {
background: rgba(0, 0, 0, 0.05);
} .ldfc-favorite-table .ldfc-favorites .ldfc-favorite a.ldfc-favorite__link .ldfc-favorite__title {
display: block;
} .ldfc-favorite-table .ldfc-favorites .ldfc-favorite a.ldfc-favorite__link .ldfc-favorite__course {
font-size: .9em;
color: #666;
} .ldfc-favorite-table .ldfc-favorites .ldfc-favorite::after {
display: block;
height: 1px;
background: #ddd;
margin: 0 20px;
content: '';
} .ldfc-favorite-table .ldfc-favorites .ldfc-favorite:last-child::after {
display: none;
} .ld-icon.ld-icon-favorites {
font-family: "ldfc";
font-style: normal;
font-weight: normal;
speak: never;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;  font-variant: normal;
text-transform: none; line-height: 1em;
font-size: 16px; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;  font-family: "ldfc" !important;
width: 19px;
height: 19px;
} .ld-icon.ld-icon-favorites::before {
content: '\e800';
} .ldfc-icon {
font-family: "ldfc";
font-style: normal;
font-weight: normal;
speak: never;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;  font-variant: normal;
text-transform: none; line-height: 1em;
font-size: 16px; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;  } .ldfc-icon.ldfc-icon-heart::before {
content: '\e801';
} .js-ldfc-unfavorite .ldfc-icon.ldfc-icon-heart::before,
.favcon-saved .ldfc-icon.ldfc-icon-heart::before {
content: '\e800';
} .ld-tab-content .ldfc-favorite-table {
margin: 0;
} .ldfc-favorited-icon {
padding: 0 15px 0 5px;
display: inline-flex;
align-items: center;
} .ldfc-favorited-icon svg {
width: 15px;
height: 15px;
}