/* ThemeREX Popup
------------------------------------------------------------------------------------ */
.trx_popup .trx_popup_close {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  top: 20px;
  right: 20px; }
  .trx_popup .trx_popup_close:before, .trx_popup .trx_popup_close:after {
    width: 50%;
    top: 47%;
    left: 27%; }
.trx_popup .trx_popup_container {
  border-style: solid;
  border-width: 5px;
  width: 400px;
  height: 332px; }
  .trx_popup .trx_popup_container .trx_popup_inner .trx_popup_subtitle {
    font-size: 14px; }
  .trx_popup .trx_popup_container .trx_popup_inner .trx_popup_title {
    font-size: 28px;
    line-height: 1.2em; }
  .trx_popup .trx_popup_container .trx_popup_inner .trx_popup_button {
    font-size: 14px; }
