/*
   * Custom translucent site header
   */

body {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #222;
}

.site-header {
  background-color: #fff;
  height: 60px;
  border-bottom: 1px solid #ccc;
}
.site-header a {
  font-size: 14px;
  color: #999;
  transition: ease-in-out color 0.15s;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

.navbar-toggler {
  padding: 0.25rem 0;
  border: none;
}

@media (max-width: 575.98px) {
  .btn.btn-primary.flex-grow-0 {
    display: none;
  }
}


.mobile-search-icon {
  font-size: 22px !important;
  color: #888 !important;
}
.menu-profile-pic-mobile {
  display: inline-block;
  width: 40px;
  height: 40px;
}
#form-header-search input {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

a,
a:hover,
a:visited {
  text-decoration: none;
}
a,
a:hover {
  color: #337ab7;
}
select.form-control {
  padding: 0.25rem;
}
.page-item .page-link {
  padding: 0.657rem 1.053rem;
  margin: 0;
  color: #222222;
}
.page-item.active .page-link {
  background-color: #337ab7;
  border-color: #337ab7;
  color: #fff;
}
.btn:focus,
.btn:active {
  box-shadow: none !important;
}
.btn-primary,
a.btn-primary {
  background-color: #337ab7 !important;
  color: #fff !important;
  border-color: #337ab7 !important;
}
.btn-outline-primary,
a.btn-outline-primary {
  background-color: transparent !important;
  color: #fff !important;
  border-color: #fff !important;
}
.btn-outline-primary:hover,
a.btn-outline-primary:hover {
  background-color: #fff !important;
  color: #337ab7 !important;
  border-color: #fff !important;
}
.btn-outline-secondary,
a.btn-outline-secondary {
  background-color: transparent !important;
  color: #337ab7 !important;
  border-color: #337ab7 !important;
}
.btn-outline-secondary:hover,
a.btn-outline-secondary:hover {
  background-color: #337ab7 !important;
  color: #fff !important;
  border-color: #337ab7 !important;
}
.btn-danger,
a.btn-danger {
  background-color: #ff5a5f !important;
  color: #fff !important;
  border-color: #ff5a5f !important;
}
.btn-outline-danger,
a.btn-outline-danger {
  background-color: fff !important;
  color: #ff5a5f !important;
  border-color: #ff5a5f !important;
}
.btn-outline-danger:hover,
a.btn-outline-danger:hover {
  background-color: #ff5a5f !important;
  color: #fff !important;
  border-color: #ff5a5f !important;
}
.btn-default {
  background: #b7b7b7;
  color: #fff;
}
.btn-outline-default {
  background: #fff;
  color: #777;
  border: 2px solid #cccccc;
  font-weight: bold;
  font-size: 14px;
}
.text-gf {
  color: #337ab7 !important;
}
.bg-gf {
  background-color: #337ab7 !important;
}
.bg-cream {
  background-color: #ebebeb;
}
.btn-gf {
  background-color: #337ab7 !important;
  color: #fff !important;
}
.btn-facebook {
  background-color: #4267b2;
  color: #fff !important;
}
.text-yellow {
  color: orange;
}
.text-black {
  color: #222;
}
/*
.main-content {
  margin-top: 60px;
}
*/
#header-find-courses,
#header-find-courses-mobile,
#main-find-courses {
  font-size: 14px;
  line-height: 20px;
  outline: 0;
  box-shadow: none;
}
#header-find-courses,
#header-find-courses-mobile {
  position: relative;
  /*min-width: 260px;*/
}

#home-banner {
  background-size: cover;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#home-banner h1 {
  font-size: 42px;
  color: #fff;
}

#home-banner .lead {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}
#home-form {
  max-width: 600px;
  margin: 0 auto;
}

#why-gamefuly {
  background: url("https://coachtube.com/public/thrdparty/gamefuly/images/why background.png?v=1") center center no-repeat;
  background-size: cover;
  min-height: 443px;
}

#why-gamefuly h1 {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}

#game-banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 250px;
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 50px!important;
}

.tag.label-info.btn.btn-primary {
  margin-bottom: 7px!important;
}

.container.main-content {
  margin-bottom: 26px!important;
}

.course-thumbnails .course-card {
  min-height: 191px!important;
}

#game-banner .container {
  z-index: 1;
}

.game-header-overlay {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  z-index: 0;
}

