.xtra-inline-element{position:relative;display:inline-block}section.elementor-section.elementor-section-boxed>.elementor-container{width:1280px;max-width:100%}section.elementor-section.elementor-section-boxed .elementor-inner-section .elementor-container{width:100%;max-width:100%}.elementor-page.elementor-editor-active [class*="elementor-widget-cz_"] .elementor-widget-container{min-height:1px}.elementor-page.elementor-editor-active .elementor-widget-cz_popup .elementor-widget-container{min-height:30px}.elementor-page.elementor-editor-active .elementor-widget-cz_popup .elementor-widget-container:before{content:'Popup';position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);letter-spacing:8px;text-transform:uppercase;font-size:11px;opacity:.5}.elementor-editor-column-settings,.elementor-editor-element-settings{margin:0!important}.elementor-editor-active .elementor-widget-container .cz_gap{background:repeating-linear-gradient(-45deg,rgb(125 125 125 / .2) 1px,#fff0 3px,#fff0 10px)}.elementor-widget.elementor-widget-cz_gap{margin-bottom:0!important}.elementor-element.cz_sticky_col,.elementor-element.column-xtra-sticky{display:block}.column-xtra-full-before>.elementor-widget-wrap::before,.column-xtra-full-after>.elementor-widget-wrap::after{position:absolute;content:'';top:0;width:6000px;height:100%;background:inherit;visibility:visible;border-radius:inherit;z-index:0}.column-xtra-full-before>.elementor-widget-wrap::before{right:0}.column-xtra-full-after>.elementor-widget-wrap::after{left:0}.column-xtra-full-before .elementor-element,.column-xtra-full-after .elementor-element{position:relative;z-index:1}.elementor-page .elementor-widget-cz_team>div{clip-path:none!important}.elementor-page .cz_slanted_br_div .cz_team_img{clip-path:polygon(0 0,101% 0,100% 75%,0 100%);-webkit-clip-path:polygon(0 0,101% 0,100% 75%,0 100%)}.elementor-element-populated:before{content:'';width:100%;height:100%;display:block;position:absolute;visibility:visible;z-index:-1}/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 20, 2018, 3:55:15 PM
    Author     : Magazine3
*/
@media only screen and (min-width: 992px) {
    .pwaforwp-footer-prompt {
        padding: 1% 3%;
     flex-direction: row;
    justify-content: center;
    }
}
.pwaforwp-footer-prompt{
    display: none;
    width: 100%;
    line-height: 2em;    
    color: #333;
    text-align: center;
    text-decoration: none;    
    min-height: 10%;
    padding:15px 0px 15px 0px;
    position: fixed;
    bottom: 0;
    justify-content: flex-end;
    flex-direction: column;
    flex-grow: 1;
    animation-duration: 1s;
    animation-fill-mode: both;
    z-index: 9999;
}
.pwaforwp-footer-prompt .pwaforwp-prompt-close:after{
  content: "✖";
  color: #d5e0eb;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.40);
  border-radius: 30px;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 22px;
  cursor: pointer;
} 
.pwaforwp-bounceInUp{
    animation-name: bounceInUp;
}
.pwaforwp-animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.pwaforwp-btn{
    border: none;   
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    height: auto;
    line-height: 1;
    min-width: auto;
    padding: 8px 16px;
    font-size: 16px;
    margin: 10px 0px 0px 0px;
    font-family: sans-serif;
    text-transform: none;
    transition: all .2s ease-in-out;
}
/* Center the loader */

#pwaforwp_loading_div {
  display: none;
  position: fixed;
  width: 100%;
  height: 200%;
  top: 0px;
  left: 0px;
  background-color: white;
  z-index: 9999;
}
.pwaforwp-loading-wrapper{z-index: 9999999;display:none;}
#pwaforwp_loading_icon {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 9999999;
  margin: -60px 0 0 -60px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

/** Add to home screen CSS **/
#pwaforwp-add-to-home-click h3{
  font-size: 20px;
  font-weight: 600;
  margin: 0px;
  line-height: 1.4;
  font-family: sans-serif;
}

@media(max-width:425px){
  #pwaforwp-add-to-home-click h3 {
    font-size: 16px;
  }
  .pwaforwp-btn{
    font-size: 14px;
  }
  .pwaforwp-footer-prompt{
    padding:15px 0px 10px 0px;
  }
  .pwaforwp-footer-prompt .pwaforwp-prompt-close:after {
    right: 5px;
    top: 5px;
  }
}
.pwaforwp-app-contents{display: none;}