/*
Theme Name: WOA Pre Church Theme v3.1
Theme URI: 
Author: Creatio International
Author URI: http://creatiointl.org
Description: 
Version: 4.0.3
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: 
Text Domain: 

BlankSlate WordPress Theme © 2011-2015 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/
#signup-content {
  max-width:800px;
  margin:60px auto;
  font-size:16px;
  line-height:26px;
}
#signup-content a {
  text-decoration:underline;
}
#signup-content a:hover {
  text-decoration:none;
}


@media (min-width: 783px) {
  .admin-bar .genericon-menu,
  .admin-bar .page-header {
    top: 32px;
  }
}
@media (min-width: 783px) and (max-width: 1023px) {
  .admin-bar.show-menu .page-nav {
    top:calc(65px + 32px);
  }
}
@media (max-width: 782px) {
  .admin-bar .genericon-menu,
  .admin-bar .page-header {
    top: 46px;
  }
  .admin-bar.show-menu .page-nav {
    top:calc(65px + 46px);
  }
}
@media (max-width: 600px) {
  .admin-bar .page-header {
    position:absolute;
  }
  .admin-bar.shrinkHeader .page-header{
    position:fixed;
  }
  .admin-bar.shrinkHeader .genericon-menu,
  .admin-bar.shrinkHeader .page-header {
    top: 0;
  }
  .admin-bar.shrinkHeader.show-menu .page-nav {
    top:65px;
  }
}