#breadcrumbs {
  background-color: #f6f6f6;
  min-height: 40px;
  /*margin-top: 60px;*/
  padding: 8px 0;
}

#home-cta {
  background: #337ab7;
  color: #fff;
}
#form-header-search-mobile {
  padding: 16px;
  border-top: 1px solid #eee;
}
#search-wrapper:after,
#mb-filter::after,
#search-wrapper-mobile:after {
  font-family: "FontAwesome";
  position: absolute;
  right: 12px;
  top: 6px;
  content: "\f002";
  color: #aaa;
}
#search-form-mobile {
  flex-basis: auto;
  display: flex;
  flex-grow: 1;
}

#form-header-search-mobile {
  flex: 1;
}

#search-wrapper-mobile {
  flex: 1 auto;
}

.course-thumbnails .card-text {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  display: block!important;
  display: -webkit-box!important;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  cursor: default;
  margin-bottom: 1rem!important;
}
.course-thumbnails .small {
  font-size: 12px;
}

.course-price {
  font-weight: bold;
}

.copyright {
  color: #222222;
  font-size: 13px;
  line-height: 28px;
  display: inline-block;
}
footer ul {
  display: inline-block;
}
footer a {
  color: #777 !important;
  font-size: 13px;
  font-weight: 500;
  line-height: 28px;
}
footer a:not(:first-child) {
  margin-left: 30px;
}
footer .footer-social {
  width: 28px;
  height: 28px;
  background-color: rgba(100, 100, 100, 0.3);
  display: inline-block;
  border-radius: 50%;
  color: #fff !important;
}
#profile-social-icons .profile-social-icons {
  width: 48px;
  height: 48px;
  background-color: rgba(100, 100, 100, 0.3);
  display: inline-flex;
  border-radius: 50%;
  color: #222 !important;
  font-size: 22px;
  align-items: center;
  justify-content: center;
}
.professor-profile-image {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 200px;
}
#professor-profile-stats {
  margin-top: 120px !important;
}

.page-title {
  font-size: 24px;
  line-height: 48px;
  font-weight: bold;
}

.page-title small {
  font-size: 16px;
  font-weight: 600;
}

#course-price-container {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 1.5rem;
}
#course-page #course-content {
  font-weight: normal;
}
#course-page #course-price-container .course-price {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 1rem;
}

/*#course-page */
.share-course-social-icons a {
  background: #888;
  margin: 3px;
  width: 25px;
  height: 25px;
  display: inline-block;
  border-radius: 3px;
  color: #fff;
  padding: 3px 5px;
  text-align: center;
}

#course-page #course-info-extra-header {
  font-size: 16px;
  font-weight: bold;
  color: #222;
}
#course-page #course-info-table th {
  font-weight: bold;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 12px;
  color: #222;
  border: none !important;
}
#course-page #course-info-table td {
  font-weight: normal;
  padding-bottom: 10px;
  font-size: 12px;
  color: #222;
  border: none !important;
}
#course-page #lessons-table a {
  color: #222;
  font-weight: 500;
}
#course-page #lessons-table a i {
  color: #337ab7;
}
#related-courses {
  background-color: #f3f3f3;
}
#settings-tabs a.active {
  background-color: #337ab7;
  border-color: #337ab7;
}
.settings-social-links {
  margin-bottom: 0.9rem;
}
.settings-social-links input {
  padding-left: 30px;
}
.settings-social-links:before {
  font-family: "FontAwesome";
  position: absolute;
  left: 12px;
  top: 9px;
  content: "\f002";
  color: #aaa;
}
.settings-social-links.social-twitter:before {
  content: "\f099";
}
.settings-social-links.social-facebook:before {
  content: "\f09a";
}
.settings-social-links.social-youtube:before {
  content: "\f167";
}
.settings-social-links.social-instagram:before {
  content: "\f16d";
}
.settings-social-links.social-twitch:before {
  content: "\f1e8";
}
.settings-social-links.social-web:before {
  content: "\f0ac";
}
#tb-notifications .settings-checkbox i {
  padding: 1px;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
#tb-notifications .settings-checkbox.checked i {
  background-color: #337ab7;
}

