/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* Home Page*/
.min-height-about {min-height:300px;}


/* gateway popup */
body.pub .hide-if-pub {display: none !important;}
body.pro .hide-if-pro {display: none !important;}
.hide {display: none !important;}

/* Modal */
.gw-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.8);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gw-modal {
    background-color: #fff;
    max-width: 45rem;
    max-height: 25rem;
    text-align: center;
    color: #164194;
    padding: 2rem;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.8);
    border-radius: .5rem;
    border: 1px solid #000;
}
.gw-modal button {
    background-color: #fff;
    border-radius: 25px;
	border:2px solid #707070;
    color: #707070;
    min-width: 150px;
    font-weight: 800;
}


/* Modal taables */

.wrapper {overflow:hidden;}
  
  .wrapper div {min-height: 200px; }
  #one {  float:left; width:48%;  }
  #two {  overflow:hidden; width:48%;  }
  
  @media screen and (max-width: 900px) {
           #one { float: none; margin-right:0; width:auto; border:0; id #000;}
  }


  /* log out button onn dekstop only */ 

  @media only screen and (min-width: 1050px) {
    .desktop  {
    display: none !important;}
    }
    