/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url('../bridge/style.css');
#theme-my-login a {
  color: #0073aa;
}
#theme-my-login a:hover {
  color: black;
}
@media (min-width: 1200px) {
  .badge-archieve {
    width: 33.33333% !important;
    padding: 5%;
    padding-bottom: 0px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .blog_large_image {
    padding-top: 120px !important;
  }
}

@media (max-width: 1000px) {
  .badge-archieve {
    width: 100% !important;
    padding: 5%;
    padding-bottom: 0px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .my-dashboard a {
    margin-top: 0 !important;
  }
  .custom-gear {
    border: none !important;
  }
  li.custom-gear ul {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .blog_holder article.col-sm-4 {
    width: 33% !important;
    box-sizing: border-box;
  }
}
.scrolled .my-dashboard a {
  border: 2px solid #f05a2b;
  color: #f05a2b !important;
}
.my-dashboard a {
  line-height: 30px !important;
  height: 30px !important;
  margin-top: 33px;
  border: 2px solid white;
  border-radius: 4px;
}
@media (min-width: 1000px) {
  .scrolled li.my-dashboard {
    padding-top: 12px !important;
  }
  .my-dashboard a:hover {
    background: #f05a2b;
    color: white !important;
  }
  .black a {
    border: #9d9d9d 2px solid;
  }
  .black a:hover {
    border: #f05a2b 2px solid;
  }
  .scrolled li.custom-gear #gear-icon {
    margin-top: -107px !important;
  }
  .scrolled li.custom-gear #gear-icon:hover i {
    color: white !important;
  }
  li.custom-gear #gear-icon:hover {
    background: #252525;
  }
  li.custom-gear ul {
    display: none;
  }

  li.custom-gear #gear-icon:hover ul {
    display: block !important;
    list-style: none;
    background: #262626;
    position: absolute;
    width: 174px;
    margin-top: -8px;
    margin-left: -120px !important;
    padding: 10px 0;
  }
  .white_header {
    color: #333 !important;
  }
  #gear-icon:hover .white_header {
    color: white !important;
  }
  li.custom-gear #gear-icon:hover ul li {
    width: 81%;
    float: left;
    height: 35px;
    text-align: right !important;
  }
  li.custom-gear #gear-icon:hover ul li a {
    line-height: 40px;
    padding-right: 16px;
  }
  #gear-icon ul li:hover a {
    color: white !important;
  }
  li.custom-gear #gear-icon {
    width: 54px;
    margin: 0 10px !important;
    margin-top: -102px !important;
  }
  li.custom-gear #gear-icon:first-child {
    height: 0;
    padding: 0;
  }
  li.custom-gear span {
    display: block;
    height: 80px;
    overflow: hidden;
  }
  #gear-icon i {
    margin-top: 45px;
    color: white;
    padding: 5px 15px;
    border-radius: 4px 4px 0 0;
  }
  .scrolled .custom-gear span {
    margin-top: 3px;
  }
  .scrolled #gear-icon i {
    color: #333 !important;
    margin-top: 0px;
  }
  .plus {
    display: none;
  }
  nav.main_menu {
    height: 40px;
  }
  #gear-icon ul li a {
    font-weight: 600;
    color: #9d9d9d !important;
    line-height: 16px;
    font-size: 11px;
  }
}
@media (max-width: 1000px) {
  li.my-dashboard {
    padding-top: 0px !important;
    margin-top: 5px;
  }
  #gear-icon i {
    color: #333;
  }
  .custom-gear a:empty {
    display: none;
  }
  #gear-icon {
    background: #f3f3f3;
  }
  #gear-icon li {
    margin: 0;
  }
}
@media (min-width: 1000px) {
  li.my-dashboard {
    margin-top: 33px !important;
  }
  .scrolled li.my-dashboard {
    margin-top: 0px !important;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  li.my-dashboard {
    margin-top: 0px !important;
  }
  nav.mobile_menu ul li a,
  nav.mobile_menu ul li h3 {
    margin: 0;
  }
}

#achievements-wrap {
  float: left;
  width: 98%;
  background: gainsboro;
  padding: 1%;
  border-radius: 50px;
  margin-bottom: 20px;
  border: 1px solid silver;
}
#achievement-head {
  text-align: center;
  background: white;
  color: #888;
  text-shadow: 0px 1px 2px white;
  margin: 0px auto;
  width: auto;
  padding: 8px 0;
  border-radius: 40px 40px 6px 6px;
  border-bottom: 1px solid silver;
  box-shadow: inset 0px -10px 50px #dcdcdc;
}
.achievement-type {
  width: 31%;
  float: left;
  padding: 2% 1%;
  border-radius: 16px 0 0 16px;
}
.achievement-type .fa {
  vertical-align: super;
  color: #ff5622;
  float: left;
}
.achievement-type h3 {
  margin: 0;
  line-height: 18px;
  float: left;
  padding-left: 5px;
  margin-bottom: 10px;
}