/* My Courses*/
.main-tab-item {
  padding: 10px 30px;
  font-weight: bold;
  font-size: 16px;
  color: #222 !important;
  line-height: 18px;
  background: #fff !important;
  border: none;
  margin: 0 !important;
}
.main-tab-item.active {
  border-bottom: 3px solid #337ab7;
  color: #337ab7 !important;
  border-radius: 0 !important;
}
#learning-tab .course-title,
#membership-tab .course-title {
  width: 40%;
}
#membership-tab .membership-title-link:not(:first-child) {
  margin-top: 3rem !important;
}
#learning-tab .course-review,
#membership-tab .course-review {
  width: 200px;
}
#learning-tab .course-progress,
#membership-tab .course-progress {
  /*width: 150px;*/
  height: 5px;
}
#learning-tab .course-percentage,
#membership-tab .course-percentage {
  width: 35px;
  margin: auto 20px;
}
#learning-tab .course-action,
#-tab .course-action {
  width: 150px;
}
#teaching-tab table tbody td {
  padding-top: 20px;
  padding-bottom: 20px;
}
/*#teaching-tab */
.teaching-tab-item {
  font-size: 14px;
  font-weight: 500;
  color: #222 !important;
  line-height: 18px;
  background: #fff !important;
  border: none;
  margin: 0 !important;
  padding: 0;
  width: auto;
  padding-right: 25px;
}

/*#teaching-tab */
.teaching-tab-item.active {
  color: #337ab7 !important;
  font-weight: bold;
}
#teaching-tab #report-filter *,
#ambassador-tab #ambassador-report-filter * {
  margin-left: 10px;
}

#form-new-course label,
#form-new-download label,
#form-new-chapter label {
  padding-top: 10px;
  font-weight: bold;
  font-size: 14px;
}

.purchase-circle {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-right: 0.5rem;
  background-color: #cccccc;
  color: #fff;
  width: 30px;
  height: 30px;
}
#course-signup,
#course-purchase {
  height: 100vh;
}
#course-purchase #form-pay-now input:focus {
  outline: none;
}
.or-line {
  border: 1px solid #ddd;
  height: 1px;
  margin: 10px 0 25px;
  line-height: 20px;
}
.or-line-inner {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateY(-50%) translateX(-50%);
  border-radius: 50%;
  background-color: #fff;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #fff;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  color: #888;
}

/* Watch page */
#watch-playlist {
  position: relative;
  width: 350px;
  overflow-y: auto;
}
#watch-toolbar {
  height: 60px;
  background-color: #fff;
}
.card-watch-lesson {
  border-radius: 0;
  border: 0;
  flex: 1 0 auto;
}
.card-watch-lesson.active {
  border-left: 5px solid #337ab7;
  box-shadow: 0px 5px 10px #888888;
}
.card-watch-lesson .card-title {
  color: #222;
}
.card-watch-lesson.active .card-title {
  font-weight: bold;
}
/*
   * Extra utilities
   */

.m-40 {
  margin: 40px !important;
}
.mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}
.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}
.mr-40 {
  margin-right: 40px !important;
}

.f-12 {
  font-size: 12px !important;
}
.f-13 {
  font-size: 13px !important;
}
.f-14 {
  font-size: 14px !important;
}
.f-16 {
  font-size: 16px !important;
}
.f-18 {
  font-size: 18px !important;
}
.f-20 {
  font-size: 20px !important;
}
.f-24 {
  font-size: 24px !important;
}
.f-30 {
  font-size: 30px !important;
}
.f-48 {
  font-size: 48px !important;
}
.pt-48 {
  padding-top: 48px;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
}

.overflow-hidden {
  overflow: hidden;
}

/* Mobile Tweaks */
@media screen and (max-width: 426px) {
  #navbarCollapse {
    background: #fff;
  }
  #nav-menu-mobile, #sport-menu-mobile {
    margin: 20px 40px;
  }
  #footer-cta-button {
    margin-top: 30px;
  }
  #course-signup,
  #course-purchase {
    height: 100% !important;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
  #watch-playlist {
    position: absolute;
    width: 100%;
    height: calc(100vh - 60px);
  }
}

#course-page #coupons-table thead th {
  padding: 0.3rem 1rem 0.3rem 0 !important;
}
#course-page #coupons-table tbody td {
  padding: 0.75rem 1rem 0.75rem 0 !important;
  font-size: 14px;
}
#course-page #coupon-list {
  width: 242px;
}
@media (min-width: 576px) {
  #manage-coupons .modal-dialog {
    max-width: 60%;
    margin: 1.75rem auto;
  }
}

