/*
Theme Name: Jolly Web Theme
Theme URI: https://github.com/martin-williams/
Description: Custom theme developed by Jolly Dev
Author: Martin Williams <willm.mw@gmail.com>
Author URI: https://github.com/martin-williams
Version: 0.1.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html

Template: genesis
Template Version: 3.3.5
*/

body .is-layout-flex.are-vertically-aligned-top { align-items: flex-start; }
body .is-layout-flex .nf-form-cont { background: #f2f2f2; padding: 1rem 1.5rem; border: 1px solid #ddd; }

@media screen and (max-width: 800px) {
  .page .entry-content > .wp-block-columns {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  body .is-layout-flex {
    flex-direction: column;
  }
}

.custom-dialog {
  max-width: 800px;
  width: 90%;
  border-radius: 4px;
  border: 2px solid rgba(0,0,0,0.6);
}
.custom-dialog .cancel {
  color: #1a1a1a;
  background: transparent;
  border: 1px solid #1a1a1a;
}