.achievement-course {
  display: block;
  font-size: 16px;
  width: 100%;
  float: left;
  color: #ff5622;
  line-height: 36px;
}
.cert-viewer {
  display: none;
  padding-left: 10px;
  -webkit-transition: all 0.7s;
}
.achievement-course:hover .cert-viewer {
  display: inline-block;
}
.achievement-course .cert-viewer i {
  -webkit-transition: all 0.7s;
  opacity: 0;
}
.achievement-course:hover .cert-viewer i {
  color: black !important;
  -webkit-transition: all 0.7s;
  opacity: 1;
}

.blog_holder article.col-sm-4 {
  box-sizing: border-box;
}
.badge-single .achievement-wrap {
  clear: both;
  padding: 0 0 20px;
  margin: 0 0 20px;
  overflow: hidden;
  border: none !important;
}
.badge-single .achievement-wrap {
  padding: 20px 0;
  margin: 20px 0;
}
.badge-single .achievement-wrap .badgeos-item-image {
  margin: 0 15px 15px 0;
}

.badge-archieve .post_content_holder .post_text .post_text_inner {
  padding-top: 10px;
  text-align: center;
}
.badge-archieve .post_content_holder .post_text .post_text_inner h2 .date {
  display: none;
}
.badge-archieve .post_content_holder .post_text .post_text_inner .post_info {
  display: none;
}
.badge-archieve .post_content_holder .post_text .post_text_inner .post_more {
  display: none;
}
.blog_large_image
  .post_content_holder
  .post_text
  .post_text_inner
  .post_excerpt {
  display: none;
}
.badge-single .post_text_inner {
  text-align: center;
}
.badge-single .date {
  display: none;
}
.back-to-badges {
  margin-top: 15px;
}
.align-left {
  text-align: left;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.badge-single .post_text_inner h2 a {
  color: #303030;
}
.badgeos-item-points {
  font-family: Roboto, sans-serif;
  font-size: 19px;
  color: #303030;
}
.badgeos-required-achievements {
  list-style-position: inherit;
  font-family: Roboto, sans-serif;
  font-size: 19px;
  color: #303030;
}
.badge-description {
  font-family: Roboto, sans-serif;
  font-size: 19px;
  color: #303030;
}
.badge-single .achievement-wrap p {
  font-family: Roboto, sans-serif;
  font-size: 19px !important;
  color: #303030 !important;
}
.badgeos-item-image {
  float: none;
  opacity: 1 !important;
}
.badgeos-item-image .badgeos-item-thumbnail {
  width: 250px;
}

.user-has-not-earned {
  opacity: 0.7;
}

.badges-extra-content {
  padding-top: 120px;
}

.badge-single.main-badge-view .achievement-wrap .badgeos-item-image {
  margin: 0;
}

/* profile page*/
#your-profile .form-table td {
  text-align: left;
}
#your-profile .form-table input {
  border-radius: 4px;
  text-indent: 3px;
  padding: 3px;
}
textarea#description {
  border-radius: 4px;
  padding: 3px;
}

#display_name {
  height: 30px;
  padding: 3px !important;
  border-radius: 3px !important;
}
#your-profile .button-primary {
  cursor: pointer;
  background: #f05a2b;
  background-color: #f05a2b !important;
  border: 1px solid #f05a2b;
  margin-bottom: 40px;
  font-weight: 600;
  border-radius: 4px;
  box-shadow: none !important;
  text-transform: uppercase;
  margin-left: -15px;
  height: 36px;
}
#your-profile .button-primary:hover {
  cursor: pointer;
  color: #f05a2b !important;
  background: white !important;
  border: 2px solid #f05a2b;
}
