/*
Theme Name: Unibiz
Description: Unibiz is a versatile modern WordPress theme designed for any niche with seamless Full Site Editing support and advanced customization, the first multipurpose theme fully compatible with FSE.
Author: Jegstudio
Author URI: https://gutenverse.com
Theme URI: https://gutenverse.com/unibiz/
Version: 1.0.6
Stable tag: 1.0.6
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.0
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: unibiz
Tags: block-patterns,block-styles,full-site-editing,template-editing,theme-options,right-sidebar
Copyright: © Jegstudio. All rights reserved.
*/

:root{
    
}
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .block-library-block__reusable-block-container {
    max-width: 100%;
}
.wp-block-image img{
	width: 200px;
}



/* FORCE center & small width */
.wp-block-contact-form-7-contact-form-selector {
    max-width: 400px !important;
    margin: 0 auto !important;
}

/* Remove CF7 default <p> spacing */
.wp-block-contact-form-7-contact-form-selector .wpcf7-form p {
    margin: 0 0 14px 0 !important;
}

/* Inputs & textarea */
.wp-block-contact-form-7-contact-form-selector .wpcf7-form input[type="text"],
.wp-block-contact-form-7-contact-form-selector .wpcf7-form input[type="email"],
.wp-block-contact-form-7-contact-form-selector .wpcf7-form textarea {
    width: 100% !important;
    padding: 14px !important;
    border: 2px solid #390099 !important;
    border-radius: 18px !important;
    font-size: 14px !important;
    box-sizing: border-box !important;
    outline: none !important;
}

/* Textarea height */
.wp-block-contact-form-7-contact-form-selector .wpcf7-form textarea {
    min-height: 120px !important;
    resize: none !important;
}

/* Focus */
.wp-block-contact-form-7-contact-form-selector .wpcf7-form input:focus,
.wp-block-contact-form-7-contact-form-selector .wpcf7-form textarea:focus {
    border-color: #ff6600 !important;
}

/* Submit button */
.wp-block-contact-form-7-contact-form-selector .wpcf7-form input[type="submit"] {
    width: 100% !important;
    padding: 14px !important;
    background: #ff6600 !important;
    border: 2px solid #ff6600 !important;
    border-radius: 18px !important;
    color: #fff !important;
    font-size: 15px !important;
    cursor: pointer !important;
}

/* Hover */
.wp-block-contact-form-7-contact-form-selector .wpcf7-form input[type="submit"]:hover {
    background: #390099 !important;
    border-color: #390099 !important;
}

/* Placeholder */
.wp-block-contact-form-7-contact-form-selector .wpcf7-form ::placeholder {
    color: #888 !important;
}
