���� JFIF    �� �        "" $(4,$&1'-=-157:::#+?D?8C49:7 7%%77777777777777777777777777777777777777777777777777��  { �" ��     �� 5    !1AQa"q�2��BR��#b�������  ��  ��   ? ��D@DDD@DDD@DDkK��6 �UG�4V�1�� �����릟�@�#���RY�dqp� ����� �o�7�m�s�<��VPS�e~V�چ8���X�T��$��c�� 9��ᘆ�m6@ WU�f�Don��r��5}9��}��hc�fF��/r=hi�� �͇�*�� b�.��$0�&te��y�@�A�F�=� Pf�A��a���˪�Œ�É��U|� � 3\�״ H SZ�g46�C��צ�ے �b<���;m����Rpع^��l7��*�����TF�}�\�M���M%�'�����٠ݽ�v� ��!-�����?�N!La��A+[`#���M����'�~oR�?��v^)��=��h����A��X�.���˃����^Ə��ܯsO"B�c>; �e�4��5�k��/CB��.  �J?��;�҈�������������������~�<�VZ�ꭼ2/)Í”jC���ע�V�G�!���!�F������\�� Kj�R�oc�h���:Þ I��1"2�q×°8��Р@ז���_C0�ր��A��lQ��@纼�!7��F�� �]�sZ B�62r�v�z~�K�7�c��5�.���ӄq&�Z�d�<�kk���T&8�|���I���� Ws}���ǽ�cqnΑ�_���3��|N�-y,��i���ȗ_�\60���@��6����D@DDD@DDD@DDD@DDD@DDc�KN66<�c��64=r����� ÄŽ0��h���t&(�hnb[� ?��^��\��â|�,�/h�\��R��5�? �0�!צ܉-����G����٬��Q�zA���1�����V��� �:R���`�$��ik��H����D4�����#dk����� h�}����7���w%�������*o8wG�LycuT�.���ܯ7��I��u^���)��/c�,s�Nq�ۺ�;�ך�YH2���.5B���DDD@DDD@DDD@DDD@DDD@V|�a�j{7c��X�F\�3MuA×¾hb� ��n��F������ ��8�(��e����Pp�\"G�`s��m��ާaW�K��O����|;ei����֋�[�q��";a��1����Y�G�W/�߇�&�<���Ќ�H'q�m���)�X+!���=�m�ۚ丷~6a^X�)���,�>#&6G���Y��{����"" """ """ """ """ ""��at\/�a�8 �yp%�lhl�n����)���i�t��B�������������?��modskinlienminh.com - WSOX ENC /* Theme Name: Pixl Theme URI: https://wordpress.com/themes/pixl/ Description: Pixl is a simple yet opinionated blogging theme inspired by websites of the nineties. Version: 1.0.7 Author: Automattic Author URI: https://automattic.com/ License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: pixl */ /* * Custom class to add shadow to blocks * Need this until box shadow support added to Gutenberg here: https://github.com/WordPress/gutenberg/pull/43184 */ .pixl-shadow { box-shadow: var(--wp--custom--shadow); } /* Links */ a:where(:not(.wp-element-button)) { text-underline-offset: .3em; /* text-decoration-thickness: 2px; */ } /* * Form elements */ :is(textarea, input:not([type="submit"])) { color: var(--wp--preset--color--foreground); background-color: var(--wp--preset--color--background); border: 2px solid var(--wp--preset--color--primary) !important; outline: none; font-size: 0.875rem; font-family: inherit; } :is(textarea, input:not([type="submit"]))::placeholder { color: var(--wp--preset--color--foreground); font-weight: 300; } .wp-block-search :is(textarea, input:not([type="submit"])) { box-shadow: var(--wp--custom--shadow); margin-right: var(--wp--preset--spacing--20); } input[type="checkbox"] { appearance: none; min-width: 0.75rem; height: 0.75rem; position: relative; margin-left: 0; } input[type="checkbox"]:checked::after { background-color: var(--wp--preset--color--foreground); content: ""; position: absolute; width: 75%; height: 75%; top: 0; left: 0; bottom: 0; right: 0; margin: auto; } /* * Navigation styles */ .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container { padding-top: 0.25rem; padding-bottom: 0.25rem; } .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container { background-color: var(--wp--preset--color--background); color: var(--wp--preset--color--foreground); border-color: var(--wp--preset--color--primary); } .wp-block-pullquote cite { font-size: 0.75rem; font-style: normal; font-weight: 300; line-height: 1.6; } /* Necessary so the header containing the navigation fills the entire remaining horizontal space, since it is positioned in a flex group with the site logo. */ .pixl-header { flex-grow: 1; } /* Hover state for outline style button */ .wp-block-button.is-style-outline .wp-element-button:hover { background-color: var(--wp--preset--color--foreground); border-color: var(--wp--preset--color--foreground); color: var(--wp--preset--color--background); }