
/* LearnDash Materials Extended - Frontend Styles */

.ldash-materials-item {
  padding-bottom: 3px;
}

.ldash-materials-icon {
  display: inline-block;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 120%;
  vertical-align: bottom;
  line-height: inherit;
}

.ldash-materials {
  max-width: 400px;
  /*margin: 20px auto 40px;*/
}

/* List type: Link */
.ldash-materials-list-type-link {
  text-align: left;
}

.ldash-materials-list-type-link a {
  color: #999;
}

.ldash-materials-list-type-link a:hover {
  color: #555;
}

.ldash-materials-style-button {
  text-align: center;
}

.ldash-materials-list-type-button a {
  text-align: center;
  display: block;
  margin: 0 auto 10px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: 0.05em;
  color: #999999;
  border: 1px solid #999999;
  border-radius: 100px;
  padding: 8px 32px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.ldash-materials-list-type-button a:hover,
.ldash-materials-list-type-button a:focus {
  background-color: #999999;
  color: #ffffff;
}

/* Basic Styles
.ldash-materials-style-basic {
  text-align: left;
}

.ldash-materials-style-basic a {
  color: #999;
}

.ldash-materials-style-basic a:hover {
  color: #555;
}
 */

/* Button Style 1
.ldash-materials-style-button {
  text-align: center;
}

.ldash-materials-style-button .ldash-materials-item a {
    text-align: center;
    display: block;
    margin: 0 auto 10px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none !important;
    letter-spacing: 0.05em;
    color: #999999;
    border: 1px solid #999999;
    border-radius: 100px;
    padding: 8px 32px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.ldash-materials-style-button .ldash-materials-icon {
  vertical-align: top;
  line-height: 1;
}

.ldash-materials-style-button .ldash-materials-item a:hover,
.ldash-materials-style-button .ldash-materials-item a:focus {
  background-color: #999999;
  color: #ffffff;
}
 */

/* Button Style 2
.ldash-materials-style-button-2 {
  text-align: center;
}

.ldash-materials-style-button-2 .ldash-materials-item a {
    text-align: center;
    display: block;
    margin: 0 auto 10px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none !important;
    letter-spacing: 0.05em;
    color: #ffffff;
    background: #999999;
    border: 1px solid #999999;
    padding: 8px 32px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.ldash-materials-style-button-2 .ldash-materials-icon {
  vertical-align: top;
  line-height: 1;
}

.ldash-materials-style-button-2 .ldash-materials-item a:hover,
.ldash-materials-style-button-2 .ldash-materials-item a:focus {
  background-color: #777777;
  border-color: #777777;
  color: #ffffff;
}
 */
