|
Server : LiteSpeed System : Linux server51.dnsbootclub.com 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64 User : nandedex ( 1060) PHP Version : 8.1.33 Disable Function : NONE Directory : /home/nandedex/www/s.nandedexpress.com/ |
PK �
�[u�� � archive.phpnu �[��� <?php
/**
* The template for displaying Archive page.
*
* @package ColorMag
*
* @since ColorMag 1.0.0
*/
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
get_header();
?>
<div class="cm-row">
<?php
/**
* Hook: colormag_before_body_content.
*/
do_action( 'colormag_before_body_content' );
?>
<div id="cm-primary" class="cm-primary">
<?php
$grid_layout = 'layout-2';
$style = 'cm-layout-2-style-1';
$col = 'col-2';
/**
* Functions hooked into colormag_action_archive_header action.
*
* @hooked colormag_archive_header - 10
*/
do_action( 'colormag_action_archive_header' );
$pagination_enable = get_theme_mod( 'colormag_enable_pagination', 1 );
$pagination_type = get_theme_mod( 'colormag_pagination_type', 'default' );
?>
<div class="cm-posts <?php echo esc_attr( 'cm-' . $grid_layout . ' ' . $style . ' ' . $col ); ?>" >
<?php
if ( have_posts() ) :
/**
* Hook: colormag_before_archive_page_loop.
*/
do_action( 'colormag_before_archive_page_loop' );
?>
<?php
while ( have_posts() ) :
the_post();
/**
* Include the Post-Type-specific template for the content.
* If you want to override this in a child theme, then include a file
* called content-___.php (where ___ is the Post Type name) and that will be used instead.
*/
get_template_part( 'template-parts/content', 'archive' );
endwhile;
?>
<?php
/**
* Hook: colormag_after_archive_page_loop.
*/
do_action( 'colormag_after_archive_page_loop' );
else :
if ( true === apply_filters( 'colormag_archive_page_no_results_filter', true ) ) {
get_template_part( 'template-parts/no-results', 'archive' );
}
endif; // if ( have_posts() ) :
?>
</div><!-- .cm-posts -->
<?php
if ( 1 == $pagination_enable ) :
colormag_pagination();
endif;
?>
</div><!-- #cm-primary -->
<?php
colormag_sidebar_select();
/**
* Hook: colormag_after_body_content.
*/
do_action( 'colormag_after_body_content' );
?>
</div>
<?php
get_footer();
PK �
�[�
�O �O
changelog.txtnu �[��� == Changelog ==
= 3.1.10 - 2024-07-23 =
* Feature - Option to change mobile menu color and typography.
* Feature - Option to change mobile sub menu background color and typography.
* Fix - Header layout 2 style issue.
* Fix - WordPress 6.6 issue.
= 3.1.9 - 2024-06-27 =
* Option - To change footer column layout.
* Fix - Link post format while using custom primary color.
* Fix - Primary menu background color on responsive device.
* Fix - Post format video URL issue.
= 3.1.8 - 2024-04-25 =
* Fix - `colormag_date_meta_markup` function override.
= 3.1.7.1 - 2024-03-20 =
* Fix - TG Advertisement issue.
= 3.1.7 - 2024-03-19 =
* Fix - Page title tag issue.
= 3.1.6 - 2024-03-05 =
* Option - To change sidebar width.
* Fix - Primary menu background on contained main header.
* Fix - Post meta categories issue.
= 3.1.5 - 2024-02-20 =
* Option - To change global base color.
* Option - To change global box border color.
* Option - To change global links color.
* Option - To change global body typography.
* Option - To change global headings' typography.
* Option - To change global H1,H2,H3,H4,H5 and H6 typography.
* Option - To change global button color, background, padding and border radius.
* Option - To change site title color and typography.
* Option - To change site tagline color and typography.
* Option - To change main header layout 1 alignment.
* Option - To change main header layout 1 alignment.
* Option - To change primary menu border top width.
* Option - To change main menu typography.
* Option - To change main sub menu typography.
* Option - To change sortable of blog post elements.
* Option - To change blog post title typography.
* Option - To change blog excerpt type.
* Option - To change sortable of single post element.
* Option - To change sortable of post elements.
* Option - To change widget title color.
* Option - To change widget content color.
* Option - To change widget link color.
* Option - To change footer bar style.
* Fix - PHP error on v7.2.
= 3.1.4 - 2024-01-29 =
* Add - Font awesome V6.2.4 support.
* Fix - Page builder template responsive issue.
= 3.1.3 - 2024-01-19 =
* Enhancement - Theme Dashboard.
= 3.1.2 - 2024-01-15 =
* Enhancement - Overall theme dashboard UI/UX.
= 3.1.1 - 2024-01-11 =
* Tweak - Update screenshot image.
= 3.1.0 - 2023-12-27 =
* Fix - Breadcrumb option visible even when disabled.
* Fix - Migration notice issue.
= 3.0.9 - 2023-12-13 =
* Fix - Image caption alignment issue in editor.
* Fix - Single post headings tag issue.
* Fix - Page title tag issue.
= 3.0.8 - 2023-12-12 =
* Fix - Header background color issue on dark mode.
* Fix - Navigation post title word break issue.
= 3.0.7 - 2023-10-18 =
* Fix - Spacing issue in editor.
* Fix - PHP error on search results page.
= 3.0.6 - 2023-09-20 =
* Fix - Sub menu design issue.
* Added - New Demo (ColorMag 02) - Gutenberg-based WordPress Template Site for Best News Magazine.
= 3.0.5 - 2023-09-05 =
* Feature - Breadcrumb option.
* Feature - Numbered pagination option.
* Feature - Retina logo option.
= 3.0.4 - 2023-08-22 =
* Feature - Primary menu background color option.
* Feature - Primary menu border color option.
* Feature - Main menu color option.
* Feature - Main menu hover color option.
* Feature - Sub menu background color option.
* Feature - Header action icon color option.
* Feature - Mobile menu toggle icon color option.
* Feature - Upper footer widget background color option.
* Feature - Footer copyright content color option.
* Feature - Footer copyright link color option.
* Added - New Demo (ColorMag NewsHive) - Gutenberg-based WordPress Template Site for Blog, Newspaper & Magazine.
= 3.0.3 - 2023-08-15 =
* Feature - Top bar background color option.
* Feature - Main header background color option.
* Feature - Footer column background color option.
* Feature - Container inside background color option.
* Feature - Footer bar background color option.
* Fix - Footer column design issue.
* Fix - Navigation menu responsive icon issue.
* Add - Footer upper column sidebars.
* Added - New Demo (ColorMag MagazineX) - Gutenberg-based WordPress Template Site to publish articles for your newspaper, magazine, or blog.
= 3.0.2 - 2023-07-19 =
* Fix - Left sidebar content responsive issue.
* Fix - Post Video format play button position issue.
= 3.0.1 - 2023-06-20 =
* Fix - Single post navigation width issue.
* Fix - Highlighted post widget clickable issue.
* Fix - Permalink not appearing on comment section.
* Fix - Various design issue in button block.
* Fix - Tag links design issue.
= 3.0.0.7 - 2023-06-19 =
* Fix - Word break issue.
* Fix - Featured Category slider issue on refresh.
* Fix - Dashboard notice dismiss button.
= 3.0.0.6 - 2023-06-19 =
* Fix - Featured Category Slider not appearing.
= 3.0.0.5 - 2023-06-18 =
* Fix - Missing deprecated functions issue.
= 3.0.0.4 - 2023-06-17 =
* Fix - Missing commenter author name.
* Fix - Gutenberg editor skin color.
* Fix - Comment & Tag meta missing on post meta section.
* Fix - Dashboard notice dismiss button issue.
= 3.0.0.3 - 2023-06-16 =
* Tweak - Minor change.
= 3.0.0.2 - 2023-06-16 =
* Tweak - Minor change.
= 3.0.0.1 - 2023-06-16 =
* Fix - Footer copyright text issue.
= 3.0.0 - 2023-06-16 =
* Enhancement - Overall UI/UX improvements of frontend side of the theme
* Enhancement - Responsiveness and mobile-first design
* Enhancement - Introduced SVG icons for speed and better design
* Enhancement - Improvements and issues fixes in dark mode design
* Enhancement - Blog, Post content, meta, CTA button
* Fix - Design issues in post comments section
* Enhancement - Search no result found page design
* Enhancement - Fixed design issues in 404 page and improved for the betterment
* Enhancement - Improved design for forms fields
* Enhancement - Overall layout/design improvement in header area
* Enhancement - Mobile menu design
* Enhancement - Improved header search
* Fix - News ticker alignment issue in mobile devices
* Fix - Top bar responsive issues
* Enhancement - Overall layout/design improvement in footer area
* Fix - Footer area responsive issues
* Enhancement - WordPress default blocks/widgets design
* Enhancement - Improved Block Editor design
* Fix - Search widget design issue
* Enhancement - ColorMag custom widgets design: consistency, spacing, responsiveness
* Enhancement - Overall accessibility improvements as per WordPress standards
* Enhancement - More accessible styles for links
* Enhancement - Maintained contrast of elements via Color, sizes, spacing
* Enhancement - Attention to typography for readability by applying hierarchy, consistency, and white spaces
* Enhancement - WooCommerce pages design revamp
* Enhancement - Improved product boxes
* Fix - Various design issues including responsiveness in WooCommerce pages
* Enhancement - Overall UI/UX of customizer controls
* Enhancement - Improved design of icons used in radio image control
* Enhancement - Use toggle control instead of checkboxes
* Enhancement - Introduced unit selector, slider in typography control
* Enhancement - UX improvement in responsive switcher setting
* Enhancement - Use of toogle instead of eye icon inside sortable control
* Enhancement - Use of toggle instead of eye icon inside sortable control
* Enhancement - Introduced unit selector and progress bar indicator in the slider control
* Feature - Option of unsortable items inside sortable control
* Feature - Introduced input binding setting in dimension control
* Feature - Introduced input binding and unit selector setting in dimension control
* Added - Introduced new subheadings control
* Enhancement - Refactored options arrangements for better user experience
* Enhancement - Consistency on layout and style options
* Enhancement - Updated strings used for customizer options for clarity
* Enhancement - Better file/folder organization
* Tweak - Improved Coding Standards
* Tweak - PHP OOP way code implementation
* Enhancement - Mobile-first CSS
* Enhancement - Proper CSS Reusability implementation for less code
* Enhancement - Use of CSS flex/grid properties instead of float
* Enhancement - Use of CSS variables
* Enhancement - Overall CSS transition on events
= 2.1.8 - 2023-01-11 =
* Fix - PHP error.
= 2.1.7 - 2023-01-09 =
* Fix - PHP error.
= 2.1.6 - 2023-01-04 =
* Integration - Magazine Blocks plugin.
* Tweak - Improvements on page builder template.
* Fix - Logo alignment issue in header clean layout.
* Fix - Alignment issue in header classic layout.
= 2.1.5 - 2022-11-17 =
* Fix - Primary menu expanded by default when responsive menu is enabled.
* Fix - Primary menu hover color issue.
* Fix - Top header enlarge issue on page load.
* Fix - Primary menu not centered while 3rd header style.
= 2.1.4 - 2022-10-18 =
* Improvements - Header top bar design and CSS code refactor.
= 2.1.3 - 2022-06-22 =
* Tweak - Load default fonts locally.
= 2.1.2 - 2022-04-20 =
* Fix - Option for hiding blog/static page on front page not working on certain condition.
* Fix - Featured image not showing in a single post on certain condition.
= 2.1.1 - 2022-03-25 =
* Fix - Elementor\Scheme_Color is deprecated.
* Fix - _register_controls is deprecated.
* Fix - Color opacity option in customizer not working properly.
= 2.1.0 - 2021-09-06 =
* Fix - Dropdown issue in widgets.
* Fix - Background color customizer option not working properly.
= 2.0.9 - 2021-08-03 =
* Fix - Font display swap property and value for google fonts.
= 2.0.8 - 2021-05-27 =
* Tweak - Update screenshot image.
* Tweak - Update screenshot image source link.
= 2.0.7 - 2021-05-12 =
* Fix - Elementor's Text Editor widget's font size overridden by theme.
= 2.0.6 - 2021-03-31 =
* Enhancement - Social Icons control.
= 2.0.5.1 - 2021-02-25 =
* Tweak - Fix URL of welcome banner image.
= 2.0.5 - 2021-02-24 =
* Tweak - Update screenshot image.
= 2.0.4 -2020-12-16 =
* Tweak - Update footer credit link with `rel="nofollow"` attributes.
* Fix - jQuery deprecated message in some of the theme custom JS files
= 2.0.3 -2020-10-21 =
* Enhancement - Customizer design.
= 2.0.2 -2020-09-28 =
* Fix - Search form result display for specific language when using Polylang plugin.
* Fix - Alpha color selector design issue on custom customize controls.
= 2.0.1 -2020-09-16 =
* Tweak - Updated `Tested up to` to 5.5
* Fix - Link in slider not working on certain devices in Chrome
= 2.0.0.3 -2020-08-19 =
* Fix - Primary color issue for read more button
* Fix - Primary color issue for header style 3 menu border
= 2.0.0.2 -2020-08-18 =
* Fix - Primary color issue
= 2.0.0.1 -2020-08-18 =
* Fix - PHP syntax error
= - 2.0.0 -2020-08-18 =
* Refactor - Customize controls.
* Refactor - Customizer sections and options.
* Remove - TGMPA library to recommend plugins
* Deprecate - Demo config via theme.
= 1.5.1 -2020-08-08 =
* Enhancement - Links CSS transition.
* Remove - Unused codes.
= 1.5.0 -2020-07-20 =
* Fix - Mobile sub toggle icon color and bg color conflict while opening two submenu at once.
* Enhance - Post `Read more` CTA UI.
= 1.4.9 -2020-06-05 =
* Fix - Responsive video embeds.
= 1.4.8 -2020-05-27 =
* Tweak - Enhance customizer upsell section.
* Enhancement - Gutenberg compatibility
= 1.4.7 -2020-05-22 =
* Add - Required header fields: `Tested up to` and `Requires PHP` in style.css.
* Fix - Theme name and version in the admin dashboard while child theme active.
* Tweak - Add and improve theme-related notices.
= 1.4.6 - 2020-04-17 =
* Added - New Demo (ColorMag Wild Magazine) - Engage the nature lovers to your wildlife magazine website with this ColorMag demo.
* Added - New Demo (ColorMag Entertainment News) - Use this ColorMag demo to provide entertaining information on your news website.
* Tweak - Notice adjustment with respect to WordPress admin notices guideline
= 1.4.5 - 2020-02-28 =
* Tweak -Refactor theme page according to WordPress theme guidelines.
= 1.4.4 - 2020-02-19 =
* Tweak - Minor Enhancement.
= 1.4.3 - 2020-01-22 =
* Added - New Demo (ColorMag Top Magazine) - Start working on your awesome online magazine with this ColorMag demo.
* Tweak - Modify menu CSS for keyboard accessibility.
* Tweak - Modify self hosted Header Video CSS to align center.
* Tweak - Deprecate Custom CSS customize option provided via theme
= 1.4.2 - 2019-07-29 =
* Fix - Random posts and Search icon position in menu.
* Fix - Comment form boxes design.
* Fix - User consent design for comment form.
* Fix - Published and Updated class for Google Structured Data.
* Fix - Featured Posts widget image margin when used with Elementor.
* Fix - Featured image alignment on featured posts widget for RTL support.
* Tweak - CSS change for Elementor Block Elements.
* Tweak - Update `screen-reader-text` CSS.
* Tweak - Added `skip-link` to content area.
* Tweak - Autofocus on search field for click on search icon toggle button in menu.
* Tweak - Remove display of `Comments Off` message, if comment is off within featured posts widget.
= 1.4.1 - 2019-07-12 =
* Remove - Removed dashboard message to align with the theme review guidelines
= 1.4.0 - 2019-07-11 =
* Tweak - Added `wp_body_open` function to support WordPress 5.2 `wp_body_open` hook.
* Tweak - Added message to make user aware while installing and activating the ThemeGrill demo importer plugin.
= 1.3.9 - 2019-05-21 =
* Update - FitVids to 1.2.0
* Tweak - Add review notice message.
= 1.3.8 - 2019-03-26 =
* Fix - Upload Theme button not working
= 1.3.7 - 2019-03-19 =
* Tweak - Remove import button from site library for pro themes.
* Update - BxSlider to 4.2.15
= 1.3.6 - 2019-03-01 =
* Tweak - Added site library and demo import process in About ColorMag page.
* Tweak - Modify pingback url autodiscovery for single posts, pages, or attachments.
* Tweak - separate customize control class via different file.
= 1.3.5 - 2019-01-16 =
* Update - StickyJS library to 1.0.4
* Update - Magnific Popup library to 1.1.0
= 1.3.4 - 2018-12-07 =
* Recommend - Zakra Gutenberg ready theme
* Fix - Gallery padding for Gutenberg
* Tweak - Utilize single custom JS file for required theme JS settings.
= 1.3.3 - 2018-11-19 =
* Added - Gutenberg compatibility
= 1.3.2 - 2018-10-04 =
* Remove - Backward compatible for favicon
* Remove - Backward compatible for header logo
= 1.3.1 - 2018-08-31 =
* Update - Upsell link
= 1.3.0 - 2018-08-29 =
* Fix - Menu toggle tag
* Fix - Image upload issue in advertisement widgets for customizer option
= 1.2.9 - 2018-05-24 =
* Feature - Added option to display social link in header, footer or both header and footer location
= 1.2.8 - 2018-05-09 =
* Feature - Added featured image disable option for single post page
* Feature - Added featured image display option for single page
= 1.2.7 - 2018-4-20 =
* Tweaks - Remove translations from social icons display
= 1.2.6 - 2018-03-20 =
* Fix - Slider anchors unclickable in Firefox browsers versioned 59+.
= 1.2.5 - 2018-03-15 =
* Fix - Flex issue on safari
= 1.2.4 - 2018-02-27 =
* Fix - Header layout ( Main Header Area Display ) design issue
* Fix - Touchscreen submenu double click issue in small devices
* Tweaks - Introduce customizer live preview and selective refresh feature.
= 1.2.3 - 2017-12-12 =
* Added - Scrollbar for fixed better responsive menu if overflow.
* Tweaks - Touch screen accessible submenu
* Feature - Added Elementor plugin support
* Feature - Added Block widgets for use within Elementor plugin
* Feature - Added Grid widgets for use within Elementor plugin
= 1.2.2 - 2017-10-16 =
* Feature - Added header variation options
* Feature - Added footer variation options
= 1.2.1 - 2017-08-31 =
* Tweaks - Updated BxSlider to version 4.2.12
* Tweaks - WooCommerce sidebar layout now utilizes the same sidebar area provided via the theme by default
* Tweaks - Image alt text added to the advertisement widgets provided via this theme
* Tweaks - Introduce selective refresh for site title and description
* Feature - Added theme starter content introduced in WordPress 4.7
= 1.2.0 - 2017-04-27 =
* Feature - Added option to display the date in header set via WordPress date setting
* Tweaks - Add theme support for WooCommerce 3.0's new gallery feature
* Tweaks - Updated FontAwesome icons to version 4.7.0
* Fix - Search results page design
= 1.1.9 - 2017-03-03 =
* Tweaks - Updated BxSlider to version 4.2.10
* Tweaks - Add support for customize selective refresh widgets
* Tweaks - Add TGMPA to recommend ThemeGrill Demo Importer plugin
= 1.1.8 - 2017-01-16 =
* Feature - Added new responsive menu design.
* Added - RTL Language support.
* Added - Support for Video Headers introduced in WordPress 4.7.
= 1.1.7 - 2016-12-09 =
* Feature - Migrated the Custom Logo from theme options to the Site Logo in Site Identity section
= 1.1.6 - 2016-12-08 =
* Feature - Added the Custom Site Logo feature introduced in WordPress 4.5
* Feature - Added support for Site Icon introduced in WordPress 4.3
* Feature - Added compatibility for ThemeGrill Demo Importer plugin
* Feature - Migrated the Custom CSS code added in theme settings to Additional CSS section introduced in WordPress 4.7
= 1.1.5 - 2016-09-02 =
* Tweaks - Removed Portugese (Brazil) language file as 100% translation now available at wordpress.org
* Tweaks - Removed Russian language file as 100% translation now available at wordpress.org
* Tweaks - Enhancement for the media uploader scripts used in widgets.
= 1.1.4 =
* Tweaks - Updated theme tags as per new introduced tags.
* Tweaks - Introduced welcome page for theme.
= 1.1.3 =
* Theme information is properly organized in Customize panel.
* Theme is now compatible with WooCommerce.
= 1.1.2 =
* Updated FontAwesome icons to version 4.5.0
* Content width is now adjusted according to the layout chooded.
= 1.1.1 =
* Language POT file updated
* SEO optimization
= 1.1 =
* Added rel="nofollow" on the Advertisement widgets.
* Updated FontAwesome icons to the latest version 4.4.0
* Updated HTML5Shiv script to the latest version 3.7.3
= 1.0.9 =
* Minor CSS Bug Fix
* Russian language file added. Thanks to Mr. Ardizan Натяжные потолки for providing the language files.
* Spanish language file added. Thanks to Mr. Anel Pérez Pérez & Melchor Sánchez for providing the language files.
= 1.0.8 =
* WordPress default gallery alignment issue fixed. Also, responsiveness adjustment done for WordPress default gallery.
= 1.0.7 =
* Removed deprecated function for WP_Widget class and used the __construct() instead as per WordPress 4.3
* Date translation issue fixed.
= 1.0.6 =
* Norwegian language file added. Thanks to Mr. Clay Kristoffer Gressli for providing the language files.
= 1.0.5 =
* Brazilian Portuguese language file added. Thanks to Mr. Clay Zeballos for providing the language files.
* TG: Featured Posts widget title changed to TG: Featured Posts(Style 1)
and TG: Featured Posts Vertical widget title to TG: Featured Posts(Style 2)
* Added the update class for Google Structured Data.
* Added HTML5 Markup theme support
= 1.0.4 =
* Fixed reset query for breaking news and random post
* Default layout set as Right Sidebar for the front page
* Updated Stickyjs to v1.0.2
* Few styling and other adjustments
= 1.0.3 =
* Removed TG: Videos widget
* Styling adjustment for search results page
* Responsive styling adjustment for posts in archive page and search page
* Option to hide Blog Posts/static Page from front page added
* Pot file updated.
* Screenshot changed.
= 1.0.2 =
* Added the prefix for the hook in the header.php
* Enqueued the script used in post-format.php
= 1.0.1 =
* Responsiveness added.
* All refinements and adjustments.
= 1.0 =
* All brand new.
PK �
�[��'�fN fN style-editor-block.cssnu �[��� /* Basic Block Editor CSS */
.editor-styles-wrapper {
background-color: #ffffff;
color: #444444;
font-size: 16px;
font-family: 'Open Sans', serif;
line-height: 1.6;
word-wrap: break-word;
/* Theme specific CSS */
/* Headings */
/* Horizontal Lines */
/* Tables */
}
.editor-styles-wrapper > * {
font-family: 'Open Sans', serif;
color: #444444;
}
.editor-styles-wrapper .wp-block.editor-post-title__block .editor-post-title__input {
padding: 5px 0 0;
font-size: 32px;
line-height: 1.2;
color: #333333;
font-weight: normal;
}
.editor-styles-wrapper .wp-block[data-align="wide"] {
max-width: 1200px;
}
.editor-styles-wrapper .wp-block h1 {
margin-top: 0;
margin-bottom: 0;
font-size: 42px;
}
.editor-styles-wrapper .wp-block h2 {
margin-top: 0;
margin-bottom: 0;
font-size: 38px;
}
.editor-styles-wrapper .wp-block h3 {
margin-top: 0;
margin-bottom: 0;
font-size: 34px;
}
.editor-styles-wrapper .wp-block h4 {
margin-top: 0;
margin-bottom: 0;
font-size: 30px;
}
.editor-styles-wrapper .wp-block h5 {
margin-top: 0;
margin-bottom: 0;
font-size: 26px;
}
.editor-styles-wrapper .wp-block h6 {
margin-top: 0;
margin-bottom: 0;
font-size: 22px;
}
.editor-styles-wrapper .wp-block blockquote.has-text-align-right {
border-right: 0;
border-left: 0;
padding: 30px 30px 20px 45px;
}
.editor-styles-wrapper .wp-block button:not(.components-button) {
margin-bottom: 30px;
padding: 10px 20px;
background-color: #207DAF;
border: 0px;
-webkit-transition: background-color 0.3s linear 0s;
transition: background-color 0.3s linear 0s;
border-radius: 3px;
font-size: 18px;
-webkit-appearance: none !important;
-moz-appearance: none !important;
appearance: none !important;
cursor: pointer;
display: inline-block;
color: #ffffff;
background-color: #33363b;
-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}
.editor-styles-wrapper .wp-block .mce-widget button {
font-size: 13px;
line-height: 1.53846153;
padding: 2px 3px;
-webkit-box-shadow: none;
box-shadow: none;
background-color: transparent;
color: #595959;
margin-bottom: 0;
-webkit-appearance: inherit !important;
-moz-appearance: inherit !important;
appearance: inherit !important;
cursor: inherit;
}
.editor-styles-wrapper .wp-block th {
font-weight: bold;
border: 1px solid #eaeaea;
padding: 6px 10px;
text-align: left;
}
.editor-styles-wrapper .wp-block td {
border: 1px solid #eaeaea;
padding: 6px 10px;
text-align: left;
}
.editor-styles-wrapper .wp-block caption {
text-align: left;
}
.editor-styles-wrapper .wp-block .mce-content-body .alignleft {
display: inline;
float: left;
margin-right: 30px;
}
.editor-styles-wrapper .wp-block .mce-content-body .alignright {
display: inline;
float: right;
margin-left: 30px;
}
.editor-styles-wrapper .wp-block .mce-content-body .aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
.editor-styles-wrapper .wp-block .gallery-columns-3 .gallery-item {
padding: 15px 1%;
width: 33.33%;
}
.editor-styles-wrapper .wp-block .gallery-columns-4 .gallery-item {
padding: 15px 1%;
width: 25%;
}
.editor-styles-wrapper .wp-block .gallery-columns-5 .gallery-item {
padding: 15px 1%;
width: 20%;
}
.editor-styles-wrapper .wp-block .gallery-columns-6 .gallery-item {
padding: 10px 0.5%;
width: 16.66%;
}
.editor-styles-wrapper .wp-block .gallery-columns-7 .gallery-item {
padding: 10px 0.5%;
width: 14.28%;
}
.editor-styles-wrapper .wp-block .gallery-columns-8 .gallery-item {
padding: 10px 0.5%;
width: 12.5%;
}
.editor-styles-wrapper .wp-block .gallery-columns-9 .gallery-item {
padding: 10px 0.5%;
width: 11.11%;
}
.editor-styles-wrapper .wp-block .gallery-columns-2 .gallery-item {
width: 50%;
}
.editor-styles-wrapper h1.wp-block {
margin-top: 0;
margin-bottom: 0;
}
.editor-styles-wrapper h2.wp-block {
margin-top: 0;
margin-bottom: 0;
}
.editor-styles-wrapper h3.wp-block {
margin-top: 0;
margin-bottom: 0;
}
.editor-styles-wrapper h4.wp-block {
margin-top: 0;
margin-bottom: 0;
}
.editor-styles-wrapper h5.wp-block {
margin-top: 0;
margin-bottom: 0;
}
.editor-styles-wrapper h6.wp-block {
margin-top: 0;
margin-bottom: 0;
}
.editor-styles-wrapper h1 {
padding-bottom: 18px;
color: #333333;
font-weight: normal;
line-height: 1.2;
}
.editor-styles-wrapper h2 {
padding-bottom: 18px;
color: #333333;
font-weight: normal;
line-height: 1.2;
}
.editor-styles-wrapper h3 {
padding-bottom: 18px;
color: #333333;
font-weight: normal;
line-height: 1.2;
}
.editor-styles-wrapper h4 {
padding-bottom: 18px;
color: #333333;
font-weight: normal;
line-height: 1.2;
}
.editor-styles-wrapper h5 {
padding-bottom: 18px;
color: #333333;
font-weight: normal;
line-height: 1.2;
}
.editor-styles-wrapper h6 {
padding-bottom: 18px;
color: #333333;
font-weight: normal;
line-height: 1.2;
}
.editor-styles-wrapper hr {
background-color: #eaeaea;
border: 0;
height: 1px;
margin: 30px 0;
}
.editor-styles-wrapper hr.is-style-dots {
height: auto;
}
.editor-styles-wrapper p {
margin-bottom: 15px;
font-size: 15px;
}
.editor-styles-wrapper strong {
font-weight: bold;
}
.editor-styles-wrapper cite {
font-style: italic;
}
.editor-styles-wrapper em {
font-style: italic;
}
.editor-styles-wrapper i {
font-style: italic;
}
.editor-styles-wrapper code {
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 14px;
line-height: 1.4;
white-space: pre-wrap;
}
.editor-styles-wrapper kbd {
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 14px;
line-height: 1.4;
white-space: pre-wrap;
}
.editor-styles-wrapper var {
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 14px;
line-height: 1.4;
white-space: pre-wrap;
}
.editor-styles-wrapper samp {
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 14px;
line-height: 1.4;
white-space: pre-wrap;
}
.editor-styles-wrapper tt {
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 14px;
line-height: 1.4;
white-space: pre-wrap;
}
.editor-styles-wrapper abbr {
border-bottom: 1px dotted #777777;
cursor: help;
}
.editor-styles-wrapper acronym {
border-bottom: 1px dotted #777777;
cursor: help;
}
.editor-styles-wrapper dfn {
border-bottom: 1px dotted #777777;
cursor: help;
}
.editor-styles-wrapper address {
display: block;
font-style: italic;
margin: 0 0 15px;
}
.editor-styles-wrapper ins {
background: #f8f8f8;
}
.editor-styles-wrapper table {
margin: 0 0 1.5em;
width: 100%;
border-collapse: collapse;
border-spacing: 0;
margin: 0 0 1.5em;
width: 100%;
}
.editor-styles-wrapper sup {
font-size: 10px;
height: 0;
line-height: 1;
position: relative;
vertical-align: baseline;
bottom: 1ex;
}
.editor-styles-wrapper sub {
font-size: 10px;
height: 0;
line-height: 1;
position: relative;
vertical-align: baseline;
top: .5ex;
}
.editor-styles-wrapper dl {
margin-bottom: 24px;
}
.editor-styles-wrapper dt {
font-weight: bold;
margin-bottom: 5px;
}
.editor-styles-wrapper dd {
margin-bottom: 24px;
}
.editor-styles-wrapper ul {
list-style: none;
list-style: square;
}
.editor-styles-wrapper ol {
list-style: none;
list-style: decimal;
}
.editor-styles-wrapper li {
font-size: 15px;
line-height: 1.3;
}
.editor-styles-wrapper li > ul {
margin: 0 0 0 10px;
}
.editor-styles-wrapper li > ol {
margin: 0 0 0 10px;
}
.editor-styles-wrapper pre {
background-color: #ffffff;
margin-bottom: 20px;
overflow: auto;
padding: 20px;
border: 1px solid #eaeaea;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 14px;
line-height: 1.4;
white-space: pre-wrap;
}
.editor-styles-wrapper blockquote {
padding: 30px 30px 20px 45px;
margin-bottom: 20px;
background-color: #207DAF;
color: #ffffff;
border-radius: 5px;
border-left: 0;
}
.editor-styles-wrapper blockquote p {
line-height: 1.4;
position: relative;
padding-top: 0;
padding-left: 15px;
}
.editor-styles-wrapper blockquote p::before {
content: "\f10d";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: #ffffff;
font-size: 32px;
position: absolute;
top: -27px;
left: -27px;
}
.editor-styles-wrapper blockquote a {
color: #ffffff;
text-decoration: underline;
}
.editor-styles-wrapper blockquote em {
color: #ffffff;
text-decoration: underline;
}
.editor-styles-wrapper blockquote i {
color: #ffffff;
text-decoration: underline;
}
.editor-styles-wrapper blockquote cite {
color: #ffffff;
text-decoration: underline;
font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 300;
letter-spacing: 0.05em;
float: right;
}
.editor-styles-wrapper blockquote.is-style-large {
padding: 30px 30px 20px 45px;
margin-bottom: 20px;
background-color: #207DAF;
color: #ffffff;
border-radius: 5px;
border-left: 0;
}
.editor-styles-wrapper blockquote.is-style-large p {
line-height: 1.4;
position: relative;
padding-top: 0;
padding-left: 15px;
}
.editor-styles-wrapper blockquote.is-style-large p::before {
content: "\f10d";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: #ffffff;
font-size: 32px;
position: absolute;
top: -27px;
left: -27px;
}
.editor-styles-wrapper blockquote.is-style-large a {
color: #ffffff;
text-decoration: underline;
}
.editor-styles-wrapper blockquote.is-style-large em {
color: #ffffff;
text-decoration: underline;
}
.editor-styles-wrapper blockquote.is-style-large i {
color: #ffffff;
text-decoration: underline;
}
.editor-styles-wrapper blockquote.is-style-large cite {
color: #ffffff;
text-decoration: underline;
font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 300;
letter-spacing: 0.05em;
float: right;
}
.editor-styles-wrapper input[type="search"] {
-webkit-appearance: none !important;
-moz-appearance: none !important;
appearance: none !important;
appearance: none !important;
padding: 1%;
border: 1px solid #eaeaea;
line-height: 20px;
width: 95%;
margin: 0 0 30px;
background-color: #f8f8f8;
border-radius: 3px;
}
.editor-styles-wrapper input[type="search"]:focus {
border: 1px solid #eaeaea;
}
.editor-styles-wrapper input[type="text"] {
-webkit-appearance: none !important;
-moz-appearance: none !important;
appearance: none !important;
padding: 1%;
border: 1px solid #eaeaea;
line-height: 20px;
width: 95%;
margin: 0 0 30px;
background-color: #f8f8f8;
border-radius: 3px;
}
.editor-styles-wrapper input[type="text"]:focus {
border: 1px solid #eaeaea;
}
.editor-styles-wrapper input[type="email"] {
-webkit-appearance: none !important;
-moz-appearance: none !important;
appearance: none !important;
padding: 1%;
border: 1px solid #eaeaea;
line-height: 20px;
width: 95%;
margin: 0 0 30px;
background-color: #f8f8f8;
border-radius: 3px;
}
.editor-styles-wrapper input[type="email"]:focus {
border: 1px solid #eaeaea;
}
.editor-styles-wrapper input[type="url"] {
-webkit-appearance: none !important;
-moz-appearance: none !important;
appearance: none !important;
padding: 1%;
border: 1px solid #eaeaea;
line-height: 20px;
width: 95%;
margin: 0 0 30px;
background-color: #f8f8f8;
border-radius: 3px;
}
.editor-styles-wrapper input[type="url"]:focus {
border: 1px solid #eaeaea;
}
.editor-styles-wrapper textarea {
-webkit-appearance: none !important;
-moz-appearance: none !important;
appearance: none !important;
padding: 1%;
border: 1px solid #eaeaea;
line-height: 20px;
width: 95%;
margin: 0 0 30px;
background-color: #f8f8f8;
border-radius: 3px;
}
.editor-styles-wrapper textarea:focus {
border: 1px solid #eaeaea;
}
.editor-styles-wrapper input[type="password"]:focus {
border: 1px solid #eaeaea;
}
.editor-styles-wrapper input[type="reset"] {
margin-bottom: 30px;
padding: 10px 20px;
background-color: #207DAF;
border: 0px;
-webkit-transition: background-color 0.3s linear 0s;
transition: background-color 0.3s linear 0s;
border-radius: 3px;
font-size: 18px;
-webkit-appearance: none !important;
-moz-appearance: none !important;
appearance: none !important;
cursor: pointer;
display: inline-block;
color: #ffffff;
}
.editor-styles-wrapper input[type="reset"]:hover {
background-color: #33363b;
}
.editor-styles-wrapper input[type="reset"]:active {
-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}
.editor-styles-wrapper input[type="button"] {
margin-bottom: 30px;
padding: 10px 20px;
background-color: #207DAF;
border: 0px;
-webkit-transition: background-color 0.3s linear 0s;
transition: background-color 0.3s linear 0s;
border-radius: 3px;
font-size: 18px;
-webkit-appearance: none !important;
-moz-appearance: none !important;
appearance: none !important;
cursor: pointer;
display: inline-block;
color: #ffffff;
}
.editor-styles-wrapper input[type="button"]:hover {
background-color: #33363b;
}
.editor-styles-wrapper input[type="button"]:active {
-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}
.editor-styles-wrapper input[type="submit"] {
margin-bottom: 30px;
padding: 10px 20px;
background-color: #207DAF;
border: 0px;
-webkit-transition: background-color 0.3s linear 0s;
transition: background-color 0.3s linear 0s;
border-radius: 3px;
font-size: 18px;
-webkit-appearance: none !important;
-moz-appearance: none !important;
appearance: none !important;
cursor: pointer;
display: inline-block;
color: #ffffff;
}
.editor-styles-wrapper input[type="submit"]:hover {
background-color: #33363b;
}
.editor-styles-wrapper input[type="submit"]:active {
-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}
.editor-styles-wrapper a {
color: #207DAF;
text-decoration: none;
}
.editor-styles-wrapper a:hover {
text-decoration: underline;
}
.editor-styles-wrapper a:focus {
text-decoration: underline;
}
.editor-styles-wrapper a:active {
text-decoration: underline;
}
.editor-styles-wrapper th {
font-weight: bold;
border: 1px solid #eaeaea;
padding: 6px 10px;
text-align: left;
}
.editor-styles-wrapper td {
border: 1px solid #eaeaea;
padding: 6px 10px;
text-align: left;
}
.editor-styles-wrapper caption {
text-align: left;
}
.editor-styles-wrapper th.has-text-align-center {
text-align: center;
}
.editor-styles-wrapper td.has-text-align-center {
text-align: center;
}
.editor-styles-wrapper th.has-text-align-right {
text-align: right;
}
.editor-styles-wrapper td.has-text-align-right {
text-align: right;
}
.editor-styles-wrapper .alignleft {
display: inline;
float: left;
margin-right: 30px;
}
.editor-styles-wrapper .alignright {
display: inline;
float: right;
margin-left: 30px;
}
.editor-styles-wrapper .aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
.editor-styles-wrapper embed {
max-width: 100%;
}
.editor-styles-wrapper iframe {
max-width: 100%;
}
.editor-styles-wrapper object {
max-width: 100%;
}
.editor-styles-wrapper .wp-caption {
border: 1px solid #cccccc;
margin-bottom: 1.5rem;
max-width: 100%;
}
.editor-styles-wrapper .wp-caption img[class*="wp-image-"] {
display: block;
margin: 1.2% auto 0;
max-width: 98%;
}
.editor-styles-wrapper .wp-caption img[class*="wp-image-"] dt {
display: block;
margin: 1.2% auto 0;
max-width: 98%;
}
.editor-styles-wrapper .wp-caption .wp-caption-dd {
text-align: center;
margin: 0.8075rem 0;
}
.editor-styles-wrapper .wp-caption .wp-caption-text {
margin: 0.8075rem 0;
}
.editor-styles-wrapper .wp-caption-text {
text-align: center;
}
.editor-styles-wrapper .gallery {
margin: 0 auto 15px;
}
.editor-styles-wrapper .gallery .gallery-caption {
font-size: 12px;
line-height: 1.2;
padding-top: 5px;
}
.editor-styles-wrapper .gallery-item {
display: inline-block;
padding: 15px 2%;
text-align: center;
vertical-align: top;
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.editor-styles-wrapper .gallery-icon img {
margin: 0 auto;
}
.editor-styles-wrapper .wp-block-gallery ol {
margin: 0;
}
.editor-styles-wrapper .wp-block-gallery ul {
margin: 0;
}
.wp-block {
max-width: 1140px;
margin-left: auto;
margin-right: auto;
}
.wp-block-freeform.block-library-rich-text__tinymce blockquote {
padding: 30px 30px 20px 45px;
margin-bottom: 20px;
background-color: #207DAF;
color: #ffffff;
border-radius: 5px;
border-left: 0;
}
.wp-block-freeform.block-library-rich-text__tinymce blockquote p {
line-height: 1.4;
position: relative;
padding-top: 0;
padding-left: 15px;
margin-top: 0;
margin-bottom: 0;
}
.wp-block-freeform.block-library-rich-text__tinymce blockquote p::before {
content: "\f10d";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: #ffffff;
font-size: 32px;
position: absolute;
top: -27px;
left: -27px;
}
.wp-block-freeform.block-library-rich-text__tinymce blockquote a {
color: #ffffff;
text-decoration: underline;
}
.wp-block-freeform.block-library-rich-text__tinymce blockquote em {
color: #ffffff;
text-decoration: underline;
}
.wp-block-freeform.block-library-rich-text__tinymce blockquote i {
color: #ffffff;
text-decoration: underline;
}
.wp-block-freeform.block-library-rich-text__tinymce blockquote cite {
color: #ffffff;
text-decoration: underline;
font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 300;
letter-spacing: 0.05em;
float: right;
}
.wp-block-freeform.block-library-rich-text__tinymce blockquote.is-style-large p {
margin-top: 0;
margin-bottom: 0;
}
.block-editor-default-block-appender .block-editor-inserter__toggle.components-button {
padding: inherit;
}
/* Links */
.wp-block-file .wp-block-file__textlink {
color: #207DAF;
text-decoration: none;
}
@media only screen and (max-width: 600px) {
.editor-styles-wrapper .wp-block .gallery-columns-4 .gallery-item {
width: 25%;
}
.editor-styles-wrapper .wp-block .gallery-columns-5 .gallery-item {
width: 25%;
}
.editor-styles-wrapper .wp-block .gallery-columns-6 .gallery-item {
width: 25%;
}
.editor-styles-wrapper .wp-block .gallery-columns-7 .gallery-item {
width: 25%;
}
.editor-styles-wrapper .wp-block .gallery-columns-8 .gallery-item {
width: 25%;
}
.editor-styles-wrapper .wp-block .gallery-columns-9 .gallery-item {
width: 25%;
}
}
.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.aligncenter,
.wp-block-image.alignleft,
.wp-block-image.alignright {
display: table;
}
.wp-embed-responsive .editor-styles-wrapper {
padding-left: 16px;
padding-right: 16px;
}
@media only screen and (max-width: 420px) {
.editor-styles-wrapper .wp-block .gallery-columns-4 .gallery-item {
width: 33.33%;
}
.editor-styles-wrapper .wp-block .gallery-columns-5 .gallery-item {
width: 33.33%;
}
.editor-styles-wrapper .wp-block .gallery-columns-6 .gallery-item {
width: 33.33%;
}
.editor-styles-wrapper .wp-block .gallery-columns-7 .gallery-item {
width: 33.33%;
}
.editor-styles-wrapper .wp-block .gallery-columns-8 .gallery-item {
width: 33.33%;
}
.editor-styles-wrapper .wp-block .gallery-columns-9 .gallery-item {
width: 33.33%;
}
}
/* Support Magazine Blocks */
[class*='mzb'] h1,
[class*='mzb'] h2,
[class*='mzb'] h3,
[class*='mzb'] h4,
[class*='mzb'] h5,
[class*='mzb'] h6 {
padding-bottom: 0;
}
[class*='mzb'] a:hover {
text-decoration: none;
}
[class*='mzb'] .mzb-post-list .mzb-post-title,
[class*='mzb'] .mzb-tab-post .mzb-post-title,
[class*='mzb'] .mzb-featured-categories .mzb-post-title,
[class*='mzb'] .mzb-banner-posts .mzb-post-title {
margin-bottom: 10px;
}
.editor-styles-wrapper .components-placeholder.mzb-section-preset .mzb-section-preset-btn {
padding: 0 !important;
background-color: rgba(0, 0, 0, 0) !important;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
cursor: pointer;
outline: none;
border: none;
}
PK �
�[�1�\F F no-results.phpnu �[��� <?php
/**
* The template part for displaying a message that posts cannot be found.
*
* Learn more: http://codex.wordpress.org/Template_Hierarchy
*
* @package ColorMag
*
* @since ColorMag 1.0.0
*/
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
?>
<section class="cm-no-results cm-not-found">
<img
src="<?php echo esc_url( get_template_directory_uri() . '/assets/img/search-result.png' ); ?>"
alt=""
/>
<header class="cm-page-header">
<h1 class="cm-page-title"><?php esc_html_e( 'No matching post found', 'colormag' ); ?></h1>
</header><!-- .cm-page-header -->
<div class="cm-page-content">
<?php if ( is_home() && current_user_can( 'publish_posts' ) ) : ?>
<p>
<?php
printf(
wp_kses(
/* Translators: %1$s: Link to WP admin new post page. */
__( 'Ready to publish your first post? <a href="%1$s">Get started here</a>.', 'colormag' ),
array(
'a' => array(
'href' => array(),
),
)
),
esc_url( admin_url( 'post-new.php' ) )
);
?>
</p>
<?php elseif ( is_search() ) : ?>
<p><?php esc_html_e( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'colormag' ); ?></p>
<?php
get_search_form();
else :
?>
<p><?php esc_html_e( 'It seems we can’t find what you’re looking for. Perhaps searching can help.', 'colormag' ); ?></p>
<?php
get_search_form();
endif;
?>
</div><!-- .cm-page-content -->
</section><!-- .cm-no-results -->
PK �
�[
��6� �
theme.jsonnu �[��� {
"version": 2,
"settings": {
"appearanceTools": true,
"spacing": {
"blockGap": true,
"margin": true,
"padding": true
}
}
}
PK �
�[��!3 screenshot.jpgnu �[��� ��� JFIF d d �� Ducky ? �� &Adobe d�
�� 5� �j �� �
�� �� �� 0@!1P"4`A25#3pB$%��C6 !1AQ�"23 aq��0@��B�#�Rr��4P��bsS$`�Cp�c҃����DT5 1p�!a@`���Aq� �" !1AQaq @���0��P�`p����� �oH �2H�0I V^k�0
�1<\ 5(�`��&T�� 1C1�H� �p���W2CA<�B� �<�Zl�Ņ�J�*�҉�$ͺ�͏K\�F7����bx�CJ�M�ԯK�U�II<�S̫v�J�m̧wnsU��c:���R�_��sȎ�t zߝ�}�W��ץ�yO���+�)�G'����q� @�3%$�A�TL���"%�$�KJ��&bx��fH�-,ՍJ%$-��r`�CIFc�$��j�(JH�)G@ J3,l�f%.,� �j _ �� p>�n�` *�J����.!)P�P�T% qJ����¡(K�*
��x͔(�@���@ *(0d�ax �ϧ��� �.*�T%¥B\J��p�J��*0�R��F*TbT�K�J��� R�^0�T%�(K����� �Tɓ&L�6 y/�����ʵl̯W&c)@ �.%J���ĨJ��)q R��%J1*T�ĩQ�J���*�P�.%AR��cJ�*��%G��~s�� 4��tӞ��y6�+�.&
��9}648�: y]��c^[y��@ �}�O7վ����p��V�˱�e�� �.%B\J�%K�J���q R��*1*T%ĥF%J���(K�P�.!)R�f�"��% R�
��=dz�[�<� �&O3��/���N�/���װ��p>���y]��B�E����f�u<wL�nz��\}{�O/���|��B=�=� �ϧ����s͙S�fe[��b�����}.� T%ĨJ�T�q R�
�*1*TbR�F%J��T[��NJ
T��xq/�ٝ��W7ԝ�4�םxy�HĶ��B�T%*1*
�3^����O ���k�>�?��c�&n�O�̸�;��������=�5�zc^����ۛ�З���~ �_g��lJ'&c&T-� *\J���%J��(ĩP��F*�T�.%GWm��T�lΫ�5�S�L�m���2V�E�16�J� p�K�a����N�O hG�nW�{�~}_7-OF�>lXZ_y�f l��S��ls����/�F�Կ9뎌}O�@ <����zu��2��ȌTj�5��Ģ�ъ�Sʝ[2��i�� R��*1*T%Ĩ.%J��� K�P�.!*R��F%J1*T�ĩrfD%��*1*X��_}�G�� 5�L�Lɓ`� *- [�4}���y�6իne,�,ʝ�zYD���Vaf۱�Q�ju�J���K�R�.% q*T%Ĩ*\BT�q J�J�*1)Q�R�F%J� R�J�X����>�O
R�&L�/&