/*
Theme Name: Twenty Twenty-Three
Theme URI: https://wordpress.org/themes/twentytwentythree
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Three is designed to take advantage of the new design tools introduced in WordPress 6.1. With a clean, blank base as a starting point, this default theme includes ten diverse style variations created by members of the WordPress community. Whether you want to build a complex or incredibly simple website, you can do it quickly and intuitively through the bundled styles or dive into creation and full customization yourself.
Requires at least: 6.1
Tested up to: 6.1
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: twentytwentythree
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, accessibility-ready, blog, portfolio, news
*/

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 950px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
iframe {
      border-radius: 5px;
}

header, h1.wp-block-post-title, footer.wp-block-template-part, .forminator-module-edit-link {
  display: none;
}

body .forminator-ui#forminator-module-5.forminator-design--default .forminator-button-submit {
    font-size: 18px !important;
    font-family: inherit;
    font-weight: 500;
    padding: 15px 30px;
}

body .forminator-ui#forminator-module-5.forminator-design--default .forminator-button-submit {
    background-color: #1abca1;
    color: #FFFFFF;
}

body .forminator-ui#forminator-module-5.forminator-design--default .forminator-button-upload {
    background-color: #838383;
    color: #FFFFFF;
}
body .forminator-ui#forminator-module-5.forminator-design--default .forminator-description {
    font-size: 15px;
}

strong, b {
  font-weight: 600;
}

.wp-block-separator {
    border: 1px solid;
    border-right: none;
    border-left: none;
    border-color: #ccc !important;
}

.post-password-form {
  text-align: center;
}

.post-password-form input[type="submit"]{
  padding: 10px;
    background: #999;
    color: #fff;
    border: 0;
    font-size: 16px;
}

.post-password-form label {
      display: block;
}

.post-password-form #pwbox-8 {
  display: block;
    width: 200px;
    line-height: 30px;
    margin: 0 auto;
    margin-bottom: 1em;
    text-align: center;
}