/*
 Theme Name:   idiom - cafe pa todos
 Theme URI:    https://cafepatodos.com
 Description:  Plugin to handle custom functions for idiom
 Author:       Christopher "Owen" Owens
 Author URI:   https://reala.io
 Template:     colibri-wp
 Version:      0.1.1337
 License:      GNU General Public License (GPL) v3 or later
 License URI:  http://www.opensource.org/licenses/gpl-license.php
 Tags:         custom
 Text Domain:  idom
*/



/*
    Idiom - by default, show en, and hidden / visible styles
*/

    .hidden {
        display: none !important;
    }

    /* Pointer for switch element - ISSUE - big box if switch isn't small. */
    .idiom-switch:hover {
        cursor:pointer !important;
    }

    .idiom-switch:hover > div {
        cursor:pointer !important;
    }

    .idiom-switch:hover > div > p {
        cursor:pointer !important;
    }

