/*
Theme Name:     SmartHead Child
Theme URI:      http://smarthead.ancorathemes.com/
Description:    Make your modifications to SmartHead in this child theme.
Author:         AncoraThemes
Author URI:     http://ancorathemes.com
Version:        1.0
Template:       smarthead
*/
.trx_addons_popup .trx_addons_tabs .trx_addons_tabs_titles + .trx_addons_tabs_content,
.trx_addons_popup .trx_addons_tabs .trx_addons_tabs_titles + .trx_addons_tabs_content + .trx_addons_tabs_content,
.trx_addons_popup .trx_addons_tabs .trx_addons_tabs_content {
  padding: 3em 2em 2em;
}
.trx_addons_popup .trx_addons_tabs .trx_addons_tabs_titles {
  display: none;
}

#trx_addons_login_popup .mfp-close {
  height: 50px;
  width: 44px;
  margin: 0;
}
#trx_addons_login_popup #trx_addons_login_type {
  display: flex;
  margin-right: -30px;
}
#trx_addons_login_popup #trx_addons_login_type .sc_log_icon_box {
  width: 50%;
  text-align: center;
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  margin-right: 30px;
}
#trx_addons_login_popup #trx_addons_login_type .sc_log_icon_box .sc_box_icon {
  width: 100%;
  height: 80px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#trx_addons_login_popup #trx_addons_login_type .sc_log_icon_box .sc_action_item_link {
  color: #fff;
  font-size: 12px;
  padding: 1.2em 1.5em;
  margin-top: 30px;
}
#trx_addons_login_popup #trx_addons_login_type .sc_log_icon_box.sc_log_student .sc_box_icon {
  background-image: url("images/student.svg");
}
#trx_addons_login_popup #trx_addons_login_type .sc_log_icon_box.sc_log_teacher .sc_box_icon {
  background-image: url("images/teacher.svg");
}

#trx_addons_register_popup .trx_addons_popup_form_wrap {
  padding: 3em 1em 1em;
}
#trx_addons_register_popup .mfp-close {
  top: 9px;
  margin-right: 10px;
}
#trx_addons_register_popup .select_container:before {
  top: 1px;
  bottom: 1px;
  right: 1px;
}
#trx_addons_register_popup select {
  padding: 0.8em 1.4em !important;
  border: 1px solid #ddd;
}

@media (min-width: 1024px) {
  .mfp-content .trx_addons_popup {
    width: 660px;
  }
}
@media (max-width: 767px) {
  .trx_addons_popup {
    width: 300px !important;
  }
  #trx_addons_login_popup #trx_addons_login_type {
    flex-wrap: wrap;
    margin: 0;
  }
  #trx_addons_login_popup #trx_addons_login_type .sc_log_icon_box {
    width: 100%;
    padding: 15px;
    margin-right: 0;
    margin-bottom: 30px;
  }
  #trx_addons_login_popup #trx_addons_login_type .sc_log_icon_box:last-child {
    margin-bottom: 0;
  }
  #trx_addons_login_popup #trx_addons_login_type .sc_log_icon_box .sc_box_icon {
    height: 50px;
  }
}
.recaptcha-disabled {
pointer-events: none;
}