/*
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.7
Requires PHP: 5.6
Version: 1.6
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, style-variations, accessibility-ready, blog, portfolio, news
*/

.wp-block-button:hover {
    transform: translateY(-5px);
}

.wp-block-tag-cloud a {
    display: block;
}

@media all and (max-width: 480px) { 
    .hide-on-mobile {
        display: none;
    }
}

@media all and (min-width: 480px) and (max-width: 768px) { 
    .hide-on-tablet {
        display: none;
    }
}

.wp-block-form-block-input input {
    min-height: 3rem;
    padding: 0.5rem;
    font-size: 1.25rem;
    font-family: "Cairo"
}

.wp-block-form-block-input input:focus {
    border-color: #0500FC !important;
}

.wp-block-form-block-textarea textarea {
    font-family: "Cairo";
    padding: 0.5rem;
    font-size: 1.25rem;
    min-height: 10rem;
}

.inline-error {
    color: red;
}

/*
.taxonomy-category.wp-block-post-terms {
    display: inline-block;
    background-color: #0500FC; 
    border-radius: 50px; 
    padding: 0.5rem 1rem 0.5rem 1rem
}

.taxonomy-category.wp-block-post-terms a {
    color: #FFF;
    text-decoration: none;
}
    */