/*!
Theme Name: Nexira
Theme URI: https://nexira.ferozthemes.com/
Author: FerozThemes
Author URI: https://ferozthemes.com/
Description: Nexira a versatile WordPress theme crafted for indie game studios and game startup teams. Perfectly tailored for digital agency-based companies and a variety of professional businesses, it delivers comprehensive designs to meet the needs of game studios, startups, and more. With a user-friendly interface and seamless customization options, Nexira ensures effortless editing to match your unique business requirements.
Version: 1.0.4
Requires at least: 5.8
Tested up to: 6.8.1
Requires PHP: 8.3.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nexira
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

.post-meta {
    display: none !important;
}
label.zf-radioChoice {
    display: flex;
    flex-direction: row;
    align-items: center;
    /*text-indent: 20px;*/
    margin: 0 0 0 0px !important;
    position: relative;
}

label.zf-radioChoice::before,label.zf-radioChoice::after {
    /* position: relative !important; */
    top: 10px !important;
}

label.zf-radioChoice::after {
    top: 3px !important;
}
button.zf-submitColor {
    margin: 0 auto;
    display: block;
    width: 300px;
    margin-bottom: 40px !important;
    padding: 10px 10px;
    background: #ffd700;
}

button.zf-submitColor:hover {
    color: #fff;
    background: #000;
}
.zf-templateWrapper {
    padding-bottom: 10px;
}