.card-img-top:not(.checkout-img) {
  max-height: 130px!important;
}

.hidden {
  display: none;
}

.show-more {
  line-height: 21px;
  white-space: normal;
  overflow: hidden;
}

.card-img-top {
  cursor: pointer;
}

.f-14.font-weight-bold.d-none.d-sm-flex.align-items-center img.px-3.rounded-circle {
  height: 40px!important;
  width: 72px!important;
}

#videoPlayerHolder iframe {
  position: absolute!important;
  height: 100%!important;
  width: 100%!important;
}

iframe#videoPlayerHolder {
  height: 100%!important;
  width: 100%!important;
}

#user_info {
  position: absolute;
  width: 150px;
  border: 1px solid rgba(0,0,0,.15);
  background: #fff;
  right: 15px;
  margin-top: 5px;
  padding-left: 0;
  list-style: none;
  z-index: 9999;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  border-radius: 4px;
}

#user_info li {
  text-align: left;
  padding: 0;
}

#user_info li a {
  font-size: 14px !important;
  font-weight: normal !important;
  padding: 5px 0 5px 15px !important;
  display: block;
  opacity: 0.7;
}

#user_info li a:visited {
  color: #999 !important
}

#user_info li a:hover {
  color: #337ab7 !important
}

.step-two-validation-message.green {
  background-color: #337ab7 !important;
}

.step-two-validation-message.red {
  background-color: red !important;
}

.svg-container,
svg.main-svg {
  margin: auto!important;
}

.d-cell {
  padding: 5px;
}
#bookings-history {
  font-size: 12px;
}

.bootstrap-tagsinput {
  width: 100%!important;
  padding: .375rem .75rem!important;
  font-size: 1rem!important;
  line-height: 1.5!important;
  color: #495057!important;
  background-color: #fff!important;
  background-clip: padding-box!important;
  border: 1px solid #ced4da!important;
  border-radius: .25rem!important;
}

.course-image {
  position: relative;
}

.play-btn {
  background: url(https://coachtube.com/public/images/play.png) no-repeat 0 0;
  position: absolute;
  text-indent: -9999em;
  left: 46%;
  top: 39%;
  width: 85px;
  height: 94px;
  float: left;
  opacity: .55;
  filter: alpha(opacity=55);
  outline: 0;
  cursor: pointer;
}

.control-panel .f-13 i {
  min-width: 16px;
}
.list-group-item-chapter {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  color: #222;
}

#course-page .lesson-chapter {
  font-size: 14px;
  padding: 15px 0;
  color: #222;
  font-weight: bold;
  line-height: 30px;
}

.course-add-tab-item {
  font-size: 14px;
  font-weight: 500;
  color: #222 !important;
  line-height: 18px;
  background: #fff !important;
  border: none;
  margin: 0 !important;
  padding: 15px 0;
  width: auto;
  padding-right: 30px;
}
.course-add-tab-item.active {
  color: #337ab7 !important;
  font-weight: bold;
}


.list-group-item-lesson {
  display: flex;
  justify-content: space-between;
  color: #222;
}

.text-banner {
  background: #337ab7;
  color: #fff;
}

#review-list div:nth-child(n + 4) {
  display: none;
}

.input-group-addon {
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #737376;
  text-align: center;
  background-color: #e1e1e1;
  background-clip: padding-box;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border: 1px solid #ced4da;
  border-right: none;
}

.form-control.settings {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}

.input-group+.input-group {
  margin-top: 20px;
}

tr.temp.paid {
  background-color: #e8e8e8!important;
}

tr.temp.paid td,
tr.temp.paid span,
tr.temp.paid a {
  color: #b7b6b6!important;
}

.card-ribbon {
  background-color: green;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: -46px;
  top: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  /* shadow */
  -webkit-box-shadow: 0 0 10px #888;
  -moz-box-shadow: 0 0 10px #888;
  box-shadow: 0 0 10px #888;
}
.card-ribbon span {
  border: 1px solid #fff;
  color: #fff;
  display: block;
  font: bold 81.25% 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 1px 0;
  padding: 3px 50px 1px 50px;
  text-align: center;
  text-decoration: none;
  /* shadow */
  text-shadow: 0 0 5px #444;
}

.card {
  overflow: hidden;
}

.soft-shadowz {
	box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
}


