/*
Theme Name: Iotix
Theme URI: https://wordpress.com/themes/iotix
Author: Automattic
Author URI: https://automattic.com/
Description: Iotix provides a great starting point for creating a business or startup website. 
Requires at least: 5.8
Tested up to: 6.2
Requires PHP: 5.7
Version: 1.0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: iotix
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, rtl-language-support, theme-options, threaded-comments, translation-ready, wide-blocks, style-variations
*/

/*
 * Font smoothing
 */
body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 0.0625em !important;
	text-underline-offset: 0.15em;
}

.custom-input .custom-textarea{
    height: fit-content;
    display: block;
}

.custom-input input, .custom-textarea textarea{
    border: solid 1px #777;
    outline: none;
    border-radius: 4px;
    width: 350px;
}

.custom-input input{
    padding: 0 12px;
    height: 40px;
}

.custom-textarea textarea{
    padding: 12px;
    resize: none;
    height: 100px;
}

.wpcf7{
    display: flex;
    justify-content: center;
}

.wpcf7-form{
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wpcf7-form p{
    margin: 0 0 20px 0;
}

.wp-block-button p{
    position: relative;
}

.wpcf7-spinner{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -60px;
}
