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 :  /tmp/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]


Current File : //tmp/phpXhqKbs
<?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' );
	?>

	<?php colormag_two_sidebar_select(); ?>

		<div id="cm-primary" class="cm-primary">

			<?php

			$grid_layout = get_theme_mod( 'colormag_blog_layout', 'layout-1' );

			$layout1_style = get_theme_mod( 'colormag_blog_layout_1_style', 'style-1' );

			$layout2_style = get_theme_mod( 'colormag_blog_layout_2_style', 'style-1' );

			$grid_col = get_theme_mod( 'colormag_grid_layout_column', '2' );

			$style = '';

			if ( 'layout-1' === $grid_layout ) {
				$style = 'cm-' . $grid_layout . '-' . $layout1_style;
			} elseif ( 'layout-2' === $grid_layout ) {
				$style = 'cm-' . $grid_layout . '-' . $layout2_style;
			}

			$col = '';

			if ( 'layout-2' === $grid_layout ) {
				$col = 'col-' . $grid_col;
			}

			/**
			 * Functions hooked into colormag_action_archive_header action.
			 *
			 * @hooked colormag_archive_header - 10
			 */
			do_action( 'colormag_action_archive_header' );
			?>
			<?php
			$pagination_enable = get_theme_mod( 'colormag_enable_pagination', 1 );
			$pagination_type  = get_theme_mod( 'colormag_pagination_type', 'default' );
			$pagination_class = '';

			if ( 'infinite_scroll' === $pagination_type && 1 == $pagination_enable ) {
				$pagination_class .= 'tg-infinite-scroll-container';
			}
			?>
			<div class="cm-posts <?php echo esc_attr( 'cm-' . $grid_layout . ' ' . $style . ' ' . $col . ' ' . $pagination_class ); ?>" >
				<?php
				if ( have_posts() ) :

					/**
					 * Hook: colormag_before_archive_page_loop.
					 */
					do_action( 'colormag_before_archive_page_loop' );
					?>

					<?php
					$pagination_type  = get_theme_mod( 'colormag_pagination_type', 'default' );
					$pagination_class = '';

					?>
					<?php echo esc_attr( $pagination_class ); ?>
						<?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' );

					if ( 1 == $pagination_enable ) :
						colormag_pagination();
					endif;

				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_infinite_scroll();
			} ?>
		</div><!-- #cm-primary -->

	<?php

	colormag_sidebar_select();

	/**
	 * Hook: colormag_after_body_content.
	 */
	do_action( 'colormag_after_body_content' );
	?>

</div>

<?php
get_footer();
/* 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;
}

.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;
}

/* 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%;
	}
}

@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;
}
<?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&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.', 'colormag' ); ?></p>
			<?php
			get_search_form();

		endif;
		?>
	</div><!-- .cm-page-content -->

</section><!-- .cm-no-results -->
{
	"version": 2,
	"settings": {
		"appearanceTools": true,
		"spacing": {
			"blockGap": true,
			"margin": true,
			"padding": true
		}
	}
}
���ExifII*��Ducky<��*http://ns.adobe.com/xap/1.0/<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.5-c014 79.151481, 2013/03/13-12:09:15        "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmp:CreatorTool="Adobe Photoshop CC (Windows)" xmpMM:InstanceID="xmp.iid:74F3A132ECD411E584CC92216598A6D6" xmpMM:DocumentID="xmp.did:74F3A133ECD411E584CC92216598A6D6"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:74F3A130ECD411E584CC92216598A6D6" stRef:documentID="xmp.did:74F3A131ECD411E584CC92216598A6D6"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>��Adobed����		





�������	

!1AQ"aq���2R��B��#�U�b3�r��S�$Tt�6VW��Cs�4d�%5��c�Du7������&e�E�Fv!1AQa�"q��2R��B�br#3񂒢��C�Ss4c$���D%5��?���(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(
?�n����\�|���$T�wU�p*]P����e�[Ùk��$�S+�q�č#��ThT�n�`m�9���1by��.�#R�þ³{*�b�SIq�ȏ',���̋"_�������u�O���T�VM|�w��L<��'oqdK}Q����,T�����0wͧ?37%'���c͉ox�����E�����N�
[�$��J�xRy	
��‹��v��8�Ѹ�rˎq��,�CuG��Ÿ�W�6�ս=�e\Ŗ}%�J�kU6-uP�_��U)A�,�2 ƂL��GJZI�ɬ�JJ�v
��Yj�u̮�T���P���Ux)�N0whꍇw�H�쵞H��].�M�u�Կ�^c	
��n��nm��I�q$�rf�d�o�US�<q��]�pΗ'�ȇQ�B9��B����	��<�p�:���1��ȝ�pB��s�UEɩk$��&�!��u�m�
�n�rp�W\���kV�Y�M2D��O4�8Ի��E�5�Y%,�Snk�6��o�p��\�,����`	��V�2�y����mxXx��F�!�
&��u]EVðQb�g�x)�M�+s��f��8�9'U�G��ؒ��r�Oz��9�Z�d�|�2 I�q$2��n=���l��P�P
O��Ē�F��������*N1č���R��h��敂E��� �.I��ʪ^@dnX
<�2�Y�yR�M��	"�q��]uO�s++L����#�@���Śn��7Y��P�)A�#���O>�+/j��+3z�e��|l��F��P�>�kرU`9v�'�T�r9�v�p�̰�h��&�đH#�� �WV��ɩB�Q���|�1��� �"v�ܯ��Ng���j�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�k2c$Ӂ�Č�{��l�ۮ�%͟:�V�՞��ۼ����1Rť,�+ U-_{qӧ�Zf�M�������P9�Z��Ϡv����Pm�t��a�B�\�wWM��{*���{um���U'6��o�p�3u�ԧ���a��ն�P��E7��G)�y}b�MŢ2>�_<0�@?H%�{/_Z�F����r>�K�]�UV�����n[t9�F���F�n�`W������{��[�WY2er;���r����pw)$�t�����р�:�m$jby����l��=��(�]��Qcu-��'�j`�A���&�8�9���K���� S�^9�5<οY��M�'
��^���L�\�u�ŐK�L�����^��Ԭ���GWPǪ�
�_�um{PǥB�;��޾�E�l��{�|���Է����}�%�7�?�?7���*;�׽�Z��>�F���Y�}w\��P�~��^�N��h��KN�HҪT�,+��y:��a�ͮ��뺚�k{�}�q_�P.��l�ēr�ț,���(eV^:Z�q#����[IǨ�[U�i�m�ٱ�3u,�1ˉ5�ʷN���76�G�c�z��4[^o�o%��2���;���z�zʞ|�ԕĎWb!��i'����=����J�/�#���{��v���=n���
��7O
��q� ��v.�?sn��hڔ�%��d=߯�?g�8��.Z�LR���-�j�V����e��m~<y9��c�5�RH�U�.-~|+\�J�'���t۷(=�oɏ*J�"`�P�8U�Z�+'�*�P�*z�������-1�k���w#�q5�sz��t}�Sm;U����]I��{�N��$El���0���l��ۦ�����n��[[˖O4�L�J���˹�`o
������,�����d�/�7+�T�����˶3����}&�۵��Vԇj���j�f�D��炀�z��_Dli�g�6SO2b��c�2K�-� ,UE�ĞU�^\_ज़�%7�?�����4h:~&wq�M�J�������k�q�x��fn�����:RL���3�#�ɖ4�$�
��aJ��|�k%�y��OR�Rny����Qm��>^ݔc�|���sFt�6u��p�a��O�]�ֲP�3y�x%��򯟛�u��ڈ��{oƽ='Km�Bˋ<�OQ]�j����l^�������Ø�*�
�c6����y׳�詷�J,��y��z���xi��N���H��C��.6십4G2�eo�0�:�yKUq��:���M���z|����)���$��Iq~:2�{�>�-��[���iMc.��}6����N�{7�,��n�\3�d�O�b��J�@��Ϧ��vѺ�[���?B�kض��7���Heaua�{E}s�A��
�
���^���`�r��7���5i��+5��g���8��"�,"��p޼�_r����W.���47�ma�st�܋��;5ǰ{��hˏ��޲4nXQ��դ(��
�n5k��W~U��m{ڜ�r�Av���Ӧ���z�;+j�@��dl�\�YSJ��1,q�r��mz:����܎��v'=�5�_�g/���fn�m�P�#?Xc�.4��N��D}_č|;ij'w��Z�ǽw���+��z�O��zՑ�yM��:��v�y�L�X1=��kj�sZp<�=�t��u��K�em���n�m�m�H4�u�nt*��o�⛶�N�cX�^��N��2!��<jf�s{�t���$��������J4,��V��̶�+���o�<=���\l>��񲡂(�id��,�(��(+�m!'Q^�>�*�:����$�����x�6<=�g���zh�&tyYc�,h���O���tP����+©�/f��r��vQ>ݍ��I#yv��_R����oYm��?�Q��e�F���3�v��s;4o;��UvAs���qN|R��t���Y��^��z�81�b�Ӆ��\Pt>�s��s���uN�_�Qʿ}�^�r�:rL�����1b�����BF$�.�c�']l����+�z�����0�{����g�K����u�"3����o��D_W�V/���<Y=��}�޷Ȥ�&�olm�7G���II:��{��z髜۬�$��U�e)����26�˪:qv׎x�ۦ��(��U���e7�(���R������8��&���Ҙ�����4����_�[�ڐ�W��}����វ۱�}�;��PĨ؂(uk,�W�_��_�p��Z�燠�UO��{e�bzr:}U�����5Ǩ��g�F�z�j��ˑ�*LM��`�"��k�@�[��p��6��T3���8ذT��\��v�)�/�4�y���PG��7Wq|5^��u�������h"螋�Xa���)���H�Go!2LM��S���Ӈ�Θm��}q,�7F��k��\	�`��6�x�b�+s��2i�n=��%V�z��|&>޲�#'��l���ڻv ܲp��g��B|�B�F����jJ��rVݹ�/������7-�lY��e_�	�e��UU�-�*VtvHq����_֝�G�&�=�Z�6����oex���c�{Ϛ���%Lm$�{ H ���	��J�X6�*Ie��=�~&�	h�'�087�Yj��|��L�É��fK���Ӯd�ȸ�5�H�H:��p��V��q5�ǜ����������'�����dZ&�ʏ�v!	VE۶Å���M�۫����S��۳����"\s��'�#�6���*㲓to��`��gg��_q>t�=��j6o#7!2�pdž(�P�
�|5�n]��s�ο���,�2������m�#<��$!���_�.<?ku�d���?V]��v�qM+;a��I��P�F^ո�s��D����8?Il,�R���j�ߦ�}Q���<ۓ�r�F����>�K�Q�E��ɋ�c.;yz�����n����G����i��ʜl
���,�.>T�06<��H.�66�hS���?�•��V�OI�>&�&�'��l�iZD�Cw�.O��P�Q�)Vћ|1��)�M�&�h�1��X�W	8��Ž�ũWM�՗�Q�r|�O���U|��|V�lqc9o*D�,�KR���j�4����HO��0^�νڬ4��ɴ��/;H00��X��Ɏ�4z�X�$-~/��ǝ�W�V�a_O�zs6�ޕ-8�'ofDݛj~�����9��lerC����>��E[_���(�UwN3��]]�`PPPPPPPPPPPPPPPPPPPPPPPPPP��_������}�rz�	d�3�Tp���^��~�M�)���{�T��<w�^�ݺ�5��/q�۲1�.��X�������_g�߮�R�d�{{n�>�>�����xÓ3k�ʼn�I4l��5-����m_M�|��;U�qG�~n~ٗ41N�M��b�¿iܪmJ|��{�>�zmW��۷�n9�`����p�n˞$��j�n*U��[[Vݺ�}�3�đ�H�G�-_���'�M�i��$*���<� �rr�����0��v��9$�x	��_?u`�:�,����U���'8�q��OD�C����+&N��o�����,��Q<{���[�J�]9��s'�6����j��V�y%��]�Nn{>ڃ;6y�/�HT���,>����m�Q'�/Wb<Rꩻ
R���Uw>hPY��[W[��c�[�bN�,��<�_��z��O���_��g�v�a�����|=�qǾ\����U>ƽ|�����m57������ݣ���њ����7Qq���R��{�b~?:�[�;���^|}��+�[�}�V�c�k�gꂀ�?�{�ܛ���Y2rr��l�Xق��$
kO쮝55nO
���;ꛭm�J]����F��<�mӞ��6&ӵ�P���	��l�'�l|��ձe{�s>	vW���|ާi���n
�nߖK�O��qq�q��ƌE�,pƢʨ���x�fܼ��Ҋ�Ud�*
�=t�)�7L~��Ԫ�"e�)2G'�D׳�݇���y���U��?A���a꼍�0D��cb�sCc.����ν[;:-g��}��T�y��	]a�Ru��mXV��b����$p��?p�o�SkgM�w�o�M��j�G��Bt�L�t�Ǎ����/$��I#qw?	�����ig�gkEc�o\��}�6,�ٿ�ƍ����抻>M���uE��:n;K�>?��Z�Sa�g�b��H���@M�4<@Ss�ׁ��V�~+p_l��=B��-�E㵜V{Y'��~�̾��3�k%�ڲ�f)�ء&�򫹵��W��W���7�^�n��u���l}:�`�LXw$\�=�l͇#qF`�y����<��\ۍ�ٴ�h���m�O�����Y�6���{*���~H(��7+f�E}.22��S
V�W���C�E���N�“��Bz��|O^��뿺�t��f��HY�S"6f$�&&n$�5�������}c^�~
T�}��ǵ��:����'���7N��_���wߖ��'j�����>~���OX²��\D�;���5�/�G�nz�|�������=�jz�r�Ҭ�	���f�Ņ�1UU	��A����.��~����?�i�s�<áW2��#�Y2�,#'",pG�z�]C���߻���U�wR�J����A@dz�e�\��36m�`�HQq��	��yW��v7�m�0�y�g�N�*뻷�^|��j�X��z�����{�V�,YG�
�^J�u�{{�N�~��}-ͷ��N�l�5��&O�z͎LΙ�I����'Q��
��<��'�����S���5^��{����z
}c�@@#���TşH�y�nd��<?w8�D~�oxt.�&��ks����3��pM<cJK$h1�@6ѵM*K6��G��mm*H��<�t�o�n�yBhp՗m�X�i	��X��,8R�%�p�0�~%�&�����i����1�}Q�q���!�2��c�E�8��E����Q(�����E:�rq����#qm[\1y1a�6Q�h�emK�pcq����̇��Ǐ&nb��㗅���a�o"�ƄU�/%�9�<B�r(a�1(�ƿEQ~<��$wtEW��#b��m��#ɍ0`�s����Ẍ���oz��p*x�Cab6(�xQ�B��C&��i<-V��f�">&Ųa���m���X�6(cF��5(��۶�6��1a�iN�LQ�=���� <�y!��U�7����$s���v�i�g��������O�E���rH�8�##�dafV�
�s���K׉���A��Bހ^6ɳb�$�ƂA{<Pƌ5p<Tt�ȑK�������Z�om;=9����!�����<	Ӧנ�g�d�\I0��8�;D�0}�F�G�Xcm���(��H�Z��zH�9fۓ �#���\�� �]+3mD�R96&$�f�9a�n��[�-V�O<K�Dp�n���b��E�$1�U?��M*g�4V"0;.��eNJHA���J��b-Q�>�5�/	���hI����'�M�U�2iQD�ٚ�L�����y8�F�E{�P\���%�ḽ��v8̂B���{
@b��:@�1��,d���b�
��o��� `�u�4�!@Kwi�U������p��tyq������8V]S�
+����1q�7�"�� UI,�Z%�>ٶ�I��bC4���3p��jh��Q<ԋ�"1�G4K�RDVQn�E�ک�]SQ�m������p1��C�An8SJ��L����_�I�i���Ae���3�Ӫc�J@@@@@@@@@@@@@@@@@@@@@@@@@@Gܣy6��jw��Ts$�Vm�:l����y���/�>���m��� ��MV�.+�}Cz�U��?���6ݫg+��OW��{�k%2\yD3�#.�?����U����m`�w��m����r�7C~�Fm��&��O�=���koi����GQ��פz#��4�'л_Oj���8��.���^��u�}��ʼ�������%�?��׀��@"x̐�m%Ԩa�\Z���jѪ�i�.�G�xO��l�gD�����G+��@H`�
y�-jQQ���}����o��겱��Ga{��Su6GRe�)$�\8q��!@��IJ]nx/�W]���k<�Nj}-��W�+j�؈F���
�zϤ����l�HDH)�HG�_��w_�]�[8h���~��}�tZ�#����G�I�/�D�U�2�A��@���I[���3���紶�����}%�����q���N�lYJ��\���m[i֮[7�ϦoWy^�(=&�8~�(ßm�~��s��8X���	�|��.��<��~�F�G�[��{{��d��:_;oz�~+�q�Y��oL�;b>���E �2'���c�W�Z�U�5ɝ:Gw����Iy\�HP�
�q›6%�!JMq��L��x�9��.�ᱸ�(6�T2��v�Y��MΙ~�ê���i:~x�$H�<��cvQo1H�Cڔ�ڳ���ۦN�~��zD�;�ӰA���c�#ȏW��ZĐ8^�o޶sU�hꡲ�����q��Ǔu�RD<�����Y4�f�w[+,���=�V6ߵ1���d��l�^8�q�Uex�g�2������ۼ.iD�v����7ok�xmx֜�Y�+O�<9AW�t7\`�[˄�<[���gd$�2
�H�.��&�jy6uм5�g����K}ս�o1�ݥj�W��3�����6�"����ee?�B-{vz�UZ�������n��h��@xW��]g�O�c�Kn|yq�Jr4l�D�+?@7Rk�)7���{���GGx��nW�a}����rc��6l�K��I2����d�yj)j�ô潄�OwS6-��v�ڶ-�Q�q�\�d,�X�2��ں+��<їYσ=���U:Sr�=��mQ��d�{\��2#��d�̽����]��G��ڝ+\�����MI���VV��˂Ţ�`~���-��]�z��N������J�&y�P���u�&ぴ4X�}���WV��n$e:F��<+���.������;�]C�Z+�_���tv��=O6�0����DYU�x�麖��+�۩���V����[��\�ה��랆��,�,�|ю�ૣ갹���U�ߧ�{r�V���o�U�MKV՝_h}�������=�x�Ȏ'��I�V�3π�T�ƺn�m�+z�.}�z_�֛ڲoT�%�b���Ⱥ�)�\I��
Z�*�/Sc��:�nO��/a-�*ۣ[
=I��W�>8P�i���@����5��-kO�>Z֟X|��>��hZ}a������
i���@����5��-kO�>Z֟X|��>��hZ}a������
i���@����5��-kO�>Z֟X|��>��hZ}a������
i���@����5��-kO�>Z֟X|��>��hZ}a������
i���@����5��-kO�>Z֟X|��>��hZ}a������
i���@����5��-kO�>Z֟X|��>��hZ}a������
i���@����5��-kO�>Z֟X|��>��hZ}a������
i���@����5��-kO�>Z֟X|��>��hZ}a������
i���@����5��-kO�>Z֟X|��>��hZ}a������
i���@����5��-kO�>Z֟X|��>��hZ}a������
i���@����5��-kO�>Z֟X|��>��hZ}a������
i���@����5��-kO�>Z֟X|��>��hZ}a������
i���@����5��-kO�>Z֟X|��>��hZ}a������
i���@����5��-kO�>Z֟X|��>��hZ}a������
i���@����5��-kO�>Z֟X|��>��hZ}a������
i���@����5��-kO�>Z֟X|��>��hZ}a������
i���@����5��-kO�>Z֟X|��>��hZ}a������
i���@����5��-kO�>Z֟X|��>��hZ}a������
i���@����5��-kO�>Z֟X|��>��h���wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wP��@Gui��wPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP}q�=�;���
dO��<��!*��8#��Y�3g
O?�OS�I��x�f�����{�p~�]R�_¿`�e���y���z��Äsl�5<�_=�9�U�=Ͷ,�ذ�nb�k{�p~�}Q��a��o6k}�y�y���z���۟�f����GW���R0�p��f����B[����0a�٭����B��S�\�X#��o��k{�p~�}Po��a�'͛�ا�Ǟ�_ާ�K;=�͛槚Ǟ�?�WT�*�[����ا�Ǟ�?�_T�a����l�5<�<��Q��:��v,�,�T�X��#���CN��
�#͛槚Ǟ�[���ؙ�c/M�>�e>t���]��IގT��b9���?릪hB���^�GM`h��O��G��ž��԰�i��o�K��5���r�i�(����_�gM�O�?��P��z���Nm�~DM?�@%?}N�g������@u�}>�UV=3���i�@(~��ck���ǷΟ����u{���
�b�i����}ԷM��H�0�@u�}�VU7��bl�i�@q�}>��pM��	g�j���us�W�v�o�?�@%}N�2�Mm�<��S��]`���k���i�O�@u|�"禶�~�:{���O��劧Mm�o�Vi�߾�X�zko	{j3M@*O�C����6�X�G�7�(�G������x�6~T�ծ�^�ۏz���|<(��O�·Mm�Mjo��u�+3t��e��O���@���f�W�����@$��}a�Bt���k�3Ll(���!Y�V�4�2f��*R~�\�\���o�>t�~����u�/՜
|�y��O�O���t��p(f��j�$���3Ǧ��͚n
���u��=7�X
Z���}��:1��d�W�������~�}^@齽��Țbh��C��m�8H�4���򌃧6�\��??����z���X]H�j���ym'���q�&i��T'��(�Z���MzK��X��۬E��Oa����R\���Ž�4�~
o�O�������_:k�����2�Y�
�y��@��]\ɯ�so����[�P_�K�
��Z�ʵ�D�P��W��7�� 4���_����Z�:k�O�G�)5�؛�M��8���X��^���9��k��$��:��Nm��Os�(�g���y~:j����,?W6��t��}`��魼�6��j'���6~�����i�@)�}.���M��9����㦰8��@ƟX�*�7��sa,��:���W��t��?맠��u����Y����v�~�]`]���ݨ[�zq΀�:��h齼���	{o���Y��9�8bΛ�E�7�)1{iR\�ާ�mq�`�Vn?b�y���@��WU0?�a�����S�c�|�7�U�@��	=�͚��S�c�|�ާ��`�Vo��k{�$~�]TE�0`��?7�O5�=�:?z��ե�,{?7�O5�=�8z���e�pO�f����@߽WU?�0���,�5<�<��P��z�����|پjy�y���Â`�f�)��@߽_U�B�%�1����S�c�|�=P�Ń�f�ڧ�Ǟ�	_ޫ���l%E����%<�<���꺨0
�`܈�o��k{�&_ޯ��`	�,���S�d��#�ݟ5�,�$�X�L�@2 b��=)�*�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(��z�m�Sv����Y�L��ϋ4�'5{{+�x��TX��,?��z���V��9��Y��}@�	%��ĩ�yڀ^�}W�y�������fBJ�<�wP
]H�Z�v�86��hl��h����:���#@q�-��h@�:ݠ�3y];�[�	2||�z��=�~�!'��Ő��7"kF�D�F�F�[��*%YG�wace
�M�n�@u����H�oa��$�U���n-�@( �A7����BX��e��$cu
�3p�T�X��x)����epxs�u,{�.��`8q<I���	�
��
Ư��(|�R0U�"�1��L�!��ˍ�c����+��G�_Q'�*QE b�!��PH�۠_]�/�p!���ⅸ�;��J������:M׻ȡ�(��t�'�h�ㅝJ߰�(��.o@$��ª��k���YƁn
㷶�QrX��q�c��@^U�a7��P)d'‚�s��٨�كH,.nQ��^�"2=�E�G�΀�,��7���&��5�{�-@+�>mƐ�~\��4˽���~��o���=�Ą>�[�2��
�
���C[����h�Ms�E�>�@( 2��Ƞ9&�!u{v
�K�QuX�ֽ���u���᤯�h_��p����e[�rxE��̚�)��yq�4TL����Cp<>F5
M�q�j,5
�������B��T9>1n<�
�/�`L|�O�@%�{;�kp�;�[I��B�d��`���r-@ ������cu ���(H��$��ā�P�C�J�'�jî%�)À�@$�W��Ah6�/n(��@Y�;n��iR���k��G-�t�6�k��<��yXpc΀�"㶀9���:��E�����/�o��/a�@t�e<���@6��̶#�
V�/�@y��t��$�wv�UeO���@�8p�2��H{7��Bxt�����c�Z����\�J�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�1ް��a�ÿ_�Y�L��ϋ	e[�;H�^S�9m@y����V��w�^�h�4$fR��<�¥��\rA%��˙�꺞s�9��F݌E�
L���{(�!{~�2(t�g�w|4�S���ǰP �#�s<��:O���������Tl,|��k�S${v��@
�j�0B8v�֍��T���t�'�4�ZY~���I��4�	*x����}�
D�]@�>^44�Ȫ��D_�nt���On�X�h>ki$�7��#R�H ��/jP�ȥK�)�v�?/@#�n-c˙�~3@tP��R8�٠�ƅ�&��eK�e� �Qk��@v�!��xi�h [3E`�����{�y��H��<�@v���H�T�;Ge��a�d�0I!A�Mɡ��I]_F��=�������Y�@2�I"8D�OZ���r9��i��Ɗ�x�ҷ*��Y#'P7�%D��w��;k�`
�1e#K�C�ғ��A��(fԡ�18P@���񷳙�j���I���	a�j���7nlO2h�`�iK��h^�4�V��ث�OxUVk����j�)ܐ�>��(j�O�s����-�@,F�b�~�~�ߛ'�27P<��V�/w"�k��̥›��/bG}�2��rx��c�#�ƺ�����cn��yI~'��X��P
B.�e�[�(��H<�~D�	we�T�K|�|�s#'�`��I.�[�~#���e*��;Gm�v�4]Mu#�����Sx��ɱ�(�Im7:9�Ǻ���M\
��7�+�[�A��8Ph����{-~6�:����8\��
Ix��k�@%�eC0����4�U��{�E�p.Rķj�,(|�������(-��{�J��o~�U�w�9o{�����߇ k�y����>��/�����t8���@ulT<�
�`���.��3̃@t��p=ݟ�Z�(�-+��uX�n
y�BG#�
B|M�r��YVÿ��D�ht7դ��P��=+����X��V�k#�W"ҩB�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(w�?��7�K���&cs�gš��[���<G
��=�"����������9�4#̄��k� �_�LD1@��
W�RGeIԫ\�Q���;���I#���	t��M��Wg�FN.f#ƙ��㙐I	�6�ȍ�]5��Oa*����F�x������Kj*ڬ,o�Z�&xщc���8_�#���N����p������þ��x� �Ğ߂����v�R�k��J��H����*����X֍��[P}��D���bʧ�݃�@{����۶^~�,��[XE�8C�4�B����g�����������$͌�M4�U�W�,��3)��
��y�U�<=$��"O4[�B
B$�-�i��Bހ�
�,��p:�өv���l�f�<����HV�C0�cB�yZm�<�M��z�����	��+�v�Ck5��[R�wP���K��F�}�n�?�,쌘b�c��5ѐ�
3I">��};�ӭ�ΞƗ�9�L��V�Pj���H^T��U��m}g��u��fMԙ��l9�I
�Q,bF�t���z��{�M��,��ƹ{vK���ܲ�܋�)�(~��Jwn��-�~�.�ȓ6\|W���a.B�Უ�[�Pk��z!��6��7,�����b��a��j���U�c_�*z;�:Sr�lM�#˝4LL�l���Ү�W���o]�G���)�	�Rzq�{>�.꛴
�#��u�~3Q�{�u;��P�=gSz*�y�Pu�׷l�I>F<DX���N��\���5��;�&�ˠ�?���Sp�qL�Y-'�1�Eң¾e����u��.���w!<-�Ad�쎎�[�楁�E{հL��i�Ԥ���q��ʖb���C?�#h��o�r���>c�wwo����06�m�ff\�"vf 8���E�X�m�6�lΝ'UkY�٘W�"�($J;�o
�@�?L�?�7���,c�<3�q��H���9ׇ�ߵ�뺋���t_J�]'>�ӱIF�&g!�����و"Ǒ�����m�7�拌z_�=;��ٹ�M$3�K�*�4j䌠ֺ��R�&k��oK%VK���7��,�l<�fx�$f`^!r]��=���ܥ��Ɋ�;�w��&[�:>��%\�p�⢶@��dbl��k�ף��Хf�WW�ykٲ��_N�܍�g��;�.F� ��Ժ��Y����ݬ7���"��g��{T�;�f�2��V�I[��m��k�Rګ'�ۺ�L��G�WQn*�����lnT��1.���W�$8@�-���~~�� H�UY	�m�X|Ud�\��#��#��(�WVN�I��@H���M����㲀��Y�u�g}��Gv[���I�tV@��٬KD.�M�-�x�;�P�X��,
���&��C/���n
ɰ tԽ-��hs7��x�Y�c�eF�c4�py٨��pX�z�k7�7�~�J��sj�U:�l} ������R�X齮é6��H���g���	�[�d
��ۓ�07�D�Nmm۩6���/n%�齨���Ƕ-�ǿ����Z�k]�����.��P	=5��g���׸a��0��C@9O���=��1��}���P
��m~qQ�[c0b�O���JC����9�=��؏��Ġ�;�:�z�l�Qm�^����魬�G�ŵ�-�?�͏�%q�(7;s�UȗϪ-gJ�Y⃁n/@U�R�X`M�4Q�O��w���fP���z���,���ݴ�M�.�@Q�a�\�}Ӗ��j��7��^s�v0�)�H��T��ܸ�B�դ��ǿ��@�89RÑ�<�C���dDgHԛvPB�����E��n���4 HÅ�7;��B��/����U�>�s����t�,8vި���ş�r���uP����.��x�"�9��a�n&ܾ��]Z���줃�������T	�#�$��M��(C���V6��o�+^���+�kT�@�ma�f�n7�v���2���QC����_*�r��#�m�۷ℎ�î�7L�ٲ�s
pr�������y�_̭��27<��-S�!X��y#/R'Pdyq^���Q���U�oʋ�tר�[�o^�@�i����A�/�>@gSdbō�{r��J���[�����N��Y�-�i��,���J�I5���[e�|�
����[�v�:kw=7�B5�"E|��I�X�
�U��T��z��/N���o$��J&�?"M�p�ßܞ���������-.�v�D%d��b��o:��L��:�^���z7L��a����Ȑ'�0�az�h����ޓ���񔃕���qq/�
��ԛ^剺m�ێ���q�пz���>lٽn�#'�m�m�6���=��h8���i�W��~tӴ������o�t�Kyq�b�s7Q+	�����k�t��Y�c:��a�	F|1,g�e���@}=�S��ONao�fF��Ipdoj��S=o�+c�|���8�0�<h�4B�������ƀ�����칉R`�Z�Hrq�
s��YP}ɱ*h�p:�{�ԛ;�&|I21���XqG[��U�����o�z��r�Q���I2$��F�V6��:�{}]�)g�����@��s�=�d`H#˒d�7e
�n
qʽ�N�ef}�y��Vf{ӎ���{�q�Y`H��4O`/u��t�����~����|I$($�Ě��L��S��^��$�_������;�U�������<$�������U��y�_������h�2#�d0��H�x_����z�W�����G���t�޾��l�s�4�& ��l����;���z���ֺs|��6�7� ���h�����e_gunUYU��yש]c���,Pˏ�:�h�md^�`�U�jY$|޷��ݒ��f�}T�iRL������2ߚ����\Y��<��Vx����0n{n��	,-"īn�E}*�Ue^���ԏ�/�'(��eaqx�6URk宫q��>2�w�O���V�Ώ}�|�a�
�9#nZ�_�]���1cѳ�L]���6˴O�L5$K�@l]�Q�׷sqR�}��J�3ɟ���u�YpK,Q
m4A��lI������}^��ƛ�=G��3�ջ�l�8�*jaī(��Z�7T���t�c��l�E�q�(�(�(�(�(�(���oُR߈�	~�f�3��>,pX���]��<G5�`�p<����7��e�I����qi^)�W�S7�_�ox��m;f��>v��~t��;H�a��U��H���K?�L��������8~�b!��#�,1����d"��q�M�J6˷f��M�ğ�z�bU�u�(�d�t�,�='ɼ>!�V�S��R�˃�zr�oy��dO��2p���q�\����_f�#�RA�O����-��l�E3Y5���2���Vjb��z�����P��9��'�l�d��\M>\�ɯKF�8H��mn��<ߥ�ڥ�}�x:v��bL�~B"�n{�mb��k���m�g��v��A��Z,������XQ�$�l@[�x�:����n�>foLz]�n{L�v��gi��̸�ʡ!W�J�Φ�:��e�5������[�D�˾�pff��@�@�R�Q�u�m�Y����3�T�|9
ɀ$1
̏�7w��c��'�Ç
�S${v��B���B!��nգcl���H!���@,.�$C�܍���`��R�����1��<w��Wz�����^�٣ݽ�6V���w(RW�_$�^����a�r�_[w��2���fL��,rI"�P�-~�M�*��I"����	E���i��~k�j����(
��j�'ڕo�/���<k�R����o����e��?��@zO[�������p��K@S~���8��ß��	���R=8_P�c�q]�1���$���D�W�?Y�\���ʀ���׭�t����c���KVzo%?�ܑb��;(�C��V��!wb|}�;��=Mgv��X�gM��Cen�R���c��
Mת;*7�;*yש�Ǭ��DwnV�W����G����Mـ�v��nIS�k}��	����κvv�#�n���'�-�qz�/
*�)2��#?}=�j�L�5�m&z7�[.^�m[n S�6B�Ą����H�-�l�>gE��{7���N���/t��\
D��f\�Tv��ڶ���==5���5�L�h��egT*-m!����={ѩmY�[$]H��_3������R���N~f���>Ι����6�W��
[HP{Mm���!
Vۻ��B����A���\�Z�i�{�Q��9�q�z�3��'ޤ�IdF�H$�A��o\����XA����.Q�#'����.���n%d�u����N�rO�v�⛳��*�өz�;U1��HS�7�Ic"���k��MΓ����}J�*	�����u�G%]l��#�E 
�H]�E�|�P�߹E�>:�g���v*n|K.��p�nڰG)���U�,>z�W��<�gM�ogu�K#Fj���
?8�����x�&K���j���\c�7���D
SM��Ċ�(l@9|�!�FΉ�o��Ū�|C�;�e?���l�˳[���i��Z5k�#��8�� P���Phd}��H,Y���P�:\'���P�����bm�sj��,Z�����,n��0�T����H��S!"�W�~:b2��1�[���R}�É�ހKG#�	A��x��ǰPd\��Ũ���Z��	߾���Uzw�xZ���Om��$��T��
�1����&�$������l����m�cs~'��=6$m�	K�`ǐ+\�r9o{����|��ys���4�zq��m�/���Ƌ��D�~<��|� FXd��9l-nuҋI�n���a�w�2wn���3�8)��Dۤ�jx���-��o�;�:f�s�<M����ǧ�y��I��pb�L\���प�$B�ȡ;�UkK5X��
ˠ��S�,���<�(]I�$��iF ��ӑ4e�O���k�{�wė?;`��%�b����� Te
]��l������}MБm�~ǻ�ǟ���2�4�{�b,�ycuV����k��R�B�X�ޘ�>��s6Hg��2��]��p�mf��|�g�A�@�~�4�%�L����n󃃴a��e>�(p�yeME�k�����*�)5t�,wO�t�;+b��s3|����d�6}8�A�`�ܭ�*����m��޶ݪI�p�|-�p��s��?03h�H�{�eb�9�c��>�b��/MA��(���ڟ*8˴K��AI'�oeoB:yX��,�BA�m\�#r������P��=+����X��V�k#�W"ҩB�(�m�����%�5|�����_������I�x0�o23����7�oe�x�SV\��T���踽����@m�r�_�ԧ��]��G9=2��<�k�YRM�
S�8r�p�B}�S�~�3׿�Ι�Wv��h����W���{��YWC��7T��=e��D�x���m�(k��6ٲzWe|\Y2'�<�����rx 6U������N�r���r��6���X��\�<wИ"�og2��-�/��l��@m{,x�������*3w�{����z��zQ��7�x��5��zs���/������l/q�������u���>�_��E�_��<MӻAQ�Ǘ"�v٣�>�i��d;�{�	7Xs�����½d��w���c���V�f�t�8SÓ�
d��+���a�6V���
��q�/���o��~����X�_���?C11$�Ah�1�����X)?6�Rz/�;���lX�ng_x�}�(��e�UK�����q�]U�}(���Y�D�l���n?A�}]��=3�d�fXP�3��)�߽h�g��-�m���ӏ:a�j�V��C����|WČ$��8��͛5s��<�3’9A��KMS?K�mUL��9]y/��Y3�����_"��zσ|w��z��[~�l��WQp�]$'ᯡ�m���zݧzBX��M6M�gٲ17(��ȋ���TvcN�nլ1�mZ�j��uz�a���?�Ư��{��|o�{��E���7Kq��:Oؽg{�T1�F���O3�Mw���_�ڽ]/��oE�i�ޙK]a�<���e�1�㙯H�����8�_n=E������\FW��R��Y�5k8T�wpN�������G�\2��?0s�T�k��M-!�F��lY��"�{��Я�j�?I�ö/^G�xD{��g�Mx�����{�ǿ��?B@@@@@@?�Lz��%�U���n{���م��c��)��ݭ{*��n�6���ww�k��Hd(�
8��"�*̰뎥n��L��51�!��b�cLjh���l嚳�W��tD#Nl;��\Y*�o�R��ˑ�7�2#(�b�Ԥ�5�%�*zk|��΢�'Ζ=�"L}���p�|�*^L�e<	W	������D�/��˺ɏ�����@�����p��5�1K<�ґ��m{���#�1d[�_��j�4���m�0�lj�ڣ�l�]��qr�۷|��|�Ǔ��X1��e�$�fg.�	U�uV�uVIg$]�|�7>������v�ܶ�۳R�C�Xd�
�⺁��A��A���v�ƒm6��
��d�"�idQ�4�����K����gd���VL��p���4��,\i���5�H���!�(���%���֍�f��E*����G/m�^X{�kw�>������M���<���p-�#fQۥ�I��tP�fw\n=Q�0p��gƖb�^g��S�h�h(�#����vt��o��c��S���_��
>�w�Nz��{l기�t�x�Y��
SH<�^�˰��<����6��Ռl\IVG�p���
yJey��;TJ/�=����~��?M��.�ۦ��#ɂG����܎��	�/Hz۷b��rS�ʊ^9��ѫ��q��}S��V���T���bƅ�ϸ�c�5#q���4��Y��uߟ�ӌ�Iv�-L8��wנ��)?
���It&�J��`��֊\y����9�<����fM�e�T�^dg-����1�em#�0����@����5�/g�_7L���|�:���꜔�s�1��2�$w�������Uqf�^��M��Sջ|�ަNJ)<��*�	Q��׷a�̟G��t훞��=�n߶�L�?x˕��r��˹����٥�Gd�<;7�-d��Xq�����$���-�kj��6�4{>�i�]����w��6��H�%�$�Fl�Y,H�G��l5K�c��޻{�Wbz�	�=8\yM��Sψu�)��wK��=�2����т�"�Un���={фe�3��r�Q=�W�량�>�<��y�U�%���؏��ӮJ�����} P:wr�Ω���5�_3����~��D*�K�TǙ��G���9d��¦;{˓F���2��l���������/ż�A�?���}[I��Ԫ�VY}ӛ���[�ndi^A�F�
)}J{�\���jU,�=N�m�T�(�N���S���)1��P�!�X}�W�b�U&}>���i2�N�m(T�}���d6�b\�&�Q�^���{/@/�}E�b���?���f`t�>�x�n`U�%A��$�Nj���/�̺�m{p�}��VH��s[r���Ux2��{s���6�F,Õ�>��S�,��Ⱦ����SV���G�j�f��m</q��(	�S��on�I���+��@U4���*��r<?���y}��7͓�2z�s��m�,��,gTіPΣ��=�d��d?]c��WE�ɐ�B�.D��R�[�Sn����M���Ꜭɡ��ظq���󉿘O�X���_G�t�:?t�L�w(z�c��	�o���IG�7�S���(�_l=?�un~Ͱ�͹bm�s�6�/4gL�<:C������EU�_��[���1�qv���d&.��I�z�5�g'�q҈z�L��2M�M��J��Q���P��G@l͗�S�훶���۶�u��q��$��^��8�OٺO?wg���]�T	��g���/�*��(��ޠ鮰�33$�p�%��ĉQ��+$�h�n"������z�ͫ���f]�xϟlҫ��:d���ի�e�$^������@\m_�z����ñ־ZP�I"RÉ6v�8����m#��h�:�s��Ge�!�.AjL��N��*Y�n
n׵�ݎA}y���܊���x���X]A$�V
@��]��$k*;ZÉ���T7c�ŋ�[�NOm�C��ťQ���L��	쥫n܎���	���ө�#�SM�ml>��T
�M<b9䄞JUՌ�Z� �C�}#�V&哹n;�*A��q[ ��Q�ڻKr��(2�UZ$t7��>��3�n)$���$�}.ʅ�M����%a�UIW�V���.�*:/��0���`������O��Q��v-�T�28r�cz�p��-7)6�i���߳7��	r�xe�#�@�egbH��2cޣ�wQ�~�m�9���^D1�P�M��ilY7$��z{�m�q�%�s�/h��(�d� t�f��Wi�?՛�Ju']�n�r��Ɓ1�c���<1�F�>�B�SV�Ymir+�:�	���8w	w��i�|�߲�0�K�����&�-l���˘���z_�w\���ܶ���>N�!�M9��"�\G崝〪ܱf��0D�7��\�b%$$�E���Px���c�Z���}r-*�(��Μ��qs�t��:���$y���ֹ����ZɸR���{�hZ�̴��N����6�0�p$�!�T�0E�ck�;]6�#��/�V�	�]g�am�����ٟ!Y��H�6R,m���۶�RZr&շh����S������ka���I\��L��@#��o^�CQ����.�Q�g�t�����E������A��=��,����v��'���E��Z��Mtf��A��7����$�ɥ��F�
4
��zw��/yܶ�|H"�Ƒ��HH�`F��� �@|����[W�����6߽�����v(M���)�?��4��9��v��������/N�ǃ���������Uٿ�[�'�V�Qs�ϟ��@xw��՞�_����1@B��]��x�G�ȁ3�3'XZF]uZ�ڔ���yFݳt^F׶� ���,x��V"�{�cw�~������??��I��cd���5|z�vߤ�4��Y�h���ϻ�Lb}?+��5�o�H�λU5y���E����i���a]zO�3�C�W��/���GL�0>,��H�j�R�w�m�g������Vk�Mǘ��5�/f/o���)>�j�!?�=#���z�T'nj��[�&��%�mK������{?��~�w��Y������׻n��,YX�O�M�X��V*{o]��7kg������V��i�+޷m�:M�)�9Ucg�$�ߣܵ��'��ݵ����W���A�7����i��j�}w������n���R�x��&D�o�A,�k��P_O�X��t���G�t�װ��m���7c_�ǁ�1��I%��k�֊��}��SJ��m�}�)0�+�rH����F�[�i�a_�vp����F��=�i��G�rq��LJ�Gda���ߤ�m|OOE�[_��_����s^���G��^��9��d��7�zu�K��q�O=���'�%x�zϛ�{�ǿ��?D@@@@@@;��z����%�>
��f7=�|[k�����5�<@H ����@�Y��{A=�$�Ⴐ�ŹЂ��ֿ+vmBț�,mo	�!T*�1`5�/��|`�5`%���������u�e4�!H�8�{*�1/0��mj�0	E�v�_�{8�j�ir	�;���7���;�����j�<-�P����2+�$�Z�-�W��#۷�]v��n*{O;֍�������@#/�l������&��f�nnt�9�\��+ #���e�߽X�~�6o�I���5����=�Y�*�@e�Z)��d!�CEH����U�p"��ӊ����/�w�R�����i&\ǘ��l�	wg&��b�<{h
�~�z���#��ЀX�a��o��
�z�7}�m�s�l��1�̜����`56�#��
>'�^�A��l}[���wV�Z��Kr���e��l��Y�����/#;\��x��4���w�;D[OPo�n;R:�X�«ƥT�(n
綀w�=L��6����~����Ou�G���B4�n
H��6[C�H�l�`T�X�����f11�Rf1%f�^��.6T���6��em?�<�X}��ڪQk�D����w���.|�r�4���i��܍U�X���U#L`�Pny���ge�NdAV���#N@{�]��B�Sj�P�wn�޷Y!M�q�4c��FU!I<@k�Z��m�֞�FR�Ӎ,8;�����dB�06��f�r�/�K<R���ٶ������۝�𽾖�@���[TNR�Wf�r�2��
g���u���R�m��i/׸˄����`AcÙ��}��4s��-�!�4r#���G����[��n���<��f�,	+^MB�����m��4b�4����uN���<8;���L�It�ٹ�j�j�r�/�K9h�9Ø2�)��C�+�<A��1aZu�8SP�.�rq&�+u�Lf[<w�k}���k��r�'%�m�*����$fI|ȓ�B4��:�vȒ2&�㓯}�+��e�ͨ�V@�Lm
��>�`�u�l$%VVv
\p{q� 
+(��S�lj?�8G�!
E��h	!O��p�ȷe����Yu�$i�cqk���Z)�:��0��̱
#+؆��)�c,i�OX7��b&Sd4��`���U�x��S�Pd<x��'u���m�
��r����
к�B�`�ߴ�n"��]��A�+��C�?HǷc.����#�_�����^��ҙ=i�?I�NjԸ�~T�YJ]C�{Z�m���_�>��n����z�i���1�L�4DN�\�+��M����M���@\L�C��I��/�3CG����<m�(WC.�m%�1@o,x��ӝO��ބl���:��m�Ȏ-\YLd20��
��Zۦ'�Or��Pm���0�<�%Ȍ���� 6�@E�OO�=V��Ω��� 
�mݰ�gLy1f�]%����.|�
V:�j���06l�ϛ�1�+>x%�GI#n�f����m��:��0vy�|]�v�|��&[2n��vX#HZ���~���N�ӽ�d����lhdB���]ؑ�ąM�0�gը�X���P�HA�u"܋džL`r�J�Dbm{�<l(3+�ٴۙ���aD�襀9�k��6㍋��7�� 	�}��W=ʶrݣh�V:x�q��3�Un8���S���mE�̞b�$ 9�A=�s�@�_��|5���9��#
U����5H&�rn�Ƕ�
b�X�us���!4�I7��k��FT��'H����B�r	^�i��~?r;/T��KZ��ۺ�FQ�s���D�*�%M͔�����S�X�?̱���z�GЮE�R�P4�Ə�NC��߸�k�?{�~^���6�=#��lE��VĂy%��`@��C(��`�O�mj��m���{��֦�`�?��G��ԙ�>ԹP͚a�f,}��td6Up���ڞUg8�	��p��fF2h��y5b@-�A�~:�4����+��ݷ��/�}ͯuz�l{��YWC��o�ع7��<�)�| ��Of|a����N�N�ضL
�,e������P�*>�<G�<;-@z��ӳ�N�:���6D�q��+[���=��z{�E�>��doj�E��6.Z-A���ֿ����}u�uOP�c���̲΀�2Hײ��О�l�;7��R��6T=�R\����k�qw<�򰰺��2d
ͦ8�K;iPX�@PY�]՛�m{��Y�N�|����U��cE����:�e�X�:6ѷ��)���;I�Q퍮(
���OKu>ٲ�l9���J�9N�� )������?�^˓�zk�Q��rc�#eC�ڀ���?�z���?�1P��wdm��(�H��b�/���17Ȋ���H�K�d[� ɗ�9���b+*�N�V7}��9�{���?Eb���h32��E���6+;vG��;WDoK��GVC%��E$��/�5��M��5��Z�X�=�a&�º��gn�����z͝�s��A�����V�?�Ӯ�)�V�$gg���^�y �f�%�o7D���Oh�������Tׄ�E���O�d�G�CA��׫��h�}6٣#ԱI�u�L���!G֍�`EywV���<{�F��_Sz�eݶ�L=�q;��ilСM���\�GW�[U$zzޢ��Ue���f�L�ܚ���οM�Y��>����?�Ư��{��|o�{��o�?�S6��q��{zo���ү����dѿ�&�[#��g�z]���������_n�����C!鞾�Ћ1���!+ɵ蟗��dO���>��}Z×'��"!�q�I$�b0��R+���i'��gny�Lz�e�v��M�q��O:"A:Ԏ [���ǤޭSL��=EiV���M�&��0I���C{#\����KV���{��'�W�?B@@@@@@?�oLz�����Y�L��ϊك%�m˅yO�	`
C�txk�{�vP�n�d��-�"�b�������:Jn��3� ��,aG0ɛY]E��%�8�܎�'��*��j�%��hy��q����\\h�r��?��\�$�R1	��M��U��h������:�r�����v˔�X���@��[I&L�:k5I�Q&����󉅼	z{a���޼�&%`���Y�3��kJ�]
Fw�����n��2���e�l9�T+���j�h�0�C�h^�I�6
��bՓ�*�,x߅�+P	�.����y�������xw�c�F����oCV��U{(�½T�ݿu��!!I�$��V��?�I��M�E%H$i�r��@Yct�푱�Q���g�"mH4�:�5��k7�0-@?��n��t�ս�ay;f���nE�̂3��!gO퀠"o�?���|[~�����9��;�y	�=Et�J�q�@W�$���ׁnw��K��KbG��.�?�󺯨��6���*x�u�mA�3!�
��/4q��]`�T�RO����PH��\(7@��P*Evk��$����.*|ƿ����@G��Q�*�jVGjh
y�������:��B���P9��/����m�c�7��/'i��(4r+�A�
��ǥ������8�9��j3Z�H���p-~�
�X^2������V($fm�>���ErYCJܸjb�X�F��7Ru�G��S�x��@�|O�{��Åe���m��F�żc{�+�#a�ц!I��C��h
֝P�k��/>J�.Ar�B�r�pE��hɁє!�"�
�s�
F��wS�x#}�|hq�^J~u�c�9Ѳ���,y���=�2m�?y�yv<�9
Dy��Z�BE.)�6-]�Ace�R5+�V�'G+���Œ�v6���D�4��}%��+�~Tt�?,�nj������G�ݚGm@;�#{Y�06F#�5@����G��8���x�*�dI�AP��I�F�
����(��:� jR
��3*�d?t�^�lȘ�AOp�h"��+����K}��>�o�R'�^�k$�p��)?�n��*���e��=��4�b"����ž�D�*��������u�*��j)�D��@��>z^S(����5l}���a��ۉn�h<fUY�x�m��V�(I9k -�z
%�i����x����M<��n'Wx��4fR#aȲ-�=�֠��L���j����0���em�^>��&o�����q���3�"�Y�$XwP�
�d�81��O�?�	~�
��@q$
_OQ���`ܥ��
�h�,�ka�Eqݢ���Qfh5im$���t+q��9kx����V�&āÇ
�c���f�x�H�2�"�B��
pG�V�����gVz}�rz��ˇә�o;�^I<�'X�:SF�V��ӫ�w��E7oV��m��v�i%�ʘ(X��`�^G	�s&��h-�6��t�^����Λ;%q����\i��.D	$�ѵ�}W�ee�fKm�#��G�?�mY���m�f����d^"gy�V0�oe-T�j$}������6��/�.0��mi٤�J3r���URETI�O�ٽ;��>aY&ÓG���t`/o������U�{a���ЇP@67?����@"M:$'��x���zW�Y�?̱���z�GЮE�R�Py�!�f�V���#���ēo�k�*v���bc�3�S��$���͏��|���M��+4j?�����%Nln�6'�9��9��t�sc�v�6m0p��ƒ"Lx象k!E��j�ְ��ֺRC�M�P}*�N��/���f8"�f	2�椰ee�0�0�7�Ѹy��n�^�f��tD�{��ק�#�=�,lh�xQc�$UE�T@y���Yf��1�n�\&V)[InFT`Cv���v��ٷ(�쌍�H<O� �AtQw ������P?����vᕝ.㺬�sI�"���CJ��-�ɵۇ��}�^��yڳ3��x�S���vV&����v�=B��˛rY1�WDY��VM=��+�=�ƀ�쿺�Fa�&F㟗�C1DQ����=���q��Ƃ<|x�("P�D�UQ`�����ݺ3�z�7��ܣ�Εf�8d�DUT
����@h}E�z�,��Ɂ����&#F�iB�V�Qo�$t�{OJ��GM����m�Hl����N�p�#�@�ۈ<MK)PfՔ�2GOtFձb�cb�<��2��	N��N���։�����m4������r��–yd�?(����:Q*mtգ�M���nT��:i�7Y�,Y�$� 8u�����͂��~ڻ}=iiE��kK;)ď��l���fNR�ꩢ6� 
,,6?f�����[fw�:�[Sl���p��[h}C� �#PU8Z�;���N�x��u��鮀�z{9�0�2dwC$�R/{�QM�:��V�T�vzJ�M�uOD�D��:�ʈZ<���U�0���[癭�����T�ޓt�43�C˕$�Ѭ��ya�� ڇy�s�GE�'}>�9ļ鎓�r	�–iVv�b���iT��[+m`w��붡U��f������̋/6l��?)D,�t�-�R?5����w,����r���}�l�۱��T��X��@Q�+�(��G}��J���cYbx��]J�9؋V�4ԙM��M�d���qr2��0E��(u�Cp�������kG*O&�EJYY6+�=6ط��M�*l���(�ah*21�;����\�{���94Q`@�z`K|�V1����x���+��zU���f�;�K;I��>4ms�x]G�$���%���<6�u��hzg�6n�F8j�d�-&L�#�X�+���i���髷�e�v=@@@@@@@c�a�a�s8�{+7ɘ�Y�hvn���yO�:�e�i�@p�#�@p� ���,�+��
y�Ό�3v؎f��plY�.��,��)b�e�,���m.��kU�:S������6�c����#X�\���]a@�1$�*���+)�J�d���?�t��ػ�&��;�8m&Zeu���N�x墈%!,z�0�o?{�'����*�G��fe0Ky�ʺ�	��V��ᬧJ8m2���-�'o���n�W���Ys�5Qu���!����Ȗ�.���������[[�p��0���hjҶ=�%��Y[u�^�}�ez��=�~� �dMHʤZ�o	��c�#��
$���[��M��}���@zO�8ro�uWD��oP�w���2p�Y�2�E��m��k�n�CᏣ�c��`D9�mFB��33j���7��pq���1�2���(,�.TĎY"��H��xP��\]��\.�����ޱ�yv���Ƈ
<�:�+I:��ٴ�ER/~t��y�|]i'H�vߵ����<q���2��F6U��P~����=v�����f��r Ýqb���c�O��$�
ύ�lyP.����7��0��|=�+6��8�Pr�Udb{��mi.ӳnץ[��x��u#�ް��I��1"�<��+�J�j8�wV�ɋ�s��m�=�."c�����CΊ��d	o�/��ޭ���Χ�����͆xߥ�vl�\��K�ˏ�+��	W��^G-�s�@sl.���|~��f}�ia�t�僎wd����$lқ]���T}ɠ#zs>͟��nŰ���\���|��%w8��X�R�7�Tp	�����<�1e�;'&/'!e�f�HGF!����pE�
�s!��}>�z5G��:g|�c989�k��-.4���֍��K�hxzW/i�Es�\�*i�$����f�O3�!zk�Qn}7�u,]9.�����7|�2#gIFDX�4.�j�>���h��o��ٱ6��o͂<G�F3�÷�Y͝�($,�V�@I�T�V0��/fȇ'�m�I���$bh��m]��@'��pf�
�˲gn�o���݋�`�I|�#�|4r��Z����˳zb��;v�7Pu0V��l�q���׉�g�9u�2��| ��@:�V�z����8M����Kd3fȬ�?J�<W�PL�]�z�#i�϶a�&FN�1��|yq�7����j�Wr=�݇`�}<��9�w
�+"]�}�|��c0_u�G���pk���󾽃��Z����v9%�2�*�5��D��I���
7��N��bVr��A�2 �@��4���E�:�9��5"�es�2�)�g�H�-�
V'���@#{�^��ߧw����9����#',5���x��8�Mf�F��@lz��ݛ�����3:�10�,��Ř���!��ky$>0ӴzO@dv��b�oh��#v���e�����qpB�P��E ��A�Z���G�f�ǝ�1�;N6�6�+��€N�2m���ǔS��C�PI�Oe�譿e���7���f��r����fox��CQB����U�B���#@e=ON���_LO�9��bG$x�P{�D'H��\�a@dx��W-:����
�s"X�&�P(��Ӥi[}G�u�j���3H�@�ú�fS���A�D�g���7��*qe��Y
����UA�ݶͻv�r�A���Ǜ<�)��$O9��}�-Ư�cP�v�lz�k��=�˞%~��k:�l֢�iη��w�8vL�OP�W�?��i@#�s�/�ǵ鿅B���%��[a�n��<M���Ҁ�����x��kS����_�Ġ̘6V~�ژ��H��%�����6�7F}�>J-��z�=I������OL�5��&٨q�������
�G����-��@6�;�#��j
��O������:�lԣ��p?��@.e��6M��p�qƃg1�R�g�'M�/@Pe	w�dS�>Jg\���χ?�@p�p&�.E��9�06���`��u�Ŵ=�p>�ms������G�s�ל���/3@�-�(p�I��~(n�͇�6�̗�q�i,[J+M�&�^%��K��;���Q.��MF��/pB����&��M���~�� ̙v]�9��s�ԓB�Ɓr#�k�$j{�ZVZ�ڲ�&w��=��r�?\�P��*��puh�O�(�H�l,����œ�ƺ�z۷X:e6��7�l�ؙ�U�˞1�K����8R�EܣAY˸�Ń�ճt��A�YX�&lx���N������!�|5����)M�!��2�M�M��nsy��~��o%��\�g&�+�quf��!�fe��~�
���w��-�Rq�c��
�åxt��e��kֲ>�r-j�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(��z�ُS[��	~�f�3��>-!Z��㲼��.�
�N��m�@uG���=�r7�8n�����TYK�o���4ޫca˺�J�:�ks��(=��)���D�n�ϝ�Q :�/e���@H�ڜ���Z��.J� ��-���h_J�=���-v!������o�ߝfmj�6o�`8W��#۷�-������~:ѱ(�#rZ܍�
#�r��T��-:����߱7�!q�,2���]$a��;�	;[uVǽdo{N��f��>�p�*�A��^g�we�:�x��f���Ѽ,��,rG"�x�s-@?�u~��	���Ɍ�;��[nb�Ddmr2C�z��m<h�Q�n�E�>��$����k"$�,a@���
&���`�e�A�sl<i3$�)O.l�O6E�����;�!��M��&�-�	�oȅ2|e
�k�Tx�ny5���ܺ�m�2sb|���h�����"�UX�}�[�/s�e�����_)��!�i�̚�M��sqnT��/To��0f~oy3�3�!��"ɕS��"8�V�/Ÿ����W���RbE!���,<d�8�B�G-PNA����Gꭓ���ͷ��X�04�I�"H�X����(�k�9�l�KK4�F��ͭ��'���4���/Wm��˻C���l{�Ւ�FBC��K��/�3�k�#K՝H�^��p����7H�q�I������~�j��>��l�����$���d��l��(}�2�����!�l��N狏��;Qn�͸���#lT��1d�$Y�Lw�#@BꞲ�v���N���M����6�T�n�!�yX��?,��[�5���|���]��6\h�||�ʇHRp���805,����u�}K���y�g�Y�H_'�^��E	(��M*]$Z��'Yu"�l�m���8�f0�D�U�鴞6&�z�>��,Y���ˍ�����(�x�mn��]�V֠$l�mԛ6�V��mrJ2=�p��΁e��F�) F=�y�۾镺geedI�*�2X��"E�Aa�u�bnx�d��O��kD}PH��pJ�(8�������=��)��㖂4p�	��X�GƠ	7����]=������&rD��Gmv�E�+����ufF
b�K�5�N*�88�g���!S�g�<��_.��?Nc�/*~fÞL�|-n�ʊ�孬�(<$ڀ���\�W/V��So�"����O�������΀ob�=�d����f�\
����2���ŕ�蹂ux��k�����g��ǂ<�"X�0�4(�.�X��" �E��vi�<�z�n9��WR�ҩǏ.7�:�i&Y�3�ܭn��dF�${�Ǚ@?6��c�I_�iAZ�#�H�,c���u@-�&�"7n�k�{�,�P4�M{0q�>�@��!�K��TQ��1�iʷ'�s@(Duy��i-��-@&B^5eq^ڏ;�ڀr"8�7����|4H��Rr׈�8p�:DS��"���P3��2KH���P,j�IV.��r#��mN���SQ -n�4�mr�V�Un�~
�6��WA��c�;
(�{�|\\�P ����16(E���庛\xOo$��!��ܸ�p�ҖR�!���n�"�thN�V}�1d�T�c�\�r9o{��U� ϸW���赞����O����
�Cx�{E�!~�ݔ�I2	����5����T)�5X�Xw�T�Aۋ�R.o+|�DF�K]��mʤ	�	k0�~���V�}$�{;��:E�BP�������`.����Bx���c�Z����\�Z�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�1ް}1�Py	~�f�3��>,� !���)�;�o���U�q�
[Sn�T\lmnf�#D+��7�1@(���,�a�(H,Kq�w
����@wXH�W�vP��:G����c�<��nȂX�|M�7x�SK�p�1��_x�f��D�8ת�#۷������<7<Gmh�Ĕ(C#V����̌H�~��x�FWLI�v���E�Z�R������F�se��?%�*���*n��r�:˪@n<7*�6$���,r��Asr����@5�"Vgր�n���c��q�q���쉮����a{�O���V���H�@^�����fWyt����@<�ţ�JX�Y9��Y|�O1��Ĩ�@u���E��!+�ܪ<Rh��p�̍pW��w�<q��2uo��@v@κ|��^3[�Ƞ;��F�
DY}��(�F���DAcp@[��C�F�t��2�"Dž��.�dJ�&���@�m�
�L`KJ��I�{�
,d��\)$�n�Pe�&Ά�-�����q���QD�x%a��9p���0�r8w�F�C*���EQ�B����;!1ث
%�����
��e:;^�V��YH
(@�+�n`PPi�UF�~"/�"��{*A��Ksa�{��8/�_4~/_n��� Íb�c�x�	�j�5'P��.�M��@HD��Q��8r���b1���c�o�@(G���<,x�5�2�#E�a��:	����+�{�Z�PƤR��0:*"�o	<؎w�P��T�[Y@
��j��X
�*�S�{��P	D�Q�����(�p���I!�rnh$�Q�>Z��e��@tK��%<@�h"<k��|Qߘ4T*^Y>�7g��ڀL��Cp�j�G;���(q�#��@p
.�7�<T��(#@��w-�������t�R�{�h���'3n#�|t�R��nt��@x������
ǧdnj�6� �5�w#���k�G`��C��U�O>(��o�~_��n,y�t�U��k��:ǀ0hĶ��#�P����Í P�8�nf��%k؎V�j
-�O+P	p�Q��{(X[^�=���<u'��&��بOw*�˥՝����
׭d}
�ZU(PPPPPPPPPPPPPPPPPPPPPPPPPPP��}�2�TE,�(UPI&݀Vo�1���C���Ï/)�j�(&k0�1<�yn?��{�m��i�-�j��W�4ߓ���hS�'2۝�s�A�c��c~b�ag[�4�#���gc�5��o�R���q'��"L,Ҫ=�f<�1��ؠ�C4{�ߓ����m����F�5	�8j�0�����1s�&'��~b��,q�6��~�n-��/�Ob�	�M#��^�d�nߺ����"�3�,"���.���[���;߸�X���Ԗ�T�p�{�"��Dv�8�	�`Hu��?(����%��W��€Jm{��|I�����*�
]�r�=�T�b�"��)�3�,R(��&��m���и�
��>۸Ğ,9ׁ�H��qpwqg���N_{@7ݸǒI��^�����ɍ���2K��V��~�T�׸�bp����-��(
�r���R��v��"G�� �X���@8�!�ߐ�
��_Kq��6ٹF�V�I!b���P�u���."�?�@5��r�)d;|̭`_ʓP���q��9E���E��@%v��9s�2��)K|\-@(m��7�<��E%�ؠ9ٸ�ņ�j��Iq�€���&R�9,����c�ڀclܑ���� �X��p��&n���A�)��~ʠfm�sYD�Y�LR\_��@H�}�f(pr�EИ����T
�k܌�S�2_��*B~�6�w���_��K߻���7$��0�{�Q����{��ҕ96Q�"&��{A�s�S�����)/n�U����[�r86�j���w=BD��]$�<R\�����7t
�����c}7�!¨�f�$�#�L��1HI�6ٹ_P����U��[��$S1�C��mjGq2�9 ��DLm��#��siL��*/-�ly�l<���r�w��~*�x�
g �K�!���P�܂�� `m�_�@m���™B��!'�v�����)9{8Pm�s.��sj_�hd���66�uQ����cb@�(_n��X��U	���?%����+8�/�'�?��9.ݹH�I�6����P��0� X����G��T�v�-�™Tb���@�w#o�9��5��&�)0+�42~����Q�9�iXߗ*�v��I3Ym�h�'��@/�s��dǜOn�۷K.�GlR��.����⚰gR���7�~
繑�{�5����ou�O;���9䃞�`,�����j��-������ �bg�07�h�栃�a絔bKk\��>��f[O�M~_ѿ�A�y��1�����qp��N,����b�L�QlYly�-�>���Xv���7���,q����5��U��Jl8Z7�� ���
1&��76�w���ƚ��oo�A%��18�b8F���PA�_K:kiX�,pA���Z���}r-*�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�������?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
����?)�
��@Z�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(���#�or�������'��y��?����V�?=<��}���y����߫$�$]�+K�u��0��+�����7W�b�]:��W��SϿ6O���~�uw�|�����}���;��N��/����SϿ6>gs�a���ߥ��*y�����|L��z���~��;�X��C$�[Siö�M��8O3T�ݵ�U��9�A�{����>V�>���u<���?��/�?=<��}���y���M�_x~zy[��Ǒ������ܾ����#�����7�}���o��GSϼ?�#�or��������<���xG���秕�ϼyO>� �����O+�x�:�}�A�{����V�>��u<���?��/�?=<��}���y���M�_x~zy[��Ǒ������ܾ����#�����7�}���o��GSϼ?�#�or��������<���xG���秕�ϼyO>� �����O+�x�:�}�A�{����V�>��u<���?��/�?=<��}���y���M�_x~zy[��Ǒ������ܾ����#�����7�}���o��GSϼ?�#�or��������<���xG���秕�ϼyO>� �����O+�x�:�}�A�{����V�>��u<���?��/�?=<��}���y���M�_x~zy[��Ǒ������ܾ����#�����7�}���o��GSϼ?�#�or��������<���xG���秕�ϼyO>� �����O+�x�:�}�A�{����V�>��u<���?��/�?=<��}���y���M�_x~zy[��Ǒ������ܾ����#�����7�}���o��GSϼ?�#�or��������<���xG���秕�ϼyO>� �����O+�x�:�}�A�{����V�>��u<���?��/�?=<��}���y���M�_x~zy[��Ǒ������ܾ����#�����7�}���o��GSϼ?�#�or��������<���xG���秕�ϼyO>� �����O+�x�:�}�A�{����V�>��u<���?��/�?=<��}���y���M�_x~zy[��Ǒ������ܾ����#�����7�}���o��GSϼ?�#�or��������<���xG���秕�ϼyO>� �����O+�x�:�}�A�{����V�>��u<���?��/�?=<��}���y���M�_x~zy[��Ǒ������ܾ����#�����7�}���o��GSϼ?�#�or��������<���xG���秕�ϼyO>� �����O+�x�:�}�A�{����V�>��u<���?��/�?=<��}���y���M�_x~zy[��Ǒ������ܾ����#�����7�}���o��GSϼ?�#�or��������<���xG���秕�ϼyO>� �����O+�x�:�}�A�{����V�>��u<���?��/�?=<��}���y���M�_x~zy[��Ǒ������ܾ����#�����7�}���o��GSϼ?�#�or��������<���xG���秕�ϼyO>� �����O+�x�:�}�A�{����V�>��u<���?��/�?=<��}���y���M�_x~zy[��Ǒ������ܾ����#�����7�}���o��GSϼ?�#�or��������<���xG���秕�ϼyO>� �����O+�x�:�}�A�{����V�>��u<���?��/�?=<��}���y���M�_x~zy[��Ǒ������ܾ����#�����7�}���o��GSϼ?�#�or��������<���xG���秕�ϼyO>� �����O+�x�:�}�A�{����V�>��u<���?��/�?=<��}���y���M�_x~zy[��Ǒ������ܾ����#�����7�}���o��GSϼ?�#�or��������<���xG���秕�ϼyO>� �����O+�x�:�}�A�{����V�>��u<���?��/�?=<��}���y���M�_x~zy[��Ǒ������ܾ����#�����7�}���o��GSϼ?�#�or��������<���xG���秕�ϼyO>� �����O+�x�:�}�A�{����V�>��u<���?��/�?=<��}���y���M�_x~zy[��Ǒ������ܾ����#�����7�}���o��GSϼ?�#�or��������<���xG���秕�ϼyO>� �����O+�x�:�}�A�{����V�>��u<���?��/�?=<��}���y���M�_x~zy[��Ǒ������ܾ����#�����7�}���o��GSϼ?�#�or��������<���xG���秕�ϼyO>� �����O+�x�:�}�A�{����V�>��u<���?��/�?=<��}���y���M�_x~zy[��Ǒ������ܾ����#�����7�}���o��GSϼ?�#�or��������<���xG���秕�ϼyO>� �����O+�x�:�}�A�{����V�>��u<���?��/�?=<��}���y���M�_x~zy[��Ǒ������ܾ����#�����7�}���o��GSϼ?�#�or��������<���y�U�O�&O���4EG�x�,o�����f��_7��d(�(
n��T�o�v�b�t�ԯ��t�կ���g肀(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�|����ō�C��?l�k�$�a�yRQ��BEؓ�*֮�fOJ龀���d���ʺ���#Li��1*��6�M}t��
j����I�:H�u�yW�w�]l��m.nB�'��Ӊ6�&3�K!�h�ꮞ�m��p�S=[]&ۻq�^O����R�%p8���g�y��e�������v��_Iߥ��}'���?DuQ��o�@wC��M��o@p+H��P����6�
�I��x�X��H�:b��`;�4c��`;�m@9�F���h�(�ak�/˅����ōŽIS��������Z�����4|�~�|���V �	��9@@&�\�
~T�Q�C@sʖ���ﱠ�FU$w�M¬� w�@w˓�G��,A f��B.�ﱵ�-k�ۿ��Y��{��2��0 �j�\����}��-{i7<��� �c��PPP
�E±��E�1�4Y�*�}����i�uw[��*[�C\��h�((�fƀrr�y�MPP��\��A#���$w�M����	=�^��/�o��du�JV���;�Kk�kw���B.�ﱵ*;}-�hh{���s<(U��~z
��@�n��9�F#�@q��ف��P�
�X�@$g��$���@[�ßT��
��#ntYx��=���X �B�|�~�|���+)����P�
�
���EK|����o�cz�Y�����G$����[�b	�9�r�^���|�-}
n�P��8<�s�(C܍&㘱���
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�6���W����.>���a�m�q�]bV�}Ӑ
�ٮ��Oa�Y���ޒ�R
�e��f�+�X�� �DR���slM��6SSxUŏ�>��C����eAb����qY#n�o���.��5j�G[2UY�*�X�8�hg��Ƿ��_��+�����{�퟉��_.x��b�cV���A�5\��GgmhR;�/�t����8�7ٔ�VS�ѹ2�aʶ����UV�P�?�o��A�ر��c��W��?-|ߤ�M3���
b7ܦe�:@8�rUn���^����k����ݸ�������/�a��G��X夙cח&w�s��������^�Td}�UU/�'+<�9�r��Bx2Ē'0���wwa��-3e��s�0�ا���ջ�˸���a����FH�e��v���4�n�T�]N�n�J-����������������_I�5�����.p��w�r�噴�0�
�u��y-���}+�0p�+����*���>�ǩ�I��])�DF^gK�>�'�3-��.rR�)����/R�����e��z�V��q��{��� �t���Ԍ��c¸o$O�$	���c��5�vKb����T�7�e�����w?P�7=�:�!6�|X?;�NJ�+4d)0i/�W�I��&�=vz��c�>�y��kᲣ�<>����U�q{�'J��<?^5�Xq��z4n�e��p�h��*�忽I�K��=�?5�'���z�
�!M�ƛ&2�:6��SeZ�٥���Z��y:��7�+��i{e����R���7Ro2$/���Ɔ\�#��'�f}	������-L�V��~��oW—�4x�_���{���8��QtwP�.ρ<��Bf+B��@T�ŧ́��{X۟uj��z�⦥�\��/N':9��m.9e���#�v���[�Du6B�1�ߢ�U�c"�&
%�pJ߆��k;��W{=T՟._o��˖�_
��?�oqࠂ�*�`���~
}�.?L���I��9��˷�~�>y1=�u�X�nѵ�<���w��?����:r�J5�E��Pz��w,ͤG��8m�_&/�F/�q��H+�l�����f�?�L'��&_U�}��e�}9�;z�,Ydʔ�3�d�D���W�V�ݰ�g�p�\N-y��_�_���;��V��R�3���$A5�gUx�#�7RA�y�tm�S�Xz4��7��>8��ޣ�}#�ݿ�:r����ܰ�3y"�e3*��\Y��
����*-�r�QV�p{oM���_�
�[nn�6׋��{��I$0���6���j��+t��߽�n&Ƿs
�s�&?��rJ}K�͸ff�/<e�lj���4�y9Z�=5���G�b>i����^��`�ݢ�߲&�ۦVFˀ1H����A�����V��Y>�dn!���QћWLm^V~�oQeH�����.2a�y���J>�#��)F+����|yG��X7>���ظs�A���(qr��b�ĚLl�[\3�����ԆS�S�4�g�uoX�zz�yɾ�+����fR��%�6Yd���ƺn%��uG>��������,}i�s�v�!՛������^1ÓZ��G��-ɿxw�=�;��?O#�G���<0x��̮������w-��:G6]�a��1�8$�2e�R�$���n}+�5/f��?��\�����j�,[��yΩ�h��쮤ܳ1�3r�ϋ�c�#���Y_#/;�&�YT����K�4:�Y�_����Z����z��VE�3#(V�(呈)v��W4�jwue���<;?���6����m���|��G�2��ݲar�	"67�1+\|����o,y���y��^�v���T��Z�oO�շ���+�l8Ga�iĚ	�\?FB�|D_��to��z�v�W�g�Koi:p����ԭ�k�9�#oڢX0b�pZ<x�$fA�#���jcò����㭒�,���7����t�T�7���}>�F������!l�|o,6��x����>�}��R�uX+K}�j����}5U���R���
E``��Gtf�֊���{��ŝ8\�d�W���@0<W��5�R��l��g�p�z19�u�_��X~����W�]C�l�S�.d��ӒI�K��,|���\ae<؇�˵�<�c�ۚ���r�nh�Y.�ק��h��S�T3u'EcK�4zn�9Ba��o��uݳĶ�䗡�y�-��Oʶ+i���Q��3����I.@���# L��T�P�M�-M�ְ�Iw-kK�l7N�鍧n��27����oո�J{�D�9dFuy+�-���;�l�V��e�$����V��{�y��r�L*�
"�^��s���=���s�z�^��]�HN�U�p�
O'���J�D���﫼����i����&6���l�L����4�t�H�m>�ԧ��p���\��`� 	!�H�����i�u�t��<��ڬ/M�l���y�����}Y�8{W��uGA��!�]�%r�1����$�yP�� B҇�vכsU�'å�׆�-z��[;�b֕݋��}e�EO&���uf�ˑ���&qUYr���B��޽����ղ��O+z���Ӹ����7��b�s����޳7-�e�7L9g-�܇��dO4赻
�]�v���3�.G��y���
98ϗ���/]o�V��vN~fV�m>��2��D�=I�5Z]Kq�z�b�C�æ�q��]�K)��<x�������n�ꬌɓw�l�h_
;��F�xYuFZ�G�k�z�$�U�>ג���jq_U˳��#�|N���F&��&.Dm�$3�yo2�I��m<G>�ꔦ��×��ρ��1�ǟ��-���6Θۢ���/�&��|l7Iqq�m��$�O���\�KI,������֜&p�ڹ�&N�@�,:{�^�Ρ�+�K�Z��7[��
���S:�d���0z���-�,}���������4�^TX"�N�Ź�?�¼�J�Z-�,~8��=�n���«����)2���gR�GV���Y�l�x��b�b�"�y�i���χ���oj�E��ԫ#�꫰�suo�K���>��ꍃ͓�r��t߶���Η�J!I�_�<�e:Uƛ�{��M��n��v��:ORv_Z�iߺ�'u�s��,Y{�V9��n� ��֤�Mki��V�UNW��:�)V����x�\�����ی{�㕟�"eO$�
{�
1��-�p^�tY���^-p�{g���z���?[~jڲ�/a;�FX�`�� ����G�A�caN���/1a��p���{i٫^�����z۫v[pzgd��vY0�q�(WN$��
�`x��QӤ�m޼e�Gb��˾�Qi�™�p���q�6��c���L4�E��قYa�)&T-8����^�jl;=���^�ғ~Ӯ
����u~��~�޶�S��� x5�o9RF"9R)��[�X
��V����V۩G,0ռͺ�n���>��7A�o��(\��7'iQك�N���hɷ�?V�kz����̻'�����z
D�=�a�|u�#��:�&\i�#"y�⌢L�Җ���`�5�r��������݊��Ӵn�s��{q���=�4�Y��a�)��f��ɵg�LS<��3x�"�P��R��M�}5��z=�
WmW�۪�]��0��o;���[�~F����4�ɤr]rkV*�|��ŮM��F���J��%�?���$�z��?�����K}̕���1�d�]w�o���'�h�.q�Ν��
���]5h��vU�O���uw�|+W���y�`�o3i�L�%�f ���X�y��*�%D�W��[2���kõ~L뻼���o�㌾%�N�ӏ���czy��.s a6����2�i}�:_uf�5\��/���߾�?��F/�Τ�:�f�����u�#�e�S#0�8�@�-�+����߬t��Q�/휚�m�Vu���lG=K7���	-�l�m�}��K_�����4�[�56�'P��u�7<��Ň<����{��"�����'���������wTnS��'������ϻn;��3��sI;*'J���/�Wz���F���7���6��nֈ�
��3/�c"�������M\�s�9�r�4N�?_ts�qF7<�샷�W�ou�2�w�]V�a\�1�f��C�!@{g�y���]�r��yp�r�ʎ��k��s� ��8�1���f����g�bJ��Z��;��;�r�vV[*͑��ó�|5�qi��ҫ�W��e?��^g��7���>�z��a��x��$�b�����璉���ב��jߺ��h��������}F�U��=C�,%

��Fs��vb{oƦ�U���w�.e���go�[ޢ�n~̽�g���WMu�v���qA�3��	h���dc½[�~^��;��Ф��~f������{��=%��eȹ=7�un&FI!�|)�2Er8�#QL�R��]r���2ڍ��
ڵ�mS��1�=^x3��V=8٧j;Q�^����_.:�\:e�U��Js�������Dv���`�6�q<�D���|�d@׶:Fd�o��{+4݊W~�-V�c��ի�����k�!�~FՅ�Q���?֍�I��BO+������ҏi�ܽ_�1�կ[��5eك�Y�u8�PPPPPPPPPPPPPPPPPPP��|��gU��m��%9I
��	�
>+���Z��O���VS�k�����Ӈ����6����q#�ö���_��u/E������kS�ә�q�W�#ܿz���LG1S�&���?��y�y������Zj�k�?؏��B���nY;f特b�9Rxu��ΡqÅj���\nQZ����W���nެ���WU�x�q��#6AF��v��Ci6���k_��k�[-O�g��2-���~�>ތ�0'��x]ۧz�:[�v�h�om�1x��ʀ�wEx��
����oƹ�ny�U�s��d���kmiY��ϴ�X=N��ޤ��1��T8��L�~&V稟���rۦ:�o�n'K���_y��� �
�'�m�"��<?�7��
���g寛�!�b�C��e0C�X��%#�$Wn�qR�Ml�V��ߨ����γ����������幦8?��K��i}�U2�2�f�K���L<)S$͏�NV5+�P)������id�q7]JR���H��f����|��K�_��n�lWn����_���x�}��F����
�7i�|g�7G�����ˊF��5,� �5�f�O$�Z[�ͨ�}�3+�n��޶��3n����#�a��X#U�Ki�*U�gn6Ϸ�T�dwq�W�s��L�1��%sf�%�Ve�4��λޥT5�.K�js���/�^����I�0���;����Ē}&�͒�v��H�.	�d�q|Z�Pe���9r�2Ϝ�&낻fqB5�!P�j�C�j�Ri�g��K���W_С�}G�,^������"�2b�x�r�G"ʺ]��P���嫭ꭸ�#�۫���ْwOU:�u�m�p�k�ܙ��p}���������*�Q�F�P���ηdA�6&
fH��6&+�Ѱe�Zќ\q
���.=�<g�@�o�}c��g��\L<m�ߜ}�I�H#���5-T�p�+gW+>fJ��(��z�x��s���+d�v�F�4�mq��=��^��o[��fkT���Ql}`맓vy�qr�|t�u�'x�h�"^)#d�rƻuJ�N޷��m��� n~�u&�K��p�6i�\���0�p��N*����zՔ����J�1�2~��_�vݷ�ĸ�rIɍ�+$s\�j����Z����*=X~FUc�>���:�vl��>m�/l�2q%�����6��������ig[jY�^�O�?R:��3��1{�c�,̓L��[X�з�9
�h�?M�����v�Ʊ�[gWo�^ѻmY߽�]�#1�)��0,�ڑ[~���T_Z��>�Қ�	'��
�.3z�~��ݻ�rr���F�)G{�%���Miٶ��f�UV���Yk�z�����H��#�q�����e�bAeU��.4�q����y�>��%¹�u�{^ّ6.㉷
8q���xE�h�ȎGQn�V��fR�
��z�x��6<��}�
i�1q�(��&K���H��,�!�Y���εҽ/�Wp���Kg�{��Y%m�˷
�C��q�>_���>.~ڶ�j���U�U��"��z��'�sm�^L6Db	!��^"�
7<zg�^����1��-��d�=�A��.^'q�lȢ<�2���}VͶ�g�D�IpD-�Ծ���s��>��#�3��qq���1��$�����IB\Ex�ۋ�Րm���^�&w��>.�v�*�ʫ��������3���q����y�o���v��y����i�� Ď<Xqʛ��(4V���M�j��:x��P=��x��,'M��~��Di*�W�x:�R��l�J�P�dgq��~��� 
�r�rs 1�g��o0�k�v<kZ�B�u�����SЁs˲�(������o�pm�.6T8�,��0�-a�H�y��uR�g��%TGaO���Qo;F۴�Y^~��@�g`�p9f�G��I/R������q��O��Sl;n^׃<RmY�+n̂�gu����Y7�݂��i'�.�)C�M��^����7�R�ەa�`�J�"<p�%��Vέ�ge�,�����AN��uٷm��+���'?H�pfc��e&&�Եe�:��GG���U�����Q��O��~��;@0�h��Y��I�Gӽtwn��Z�VG*QV��2IܽM��+fiqq6���x�Bw��q㌿���I���6�l�� O��PcdK��D'Lк�
�M����V�wV��ܢ�]^Oé��y�}�}�z�dn9!Ҫ$`�@��@�<*;+��Y]���^���.ߎ�X�#im�fa�eO����x�D�,k������9����"&7��S��<�ی��땖��&6qi�YX��M�+VV	%�ݛ��������dX����<�i�(�qǤ���O��c�-+�mgl�u�$�Fs/3#/:|��6NL��3�2H���pcʛ~����.�����OΛ�B��i���CDDi�*�f�U����}x/�N	pJ�=e�Ɨ�`�7���O��6lq�\�#i��V���8��P��g�~��d��e�i07,����U��%H"C1e�>�I�֫*diY�g�����w�s#�L����`��*_v�I&(� MD�ƾ�mV�5�4ߥ
����NC��oQ�~ߞw@�[V+��;��@��f!��Ѷݛ�y�gՉ�D�W
9^��]��z�|�l�q��vxc��H��1�n�V0����Eh����#V�WK���)=V�7��c���܁��1ʅ*T&���ר����ٕY�V�i�ۉ��n\����먺op��$��n�5�1���ʊQ���t�Xk5mmUUy'>�?$Vc���=I��?�%8��1�e66m0C�ǎ;��͔��ȵq1�1-�U�&ň�j��Ӊ6mP�Z9�u:��[Wz����9�������N���N��=����.\J��
�Ơ&���f�N���Y�&n������m/�&ߟ!�:\|!;�3t��~�U�T�\F���Œ6�W��o�۱�̂_�
��s��cddc�p+��� �
ʷk6�A��Q�g�Ul}u�;'P��X�o9K*dẻ;8��!a(av#�cJ��5g-7�(��ݝ���}��֒!˟��PP.��ޣ�6���kܝe�����ˊFP�Y�A�H�G�S�Ϭ�c>�^G��y>���s1nT~N��G0��cX#U�I�x�N|^ex�W��=I���h�gʞ6ɦ99�X��i,�ܼ�#�
���k.��Vx�/2����ӻoN��+�K;�@#E(�Z�v�����U�߼�z�����4�nNl�[�l�V�m���ŹDcG2$E��-���j��QQ��ϯ��M�,�=��}B�zW�d��2�F$:S̎Db�Vky�Io�­��M�U�4��e���?5�Ftqh+n�g��S�#�=U,�5�g�ve8��/^�^˵�^ݜb��A��$�-��pYIx��e5��E��m�{�r��2�K���հaI�c�h@U�nj�k"�M��[��o4JxSK�g��4@@@@@@@@@@@@@@@@@@@@k=:�/��v|�Hg]�3\�*�W�{}��m
F-Is�����FF��PΦ��x�\���(�a~�u�R����؎u�����,�Xr���f�.f$��E� &���8�#\���g��|Wv�n�[5��s��
t2��M�-�M�&�nI��!Cfx�x�H#���ԧ#�ίNg�����Kl��^���~㸡�]�+��;�J�`N��x�Y٭?��oۙҪ���Aa�����S�._Tt��u<��C���`W��c��<V�gդWj%�j�
�9��i�)#��o�
��̳�#�@WtΈ�#"p~�j;Gk��ٯ̶�Uy~}��u������k��(�(�|����ō�C��?l�k�#��PM�_��n�lWn�������#_l�PPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP r8�Th�(�(�(�(y�:���9�j�����R??��E����=6E7����8�Ɗ����U�+�>��揑o�Y��/�1�����)�6����~�7��8�{%>F���~h?c��o���#nhm�4����7��O��4?�ߚ �ބu���E��$�1��d�	#��ok��l��t��-K�6�<��@�?�w���P?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N��?���?�~N�����(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(&��Ϋ�2x}�(IULQ�@����]�{F\e��l��������(��;�A�-�@�ʏ������U��L�d<G��>���<r��Q~
$�����Q�
PH���W',#���~����뎨@�R�>T|��@�׾����%��@������Q�
$
u��k�(��������)'���s�@�@���5@��=K�P�����j3��S��kw�Q�
$�~O�d��3V÷ɋ�hm�y�s���ûɈ��A�M�}�%A�J��
>ЭA���"��6F隀���G�R�ܺ�y��)�����ʑO��}N�閣��?��jf����ʶ�-�o&+_�ᦦHEl��uʱQ��?��
Y.�4}U�ׯ�!�
��J$b��יQw��kSS.� �����#����SP��\�-���D?�Z�-m>���D�e�VA�#�-Y#F���y�Kd���O��d��{�q�}��[y�{$z�5$�[��J>�~j��wa�<>�~j��n�q�}�����}���_����A�W�H�ԛ�d���z�w�}���Po�}��!%7���}����}z�5P.=�p,J���@Ky�KC)�B��@J�Z����H�y�ѩ)%����PyA��'�D���Ju6��j��>j�@�ԟ���/�B�1���V�����U!iḅ��?ڏ��M�(�q�
�A�̜�-�H��F�
+�{�:�Z��!�#ϖ�<'�PV�n���\�G�B�]Q�!!'�D��
����z�yd��W�I-֝L9e�G�4�4�s��Z�J?����뾫�Z�J?�����:��1%��J8�u����Q�
$��\�>�����?�����ީ�Կ���@��Tk��[�G�4����u:���-���@����ᘿ���i ���'��}�L_�I ����e�.Z�F/������o|_��4�<�}�M�֯�b�J��W��%��z߫�V�����j�k�}O�Y@��*?��4�P�Y۞޾�$�o0dA�cf@�1@lh�=aޱ�x�)Ve���ۺ�oy��)�z��y����C����Է���=�o+$H{����k�mvbժ7{^']H�L��V�|��/�V�$�R��"�EvI���(>����̚E�O�ԃ2A��]�	I�̉�,/�UUf�Vz{P��!� ���mZ�Y3Y޲n��ab�K��x��WB$����9h��c?mM4��6��ml�O�_�SI$F��^��<9���B~��d����
�VXw�M=����6E3k���{�?�<O�뜕G��z���{����Ip%������oq���/���"\_޿���.n���E��TV��r��;ͭv��~j����N��A�&x���� A_�֦%�|�%�������R�����{F?昣��Hy�yoW��x���)����yoY�7��w��'�u��fS�}��<O���>Cz���<Oꪪ�ȿx�^����d����B��?��a	�ǵ�q�1Uif�i�?޳=�V�:����'�I��m6��~6;�UF;�p��*��J��v�x�{���cc��c���]����Ҟ�.1����kJ.�ɲe����À,;���ɋ(̑ㄲ5�.� ��O��k`W��}o�)���܏��5���������̏��Uv��G���{�G���;�y����������z��}�ML�O�����ާ��`SS=���50�?���z��}�ML���������H�U,l٬��H�M���iwF�Vy.B�#��Z���|OJ�#���]V��ʰF�ڤ�'o��l+�on,�e^̟�Չ%t�x�M�8��9���Z��`�����y�2��N67;��;��D1����ۼe�����f���ϙa�	?�'��G�h��������2�B��}R�W�SWw�����O1�(T�����Y7X�g�c�_:y�P���e<�7t��8��1��duC#���ZH���A�Lk����biE{~�>�����zGo��W[We҇��'��U+�F��cWSU���o����D����DH���
���,�7�A��VVs���E��V��h9�_!%�dkЌ��
�<�,]�zɋ/��Έ���ԀG�6|��M�\��
ɗ��F1����j�C�U��oI����p¾^�nA�Z@,q�����{3��@T4$9�x�uPuP����	�f�PI	P��hrB��jAH9*�@J�!V���kU�l�l��B�@	j�*s�A��@gz�,��X��1X�4��ʑ�1@J��{�n
��X1��� f@�ׁ�D�S{ڰ�"f�R|�s��O������H�D�>���,Y	8�tO�O&��kDd���1q�$�)uE2���n�T�7�P�b�[2j1��$G�$��#��A�:n9�3��aP]c��j4r�{Te ��6saʠ,��y+D'./�;��h���_	�Q��IM5�A���Ɍ3���@۲�U'�\mW��&�KP�Q��eR`BX\p4��I�j�MP��(929�y#Z�d(��2��mn�X)�Ѣf��S����"�P�d�T���gR.�J�;�v�T��E+�F��6�A���*�v,9���,L�6��<L�f(�.�,�jQ�I�����q�X!?y�HE{h�7L��	n|�Q�Qݮ~:�0bj����<5�����P�v��ƀ��|9����h��v�@z���}
���͓(w.����xt��b|[v�.K�U�)���z‰\��~u�k#ϸn7>�L\f�(����W�'�n^�uH���/���T�Ϋ���l�YO�!�>AU"ö�
r��ɭH���wmu��Vd��7DF�4�>3Q��D�Ξ���X�`VuTg[�v,_AM�
˹���ޢL�eDO*+��~���\�x�����%d����G�"� ��i ��&Až*ip]��M�$$"c���P+�l!�C��%��i��{�&E�L�DLjw�!�>.4xe���S캄[�&�:-�J�ײ���q���`�'Wg�χ���\V	�	�F?XvV�5[g�ֹ��#�C��Q�z�u�f�c��6�U}�1�k\��\m�mm�=����+��:����5��T5�'��\lP?�+:� ��e�[L(�{\A50
��[�_�ݍ�mP-1b�&4�(Bf5��w�J����~��|�Õqh��;U�ۈ�j�
�
�
�#��ca�FL�)��̀��<�/X"���)d��7)M��xƿmc3�QᏓ#�����LJyq��У�d��9>���~�x F�̬|J.{�vր�+Oe�����W��5��1�}
�r=�;	�'�?D0�;h$�f��o�mP/9Sⰼly0��@1�l�/��쒏���{kH����t0�}Э���(R�T�6�
�StƐs��nk���>��"ӷ���Y��[Y�5�D�؏�^�`UP@x���y�|�?�5e�dΨ��`���)��ryov���6���
LF�@���7!Y�i7���4ʀP���^���ac&$S�x�^�k@�q�U�V�-�j���-$(��Rk��+�G����� K��Ho���|b�,�:x�F�CT`�op���6���j����b;�!�J�m�
D�ʩ�$�;mb'YZ�ve�;G��d�k�oYf�9��x��y^�Q�
֑
��{ֈ��>���L雺����J�M�C���w=����]�`�߷���
<�–H�kU�d��~�Թ<_*),YQV���k����Lc���\�c?�M�M�k�����wm�#�&\�+�Q H�:��p��R�h;`G��:��n�c 5��������NDI%���k��F��M�����{<�����<�Z��'w�X�dž:K˅��G;]�{�[uA���OjF��Z�ѕr����l���q$�		����QUl�^��lh��&>�K�`=��"K-��T7Q)"P�H8۸Y{h֦zJ���,�F�\���'1�p"�^�t�����$s�Y)S<�~tV�ΡB4�@JI��{mcBI��j�|\��|��jX:��]��6�8�¨!dIj�Y	�!dJȭnF���D�>a�ʲR6l��'��b�!7�*@��M�@w" �
�����˩��
�l�q�FlÇ�@7$�f~Z�Ƞ��fmҙ n
�����k#?ޤyB��H��Yd%Xv����=�� K-@J��'ȊI���yc��U"��nd܊���Y�@������dD���6d�J�x
��р�Q�$)�5�ŵ@ze@x�c��R[vߴ׌�"�p0�Ǐq5�2�OI��F% �µ�c���+�0E{j�;Fi6\/{-���֛]½5���V"�f�ܽ[�c�8�}�����dc��$�,ZOa�&����&�)-���!Ee"�\tGs4���ԃi���G�3ߝF����gNoM>Q�\[��3�=��@�<Vf���G�����}�vl�@��7a��0��![JL����X��<��R5,O�UR
o�_F�Q�c��I_��aۿ�j�H̚�ްܦWX�&6نXZ<s�4�����8�8��KY�T�3Ѳ��fF��<���ps�@ԧK�i�m@\��V���L��g���4q�;|@$1v$��O>�["�1�ns����XsF�P�����~��U���jL�LzW�l�L��>�,�4y�a���l�I����Vw17�����.��]G���A���ö�eU����Wi�k\bG�g�0IR�d2��!�W�o��G�T��η�@�m�/n�]>�E&�����:��tN�S*�l�FT��9۳�+��䄓�j���(6���`�װ��i��!a��c{�o䮔1aY�s�_#%uq쪁�p�7�����@@@@y�14��jY�>z��{�[��;&"%�F�5�9:*�E��K6B�
�{�_��%��;L&O�U�ǹ�6"ڢ
�d�'A�F���Uu!�.s����⤑��G/��#�=�$�YNjq��h5#r��G
�m�a��d��H৻��P�8ψ�|1��x�
>(��ZD�����[��{�X��E�\����㮕dfnVKu�~�tf
�K����S���gJ�}�Ҳ���b^j��f�/����Ԉ*�
�<W)홑�Ѩ1�b��1P���5:��sΠ'e`y�v�
.��Z�s�	��F+�j�����r	�-�c•z�*�Sx�O��h�V�cʲ��k@��{�R�f*H&��o��G�b��P;�
�*1{�����)c�i���YEl��<@ө�!]6/��0�tˍ��x�<�T�y��'�mJY(��A��,*J��0���2y�5r���څ�$�ބ%�04و�ڨ������N��#&�;y`i��@ݤ��—.c�8���>:�Nn �37?<�"�NJ�o�P�+ۡ$pV�Qbʛ~Jej&u�rl8� Ԗ[N᷼�� Gk���i!����ScE��j�������&H��UdXN���q�&`N�k�>:�T���XR�4g����n�)a�¤�"`��	�U{�ڶ��rMʹ��b��$<=�e�6��	O��ߪ����x�-uF�lD�����z�`Zm�&0�uM����[,r#cՐ3v��*x��Md{}˯&�b�E�g��Y`�F�2!�^d@.f7j?��Oa�%��-� �×P�,��T�hT_�K�}&���{�<�PZRn�G��}hQ}��@3+-T�oaz�y��HYs<*��Iy
e��\�z�I��^�A��mv�I4Y�)P���g=�
ȡF�^��E&:�)���#Z̷��
�e� ��/"*�ao337 {h8Ut8֐^���6���܄U�Ii�c����	�0z=@|݊�$���L]�s�F�	3��W/?�8�}\�p�:ԋ�Ҭ��I�a�s5�PŬ��鑍� W���UDb�ي����kc#,�	t�g=��9=�h��=�X��EUVV�e����R��*���R�o��*~��ڡ�ۨ�o戎�I�J�-a�o�,y�A7�T�!]��{&dYX��@��W�گ3�:H�c�"2��ZՈh�<˫}*�z��M�$C��f�q�>��v��W�~�����9RGb�#i&�ұ#�ꖪ�sԙ�9�=�2����@D��"{��W7�m4�ZJ����f�e�ʈg�9+_2,C�Bk2�n� Ń]U��'�uW]l�͇��̒OB϶b�1%�T�iwc�I�ܨ�Wzャi����K�O'�dD�x��]�<1�)�|~"Qo�+�R���j�|.�b{�K��ᐴ��Z�V%�
��[{H��Rqu8k�nn�͘�����g/,��n��^f����f��sԏ�[6���{������ib�s~hT_{�[7�M��m�]��˿�m��ܓ.L�R�Z.B{Xx^��W���v¦����a�}e�ûI��{M���w-��)���b�'���)��#�^���׷l�1*a�X��N>3�ǖ��+c�.��q�?�G�O��]?X��}f�垯3�n}~�:ŧ����=9�eM��S8}�@�hJ(�biK*z��?%}Z�[[�^]�>F�76߉A�=�{wZlP�Tߋ�����$�q�����ٶ�dn�VRh��A͉5�5#�G�Z�N:��ڄb��&���H��A�X��҆,9��g?�t�FJ�\�(�¨
������
�
�
�3=}��m�윀l�iA��ʹݚ����9�H\� _�O6"�����I�f��D��[��%o�c;��v&��6S��4D�&�������+,	k�o��De�[~�6e#P[~J���;A�����`�ƕ沃o�-Pʥ�L|�>�\|=�t�-�գ�}W�v�5��e1�"�#��P@��O��>
���EC,�����9�O#��%&_'a�u���ݖ5�ZQ�8��RJ����:��X�5'��'���
�4�!]C�j#�61�F��U�@UP@x�{������5ʿ�� 
���&29
@���.\�b��Pn���w�(�0`O�,rb�0ő�W�X����j3P�`
@Zae�t�YI"�5�Dϊ'C~to*�m@F�p��aM+>�c><��9��eiu�9TAfe*�t�P��ʌ�ᐺZ湶tE~>�B�0��&Y"���V�AQ�=O��ı[@^`r�B���2�ݴ@>�L���x�[X��*��[�2�)�n����թ�L@B�n�B�%�C�n�A���u�l�O��ӱ^'�p<�qul(���>��@��#e���{��{��g�ž,��p���S�H�*��[�5��L0�B��M�����N��n�xҬ���A��Ǝ����o�Ը���bx�j��mK�j3��c�C5�+H�Efl�[�ct^C���P��x\�ۗgeY$1���ŒP���@���}�7�}Fʪg���M�M���`�M�i#f�-,Y����I?�6�xq�/e���4`��r���@�#�xn]�������,�c��<�&�x�]IS=��<�8r�Hh&@��W����e�fQ��v���ƀZ����	�yP��T1�M
:(�	�y<hB�%�
ɛ�ÕB�&
M��O2(
,�v5��y�AacP@���8X��@�ƿ�~5@�V8�M*����a�
P3��P�+�_F�m�@9"F���'a��+U
�q~T��Ǐ*�6�
�z��i�	x��m&R/z��8m�$q�@[�}�Qb���jҪ��[N#�G�,I6��o\�Q]˘v�FX2�K�r��΅'�&O%�x�BI���Z�U�����E�+)n�ڮ�^h�G_�x��aE�
ҡ�f{s�0Dl�;+ZL�3Sz��nNc��!����RR&,�����2�4ly�m��=Ԋ�z?E�#��c��y��Uƌ5%YG�%�'�`���7�'EX1}S�t�Hu�Ǎ?N�3�\�va%��lk���
tUP
���{�;:gmA{sF����
��jä�g��'����FuC]��Nj��i6���i3��pIt�>CI0Y�Ck�nxw
�JV���#rW���Kny�n�>�*��爨���	����}?tup7n�j�����d���p�Ӎ��_��,	�*��T&�}J�7��ٺqg���Lb�5dLy/������
��zw���6�p�ɛg��5�����s�5���Z����tGOn{v~$SO��\Q��*x��))	�r���ք`}\�Ge�rr�qzwk��y&��PD�j`@D��5z)G�����٫���bI���+q���Aɤ�B��P:�-��g9� �N�4"LT	��*�*/�:蒉0����u�ۛ��0�j�\�A�V7�<�+�r��:G���mɩ�s����C��$h�'1(W���p�	���hh��
^i�p�6,�X/��1`l?���+�[[*w��M�ǧ���n��fLcǑ�a��V
��ak�2�e�Xm$�����j���gn�i��nl_���t7T~a��r蜖�IY8�Q�2���r8ێ���~�{mޱS?�.9Rt�R��I�C�m�Z9F�anE �QȽ�
~{m�g����F
�R]�r6"�7�e�ƀm��&c�N�!m�‘B���ᰮ�1a��9�Gۥ�2Wo¹&�(
v�@@@@@��XL��X�57���r�xW+�)���ou���Ɏg��+�g�G
TyJ.P�q�5�p9e�E�Z��boR��0H��Z��{���Z�$��W���mp��r���υ�;n�*39��C%�kfV�F�ǸK4b��۹�eVBfC?�H�M�{Ei�b�L�q_�Gr��J�ϊ�j���
漏��YÈ�a�_���Ar�������D]�##+��.m�8}���~�`ɑ�"�%����c�St��-��8|U̿��5�گJ���
�7il�v����@Xe&Ɛ	�-�|u`OF�6$�r��"=� ��D��$
���y_�h�YGe@8'6����kp�<6�LF��E�$}����d	5P$�����%E��nت
오����)s�ၠ��!��� |�9�J!cv��Oes�7Tdw	ر�\�:$@Y�h�l�0n�?��Tņ�Wn6�] �	�� �7��k,�,��|����{];����c xU	j��Ca��2V��
�jԌ��I��=��w}��g�ܥ\h˅�nJ>Z�I<Sp��&��ݲO�5����c3��׵zݒP�J�Y]����Vj�6i��Fsp�����u��i"�I*�\G�1$�VD��aZ,�\lBM����)�X4g�c�ɃY#��<�5{,xVU��`pVLE�Pb���>�D�(7|1O�R�U̼U�7��vV�
&^,%�5A,c@^W���r*����A�cı��7T���*�?��bȏ��ɳ���7�Aș@�j^zo��ت��I��v6�a0����L���7�Ֆ�]�l���T��Zb,�*���H�&d���7�FJ��$�;.��\qnu�TeH��أ����#�X����abe�Z��n��2[�F���Ř�&�j�~
� �Gz�WI6)ظO�a�q�������=L�Ee���+��\�%� @��;/���;Om�*N<��b�9M�P^A(*/΅�j���sj�*{U!L�y���XT(�1.8�fd
��G���ڌ
�
���yU#�x��@',:J���x2�@�D�Xq� pDmT,`q5A�#*0F*�P��C�`��Ơc�@�)��+@j)Z9}!ڧ�P�`�!��]$���@=�cB��q�@�N��q��t������r�]�4aT����� �Tp���.R�Ά�yϨ5��bH�딃j���z�&mJ��<]��4�:{Ў���S��Q��}�z�x�[g����{pYrb���e%��
�m�ͭ�u��5�F
4�
aٝ	�M��������Qؐ��YT�r��V�V�+�w�wx1�<����b
�J���;�?��m\
���8`��JEǖ��_�{k��EOG��н(˗�:�{�yDTI��R�B ,ll>�[�V&�&zv6�ݼn\�U���,��>󘘸�,�1�I��l�G�֯[ڪ�ʼn��~'����4���d��"FQ%�5�����V3�����X�?��L=���iVr�}�Z�oH��I'��f뙒�J;�v�V;�/�h�K>8[�Dl3�;�"dςp��u �@�A����^�$�;��'r�6ݷR�J� 6�͉=µ���۩(���Ds�R=�4�	b֫�0����n��%���x�F�4r_A)�m£��d[m>DX&W��G�UeGd`�m��ZT�d������L0����c;�jM��p�/m}N�V͛2�,��6<���)�%\a�3?����ߋH���
��Gm�zzK:Q�1g�e�&V��$�fd*���E�s������m���}I�����b��}.���V�궚�U��9����Y
`���rX��f�1jtql��������������۳w�9�.���U�<:us��}SοQ������uI=�5͚E�a�j�8p7iL�1�Ci�%�/�8�rݼ�y:��S�r۱�$ۮ*���.�v��_�=$V�K��y�Yv)}�q`BY*;��賐p�L����B�m���9�s�Z�FJ��q��:�
��(�(�(�(����ۆɗ�����U����L�ώ���âLX��I|yI���5'��7��A���dW���{mmI�F�EXCB��"�4j��Eq����9_�m�,�c<7�ÝR�%�=Xq	���e��+�6�H`ψj���ϱR����g��2�So��ug!2�,I �����!!�s"�~�m�r�oح2#c�9�E��{��+���bRFYS�-�F��#��ˏ:�dLp��I	�"X��߻��j0=��N�8x�f�h�[݇V�'{mūl�.�>��Ѐ��(��Ș�����Z`�q!!0�6"����a�;��Ф�vH|�ۍ��;k
N�H�k��jy�F8�M 6�嗊Ag��@.ɝ
"�EǴTP�7�*0*����fğ͏�#K��A��2Q`OTaFa��h�M����^�mh]��B��!�*�bR:�
e������I�q�:T�e#q'������z�Q�Y{��
�
}����+-2�B��V�A�u�B�
PJ�ڠ�ɖ��o|\8r2"c�UY� 2Ǒ+cz�Bߥ�b�r
J�|=�A�����zƒ�
��do�1�9G���Ms�|#�O����$��cݟe�ؠH�l��<�1GOg��!�GE����ƦC���E�����ގł�x�r27�‰t�k#u1�`'H��e&��d�p'���X�!�w<
ŔXv��94Z�Y�1��gU@y�p��T��ǟ��b�{:�ԅnc[vi�p�I]�Qdd,e��O��x|_/�%�{'JG;�Q��@5��X�����T�v(}�<8��x�Ќif�I)_��@��4��g�"�rn�$<�8�8q1t����?sqk{jH3R�n���NZH�ȏG�b	�����$�y;,&8�Иܑ,Ҡ��'HPjIJ���2񲶱�5�B�X�AH}$��;��*6}�m�N~~��#�x�v��5Y8��1v��۠���E6�m_X���GuFS�2w�|��b�\F��G�E7�<+�wnę��)�����ó���N�􅭥W�$�*@9�㆖?s{ڀ��ֱ�
���3���=���u+�R<�*�B�3 �6���Xu��&�$d��6���*�>��*��5v���'�@D ޠ/����m2|E��a6
A;�(Yr����o0���vУ�!#�.ꨃ�9���vLE�3�@4qټ<��#&<~xYn�b9�m��!�.�q$d]v�4J�*+�V6'�@is:ZHpZ\wץui�q@e�s@8��;�P@��[�:b6�
7Fe�PD98{�H�(D�+����`�Z����@��Ōqqò�\H������"$۬��>}�Tv6�VϷdeS��="��i��"����D�A;�wAK;�p��\��m[�Y�c;�=eϲdK��ڱ1W˙VF~+��Kq���ۮ'33��N쫱e��Q���fF�\|�����,�`Iu]w.ۄf�<���z�:�x�c�<M�i�m��,�+��ۓcX܊WVg���[ۊ�̦�ꇪ]%��mȹ��IPI��0��X��6�+�t�������f�"lΜݚ#uq)$�Y�,y[T�O�$�u{�a�T�L_L��`.�q#?�n�`�i��`{�N��X��U�IU`y�l�ۺ��:cp�1�-���c�U
ta*�Q�6<8�\�-fn���כ�`�90�2�VBG\���=5ry��Y��Yx�i�����"$F� ��+���[ڽ��1z�|��]?��`ď:m����-<�u\hU}����X�6����$�dƈL� u�j��Ӡ��ubZ
y��ǨX�y9Y;)l\eNмs2�"�"f6��[��h��q,c�0��yN���Wbc3��Y��@��}}��n���V<{�UpWu!���uf��α�kL�P^֑�1{��t����A[VF�ʆ#4PꐴxȄ�8c-�0�h)�~%�ר��ܶU���7�vv6����R��!q&@1�̷t����q�����+J����lOW��}ۭ���k�q-�3l��s�M3"���dYUrځo�$XƿM�=;���g�u���4qǒ2B��z�,�"��ښ�S�)�RQYz7�u���ӕ����|���8x�e���`��k�ґڬ���$e�6Rl޹��l��X�nˋ�ai�}��[��E��%�� x�J**�����[J/?��~Y�@�
��P
d P@@@��<]�
��qj�*>n�.��?8��ˎV�w��,w6R1�5��R��6�L1e���U�d�%��=�{+>c:h\J�����"v��j�h�Z+�ٺ
������֣��V���:U�zh��2l��#Z�\����
kSY��0��Y{^kE<m�*܈�w�ZV��:����1r6���/=�}��Gm���dz��3v��t3@		%��7���飞�����G��+��7jܞ���U��4�d�֗��;���'DM`��A�����E<�G=���=�M!��t�2&aq}�βѩ>���v}�LpM�o��S��.�ْ�/����Ѐ��(��l��e�H���h���,8Z�$�~�57&Ap*�ɳ�'�H)S���6�@@p��r�9w2���bY���jD{��@�����+恦��<lx
��q�Y
8�/1P
1�q��IsU�%��PZ4���^��7tE>Z7�Х���=���h!_�2"��t�֤�{���Y��q��h��	�^��[aC=��]�[���#�ee��,��X)s��A�34�B��̿?�-�ƨ"m�6ټgK��Z<b��^� O꽓9�D���m"4���Q�y�)����+O�Vd�{򽍫�Y�;&Vk4K���m%µ��,8��].������Eh�oǕ\��
H�����;0c�(u
���r93X|�Jy�R�a�nR�Џ0�/�,(53>���٦������Ǟ}ͧ	�dK��K[��X4[n��*	��Xmn��38�Xcx�2Y���_,1�I�G�@U�
΢߱!�p�")ѲP�,�b��e=�#�ઈM��mƅ��rA}'�����4�R��߾źM���yhl���m}Wɒ)/	�m�`=C6F$�� ��,��
���)310���$ʘ�V�05���u�T���.&$X��s��$�l�r���
�7m�I�'"]�"Kv��nuH^�d�[dٺd�IJ(��?��1�1{�q���W��ԁ{�6R�m�|���:��CrE������e��LJ�U�����dɍ1�-+���
#�E�+�������P{;�
�����o��'�(�{Ѓ˕� 4�ר��\��arj2Dk��3.i���5
E�H�eܬ$7D����Fy��bLqm 
�3B��i��u?@�'��B�9�0��R����+#B
��o�.96k^�-�,t�΃V�fST9
�倵�
܈�s�{j3E��@ b�<*�y�����n7ZH*�l�)�D���y��G�ú��(�\�bK��׽PW(_2��
P^�`�Qb�O�M@zm���\�X�m\݊�W�>\��B��Y�iP��y,����i�N�G��`s,�lԁ({p���pƒhΗ�&B��Z�`����1���PHǟ#l(eә4���{��	�m��܅t�ܩ1k�o�7�9{.��{S�yۄ-��������n�;3��񺧨s7}�$>���ɹd�;��Y�^ܪ��0�Z��=+�V&��ά�OG6\���M�z��~oܰ�ɂD<�"��aX(S��U9:&��ꎋ\H�\8�rRŕ��>�7o�{�{��#�?N�~��Ӵ+!���}�x�Q������~�^']ͧ����I�m��U3M��L��,�e������0A���u��~/�O�+][/�{�ɴ`ŷn8��qoX0gnjH/��(w��m�]m�u}M�������rf�8yq�7�d�쭩�D��׮�^8�6^��2��\�u��� �L��vr��r�5ZW-�/]o�0�oj�".��ǃ2܅�PV7
.��on���6�;�����F0��$��r�KH�B>���U�
��V�-R̗�e������]%<�v���T�b��^���t�|Ns�c7n���+r�ڱ��(����;�
4,^�:W�*�N�m��Oq�m�s�6�Xv�ѱ1�t!�5@��ȟ����{\�=�<$����ܼ���ٝ#6���[�i^/�k�Ylm�n��.��|H��ɳ��XxxҖÕ��SV�ۊ��zz>�r�-��AߠVܽj��0���%��LY�-٫-�3/�5��]S���{�7��ϩR��n�^.Cn�O�’EQ݃��5۪������?E��s��yCH��x��ө����8�,Tj��]��ԂmnF����.G����H�LE����a˟+כ�n���ΛI���׫�Q��\]?�m����X�i
��4���_"�x��i������# ,��QS�K��bH�U�
NOI�Y:{�<�=�Nþc�i���%<5�����N����Ӻw3+Y12!ٚ2�Th���9�Es�@�
qh�-z�4I��jH
�*0@v�@v�9�H��t��Rǝv���#}����^'}v�A��g���,f���4cr�`�^{�����|���&  �O +�����z����#6Ib��\��"׽��wIw6�{n����Sy2�_5d?M�2�[��f)K,���Y�_/s�IX��A�u�������'5g�w��jQ�p�#�W��[h��t���1L�e �-��V��`xOWt�nc�&����{)|�e�<�m@
wԎZY�����p9�^f���%-�I����� G>�Á���*$e��¦O(��K{*<
��I��
����g*�*>��sz9����q	�ϱ~��*�f.�7���a��F�؏�^�AU@P��E��;�h��c���!@Y�$J�k\T6R���*��.�*�1n5@ÑR@��j8���j^S������Tѻ��N,y�́��GElÙ��uoe12�
���o.�@4e)���/pU&�6�QzV߂��#�<��!$|��
F
��5͛Fs6��ׁ�X�RD��X�*�Tsc�@��d2�M�DL\v
�`řȹ�����˂I�qK�/�Ud��a�I�&C,��İ���I�Q�j�uj�=��v6m�l�QB��:��>.[2`�>�\���i��|Tk�ۍ�5&�q"���H�MI6b
��=�U/�w\I��~"�9���k�H�sp��K#i�~�?b� �^�L6Z uMz�s����7�<#���y��2����R�bi�o3��3��U������F1�`�Ia
鹿�Q��֛��k�Er�ɬq��W�㻿Yy�|%�q�ύ�	�n*���T�^﹏Խ�-��9#�������:fvn遞��V]�T�mg�\�s��Z��m�|�����,e��e��O�ΐRXq��C	�>�f&<�1��:����_��S]���n���g���I7	!�88�n����A��@Y�y)��m�&�.f]�/!M�E��M���<h�U��nC3���՗��b�3�w_�X�W�m�}�Oo���J����YcR�cb|�Px�����37m��$�<�{�]f�O/
�����븶��fh��t�;5Z��*@4]#���$�c����k�ލ�ox>|��n�0�!+Yvl�d��\u��b{~*46b��٥<�e>|��V�����ic5�%&�B� ^��mjV�Hk���u �=�߶���
�i��UM4~_5
H\')��x�������ƔX�Ѳx�:ᐑʠ��"0�&6��Dƾ��
�;�Q���.���(�x�@ᅍ�ӡ��>�{��ice�;�3q�B�\��{hJ�M���YԊ�*�]�P�8!A��Z�H<G@L���A{��cŷ��P�@y�����	���"f�c]7�j7����H�ܰ���U�bm�*bɊ�i!�`{˝*>J�=?�)��oy�-����{�_���e����5����ʠ�r=��ݦ���G4�f^L��/S��dN�n�l������Ŭ�="�a$'ˑO�����aƳ���m�q`�^D��H�Pv&�B����)�F��Ώ�묽�I�0cû�k|LFT��諬��m�m&����1��I�Yr��i���䤠	�U�I�y�Vt�C���w����m�lL|�|�^H�F��!��]V�jQ5��~���ڳ򷌌���h��.J'�g\�1�2+p��3~�yw���Y����4�}u�f�X3`�tț}���Ǝ,'�u��!��8S�����d���%�l[�՞�[�4�y���)S���Spt��I�7��F{�-�D�v��Kqv�[�_T�Ig���h�3�2��=�m��ǒBZy|(�a����I�<f��L�7I��l��r��͋�>NdI����3�Q�Vмm�m]��yY��Η�z�K��'2yq��Yͬ��ǰW�Z�O?�,�\�1޸�f$FX�$E�TR&�~��ʥ�=�#�7���z��u&>i�(@�Yd�F����Ǎ}����)W�滖^m]-�gmx�́�p�VV)�V��f��54o��>.7ܫ�fI��*��������}��w
L���0�?e<��@ܽ=�ޝ�v���u��.V*�R�ÏiA!�!��mZuVNr,o�8��ٶ�~�?���M�M��OX6�Y1����}q6L#�;2��S��oY[+#��yc-迩8ّ����^(r" ���F7��1����3����Ֆu-�P��f��\X�L��Ϯ$v�o�O�ms����m�ڻ��ڶ���>����k������d���u��t2Ģ)%�YǙ)-#��G�k��oW���`�\�O�[_�w1��UA��E��,�������	�ϟێ�񪧔�z}�6Fc͗�ۊ<�vfƖ�}�e~_]��=kL۶Lገ��h�3�˸��ڣ�43'5��1<����Yr�&0��N��lh�F��F�_��$U��O�ZI�I�AG�o3���>၉�c7�y�]X�|�kߟF�U3�g�_��P����CFc1n>]���M���Ƒ��s�幑H��
���(���@@TV@R@T/@�ίرw�x uO69������\wY����G�5���r=0 A� �!Y�G��	�o��@�s��qX���6��5*hb�ee��*2�=�� �D���kvV�G��nߋ��H^�<��ls�$̿K����т�HV��Z�V��E�Y�む�1�����N;��I�N>����h���-��=����J1��12��򤴞�cT<�s�u)���{Ő����Yɋ�݁n;k����D�؏�^�U@��-�e�;}�Z �9%Gk�,pBJ�w����d07�Pf����@A&���P�E�%�8e:X{�D��%�!W��\g8�*��v�f��U�b�Ψ!�H�@Vfae�I��u�s��gW�X�Ε#=Oo/"��r�[!u��ʠ"���)rc�&�EL��\Z���e�kH�^�Q�dA�����}e��G��I9P���ck��@�tLn���4��x�	F�q�Z�T���i���}���i�Up�lc���\�����D��%��50�A���ʚhr�UxΆ��~*Í��@�-۪:�E�Hb���F,�7���.tH��E�Z���|܍�de�a�E�4N�f��šf�>�i#ryAk]]F�x�˯TK�b͈ؒȲ�e���
K���~;mB[�6ωո�8u�d��P<%��
��V��{Ee��x�8���nh�!�=o��by�
<��nG����v��Ǘ��;F�D�<�{	�b�M�Y��U)E.�6kO����F �,���o�����\O{l��V&<-4X����:J�O��j�Sn�X.��p|��)�k*$���;���۲�Hz�۴�m�����;~8h�)iP��G_�j���:���=1����+�WE�i���j� l�F6�Ÿ��c��d��ʨ�H��
%A?ء

�#�!ߤ�%��$R%�6-c)f��'Qc�������n[��y�D/#��m6>����kꑷb�m9x�����3�]T��Q��
��7P�L,G�3�Yd��	�(m�Ƕ���`ޣ�0`�
$M�K�U��Z�+a�썓1�(e�_x�}ZI,��[Xw�MNӹ��v22��J�mD��¡�x`,f�t��Unߊ�+�2d%�{����V�ګ \�B.J��q6�X
��<���p�~qŨ�ĜA����T@�X �!�&����p��#��R&l��*yP�ю�����x��G
��2 H��*�zcy+�
P��;*���d�/€$�un �@%�#��>����hҭ�jK���D�����T��<��`}����-Ԙ�����Uǻ�B�O��{�4ٛ�{�4�H�FA�B�c�m�p���l�{X{Ǟه���{d[vɵ�m����Izd�/�8Y���cz���57�h��p9�<Y����ݳ�r��%�p��:�1v|��q3���{X�Q�5kV��=�Ӎ��zi����6m�{��"43$x�|W���g'cW����;����o&Km�,L�9ky\[IP9�ºۤQ5s�-��v�C�ɟ��&NӇ����GDx��7f��Q}��KmU(�6f��O�]Cә�K�2�]�n�
j1�2r��:�Nm�^��Z�t�=��ou�#�7-�m�9PK�ۮf�n[^ڲ*�qe�$2��c��W���G>f:퇷��ə\��v����w�^�g�qq��v��)*�c��&��5�d����c���UӸY�燸��%U�`�"�Y!�<��0_M2�DݗҟI��l�vͷ:x<r>;ʜ/�Tk"�up
��w��ضM��J[n}�"h�zkb�C"y���e�����kUF��ug[�өW:Y�tQ�."�2|)��Í��{-[�*x��{�t�7�!a�c:ۊ�����J�Pa���ƅ��4��.cDP�P�yll�f��ecc:���>�*	S�z��Ζ�ċ��vͰ����f���I2�Fvhشq�p��3��V$�+[k��!�ơ��Lx)f�$r��###��/&=�6�X��4hDE�~/�HZ�{�ݾʒ�C9�Ұ�=n�cj��N&9G�[-�R5gaǵ�����obێ([4��U��q_g�]�^�`�\�����ly`��r����R�'8��z�x���n�6��KI,�͞�E��;��UGWw���u;>���.���z�
�m]�
�qە�d�Ǐ8˒#b�2#�r�C�A�r�V���/��iC7ջ�y:��"��L8ɤ�r��q��^�3kmxVc{���kS�5���''rlh�^)��X�O�rk���Uաby�]���l���`��82ª������n�5��t�m�2�b�&�ꅘ qrs�#�|7��I
�};ō50K��V��X~�?�v���;?͢�[��{�w���#���h�p� �PPeP�T�@��(ά���t�ޠ9@�L����_i�䵱=��3g��y�$��;�fN�W?T4��,Ø�v��gEL15{^��E�Q�a�%tV8ڰ=��S�j6*%�����-� �͑��Y�&'G��U`���rI	�Xk��7�kddN�m�+f�1�m��Y2�8�2mΕdo�w��#nW[�U��G��[h>�㨍w�������VY��B���Y4�e�id������J z�Rø@�˩.x�[�����MQ��aq]Ś8��O�GگJ ��(��Ͻ�c�G������~ ᄇrjF>�,a��,��I�8��Фf��@5�,l�:I�=��]���n\{h	S��J�*�{i'����m7��h��<*C����Ⱦ��'i�ړ�F�/ôUTy�h>(��K���x�uPD��0]Z�[��)g��j�v�=��6�a���Z!p�P�7��Y�.�+�>uJ����³%�/�K�5$�dsq�̕�}��� [��!?������(��-�r4��>U�`Z�E���s�ݗ/.y"�iu�t��*�y4�c~�ْ�xc(��E�-z�3E������6Kݓ�b*݅�MT
hw\��
�\��re�]̾N9�(���&���q�\�0AW_�<v>;���>�Tk`x�e���+�/�
.�\����6��v,��b�t�)�8�3�	�x$�	R4�V=��i01lL,]��98�.���D���v9�<�?Wt�m2�;ɹ�����J����-�I�>:��][���&V�ǜ��b%ؾ�W
��ƣ@�o��ӸO�l9s��s.��1R�x�70���B�m���%$��u"청�.��o�U��Ҙ��%�S��HɇJeB,,I-����p�@I��+p�!g�u�爉bk�����7�:�:�D�}�6X1qa�LL�A���7�x5d��>��i�͓�edK�u(�Ɩ�+p��Y�3�G>廿�&�U�:�1:K�O�@�
@e�n��x�Lc��H^*o#��dd�M��+{v�[צ���n�e˓�����j�:�_
��\��fG�
l��X%�"a�9'��@<t����>��&�*�����đ̶��s�
����p�o�q�͑�Q`4>Ҫ�����pD��!w��۟����P�t��&k�e�x�MW��WH�I{JInc��F⮈I�y7�j���L�x_�+.�;�)&�����8P$��dp��
����,��CY!�#��U�
���T�3+�vޡ8h����*��b9U(�5�Ѓ���n,*��"��E�@Q�ÍY3]�D���'Ķ�PH_0�@INah	8�ϝPK�C%���-z;�M@4�4Yx�y#���U��,���� ��.8P��'���������s�z���7k̪���~j��(���H�����5�:c�1n�Z��|_��hy����̆���gE����ʚlh̹0H�Av$�W����P7
�����Κ,x�=�6	�"��Lݵ�c����J�Ҡ�[t�&��Y�q���%fGbb�QZ6�y��4���j���š"��\]�3k�:�p‹1���T�<QF��P)+j;\׳�I5D�Tr��z�M�x�|x6X[D�2�T��K��^�u��z�5��^�ş2M�
f1n�y8�ͤ2�<.���A�H#�5z��yMO��Z-$��]�9e�3�ݚ�,���lyg�P��ueq�{@������{��FG*$ܦ���o\����^�HH&��
�:Sr�\,|�ͫ��O"�|��w+ݦ�qs6-�嶫Y�cf��׍�m�3�ý�xL�Y�E^0��OW²�Ui*z/qL}�q�#��HlwiT1R�.	��e���Yklj�~�L��|���≤˖q���dwk ����n�մ]�I�,��^�7PJ�{�R�K�n�,��� ੩ʩ5�x
��RǛ&�͹_^,y%�&fHrcYS�ֵa�Γ5׾�u��q26��\I3,��]&Gc}*Jo�]v�i���2Sz��LVn��~/ˏ�ʕꯐ�ltz��X���!����"�8r
+Z�u�K��y}{�v2O��GY�T�q!H���/n�F_�����6fty92x�ȑ��~[W�k�4P�+t�y�,�Q�yl8���+о�������u4}��X�Ż�6ݝ�;��(VE�Cx]u�ԧ��]V�ޤ#T��z�۰ſE�r�91,qE��m��3O#L�j�V��͉&�>�/�u����dI�^��
��x��sw+�b�p�]�8-�s���+]6~&rP�;t�,9�+�:�E�&=�k)�6@{��U]7�|7�x�;�yT�W�j�����+3!W		�X��>��n�M|�n��6gH��q��۶ߐ�a�"K�v��I<ju%��ם�J���x�|�2HΌ<D^����?��#~,Io΂���R�${�w���"�_"����PPPT�
d4(�����9�T�1�)��H(���:I��}M�(����sM Il]�ap}���6��+�6��fl^{-zٗ[Y��1m�����@nc��Q�Ŧl���/��I`{C�s{�Dj�݃��)�)V8����TL-�;���EE�U����m]`�+ԭ�m�<m�2<���<�o���V�9�#�7\��4w��~:��{��|����
ݦ�楎u����pK0_�E�ۨl )3��rH
�7Fd����!
���J�f��Xl�����pK��oh��p�6�D�؏�^���U@P������J������Ƭ�
3݇�_�P��l��T/,KjV�'
}�k'�cō
Z��́�`�	 �čڬ(1�Z���:V�ܒ��Fcff����һ�@B�teEQi�#��&b��д^e����5A�2���!���P�krI��T�ؔ���VY�;�9�$����Y�Y�/�[!jd�TI�X�nD��#0Wm!��eF_w�y%hX��+��\�:$P�!�Qh��}�1䙡����v�ҦY��I����X��1Rb���@�P;+i6y	�4�� `Ý�P}��Spߡ��''5�3$��[��
��kb���
s�lS��R�lJ�V����0�A�.h� ��ib� �X�H����.ڠ������}�dM�����p-cm+�@f����33*l�y2 Q�.5X���?�
]��M�;�r1�f�\�%��UF%�Ꝺ@��
F���)_$�)e�ȱQ�G�d�66~g��={s]�7���ƞT	�o��=Zx�hC��f۸�a�(	�x�b��gk�×u�)M��8s��c���a3�eѥ�=����ᬃ��g��lyWK�|X^Q��)$�?UT�&׏Nf6ָ��-���4��n��.P�ϡw��.�$�˩tĂ�x��X(��A��}�����f�L8�`�*iU���$��Ӳ&JcBV%D��	S��#ť����[�gN�&N>D�T��4}�a��^����1c���gӫ]���uZ�7=1֭lX۾�c�Y"@VD$�j%|J}��7/j9,�C^4�{�Z:�W��q{�u@��@�y�f���aSg���I"�o�j&��2�ZH�����wif�=���䃐�@m6�Mv��	���&7�ַ�T�<�?��F��Ʊ
����/VA���q�IFQx�F8؈��k[[��\9�Iz���{���Ɵ"	B�y�$Q�~����
2�=��{H�h����
���yI+v3v(�C�"-,jA��8|�r�X5�[��7�H��,<S��?���7�RD�,�@A-�P�C�T8��T���z��
�t�A�)2%E	���97�Q�Z@�
[�-~��s�8�\�^k:5��@1&+�؎���y^�P
2X�y�j�� s�@6�5����x�a�ƀ��O�������T�b.���6�����O��񲻩�5�Τ�Y#R��Cj�^��vL��#�R4lU�\�W��^tY�n��]�<=�'/;zƊ�e�P�4ҁ����Z�G��^�ڤ�=�?v��1�|�x�e��I�
en;�[[z�&��}M�绦ŰaA.݅��sw,i���8�	����j��}�n��<t��l�D���k\�.��O����8��j�L�2eΫ����-ϝq���|�A�S�.�>ޛ��6��Y��`	��H?s��-YjY�܅�97X{�P��D8��1qa0ag_�m�^N�cJ�[;q�3�-�n�k�ِ�\z?��
�����5-���m�4��6ۻdaʒ\3B-��$j_��T{n�UM��u���e�ԛFcG,��F��2���֖�{�k��8��x�C�͵�ŕ�"d��KDR���m'WG�Ǝ'Hf[m魭�����ȁ�F���HK�ُ�-�º��%���޷�|e3�*��K"�"&�e!,�I����[��zw75)9�F��sQ��|��#����P{��\�IV]_s�Ao\Qա=Q�X�&��[nDK!-ϋI)g<�I@U_�T��g�#��Ͼ�T�6�<`�;��<)�+.�sn^�edI��$��-�أ�����L��+
dh��s�X�.��h�e�r�#�d�K)b>�*�m�Ya�A�.��![���^�D$nf_����1B�SJ@[\�`���i
bRONu1��#\�\�U �n$X��8�a����?	�wfQ�Ս�|σ)e�)P�����*����g�yW�J���9��y�9�7�q��M�|L]�n�a��į�E��"%7�Gv.���W���[���npG���v��VC���t���q_��k�ՙ�SIw�ON�E���aܧ�#	��Iy��a��:y�վ�cn�Nx"��<m�}�0�M�`V�����N.CI��{XȚ@��:�+Mty1U�$N|�v���?=b
�ѹd)�2�Pd���4����O�Q�y�a�b�޳����n�_"����
��PPʠ�@@@@f��e�΍%�X��^}����[�t�2�n����M|)��[�-�_�q�����6>�MQÇ�FK��|��3]O2�tϹn+�� �#&8ō���Y[�]c�$h�GmsG9	��$��Z�E&v�ΓΨ3[��]�m¢�$n)ޚM��G�;�zR96c7)����V��4�$����]*�=��7"t
��WTe�l�H�7�*�㵫����rɏ#i��4n{HH�Z�$��L�x|]�|��L=�v����G1�O��ڰtL�?�Σ�+e�IW΍t�'�b�����
b>�{�G!u@P�,fG�,����?
�N��ݢƀ��Ï*�t,��5(<A�`�Q��cp^�H2�'�t��^�@#��PF7�ÿ�#	<��(��Zb@?|+@[G€���4[s$�)�Yf��Ma��V�A���6����&I��’se
'�VI>��FR�(X�&�X�32��<~:�l�����h������&wL,�#��..8���ګi�f��0�͹�3�$���q8��ﭣ%.���.�e�ę��bY@�ð�U�����n�x2�M�q�g���!� �\���>Ko�˓+6^CF�FڜYF���F1��<��&\��weǐ�xn[I 2�����#��ps�������3(ػ�m����0t�K����2�����X���YO`^�7��X�O��^⏇�(1��&�<J8X��������m�Κ=d��$�(\s�8����3;헍�$Q�49:["i6��*�~6�;�۲���%���ݜ����<c�;pX�
����x�x6�#�'�P���X�k�6줔��/X2�f�[GD:��I��(_+- ��:��\F��(Cֶ��q��Gy�N��F1�=�S����p�3;����K�.D����3��;/��Pc�~��Cy�m�X���Rx���D<8�!�4�X�o�⃨�dWt����|��n�O:�|��p��w����U<G
+"p`;��vO�L�"�oxȃ�[^�tp�����N�������ʣ�kq�(�h
�n�߶����yMmn^�D5�;j��zS�v��Sۖ�g)P�=��ѷ��C_��l:-��X6�'���
ds:�g��2�|&+����I�h=�#z��p�9%���~N�0��������m�7,�<�21�B;|�Ԝ}���uIͱ�I�센2+9iN���&�9
2�?J���7�kx�U����;,k$5ٙ�y�<x����Xp�4~�cUl�H��7<�*CM��~��›0ބ(��I�\Z�+2��Mǀ�Hl�=����j��j��q΀�<�@V���<�+�kx��a\|A2#�VH>��J����c�-�m/�m@=�C���h����lgK^��ʃKXs<���ǘ�j��Uy���v+b`yj+�Z�L���(���Zp�����uA��B`��e���E2[�Y�+��ݲ�i��0ǂe��G�0����k����r�Ļvi���$�0� ���]{�<���=5e�Dn^��yZ�Ѵ����,�ڵ��2;m�'�]�xo�e{��S�G�̠�>�Vc��<�f"��Z�[4��z�Y�z�ի�n;[+��C��b��h�M�s!��޽�4h|���M4N�sS|���4i�Ǐ<�M1�#:"pԪ|6���$nY�ꮛٷ0���<9����Id]z-	P�*�WjUqf,�68�D2f�b
l����w*��'�Xr$3ɍ�I+�*�t@u:��Q{����Z"�J	[���޴R�_O��y�I�`�*3)��%�_�?-y)�[���siJ�.^ۉ�18�Ș�sb�-n�^�xU�̮��7eYP��f̑�,t�N'�EM*�jK~�̈́���Z!�dR��짞��:�	"$�9}I��J^m�w��ː~QƹZ܍�Y9'���i�{M@HF�3�H�K<q�"�fU�����g�t�~~�.��S4T*Y"RbiOe��~QMΩQ`}�����,z�o�`��V
펭�HN�e)��:@'�;׍�Y�}���5�Q,�=���έ}z���<����;,O��5���@f�°x�<mvk|��y}I<�Y8M��nJ$rHY�������VA26ٱ��V<��p���r�57�*ק�b�7�����t}�wkŖ���)�D����4޾��aM�&��1o�^��<�f㐞8�폘�ּ6z�;U@Ǒ��d�8��C��c5�~Z��-������sѽJ�N����ŻC$gG���>�"�v�geh�!u6�w��X��O.B�b�b�\�,��p��H�VRC��}X�e |�s��
I'%1[<�DŌs�`�k����a�j>��ʕ�A�A
ۭ��*����G��d��u(��k��EE�/�+����/�>ZI~|���夃��p@����@~�`�q�������嫨���{u��_���s��n���-5��6��m��@�����~���婨�i�?�/�WP֭����~���W妠�6��:�-5��;l�.<s'�+\�q�]�7�heN~Ǹɑ"��<X�n"�<My�F��x�."p�H�9?t{j6-�^Æ�F�B�ZɍRA��@I�reH��ۢ���U�fKp�b@|\G���1����(���z�F��t��ڶƂ��$��~����fc&�ɪy��a�]��+�Ty���x�˧��El�,ChB}6���RD93K���C�A��nϒ�E�΂e'ΌY��G��8�V�l��a3E���[|bl)�)㻦��*�[�}���dlfD��M��}����ڲ8@P���܏�W���A�H#��.r�#�Y��D~߭U��b��!=��_s2$���M
W) ڨ*mz� �y�*��t�B�v^�!����0<
&]�Tzoƀ�r�@HN���
�܀�t�Q���������t�4-H�!��{*��9-�R���8PyYlX5�}��j#+��xOmFoP@�g���V7S!,��i��I�n8��:(E�c9a*�=����"3i�,=M�M�<�2�&Br��M�W䮈��ꭁ�~��BF��*G*��ȩ�4,�W>|+@�RWr�.���pq��u�>�Ì��X�K����vΜ�ߤ�Ol�A��i��THW�u@3��{&�Վ1c�1pb�\�~
����Um����?�[���1 �y�u1�ʃ��nB�`�guwM�S�y/�OS��x-���cǘg�
=���ߟ	!��Li��H.ay8��^�o�>:���3�ݷH�t�0��˹c ��eh�����;4Y�q�Ӆ�S�L��R:�����R�E��`	��l��������;-�9};�c�:���k�[�Z���ҏ'���u��'�Q���k�A�A=��U�aН���׹��+4�,�.�91��սG=8�=!���3quRW2�j�����ਭ"�5��d�@���mZ.#�T��*���m�t�dlyd�sa�,.N�\�l/v���uf�� ܥdz��+H�".t�,���jٓa���㌜i�%RI�|$=�����6j���l]��ʊA	�E
�᫿����t߿����0��`E�"Ǽv{h����f��2�x\�+2�@~����"t�N[M(9�'ed�7
�X��H5��K�>2�=FQ�1���Y2!$Z�ܙG��0��C�ҹ�.v�6Vݫ������4�ō��N��pșX�2F	%A `��>�@z|0l��~*ep܏;�Z�|U�6�$�<I���Y"#�Sρ���H*�m���	`�]��kv7Pp��@H�i�{�>
m��}|I6?n�q�t��axT �<���!n���GmK':�d�W�nA�P�z
 ���!?@q�� L�.W�	�#,/Tb<�{hBLH��T]��j<o΅���؊��ֹ�P�k���@3�SkW
�VnO����PFf�x�&����'I
	-�&��I���t*�G����U�f���k"�c,����J�K#�� �C�Ͳp�$�𚙍�@<,;+��:�"���l~���ab��7�}�����nw�Ef�軌!�Ý�Xi�&��E����߈��">F��E�'I��TF�j��e�w\��LR3�xl����ӷf�;�.n����)���I2E vc&�N�WM����W��K��F��6+�&���i?ı�;$6>d�>*�%��R����e���󧉠ȟ/'\8�<�	,ʢ���_-�ĭY�Ri"��v��?U��.l��׻ː3Vt�W9J�P�Rm�W@��
Wf�g�z��#�Fd�ln6�|\�P�<N�8мy�q��d��o���BY�77���ݻC��6���0B�/�s��2�d}]ͭK��K>F$�&@Y��A�EGn���[�~S��^ͼ+e#ÊB���GO�#�����>zbd�@4B�S��ōF�F&��(�"��~ώ���={�~���}�wE�j��c�-����{m^;���������������g�O0HH�e)�Xxt�er�f��g��Ѿ��k,��ʭ*�T��u3Ăy�u�Ե��J��"e|P�+��m����w����
�m�2I�A#�qo
�ĎW�~�0�>v���ķ�譇p�6l��+DYb�D(x"kbH�^��ft��pF\�+b��1ѣ�^y��t��'-c�G�ER��r����S:p��=��ō�I�ݞ'T�����[[��޲h bγ*Y��e,���l�V�%{ə+�U=*>瀳��S	�8����yy(��IY�q$X�r��֑���d�w\}�w\�H}U���`�|US2ѥ���}�'۱q��e�,p(� ǝ�������&���o�Oٷ�����]���� �!Ƌ�����z��9�7
��2�P��k���G��#����-(z�����utԎ�#��SJ��P��4Ҁ���X}��	�|�v?���:@�ֽN��kZPzǨ�]'�SJWu?��>Zi@?[:���t�-4�p�V�۝/�M I���ҟ����߉��K�Ԅ��G�~�� qw����o���=�qY���(��rX���, �>�]���)un�`�y=����D����&�٭&wt��s!E�{M�It��۫�E#X�&�1[�Q͒��&Ʒ��U4SN�bj�a�I�+佋���ʪ��<�rȓ'"I��"�e��]���1��ʎ�-���kU9�.<�O�̶+�[�{
m�LtT:ok���J,a$�g$[iu<i%��3A*kRlhD<�9�`��a�i���h�I�:��>��[�����8��׭rҨ
�<or�+;ʦ�I$��!�P'���(-��}X�0�]�!&�E�*
@K۱1�Բ6���2�O��v�pr���� h
��,C�c�kT?.Q$�Ñ4K@J�B���@H�&v�9�L��J���s�H&��f��Q8,{k6�?��V
�2icr�Ps"=qr�{�H!T����>�T��j͊����4̷!;W�ך��TW�i$U^d�2�=�a��F�L�>���o��ewH�fYl�!�P�2M�=�Ac)LJ�F[-��2<,��������K�&�ݷ�"�u��dl8��c�w�&,�<茨P�"�d؞4�ѱ���L��\�l��'�b6�P��7�j�����6�x��L��z�i�BoǏ���SS�0����c���v[Y�{5�$���jкk%�2%�8�3mFd���x{8r�F����o�7�\�l]�BR%Op맷�(RՌ�dؾ{�r/<�C��͉�����P��i��������Ҽ�� 7�CH'�z��!��=2$t���H��˱�=���͹�w�
V&�Ė�F�>Z�(���3!@Ic�aI#C��⑑��"��V�Ꙓ>n����qZ1��Ҡr�n-�vV����J�' b]xj�*{�j,��ND���ϊn�]>$��9�(�&�J}�rY��O�|Y�7[�ǐ<EGa����y�,2�1��|�6$��{��[��wۂoNuT�p�u�4ǚ��q�[�N.�-Ł��<����
Xfa��wͮWc���� �'�s~*�H.����r<���4�Lֳ�>[���]��A���q\S�����q���0�ơ�|F�NKacF���!�F%��Hk��I�	�V`�Ǐ��,х��Q�I���[�|b�/ݧl��&��Ő��$����f�3��o�˙+b��@�'�0�Q��,J�y�I�R�`��R��G�c��k6d���u}�8{j�t����;�]സW���]qߗ�
���*4U�� ޘe�3p�$~5u�j�c�,Ѕ0��d ��5���mR�0WD#S9T�OܓTX;�R�A�>j�B,A�����!��.*�d6�(B�~��˂(Q��TM�b�$���ٕa��@3$��"�uA%"�#϶�~h0�P��K��4y�@F:�m�Z�I��^^U���f�*��Β��<�e ����.�-
�&�/3�P��Ї�s�d��P��ϖ��=��5�V�Lj|&P�YV�Ўj�Džq{jM'���L�s����[[˦�k_J���W������x�c�Ǖ��$F6�`�וN�Ѻn?^�'b6��#ǻ�*�Z�K�1(@7���i�ꞧ��g�����6����K���E�� >j ���'X� {ks��}��p龬2m�G#b�21L�Q}H	S"�}S˶��J����͑�����]��q���;�kl˹{��u�nx{�>?�A�,y��|��F�[�����J
UI{�S��=W��J�m�db8��epf}.6[�+�b9���4����Dž|��#�D�xݼB�ߤ�M����Q���G�:ءȜ����Q����>ƬY����_y�ǥ���H�p��^�ݎ�#�ƾX��_6l�<������/�oz�5ۭO�_�ܾ
�>|�m�T3�`��d9y�|�:cb�E�t0<y�]�J�����X۶���%A�/��X����n*�5Ҵ#f��}Ը[,���p���4C8+3�6��{k[����Jȴ�:m�詤Ȓ(sf�N�2#PK�Aa�_aaomy+\{�m.K/p�w#�#)؏0���Oa��xm�m�y����"R�0i��JpO��~�vd����T�����(��Js�^䏆�{~�m�'Õ�b���iǟ�����㑣ڗ'.�$��m�?;7y�Xq��F�3/eF�V����fm�K�k���|��b��c��M��ymb8��
^�)7)�D&�|�GTF�Ǚ��3H�N��b5r��T���Lz3#{�=�)���	��ഇ��W[ydw���(�.��ض��i�Ou|U{�����`��;���k���z��U6�M��,�"Q�Y'[/����ҫe����g�*�m�i<�ʇ�$�*�_�+"
�B�U�D�f϶Ͷ�<2s
c���v����D:w��N�͋��w�#+͍���q�H�	��<�T���|�Ҍ��}�
+6� �`5P�@s]�u���k ��;��A�s�7�h���Ѡ�edn4���⸷woؤ�'�h)��>�[�k/n���׫٘;L{v��H1G�TgSp{�+���m7`���|Y�r|��K��Ƿ�ms�ͽ�E]��[&B;��jh�В�o!${M I">7�5X%��'����Ȓ���ɇAm+ؽ�8�����NJ�{�+�84E%��j��ʩ��P����E��?uV���d�|{���*$Q�,�\>�oc�q�DI2�|�|2������c]$+�Tll;�Fh�&��ek�e�Y޽)����8��V��#��J�
�<�'{̽�c��F�A" (X@$2��@&S7��r0p�R.\��t�v���ڪ���K@Zaᬑj�J�/�Ψ+w	����M�P�Y�c���ɳs��(�+u9�u���_�i��.�+&���(
M�u�6�Ƴb�.�I�#���?y쎵d��l��…�CS*��Í�;�V�Y�lXW'J��!Cʀ�B��»��$�0��8qg���(Fb�kT_���b�w,���ȍ��!A�PJK_H���ޠ�ɘ��b9F��őc�*�GS6��kU@��ċ�>��I!R�,U�:��"�����DNgG+20�P�s��ia�ޫ��U���F�,91�$�&c!�H�^6?F
6^N&��H?dz�b�J8_��T�uGPO.��r�zJN	"�:�?���,:,g&��n�e��XPҿUxZՙ,<(�M�̉����[j+�\/c�k��6�Ay������v�NN��,J˪���,�6LheF�IC�vV����|Hs��+��k""��-���V��<�trI���Цkp��]�ˈ=�%Ƌ�G*�	1{�<O+�J����7O0+�����b�.tR�f�af�U⌧��x7�½u��<�X�Q��3̃�s9��}F���&�j0�n�m��n;"�}�<�uY��{�(܍tF%A���$�w<�JE�&���?�Z!C�o��&XmcHVDa�7�	�uE���wi xF��̈�y���-��ހ�7D�ېI��Um"lY�ua�.��0�u�y�L3a[C!R��5��4��@Vt����}�m$ʀX;(���.G0MT
~OE������ܬR#0���z�
��oe��|��b�06B�����+�ᬃ�2�Β3VIW���z�I>���G�u7	`�U�Ga�����M��D%��ߊeVN� ��P�o��̶�#{����L"�;.��y���ǎ�4��F�uV��r�D>\�ah� <w{j�ߝ<M�ЀL���睐!n����	Q�cTh���p'�����h��47%�zč�Ơ�YhS�����U���\q�~���@�P:f
E�mky��ڀ�
��y�F�d�ӹl+���<�FC�r-tFH��j���Wr�y�`��]3�uv���w9v��9����QJ$���W��mkI��a&�\�����26<{��dHa���?�\i��$��Zŷ��o��4�H�tV�.ᇲE�g��Â|i������͛��θY���3��_`��+�����s�� ٺ�>V^�L�RDE��#�*��eU0�~k÷t�y}��v�ZM}����:c�:W$fo��msE�6D�tqH&�/���Ux�3�0+��
v��⫩��)���>&Y{�P+,�E�Ŏ9��,�^I	^,�G}v���p��;L�3�l}�"/�~����]�s�2�m{l8�2`Œ��1L����~�es�kq5����S����\����:��u*��2�n�d(q{peQR�����m�v7���w�pb�̛
4��\�$���|̫����^6�~�iGmO�Z^�#�(�F�&�6�;fF�7��t�!�*�0Ƭ�����[q5����Q}����,���V�ӥ�m>��ț�ٛ]'�2���kM�" �$Ĵ�Q
�\�	��ʶ���}�F>�.Mo�[�^�Y����;����S��Ã����
ȸ�d�D���I���5�UҵY�G��I�Ǽ�zv��➘���n�̇
^q`�.7h�;��m��W��Z<[��;>}��]�����f�T��m�9'}�+�$�E�V�u� E�q@k����O����*��^���^����v�������be�I����uKl��5�m#��y:�s�z�&q��dn���f&-�$27���dΟt�t�ȭa�g�y�t�Q�~ۍ�fo�q0�(���[��X�M��
n�U�#�o{��Fw*�9Sd��K˪1%�!-�WVf����US�9�nZ�>�7Ӭ�|��v��G4bV���Gi5"�2�,W������
��.X���c�Ŷ�П�?8�&u17~�����m�2�텕�kv3,���{k4��ts���=5�et��C���:u�Z
�WM&FJ�d�jVP��9�x�ﺫ��vs1J�7,��H�W��߇�n�9���ź�ban8�H2�J�4�Hf�$��K{+��l�����WہUj��9g���E���Ǩ�����0p3��x�Fd�	$вL�����ڥ�MI}�bj��%��"���:�^�����!6Ք!�EÉ���֚�ʱ=��}#͎8L�,C蘱"i��� �.+n�Z=e��ms݅ �>iT��;9���Y)03c�V|�x2)�e���{؀��-�3��i��<�M�ب�BlRc�h��I�6ݵ$�����qg7�����U{��zM��{��T�E>=k�C��91t�������%���
�9:�����]d8
ߖ����R�����Z-g�?d��Ϥ����.��c><�7AE�$d"�,%c�(��۲����d�U�{4�Yo5��K|;f#�PuJ�ӱ�[�y�.
�\ȢQ��Ù��Ig��:�����Z�������t�"a�Z?h��Rm;7O�^�2??�>Tp*i1h���}M���a]Z�i�O�b��ە��q,���ܮ�}��欰n��hc�Ŕi e��tY��In:<;y�ñ�E���/���X?AtRt�u�6ɘv�?���fS�ϣ�s�G�v�t~eX�dw��g�C��Ru,;$9cN��O���c>���K��۽�裴z8~��Ԓ����n譣�|��]�t�hv��|�q�˖Y���;�ղI���uV�'���8�	Ǭ�gc��6&��
���d��쬨�%��k;sh�jн�?Kv�l�6����NV݉�&r�y�2����5��iĴ�^�2��k?l2�,� �s��r��%q����:���!77�Ve�p���3p��#t_An{�U�^�m�vnQğ3��-fвK�_���R~�?bo�9]���^���L龅�]�s�<ع{v$���Ͷ��"��\$�)5���oR�]���զ͇�v�"��Ͳ͝�K��k��pĊ�|����Cd����M/�͵�%�M�3n[gW�L�L����6<R<���s$��<�ˍ:�5��)ԗ��z��ӹ�[f�V�6fՉ�4A<�5ΌҀ�/�@��˙�wQk.���N�V����EWVt�l�VǸI�2��فi����i'Sj��
Yi�t�ڿ�)-|U��_�,W�m�mǦ�ݿ&<����c�u�1�B�̆W��cT$���]U1iઓo��`��`�͸K���
�I��=��]��c��%w�ēr!wJ�I��ԫz�}��x{c���������V�b����#gL���	�m|�Եg�M=.aI�x~,1�9�0(��e���+�Q����6V�p�
tH�fR�+/�#���ҧ& ‘�0p_i��K����$���k�Ra��&��1��U��Oh��ei��1Vk0�Xv����Y�2�����7���E$�M����{
f� Ԓ�h��wԃH��S~�����
שdpe�RPy��/�m��D"��~3@(D��<(�pj�,hRZe#����-��
A*�l9Ԋ$kq@LƎ0�]@&DO0��@9�?i#���7y��.�O���.,E��1�B����t��+U9��0]�V�Yi-x�@�mQ����T��/[���fTWbO,M�N��-rgB��=�|�v���k*N�����Z��l�&FbVq���x�e���Pr��1&��3�s�kD	dv�O.< �mh�o���?.x�I�qc���*k�l��92��ڀ��#�����o�nsi�)������_�R���g��K��4�%-<q;'��c`;xj'Km�˒�P�d!qmR��|��o�c�h"�H�WQ�J�U�D�|χz���!�E�k�J�E��)��0'�
�!c�k"�V
�E6��ɨ$�Nt�7R����R�?�!����g�R.q��,��Kx�0v�.�&�D�f
=J�s��,����x*�&#�umm�{��l�z�?9sD"hq��᱿��0v�{F|�g��PˋrOv�UV��jW.4��\�a�&Q�x9�#���U��Jnk�����l�I��q՚�m�ew���k�eL�o7"[���m�]RFq���r����	2'I���8�d_Z���뾕L�t�瑅�m���%�$��^�q[W������f�MQm��ѨY" ��{~�x�n�=�(���+.4|7�vZ�6�$�K���ʓc��u�a�q��M�6�����s2��)L���T�5���8�W�ZNM��6ӽ�O��F�# r���X��I�h��j��W�H ��F�N�݌9U!��s<ȡi��"C�bx��)6�/@z����xR{��"̖�'�(b95�wT�y,���m�Q��g\4,O�E?t������H�N�gA�d���e�����t��$.��&;Y�,����c�<C�#ʠ7��'�`�Wx�n�n]���fpݶ��2��s��� ��/U�g�3@�U8�\$ȶ �a��{�+g˒Lqڄ�Y��(�~��$�hJ�ǃwT!^��q�P�I.8��~9
����$b�T�Qp(�PM�$�~��0����s��fE<�
��!���"�ú�d��@ ;�Y�2����"�������hͩH�5{*��*�tc��Qs@/g�x��mB��oɵ@l���+m�9�'ʑq�i�)�q��T���ܫ��Q�~�/����͓;~��]�fQ�n�
*5r�+��֋	�Q��"CE�a�88�;�?Gf��&a��ɟ+&dnj��s�_5��"��ҵ�U�\��k_��]�^����.�l�u����d��H�q9BHqăX����'���ᵹ��Ǟz��g��]A��G���ێd��+�όӱS	~��-\:XuK�B;鍊|&�ag��RD�h���F��b{
^���ol���}����Ǹ��k�L�t66BF�������K\�'��[�kvϗK��i�Ϳ��!�Jgݺ����/;#/;uYx�T�J���.�#�#��/U�o���;hv�f��������v�N0+��O6n�����t��[���O9�m%�P�+�n��ݻn+(�a��)Fi�Z�O�W�1ͷ��oHp!�<n��;�X�<�/~\p�D�h7M�{ӫo�o���J71�U��{�E�:�q�r�����ȗ{��v�p��k� $�P�O��?Rב���{^�K�N�M������HƋ'�v�a����:k�|Ѥͷ�>6;sId��+���w�R�+U�vi�Գh㴽��ť�s��'��/Ht��m���m���f��E��lFLn��fA`�ַn�g]+L�H�����ǟa����|�E��]�Xw/y�� \r$V�'e�����m�zz
���s�t�G��[�E�Q�
���_[u�GO��udO|�>I��,��2$I&<��Y��+���R��i��Ի8c�W�}]��<m�i���*��F��^��c��7/~ӟ,�mm������V:�4jT�^�ĵZ�{�1��G�)�6���푍߳:�o�1=8�'"D�39Ƕ�ly�T�.�[)�
¹��U_���/�z-U��+c�
ͩ����a��2�
�.]��X�x�((r���KZ�>�q���:Z�h��s�	J=;����צ0�~'�z����ԭ�4�l�6�1�HU5��n�v�;jt	+V2�W�t�s�zWݙ�=s�n�\޵�`��}�34wW	(��W1�x|��&�������Y>[K���I�zo��RC>f{ß�Y�1Ř�$g=��F�o��y[o׌����T�oKz���,�|,8y�����1@�y�Ψ5�8U�S�[���_]Y���x���k�7��a鞟�}�C&~N���C���Jݕ�i�Mj֛��{z��r�|��U�rl�m���̬���+f*jb�AG[*�^‰-�	��~5�E�Olό6il�Ĭ&A�U1���rA�!�]���y�:�o�+2s��g.90���{(�\5xh�u��W��?�b����wv����=��w����\ъ~�����l�_�W����8]���Yh�[�V�G;T0�T}���A,��M���ɗ��`�^F�c{~-O��L�1��[��%���_�O����X��#���]9���A��Dk���0�5,u�rλkr�mMU�]|)��5]�Ͽ�զ�W�[&�QǺz}�ֹ��J=�_���=��d�kW-�i�Q��-��V��;mY[u�o�%��?ԑ���ٽ%�;Vݹ{̛�չbG���[��2����u/�갿����f�����i4G��럋Ϸm[��,Bd�r�Qʚ�=��W�w��M*�o�U;�*,�e�Y�aW��t�^�T�m���qgn��=��O�ʊ!����F�ޚv����n/�[�l��_��\����D��#KxOS8�g����ξ�}�9����>�K�ԭ�W�0�����_����
��j��?��ym���R�;NWH�Tt�~K�sBXB�&����O,I��kt���o��<s�r��U�\{9���+��
��'�6��NѵnQ9a'��;�o��y{jt{�m[>i:�;i�\R�>(���bʋ�s2�e�v����i��[�"�I$F�^�ܫ�M��T��9�r��K��b�vN���11��\|vX�C}"oz�Mgg���LZ��_�r�m�֬H�$rv��X�Y��A���}q��*�������W�}�g�zf巎�
	�Ond��Xk{�;�������C��r�3q��w���̇o}�����`<ė!�d	'����^��U?y�أ�i壗o�^�<����~�2H$�H�y̥^R�]V~&��Q���_��t�}̰�H�����zq���_����� ���7�1�_����}0-S����-_�P������si��O��0�q�2l�#��gڷ&�#���YN���Q���+{�s_���[U�T���D7|l���U�m�������j���de��e����5mWo2��j�v«��9V�*7����)2^�t?Yt����M�m{�>盖<�t�BF焍#%�R�J����-�:Y6�V2���������w�<g\�̶����
��vp�n%k��ʼ�÷U��ϫ��OJi��ӌv�7߷�lj���~�?�QT��1��Xg�����"���	�)f��~Ц�IS��#xT{9�ES.�vK@`�uF�i%�A*�[�=��lI#ٮ���Ρ�[�5g!�%l�ISȁF�&ē\���|5�t2�,.�-�g_����d��1n�ـ��8��V�+#�-j�(��|����h�|�Xڌc6�ڠ'��Фwņ��@B��4��=��l,��H��Y6<���P :�	Q�j����_��J��x*�!�N50�3H�ʮ�M��ΡM�J����g�m�6�Oml��Ԙ�����@��ʌ�h%��-�"�A����5}�ù���T�寪�{9�F,Ͷ�w}��ęR.�c������+����n8]?�ϸ�H�"(�3��K#ܛ�?V������a}�D�!YQ��KHTZ����޶wl�m�$��7'�#����������H���|,f�2����ߕ�T�'�ٗ���E�$���R�U��qj���W�{�TR�J� ��$��T`�<)�<��+�p�����Q�c2r�&۲t6L�\�<Eq���Tj}4��+C�*��/۾�{�6}E���
�_.X��'
\8�•�u�'Ozg��bC��\�21e�I�a�k��0苴�}�A�fe<��J��A�	��4���Ӑ����Ց<v��+V���%�s�OĄ��'���*r�X����cbL��g� V�&%&��^D2	1ԳXj��j`gԝ
�j����dV�*���)�I���1‘}j���)5��=,�ڤd�t9��xOm�5�~�oXQˀ�����(�F��l�vdr�(ee$��7�����R�,IG/"@O�ڢ��d��kU�#��އ�r5<N�<��t��~}�޶�����ZDN$���4�"N@�K�}��ճ�u��6�;��Rx`�ՈY$�h
Mu��0�!T�j�CŸ}�'����f�S�)y���󱥏����Ou�� l����gc�`e�!*A���[���n+��$���cI���2�xOh�+FD{���"̒�D��h?\ P���#oc���x�;]G�-�mP���e�0Ț&#R�~�ݟ
d7?!&�CjB/�T`��&����7�U�)6'ᤂ� �����mz�d�x�FxP�n�w������Un!�2���%��QT���@4�j�)�
��-jIv7�3Y)e��(A��H��R0 ��h�	x
p+H�΋"��B�$K1�|��o�
T�c9���jՑ�A3�"��
0�����>��ȏ6|o0��#��\�n�߸
�n��r�x�6�̜9��42�<��Cf�k�+��h�n��A����d�Nȗ@����)>=�4.�ܛq�}�?"v�H��tC1vk��jJ	2�//uȚ)'͛!��I%i4��h,M�H�x�< �ON�4�G4���dա��Oدe7�x�.��I���‘Q���c��t�.>�+I��1H��}�l�,ݟp��G3%X�����
�^�a=m�^���z��Ss����$��-��@�֪%�t��C�u��"��H��&�yqؓ����oŽ���O�7���#b7�e�4�&Aa$���H�������e�=��bc�6��U�x��[�2���+6q,�(��<����:\ݿq��ș���J騟�c����3�c#��Wut-^t��C$��;C^ݫ�>^�Ɨ���'E�G�M$�d@�H���H���۲���]T%K,Ue�98NFTXɭ��I<�px�*���{
f�"�ݯb�V��4xm/�K+����-�:�&�g��s��)�;�۞O�}�IZG���*	�h��E�z?�,�>�&^�;��L�.{�'㨜dW����-�I��F�v��]�V���2'V�����HU3"}��_�GMBG�� mP1��j��6�A� _��}fFi?�%�8�ѸibD�1��|h���4,Α�Ю�~@mIl��"\��-{��w�]�)W��x���i$u�r-n��\�P��Vdu�K���e��c~�$�'�ʪ0�U�:�'m
�ʢ��t����*�LB��&���]��2���qnJl+.͕${g��/�ӛ�\��Ù�����dK�{/���ϰ�Š�̟Y�X�ϓu�W�d]fP�y�X�C�hg�H�%��-�Ƭ�O�A�[��|��"i���\e�U��Ҥ�_���;4G�{��-_��>��F��M�9P!0��B���r
���	R,V�G�N�'�>c���u�mZo���;D�)��F6e �(	0o;�<F>���)�D��¬�!?L�c��ff��ۛT`��U�"��cF��P��Y�&n糨�$�R30gR��K�G}
UM��/�>9d���!�o2���R
y��N�Hb��2�Q�K)�c��]�q9��ne��.|O3��D�E�;A[�u^PBO�f6�Y3j#���O��<W�xVYQk������(�@I���V���`�M��*���%R򻢨��0U<l���ej�b"W�	�y@$Aض��nx�*�)
��}�g�6�3�컂��\��6D\bȁ�̬�W����U!朧��[J�!�f�M���a��sƲ����O+�k���L��l�n:�$_�j��ej�srlǍ�fNH���"�2��2Ƽ���[H� Ƿ��A��*���w:(b��:<JXǺ�Ad�ua�ԋm�[Ȟ@�� �VNYD�,�ٖ��>�7�=���1��tG2ڨ
�<�u�˔��B�x����e��.q���m���{s�Q0���4�9�74X�!��@i6�a�� 
�(
̛�I��j
���}��Lq<�5[��$~f� ���3������W�ֺ�FʌZaɛ�V��k�}�o�i8��?�`8�T����6
��kuFOG��ր����+,M���sl�FO!�\�d�siyk��:�6�N��L)��Z"��@Q�ܞdWz�q�d��u�9fLwH�ie��j�����3ZFL4ۧKo�|�|�dM$�X�eh�yXJj�΁���^��ٽ��8i#�=�B��<…(z�')rȘ�tș"�l�C��o
�����m�Լ9T��ԃ������T���3���3�&���tpB����쬃�w��Ǎ�b�y%�.�0�mI<?
��j�f���ܝ��'7R�f�O۬��Z��j:��Ah�R@��דv碕=3��a�	
�����W��<Mm�=1�dZ�����������p+-�A蓅
Lb�=��PM?��P��sf�=�� �$�6�8��3o�1b�T^��l��_�+ۇ�(��O�5��wy�wX���p@�=���]�Éw2y���#=���i�m�#������,S�GѯBg?��2v��U�$-�e<�</��]�4��7�m�
i��ovT�-��ݎWBzw:f�\,P�ƒ,�cbN������L�4�
M'��Fn>)$���Pz����`��,ly���{A�&t�˹a��d�Ry�|�`��s`�*/�@Ra�{�d�O*H	��#�Ix����${��hv��t�*U�y�-���z���;|��qwLR]B�-Ã)t��@w���*Pq�Vd�ò�,c��6�,;;��W���ЮR��;2ʣQ���	1e,��� ��`L�@���!|tɶ�5�3V_�$�=z@�
��h&h��U@\M��TRnd��$n*�tb@��€�T3)ieg} �P�r2�-P�#L��\��j0s"Q$�E]!�څ������|���$$�V���߉�}�[i� ]"���G�P�T�8U�j�?���8у�o3P�lk,�����"�����#��@�ۊq9�ޑ��w�v����ב��UQ8�31�iI�d���>����k���a�7�%�x�e�@\X��Xv�3/���󁝕���;M���&Tȯ�v�9��`�{Ma�ma����8�G�ڞx��*�xX��U�����D~�jV�
ec��jAuW;��o>^C�0�w<-����7ͭT��7�m=g��&ݼ�fm�R�$X�1�n��a��V�{i)h2�{ٳ�۷liq3b!g��V�T$����0�淑iZ�����,M�7��r�d�ʻ����pą��o�~7�j��V����M/�?�D��l�1rq"ߺ{3�}�L
N��w~6�Z[�V�������!ct�Ufnٻ.׳���q��V'3Gn�%�<{��'��J�m��Rn�{~d�Y�>6f;�U*�㚲�F�k���
���sѲ�R4+p�ƥ�ͻuzv��?��Y#I���[�6��l����r@��@����W{3³=#���-��l��ITF�
����4�mm�ۈÖ\$$6YVh���ˁ��fE�Ck��,,��aB���B�˻G�5e�1��.��SZA����*\�ڰ�J�V�uft�J�Gi�=�kI�^�>X�Q��4�ˤm���M�\�]��
���p��������X#�n6R���沑F��{dp>��G}�"�)b9\��q!m�Ε-#v�6��	\��챎�dԆ�v'g�m���p������^��B3`�썽�>�
+�2|Q�
�/v���h]�n�#�\Ttf��*}".���"��5_��&���dN��w~��%�h>dAK%�)WP���u`A�+�y�Z̍����.FLCjp�u*���Bѓ�e#�mi��?��X��Ƚ��(<�k�t�Ru�DZ�y[��L��4�A6��kՇ����>պgI��2bD�i3���I�T�'�fp���z^c8���1bbD�S��#�ݹ*��Mj�m�2�JY���.�ۺ�o]�9w�'"=���g�}&	k���V2��o���i���bK|ן)���̠���ʭ5�di��q#d��R&�w��dI����6h�'�&Aq������F;?|����:��~V�o��L�1,{Oe��4zy��i�g���-�PHsQCɵ�kR���e�y���u�K_Q<�X4�=A��;ō��8Υ�*6����*ڹ<�:'��)���y��\E��iB��!���i���Eƣ�x�?%VDn�2��\Dk�bߒ��r�r(�p�
=���e��@��]��T�!K$��#	�~v��l�)�n$ߕ�ֈtF@�<��DY��m���
��ң��~NڐY8k�ƞ��BI	+�GRJ3�TF�H���©���T�O�_�+]Q�ހ(���+NL����Ѫ�
92ٍ�2�v<�
;����TI�����J�*,��(�f8�p!�s�A`ˎb�h��pu<��I4��� �����a7C�|u׋��jj҃�2n�n*�$ۆDD���yԒ���p��[J���%Hwf��,f��WR7e�B�7��D�1�1�ۘ?
R��.d�+���XW��M�Y�e����\��9��fu�����s��/o�d��u	���b&.ʪFp��1�}�ګ�����m�͖EY2�l��v>\rN��
n�[2I��7	6�\A��F]�5[μ�*�}/mPe::l��{��S(��:Mʹ{Z��P�/Pwٳ6$\PPJ���EQ��c��F�"z�>4���RyzISb��
�=稲sw<��1�iHt,ok����O����S�x��`��\��N�q��Q{��+�ٺ�}�� H��~J�nX�Q�M�C�͎�Ÿ��I�](���8�e�^��$�Z��BPA�HU$�V@�D����z�*�x�X���4���(�j��I�+�f�<7Yb
a��1�"_��H�uK�s��Y�֨���>���#���2�Š�u"��n�f�5Ƈ����ȿ2���@ ���Ά4E���F�vj����{Th�"`�{�a���)��/wɂV]I$zgN�-o䮻L�s-'�����
�������6=�죓�dg�*k(-�@6�$�-u0zwKo��l
�=�r��$�|�}�&,�L��v"�uN<��#�@^z��&᏷�ugF�tQ�:s�Yl�@[�a�E�&�@2jX&b���s٪�
��FWLn������%F#�z�_���@D�� ߰�l'�g�o�#ĤI�7�&&0
X8
ڀ�;Ee����y١p1��E[���V�%���E@!&�p(lN��Z� �����j��#��E��C��I�j�q��6�&b�Ĺ)淀���
Db1PF��������R��ğ��v�.�ǔ���:��1�*��&�;v4��W|5
85��9

�5�B�
[ڴx�X���J���]<�Nƀ{�f���c�������c�a�qeFa�Ζď爮��pl}8ꎦ鎓�˦rp/�u�9�!��*H�b��۪Y=��RU-o�G��ǩ]Y�]c��9m>$[ZJ�q��.L`x�$c��m^m�ҟj������
7��3~��8ç��l��8q���8�:c��xW�n�V��y��e�>�v��p~V�za%�ѺŃ����;+33b�7�L�~4yY6�[�u��ɉ��R�����ן̵6��u��n:k���N	�MWv^�����Bx��'JuOJnO��ogj;��u�(��mљ�E8b{B����y�*x_��Vp�7�W�=v՟:p����Y+�i^ը�&��]�ژ]:ΐ�&bn8s���l�n��X�{�Z�I��c����M�ET)�������N����n[�{�ɍ4=5���߼I�RȦ\���-R!q�$-� �������*�~'>�c�U�E�-��|?d��7��z�f�m�b��1po$�Q�D�晤�u=��l�Skǡ[W�G4km�Vnʴ�����&i:����i۷�z��Wvl�Aܰ�]�")�݌�{��Bx|�F�H�ͣѩRʯ%d�\ԥ³-�yxT�
;U���U.Ǟ���"��zc?dܢ�ߢm�?~�t����,p�:$}p�:4����1�^^�:=���ήP��������V��V��?t��`���M"
�x&d{�Rc@ȺX��3C��?Z��-RK�Y�Gv%N�ӽ��91��7KXʠ��4��P��{�5Dܻ�㫚����Go��rl�W��������&�j���ޙ`_5�K9P�`M�:�֯N^�>�3�g뮕�\H����%�V\���\�P7�i�qÍy�6v�Ip:�f�-���L]�l,�C4bs�N�o1����}���ao�UK��go����n�Ϥ�T[�������u$�|�o�-Xw5���q˞�Q>���m�Hc��6�_���- �(�b�H��� AM�NQ�A��~�FR1�#$��y߉�*H����og������$�ܳ�~S���9.d(~�y;�FF\�:�����U"F����=�Ǎ4����ز�=��۽UTA�x��e�?n����vOK�W��xV���푇�i���W���Z�">#�jĚ��s=S�K�����ks�6x�V<\i��dM��,27q~�뽹g�d�w����g-�����M�Pu��]�o����r�y(�:#̑h�#@��k��%�sқ{x�v���q��·�v��Ëq�錁�>|�c��wW�,����u�_Q�q�m{4�.�K���c�jG�MϦ�wd�����ˎ�psT��l‚E���G�mb���^nZ�z�+K*����T�k��7�p�����{F�+ny~��6�`��x��6|3��r��IQ���+�oʪ
�3���{���=I�����8�g���q���q�rƃk�,�v���o�/)	���`P�\��o��m]�gD������k����ןykn�E^~�K��Y���T�m�co;�F��A�du���6FL�J��6P�b���H���}r����ֵ�9�\{yp��k6�^��M����i�l,q���$�Ln��qz�d�*-�:b�fd�Ǐ1dG�\�+���M�]W��|+{uV�M��S�`�k��
՗0�C���z6B�Ӻ�t[�p�j�N��}�o�NS'���"Hq��7H���Y�os,����ɵ������Ğ�z�p�8O�^X탩��X��\?�12s/�d�A��͢Y.t#��(��n�wN��S	�0��5��^�o%����k����Z�PE��n۲�ӹ{�x\�,�F0�ʑ���^0�q�nQ)�+��σ|����~�0Ŭ��Fr�,YT��/�U�(Cc����>��۾#f�HO)S�e�@R)b��9��+���qj��G�<�ڏ�z�Ԟ���:o[�$� y�d�V��M�f��Z���Z�8w�GN����1A�:woz�
6�[�h^\|^�t�t�O���c�j�W�K�S���X�6Fv.�>�����y0�*�ʪ��X^@�;Y�������?y�n��\�C�)�;�˽��4�Տz��'�� B�A�!I.��{{kIl����+_N�\du,Z�	s��nn��'�Z�Y+rr��	>&'��V�2���G�V�2�RH�?��x�V��N
we�r����}I{k�YQ������b�Z��M��F�˚3��t�$NT�,Nֳi?j�O�n��T6?�ߋ�kd-��(L�6�����K&��1�
I+�8��@ -��qq�@JHxr�	�<��U�S�Pb���8$1bhe%H�ɼB6PH�ݴ�E�3Fn�Ǖ+2���TgwC��Q�EX�2�D�J'�ՙ,٣|��;q��n�͏c��]���d�E��̌�5�߱5�$r�VGJ���]���e�{AIG�Ikp<}�8֠�k�D��))go���[Fv纜,���b�ի(�s��_�Q�´C�uSt���G�͆|_8Ial�E%Q�f~�����[sx�i��d#4�i8��i��G�P�fvF~�ղd3G%�UQ�Å@UuXG���ml����<���	l9�Ч������M�#�6<.+��P������s��q����KC��b�Y�*zV׍�*�!n?����U	�y���	�k*�?͓��ki����1'�GSpݿ{h���C'뮨�#ё�3�xʎf�̙N���b�jϗoʁ�Զ��u�a�5�֍F#��&�����|�Zڴ�ѕYΘ�w���sΗrɝ��ң����U�V��(�q��<꣐�e<kGD�?[��)�xW=ǁ֨��r~���?	W�3%�G�����B{>�m������_3A�*١<�K�M`tE$��O2��v�|b�$m~�*>��M�f�	����!6B��?	'�ֶ�.�9[M$3P�Y�7*��%�h�z��
smJ�V�c��m��W'&�M�YbdEa��qn|;kD6~�)�we���$�+�V�x�?*ж�<,�r���/�듈���,��ƀ�17Y]A�ɖ&Z�$�7 P���Nv�ͺ�q(�ߝ{�Ï���/@7)�vFh�p�<ў*��P��Z�=�<�h�3��O�K��׽��� ��e`�6�7,��*���\���߷��s�Hݢǂ0�������Yr_��T�ӧ���u�'�n�Ze��ʨw�1�U�sM�@J]��W��ʉ&rꏓ
&{A淒uFx�W,�t�TG}�hV7Ө�
,���@4@� ���+�⧴�T��v)�I�*��9�IJ�4�D�z����=Z��Oy\�ảf�͓�^#��d�g�s7o�I�{t�o�AfE��㞝hA��z��)����`lm�3/7�Z3;����?j���R��PC����Qm
/�6�d�q���Ѯ�ڭzY��N]���Lq!�T���{U�H�}�iub���$���\~��<�a�����5̔���J�nKMn%#�	�hI5X{n,x�B<.�E�]�˪�,n}����ߋ&���aP���6�
�.I<��E���5�q#��O�8�53Pw'|��X�+.IV%���G%Q�²��#!�d
n���?�Ԃ������/V��#$�|(��_�x���
'ާ<��d�E��f�MX20&��;ԁ#$�zW�SR.6p
��X�
:���ȿq��Z�+ph	Y#W>У��>**�H��N?
jh#�a��B��<|��n�/B���e$��S��>I����X���?��WM�,����?�?��_�Ej���y5�Q�N��<<t���2��㾈b�DE�����UݓIp�ܷ	V\����UҲN�#����mVe��m�y�2FV흑�d��|�^g�u9ca�*qo��^]$�s˫$��VD)�Lj����ȓ'.W�ɔ�iX���f�&�?�4%$i�+h���T�J��@H����ȏ'g�Ȅ�h���w�-�5S�5 �I#���yݝ�,I�I&���ŋ
���O!B�	"ϰ|�
5,����pH"��8��ђ�|��7�X萩���`l�l��432ƥ<��'��dfI<��A���ʩ�<�/ۡF�k�Ï:#�6�
�GD�#��8���~�I�A�O�j2<��z�ǣ?������J���
�<?�6���q$��{8�5P'��(�_ePI�Yh�@=��
&>����&��k^�*�&�%,�ú���yM��7�*�Ѭ��h�dќ�e!�iyO���d�����rr|"�q�t����ㄍE�ْ�5����Ƃj�-�@5�
L���!��E�uZ�Iw��t��]Q�e��+PA��/k�L�,fTq.���Hx��X���0�HЖ��	�%-ś��ۉ=�@�L��qb�RØ��2�G�H��U�8R
Y�*:�u�F�x/壑�����A���6q$��F4�y�\si�P#���6�|��I���~��)�4I�3'���{�oj�tj�ܜF�cԷwRm��%p:�{jx"e�V�-�J�c�=_� @��>#����=b7\?;&0-��~&�+;n�dh=4�>cLߍ�����~�{S�c4zl2����Ȓ��������!��VM���2/�9v��NH���^**0���Q�ɱ؜+XՀ#&EU$�<��i֙��1�\ڼ���7y�E]Z��
���6e��eX�G���#��$}�^�����Y�S�4J��HԿ-�f0f���U��J����xO�ƴ��
�/��`4��I�Z#p�3Ǿ�`jDo�N*0�:�b���5(,`����"q�Y��g&�Y���[�����g&��;nt�Lj�)e��a��WT�4h�Z\��\��av��?%h��Zn2�TbɁ)Xc�EӑA7��):�.Id�����G��X�k�l>J�:o��6S�-�-G��Zx���Rm�P-��d�Y2�e�d*8�{�B�5�6�.ߡ
� ��#�d��dm���Y,������є��3��~D��D��YusH�LShd�C�g�#T��!�F<��1�o�Uv�cUm��B��E�P-1.E�T���4�0�+�6��`y�;�0ǔ��@SLF��wX�o����
��䳹�����]�@y�
n�	G#��h�����h�&�4�����'�=V����ݱ�vH2���}��Wt�����(:#�d�
���&y����!71@Ǽ�4��p�[#Ƌ�
���>�P	m�s�>�R@�0�*���2�Id���X�|��ζ��Y���ܱ��N��a�Ԁ6w<!�:��d)O�,v�*� �[>;xeR{� \��/4j=�	��2�	�a�t�����?�Ԁq�hG��:�HF��~3)�?���$tn�7+���~��fO�U�:sc�ī��h$O�{��Sn�B�ywL5%[�d>z@��u�o�S��;�8F���~v���%��?:�v��P�	8w�o�����������G�:���+t�����@�޽�}�,l=����o�i��_�c�|_�W�K;H{�?��E4�'F?��EXd�>~?��EXbC����(�0v?��E!�睏��~QV9�A��~QHd:��C��$+,���@�p�I�ca�h��:� ��pqa��J�pH'�i2:�!�5��E�#��T����
�^,8v^� 0Qp-Ϗe �X��q`8��x��a��*'E��C*�.�n9��F�&�# :��n(�l�9*O�-j��v�
=��$��V- H��
b��u`H�O�:Ź"�	�c�!n6�T�m7eŪ�N��|��!�u*x�UJ~��Y��"8��bq��J�(���:|��TȒʲ���b
�)!C�v�Ԍ齮:�ՉE�u'�t!k��<E�����7�@$
&���6[�LƁ�v��R&��A���C����Q�ܤ:���H��`;I�OP�G�T�E���Q͞��./�ƩkT\�84wq�A5
Vd,&;�yި a{�M�F�̕��Qp#�q(����D&o8
�[7&�4v�ý�Wa=�OبC�z�m��2b2�����_�T����PB�IwI<��<Ȋŋ0iM�N�5�W&N߉�bn�Tb僷nM�S}a�[��<��M�H�����qr,���ʀ�f�1d�_�	Ug�{<��o�3�*<��Gc�Y�*,�$eaF�������k�l����0�*��l@խ��r��z�J�D�Dž-�x�OEIsc��T�ko����d�I$�z�D�ظ����ʓ����3́��](�ؿ���WTql�U�xV�2�}�]��c���ki��gz�4X��c���/sqk�Vd�.�q'l=c����C�
��j��se�����H��S+���ac~ ���k�$y�$��Yf<�k�����ϲm��3�$ࢇ!��j訙�ٔ=m�B��|ʻ)�^d��2[c�ۙ��2��2;RD'O�)��V�p�o_,0��mH��/h*��Q9�Te+< (��ֵj�3O��6ŏ2��H?�J�\�`�tM�H���*xX�k�S9�u�#����_��·Ffȑ�;�^͞w}�[j
�T��]�92�]�c�O�*�*�Jc'��x^�Hw��.d�!�	��"���T��p���<u�"x�-u�f��ʀ�o�����
ˋ tn§��f���X^b�e��m�:�� E�T�w�a�h�2��Fl4�<��h�Ks�΀��j�$��@IQqT�@
�6�Ѭ5q�U¼8U�<x��pdD�Y�y#'�*��Ȅ�@u�����#ݽ�W�@�j.��Y�ۇ���$~b1
f^:{�P6A�9��<�r��R:������@@;�M�݋sğ&?��;��b�����?0�_��#�����v/�c��ñ~����@s��7�1�
~��?�q!����7��
~�l�q!���^�?Fb~B?�����f'�#��]�ј����h�w��Fb~B?���ޟ��������7��
��ޟ�����?Wz�f'�#��^�?Fb~B?��ӽ>y혟���h�s��E�~B/��;���~����@����_�G�4��������@����O�G�4?W�ј����h��l�q!���^�?Fb~B?���ޟ�����?Wz�f'�#��]�ј����h��l�q!��qpp�ѓ<tc��$T��!@�;������s�H&9T:�r6`E�s��E�~B?��?W:{�^'�"�@��\���x����iC�s��E�~B/���\���x����j���\���x����iC�s��E�~B/���\���x����i?W:{�^'�"�@;����a����?�����n/�#���z|�����@'�k�?Ea���4V�s�V�<_�@�]9�+�/��ծ���������N~��G��h�k�?Ea���4��ӿ���!���Ξ��O�E�4���ߢ�?!����N���G��h�o�Ea�B/��վ���������N����_�@�};�/�~
~�t��?�x��?V�s�V�<_�@s�k�?Ea���4��ӟ������Z���X��~
b�����Q@
�X8�;@@xNlXf9�V��"Pÿ�hhh	��W�,A�;�9ws�-�������4��g�5�Ht�.��@9�Cq�G�	�qڴ8Q�"��	�D��s��S��!�
VgG2F��B?�=��ʌ�x$߾��"6$�� z�L�XP�]Q͛|5!E��aa@A�h��Zƀ�o2GR�{:���+-��r��U���j�䅢�%ǁ�*� ݯ�Z �Q��bY�r_�M�-@y~�6��-����@Զ%����T�,�4~C��uu53�X4v�sT�
���"�5\Yt�*��HX��?t;-�MB�}D�-�-����H`�B����bo��.=��<�7�7(��@����#p�n�E�ѝA��X�v�,�Z {R��3I�P�Y��6
��F�4�&@�ˈ�Г�H�ǰ��VX�]-D��B�kəR+�.Gex�*��3Q����M�E�$�*6�)�Sp�Ǻ�֕R���f�0�h_n��ʔ�D+�l�R[3׺3s��=��#E���kp���zm���I��}�R|�ǀ��]��p�%nFL�t�u?`嗀A��M�o����d�R-��o`�*4{6m�c7�=g>o������
V��ö��F�K?�n`�n�ٱ�R)�Aөe��;�-��X3��i��qLe��y����_᬴y����9�X�Q�=��\��՞[��yV׹/�k�xG��4tڲf\�xߍ�Ot��~K�U�ɖ���a5�.<Q��#��DC�r7	�v̨�#)�%���$��6�V��h���&я���+�L�Ur�p�Gn�v�H�fw�ݗ7쌽��b���[�.�ԩ"N�_p�d�Y_����#��n��V�91}K�Ɂ�Ȏ
�$�Q�M�z�Q�9[=�I��?�[Ic�fwl�m��r�ga��]|�W��G'+��� �a�Bt���
�d�m�NN&#��-Zl�D�!Z�S!}�QcH��8p�����j�غW�%u9>I,�(��
���:�L�`�����7~*��y�d!ԋqy�wP,�18�%^���M@G�5P�� ���m�@�0�/�� �[�����	��*�f�&����ラ�SDřP\�*��6��Q��HX8���V@��@8��9~��ؠ�'=���{:�Z�s6n?��Pt�Ld@pF��R�ź����P�B7/��X�ȣ�l��~)�o�_G�iO�XO�_��oâ�O����g���_g�[�����7��e�q?"��U�Zv������u����-�e_��h������o�)��/��X�{���?"��S�)�>f�k�a�t��~>R���n�ΰ�Oȷ����S�|�ğWz��~E���|�;G����{��o�)��3p�������-�e>R���n�����~E����S�|���ӿ�-�e>R���n������E����S�|��W�׳�"��S�)�>f�?l]l9�?ȷ���Jv�����Z��"��S�)�>f�b�_���[��|�;K�6�d�o���[��|�;G������w��o�)��3a?�^���G����)N��6}h�m�'����)N��68}i��� ��U];G�X����c������{}��,p����?�?���:v���~�:�����'N���o[�ܿ ��S���>b�?m�q�����e>N���,s���=�_��+?'N�_1c��޻��~A����Ӵ�1cҽ*�������q�|���1�>Z7Y�ݫ���*4����vX��u�tԛ�����5K.�k�yY�W'�=o���'���YRKm�g\�?�-#��o�)"=l��Ľ���)$���κ�c�@�y-{~V�AM�W\��8\9�!���I`n_[:�T�+�,=݉�[I!���T�.'I�lx��=�d
��޾umK�YO!`m�OeI*����
���w�JI`I���.�p������%$ȵ����I��7�����J��ם��vc�1�r�;'�v��W�c{���3�����m8v�Kq������=x.G�[��C�YU2
�֞����B������#��~��7�~!���J�@OZz٬���~�|��잱u��������yID���7\��܅��%���`p��֚A����*H��u�����o�) P�{�x��Z��,�)�I?lgc�d=߉o�) A����v������I�8}d�A�F}�K[�%$@���-�����)SP��~��z�d�f>���5����̨�d%��:ŤQ"ǫ��\��y��x�F�c�⺧v�r��D��yx���óE�z���y[�dF��YO��5�a���('�"�@@xPF��O'�f�iI��p9"����ڀ����ǖx�T�Re���y�9Z��L�m@F<Z�Y�<(S�g��&�P�=�.ov�'�,f���*2y�5ۺ�͝��*
��=W�T2GoetG3s�������>�'��!!y#m,*�#��e�3�C�F��*��G�����{/ZH�Զ��yN8�a8�ng����x�|��'��`m��7>��ʄ\ɪ��=�/I'�!\<�t��L��$�>��~UA���#�F�8�b,�c��+/}�q�j��w��s�8�)N����l{hR�	�q2��68���Q�H?V�e-z���]�bl��`�мE��vW<M���.���+�l὜lj4=#���������cJ%��C*����j����d�wS8�B
��M���{��������˗&Sy�"L�iS���^hl�3;��7.��ȤY_3,`�, ���B����u�����;�1>�����ď5��$h����lg7m
[I��T�	�i�<Gc�{+����u��L�†Ƶ�~��-�Ruھ�~ѳM���aq�����x��dz�D�;[yU=8����G�I*ѡ��[�j��NE�4g��Y@s�F؎�j#����wSp��p�;UU��41D�,edR�#h����>�\��>���X�p]p��9$�Ý�5�`r6�uM��ŽH�vUG��Q��I챥m!��p��爐q@X��u)k�K�J�۝t��c6M�u
�;1]���sɑ��eF�`\�y�rp�T�Dqď6�oo�6:!Ϳa�^y��o)�M*���߳�5�$�B��9��,�1��9_��Z�܂^�c�v����9A�I(mcu���^�:�D�3˞W?5����� {{�{l��<|�ϊ[��ಟa�'�o^�q5�MsO(�%t� .�m��H%�'f�܆�2(����.A�8��ݭ���`"������~ڇ}����l���]3�!j�P�j��ٻy�*��}'���>Z��RA�'�di�z�l�ŚݵA�{�� ��>$��d6�~'q�Ր)��;D����Gaئ�@9��A&��nMP�I̠��
���P�=m���@<�����E"�r�A<�$�J�4��8��A�/����T�z�\��щ�~�$s����G�>l�[dK�v����G�dL㼬@m&3�H��*W��Oerݤ�:m4/l���O�ݠ�O4��vS~�W�MW��VI��>Fݱő�P]�\p���[�n�q�m:�3��O��#�5�O1�xW�n�Ǜr�ƴ۷⮦d�)Zƀ]��B�Q��@h���T*(�t쵨(i�@sE
p�
$�
�,�P	(G@$�=�h�@���΀��9������hn��@�?��1�����=�.L����I����u�g�.�%��;~^u�BLC@<��n�_��tj����n;�}��Nhaω�|B�:#m<A��{{x^�NI4�y^��>�B0|]eN��C��_��d�p21F���O3o��P�#��,9�$��dK�eo›���1$�ۈ6�
N�-�@b��}�����
��_�5.5_(������x����×��k;���;j��<�`m~7�,ku-k���x�тT�T+xH����@��n`/�ʀRi�okp�k�����E��MFQM�A[a���V5!�Oۻ�8��N�R#o�*�jU,�m$�P��O��U!����ae>&�Ꞥ��7Ȕ��;�w$����茲����ϲ�
/�����M�Cʒ�˫�I�dTϥ�.ꨧy���I���#\\}%���m>��7ƈ�����c�@ϳ���W�4�ݚ���́$� ]��_�@1�l���P�k0���\�d�[�!yr�|��s4`�I"��������#��o21$R:��@H�c��1�$��(�F��7���;)�*��7�#�TFY�oΰͣ7�|G��mm����M�L�*	<
tG6n��&]��h�~�1*hF��I��.��Ta�b����`�#L�t���$e����!���d@�˒ؤ/j�K�^�G� �}�6)a��$��-*UG�
Tu~䘻T���IUb{lM�J���g�����^tȐ�ev8��\���{�:�:��yÐmg�ar�ݫ�0�{�Y�vB�aūh�E��߷��v�`I�&@�EYL�J]4ɨ���V.��S�Y�V��D&�X�<�6?
j���ep輜켄�)1�Ս�+5�n��\�G�ڲ/6Np�uH�h`��"h?O��jϒ��F�g�&M�p�l��WW�_Rq�~'�[�2n��^m���R˶f��ԍ/bU���[�^_%�����6>��vؕ�4�.��vQp�p��j���%��w]P��ٌ֛���
�W5���lgcyn'�7��W']DH�91�)1�7d'����ev-�A��#��/8V�2�<�+eb~:�Έ���Lˉ#�"��]�-sgZ�>�HwlѲ�Ϲ~/�1%�q�tۤ�Y��{'�[V۷�Sns�(}� �.W��_��?�`z�e�}�xǍ����z�#Z�S�p�פH�}��:/���ɇ�s|��2�+���I?ksc	M�f#��S|�]�#b8���L�-�6�|��m>��4�Z��oOam�g�^s�S05���:Gj��O��8�r@��fq.;hrF���_�����_2��W�h�J�2[�>�#��g�X)-p2�F�(@Y�5���,�J���O���+ �p-u?f��GQ��k��'�ȕBHejױ�;�֬ph��LX�bi��W��7u�L��q��<��|�h227x�8��J͋`s�9�be���0�ʷ��v�.��q=���l��C(����Ǔ���
�#1�۲�)d��O��,^Ւ�k�ey����$�I���c�$���Ub�r�Q$�j���mcTc�t�j���P�S@VH��@=�d���‑o
<�%q�2ԧ��P�:�]80�#��q� ��N�(�H�Ba��<8ڀ��5Ӿ�o�
�A�>tɌ��Au��F��g�dpm��guMKL�D�uw���X�;j���2��}�/ݏ�}��Z-YE�U�u�AﯩW*OP�ǝh��e ШX
tp�s�8�@p�m�΀�#�h��25�X��Q�/�@�i4 �o��aB��@$�ªE�@6сD�j���J���������c���{��{z\�m�0�C�8�c�?��� ��o��
& </e�{��څk}.a�<�P
!K���Oi<9wU�QT6�����B�Ro�aP�>�	
�n��Gت�V�1*f�#��P������d
���.�[�P	�ac��f9B��{�ē�~
JnJ���-���@-�E�ak(��T8^�,|���}#B�
�dz�}	�+|y�g�(A�n�_I��^�%�
�!G��UN��i�V��@:�8����s�q����t�n[�g�F[��G(i`��$��-�Z�p�r���P
��;d��硤��I6[�p��+,�n�F�$؎w�Sɺ�Ҽ�{�������,,�e��yU��Pm;A�r$u0̼C���A������ڦ��!M��7��ݪ'�˕�$Q�L�݀
�wt�U�#ͼ�g��o�޲��釹C�Ob����A�o�_�����f��9j|�0�p{���~��^ʹE��(��bw�k�>_��@=��׉ʑ�ƀ�3H��ŏm�9
����j����`8��(�PHX��Y�|,yP< �P��0t�k�d�t**s�M�:�4��kx��3c�J�Df�d���s��0͆L�8E��2;����U�=���׈>څ*�T���۝fJ@f��)$"�ϥ8}/eFh����7McQže�
�2Pm����gc���2lO/{�oa[&Q��Y1U��[E��q,j�=��II�{�n8������Tz�U�8	����� �IP�i+�~.ڀ�N�.n�~)�ˊ��›�Ã)<�r���L̶_��3 `tH�Uݘ�&�nŇ��x��fby����	��n
z�=����k���a$�fK�2�[��ؚL��~��ý$�s���v0�؄7�G�Ƕ�j��ӽ��~�����nQ.��1euXvZ�=|�@F�MP�{�Բ��2;4�=�����)33=�P��Çm��gD������Sf7�G�G�JM�"BE	g�����Ʊ����V���YQd$�����PO-�#�^�죃�m�zG����Q�^�� ��{3#�k�\8T[ZY^�j@뼹�zW>H.&1R
��ƺW3��N�ϗ�4P����%�W���k�-�+#y��<�|�uIA�Tr[�f���s�z{m�%�[{n69�@��QɬU	>T���-��hei�W�r��н����;jORF�IPE6*�[���{C=�R���m���/�����n9rj�j��2\Ԝ@S�-a���Ѥ�=�$�(]L���������TNE�Lg�$3Ȝ)gS���۱�4yh��O@�4L�5��k8"�9{R�nXbF�)��t�]=��֧���_z9	�Y��@�*��be�/��<��'�125���q��*�k8O�ĕ,�ٴ��՛�ҭ�1[�VH4���΀zYah�+��I�=��'��UDX�)ev'��fOƯ�n*�k3��La{&��PLĔK*�_F���&�9Z6<T��@q�%x�@�ހ��d�Z<��>N=����y���O���SM�mj
�ߟ��^T��P�i�,h��y�@7~4(��OۤX����@hz�~ǕW�'YS���ހ���#i�Զ:���5�>[Df��o�U�N`���^#ԙ��1�<i�Z�Y�\R��6�K��Ci�oT�P+ZtO��
z�}�p�;� Z�k�y΀9�
~F�H-c�P����
�%��x�8��J�iH@�u�+@%��P
���q�O
�I�P	1�BȂ��@r�xЧ
Pd�њ�=��am�t�=���_7������2��E
�2��q����I�ʤ������`��	?����ò�����R���o�u^�?�@9��7^��(��Q��������U���O?�� �1D��@Z���6��!""�2����P��r�����M�XR����~��D����`�R:d$��yp�
��hA��@b����8в8�,������H�ŏ1ē��`�8j6����aVH,�NgIo����%�1<�+|Z�u
\����j�CiV�6<	�D�B�x�� +�,:��[��*��G�Qvxr�TŴ��.���$噋P-�yB�̑��ψ}?D�s�Y#������������6&�U�@ҥ{_��U�,�5�=/�_M0�:�3y��8"�r����ijݤ
�X�z+��g��R�u���F]�vlm�}�1��*�����޾U�{֓�6�D�؏�_��+�F�WP@|���(�<�S�5��&regA���
�gf�P1���@�m{~6D��X�p��J[�*���I$U<(Qy8�$�P�98��v����J�P� ��O��J,�l��B�ͣ3�.�I�d�#
_��j�,���d�Ҧ��Y��G�+fI�.��h
��4�O*�FOx�#���l�H��� ԓP0�r+��G�����'7#"8��_ƻ����WZ�$G�Y��]��op���Y�4�����&$����,̀_&2�2q'��F�_�mj2��`0�?Rn�1��L}�X^^J�[����]��o=O��$2.Dq'�-�Rjb��ХWJ�6X�,D��7�LJ�^��ͬN�H���40� ûb9Y���Ic�_��W�9���7��T�B�F���q�[jy�GR�e�*��z�?7d��yLH�^AmG��0R�p�a��1��~mhOC��}�~�z��EK(���s�.��J�9+�i����
�r+�e7��@̅�Ɩ%6gR��Q��?l���t|ݺg�6*T\��>)=+K����l��&��IP��-�O�Q&� M�n���6��xXi*���M4�%,�^6�.����.[.�(�U����ƻR�q���R<X�dQN홖�L�`|!����eO��������m�̐d�[�����R
�����
�H��ȡ�ǃc�e�ޢĂ=�t���xd&8G�^�2���2|̕��"�;��#H���N��y�7�����$ѯ>1�q��'�1Zl���O�±�hF����.�>�l���4`_�+��޺�Jpk����X�[ߏ�9��:L���\�$�!�O����ɜ��4�>c����R~���+6�]����o���x�0��T�㮵�s�d���L9�|LH���a�`�����eqRym��`eG��	AȌ��-83����}�I�}�E�Q� ��/|�<WYK�j����xh��8�"s;G�B�������X'"�X�\_�*�ו�X ٠8cFBo�^��@2Ï*N��\j����A�cz�p9�>@⹠II<M�	��'N��
��xs��F"��@۵�.�A�j�'�9p�8x�(P	sB ��%cEszQ�3�7x��
@l��9U�b�P���l�w����3��A�\c��o{_b����&02eU7]W��bz(�!ΒH�d��Q�m@�!��|�q"�$c(��J�ٽPZ>�[[���	I	0���^>c�y��oJ��_nd• ��֎<��:r��>:��H,���4$�@y�Jp��d�i �U� �@���9�Ր�%9�|t�!��5L�h��UA¼x�+@ ���Q;�P!M
>!@{/�D�s����%+�u���ޗ&Y��ԉm��1���g����������P�f2� v[�
�h��qQ���jV���󷲩� �>Bf2��,+UBEc�"�gpt9<��@,�||A��vwT�E�����{�
�������`rZG' _�b�Bdg@�`�����b9�o�A"��J
�Tp�c���]d���:�l�@��Ck'WѰ<�P�X^���UI౸���@>nG���}� 5��(`8���hw%I )�� 
J����[�~}�A���rF���Pv��r���}������*ϧ��>�#R�kq=�ڦ��Q`��6�j�u*Ya�܁���f��>�d���C�(2(��q�Ҙ��s{'n}Q��U��89A��͓.t��I)��$e�*��x���m�7�#r�&>n^B�aJ�p2�%]\}�#�����e"��])<�/��N�I��ƒY�fhT�>�M�
�@P��8d��4�ݚTpy���ndvPY�/�`�\9��� C��he�8����p�U)<(f�~��(	1�A���7��Ԁ:�e�sp8
�k'(���:.ex�{8�05Q��ň�R	�5�m��Q�Y4M�nj�3[ӈ�%Oet�͞��
�Sj�	�I���T30e=�2���ʤ�z�F��̃D�V �N��W�j���)+7`��*T���HZ��5�Ҫ�6�٪��=�p�l�'Ir���-�p�z��6o�ޠ!�c%!w)	��I�g
����M�M
o����(�b#�Ux��M!�����ci`0	S@��S�/�EWR&`6������ő��⇒E>�mJ�-yz�;�f5�OM��{�p�	�G�'�!S�ܚ�y�z�ɏ�&I%��҄�A�e{�F{e
�`��L��`���>��Te&�L��>.�Ζ��7%D��o��U��)2�O	����?t���'E��lÀ�S<��I��m�)S'#a,22:6�A �|A����x�MӏC��!$-̎�X��z�@$��€����u�i��6]��1��?��tH];�6?P�m��)q6��S�=�)_tI���]��^�0ۦÿO�ǼʞdNF��x��T�z#�6GP��>i׸mk�I�^+xO�T`�OUV8����h��,�,�^�j�2ҳ>�n�;-@z^n����1&/�f�FF]^\n8���E��<��"+�p�/V�8�V&��v�$
I�yב]��+�z77kʏ.'*����`�Ed�0��7m�|-3)m-a˲���GE�+t��.�������x��v�'�,��ZO�SP���D�%�I[f��|����:|�u&'�W�fť]��/7-�
p��p�KccpuF�-z%.gW�`oRI)��'O&hմ�/��[��V��ϗ�3�30�5���DM�+�}!�V�5��$x�L2�-tnL��&���O+V@�p��Ơ!Pe��Q�q���@1��Ѷ���D+ƅeR��Ԅ.�f����
>��AU@��I��2��eP/1�Z@��#ħ�����k�zJ��j��$��]�A��t:H��\	UR.���q`�Yуv2v�@Z�����P:�K"��D&���z��G���ЧQh2۶��1�v���:ħ����_{��z����yw�)|e&@�N��l-���IU�%��o��;Q���x'#g����6^&R��2���j�>���#�,F����AIq$����n��z���[&s{6Y��Yj��JB�!���ǻ�I��k�t�I/��e�����e%�x������Rk�]�<�A'fK�˷�WEs0@�h��>Zڱ!��'8ڮ�
yW�� l��|�$:/jR�[��ċ
�9{j	;�C���8c<�"�yF��N9���C-�uϳU&�$9e<�{h4]��J�9^�IPM
$��T[�
{����y��J��o����ɖ^��J�M��s�μ,��Y�������d�T�t�
���g*���m7�����C!e%�p�J7E:|��k�*�ȥ�\N�,�d>�h���5G�yZ�.$R�%9[�������� ij�G�AÝ��K�]66Z��접�⠀�{?��^L�^@��v�*��ݜ9�*Z�~��'������:W�k T�A+r
�y��v}
�a��칪�Kr����/�8�[�4���Ǘp�x�
ҍ!+r�s�N'@�E��R=���>$K'�<,���`?�Q�CȢLj��@j�����hT%�j��=ƩD��f���5�P��x�ᬚ2���C����ؤˏ��q�B}�U�y�T���ѽ)���������޼����qY�'7�����A�?K�7�P��~/�����
�<�݃f�J�����+�P�YX�8ڀ���y��'ƺmj½��G���BV+���rLi"�H9v��;;s�,���9�eB�����[X�vVYQ���g��
T���O1�V�feK�I����D�.VQ��\[��q��9�а�`V�J��g��z�2GPJ�TigX޲�eV�fXL�.���\ٴdw�� ���@�k�<|=⽛5�y�1*p_?27���Π�$����|թF2=z�_0r�O��QL�B�-��b���gT���7�������ǻDR�S/{��$l��-�Ye�'Ȓ\�\I�#�&ApHk�V�Ѱ�\�ņ7>^�Ǘ���_Oe���ʔs{��&�ܷl��lr���F���	<�<9���*{�,I�LS�ɏ�L�*���E�������=I�w7A�;���n�~�}c�Ud����V�����Ss�ɸ<
�@�D!�VAY�x�<�.��j��3�H2c$�%GaU7���H�j��_Awͳ�&�*|���(��ܳ�7Z��Cf��w���f��%M�k�� �w\��1��9���(P�F�����=`鮭3�b3cf��y�����W@<����rM�7X��k�q�[D<�b�3�-�nX��A
��I)�����@G̈́�TH�u�eR��M�y��dC��E{��țv�(�E������x@�μHÑ<��/���=K�q8B�R,	7�G���5{.v^7CupI�gxRU��S�Pd�E��BI$�i;�}yz�']�ӺSr�q�BVF��_�H�a�6�gY�{m�m"-3%�����g�uGI�&\��4��by�n?I��̩�"�dbƬ�\�T�rOoVw����q7���x�FK{>�ӧ�.%m���D����q�*��ںlZ{��'��ٸq��)�9�f�V��<��l���vV[)�h�����>*�8���ȳ2j�I�xڵ�M�v� ޟ�ÓvD'���=��Բz꿖��B�h�dB@M�I �����P����㾩H�#��T I$��ց�B���S�r����\v�d ��c�W���üw�.
��?%P�*Vm�e<�Nj���]DP�xlHuG�	�c� h�Har�Ƕ�#[̐=�T���] 7�P;�i�<(	�?�`��������I2�N���S^�ϧ�n9h�˨�pL�6�L��d�������M�V?%j�4�ґU��0������FꥣQ'��P��=����e!�.$6X���}�Z�m�[4mn�1�:�x��xe˖r�",�u����I�\�I��F��l��=Q��RdܳaT��';,��7�K8�/���<��3r�ݥ��ܒ4�f�`1����j�5�A6;�wh��8Y�#�=�����u��TǛ���q�.1o�2�{A�~K�E�a����|Y���A�[ڧ���p�P7�����e�t��{+Z��E�in%>Jڱ �6�"�%/�V������[L�6�T��ώ��{E��V
<�?��Z,���9[�Y�#��|�qaO1��	�4d��×�O5V4r0��3��+J�C(��`�� ��g3�-U1t��!�_��������q�@ �;(���P���"��/��JW��}��=�.L���=}1"��ϐex�Q�jo7G��@�Ƴ �}H��d���b��m6x�r�`�����Ge���V�Y����A�Z�j���5�Bd$��[�qb!�saP;8��8���cX+c�"d> x����Dž �����>�{��<ꃒE��p�+p_���mc:�`4�{�{��GYT�ێ�8�� �͛��2��vG9^�
���3���g�v��34�<����/x
B"<wt���q���n���Zi�\v7��F��.Z��
Frq�<��:ʎ~�G���f��H&�n'Q�ڠ{�ٻ�9Ǖ��@��Hd�"����]��u\;6���y��<�&4�b��5�|u��"Stn�oxx�sχ^	��+�p-qR$2`g��Hoo#)�H�H�
�5�#R�8R	#BYJ��in<8i&�,��̳Fŏ7���ʐTLjpm,x^�@u�'��.��xP��ܝ#��RM��akV6���&�������DZǗћn��r0dr-ɣ����|^��t��^87��o��?j�D��aџ�~����%d@�Cf̞��_��TP��nF�Tر(��@���kP������PK��$ ��	*�*�it���B�$^�
̢�n��L��,Õf�FO1�
�Έ��p�I(��.�Q�%��V��=����:���ȷ�PY��aTYJ�TTI���p��G�;\�<�JVYl�e��;piZ1���� ۍ{86C���t��9_��5�ˈ��P�g�ɜ�D�Q�3o�Z��t�_���$�uı��F�&V�:��j�
WG�[^<o��x�$�)ˉ�WJ��뉶��l|����vu]p�eP��f�z��z�3��< W��}�.�>,��e� ҆�0NzH���HH�r�}9ι�a��fd���+�;A�a�i���Ǐ���r��N�Ga�hS
Գ����V�Fb
��!@�uj�������I�~J�7��һ&>�7�V����nhRF��P����JZ2m$,N����Xu�X����e�X�U�� �q�/�@f���}��p�L$�w��V�y_���=HɆN���bY#��损�+s��Dx���埋��v
2���3cn��`I�ATy����7~�����W4��Ho�˛�
�\FY0��}n��:�M�?w�+=�̆��Z@�-@@�Y!�X�֘rTe7�H��U�9�������f��qh�#���Q�#A+��B��P|$:���W�r�z!��ܦ�s�M �
S}v��^�v��P=�b�ı$y�.�C0�$�ǻ��h���m׏$N$��<8�X[�i�,���fU:n��U��
�2�\�&����^U���\��jq-�JI,p}ԉ#��X���U`[fUm�XP�n�$�@��xZ���9񯣳|&�q/wްj}�52ƺ$��"֮�r����xS�=��F�6��q��@��+����Rj=ǧ��������4̽�/�y�����'x��A�]���@q��܇*�SqDA�AaaǶ��&=��.5�cdRt?�^��pc�@+݈�-H2���1���xЧL͠!<����O�{�Ilj�%�i@,~��
$�ĺu��V�rf�K��PLj^�U@������P����G�8H�w�������$�ķ`=���P|�f[�g�#h�r�)��'�L�C���I>�WϽ�=�u����瓍��m������&@w6�o8b
�}*�fӃ?��Uad�W��_*D�H\��N�ߴ��Y+���?|R�O�
�{L
��A&c�i��dӨ��9e��Бs�{�0�y�7|W���I:��k'�����c����3cϳ��ݤƙ^	!���PY7�~*���=��>��]
$Yp9�,�?�O�Mt-b�ci�:�v�wȿ	1��;�������Db�u�
�䵘0�f`��ڶ��CW����l�i��QmHEoo�S]U�6�&��� �/����uZ����ս96ܢ�h)*�����MjMۥ���s�������d,��b���ؘ��U�|�|�O-�%�p��2��j���a��ۨgj�
������I4���,.�9�c`>:�m�>&����ᛆ酑<1�v׸��@͚���yV|E��м�!����%��}R���i qV}#��n��ӓr�g7\m�7u�bI%�H�yBL`�U��E�[W—`�d��G�-lLa�6�ՙK�xG���*�
ܡ�lv����#��@7�Ŕ?w.\j�,�Y|X٘)�Ș��,���)cɢ�4�TV�k&[W��#dϋC>To���}k�@
������L�e5&��x�2a.�H��A͈�8v�ҽTfp{\��?r��Y�nN��ת�V9Z���+������@!����(�7����w[�/A��rf��5��l�r	���޼,�:*�`���*I�bGY\��/�`�w�(?-C��.��N��n+�4,Q~-Ϗ�|$P2�d)���t�a���S�ZFX��D��1����.{�F�rU���~��{ޠ;(��.QBߏ.<�k-�VJMìp��}
��Λq�����7^��нr$���wxF�6�
(d�&�;�WJ��Z=_�^���8bB?�;���cj�1,?V�LEF�o�%RDh۝�$İ�mÌxbP=�*;0�s�=I�v� �]�i2�ݤSp|���;�|��nVж�=UګY��MԞ�D�t鈓�'����r���k�>�u�
�я.��b�_�Y�<U|��B�"��3y@JD���G����:�8W�<��d��$8��zw�����X�]�c#���@!���}��ƚ��Koo����.ݹ2c��ye�����6�
ё�W�o黿�dž���|�`靯����'�t(��,�mr�@t��u�g��x��76����lHqQ__Y��C�� Zlh��eS��]Fa�>��h�1�1��y�"�VB#�F�l�c����O�vM�rQ%{$��Оj�:����ͬ�{{��k��?g��mJI�w\�5 ��"�i
�k!��Z*D	�c,#�*�g�I�z�EFo��s���8�y��F&8���*x_�:͇�
x�;��pʄ�¾���cџ�~����%d@��N����I�٭C�(**�mU�W�R��Zt��?p��q����Hj�N��R��w���qk$�c���_w�|R~o�7~��.��]��!}G�o�0}쿁O��G�.��]���'�-��A�K��M߄r�5���t�>I��n�%���k��97��Ѯ��
_t4��M߄�ܺ�w�E^_^t\����8I�E>Sw�c��O���g�GL�i��b���=߅�}O����e�w�����V�W�\�E���M��i�f*���+�N8��2�uO��e�P:��쮫j܏��K����#}��Ɍ�%�H�߫�uT�#��n��qw�F���0�wH���WC�?�t������m�����SE��n��]��'��U�nQ�����u���WK�}4ܳ��j=��v���a:�q\��}�ٱ�O�b�v���֮�t�6��L�Z����I��$F���؎��?�t��]�#g�饆D�}���:�ʖ�=;��Z���T�2�*3�������6'���h���\�Y��#Z�B���V
�\�d���%~���|�[��Y�W�!�;H�"X�ܞU��d��7i�{��Xۆ&�;�@"H�K�5~`��䮒˃��	H�\��P���D�.8Ւ����q�8U�d2�r&��q���B!�d��*���,G;�����&�C���M�j�m���<<..A�"�*L1�f������̽�5�?T�ߗ��n�HS Y�!n���x�F*�b-Œ��t��?Vt{>L�X�Nj
<�I����a�M�u��k�D�t�Xem�#/�T�d_S�;��:�d͆�yO�����r��j�37�&�*<*
��^B�#S��xU@��v���
9�w!n��SvUۖ66ۻʓ��Ň
�B�S[-�]�;V.�W���1���*���L�`�J�ᷲ��ݷ���!v����2�!��͑+h�-�M�ڭp�3]�$G+�.&Ҽa�sve$أp��:�ᛪ�Zcu���Y��a�l|,;.+-3H�u.Nih���.dU&�������۳a}����"���E�p��Բ��x�h1f���fE,���¸����/gW�C"��b�Ŏ�G����wRg��Wo$�u�)T[]��/^��kPw���(��
�����Ԙ��">l�S�Q���Ɠc��VF.�>�2�$k����w�+���MT��lqV¨x�5A��(	�¤q@�-;���=> m�j�!�P
�<x�
H���ŏ�$�qf�ʠ*���(�pA�_�Gg��"E@tjӪ�O}3i���R�!a�9�:���BmT0�@IW�Tzn�G�Go���@ij�����A�$�匈J��V�[�Dz���}΋/�N\35���FD |�Z�+&zHYO�DB�0�<,��}�����>��]�$���D�ws� Ar�9���K(!�.�vۀ� �ny}_��[n�X�W!P9p1ŋ5$�H����J"���]P�O�<5�XB������<.q�_y�� ��`4�`�n۷c�Y���m�˨����G0M͹WU1"{������H ؐG�A,�d�����?�A#p��x��751����`XEԛ�eD��X��������eб��0�a</�i��ou�M%�6퉒�ax��%J���`+XI(e�S0��4#D��U�`8��?-F	�8/2,��+9�۲�d��<s��w�{���#:��Ho�4v�ۡ�;43*f���)�ُ#ú��Z�[�1�r���w�4$!�n�˛uC��6;���B�#O:Xi�WS6�3zX�JC������S2��*<z,�r���Qn�2�b�,h�P:<Q$��G¥X|<9���'�����l\�g�ai��~([�q¹�*�2;?Tn}>R�|8"��4q6��t�{xֶ�K}�cѺ{�6���s#N�x� 5�6�U���Kb�x�=��q�
�I��T��������w[�/A��rfè�mR����A�xׅ���=���I���HH^�<x�Y&bX���^��(RX��[�8߶�	;�}ަڶ�V\�h���9�w���:�#p�������>C�A��!�|]��ڶi/	���Q�,��:t�ϑ�7���/����O�T�X��K*�BĬĩ!�K�M9���_U9R���GW2�rq��m!Amg�Q�Lq0[�PgoJ�b�щ|�o�9�#z�Ȣ�d��p��X@f���Y�Qvw�W�$tvn^\l���)ƕ�VB9kS�3�~F�_	�뒲[�'��v׸C����G:��c�<+�93��n6�Y$�4e�)b?���O:�`�yP��랙�M�L|<l��e�Y��9& ���Mj�"4aqz��o���L�	�
#
F롐�`�Oҭ�&���[��f�Ñ���tCK&` X�>[q��晣Ϸ����mݰ����H͙%�,PF8��o]��a���t��{ց�wѮ�tߍ��)"€-@p�`����V�����͔��ع��>
v��ۙҸ�/p�#�_������Z��/����V@�@G��-
!�X+���y=�(�c�p�!y�~_f$IQ�]{Ә�3���ϸ�Th iR}��~r�J�}F��2qk�Y\�b{�~�(F��>��S�/�߉�*��(��|,��HLj�[����5{vf�h&���
���"�j��z����u$�Կa�~����}�~��{����f鏓����؅y���i
�A��w�U�ӎ���n!B�H��ٗ�gI���'��؆VV���5`n
]��u(ol[m��W2&�{_�l��5/x���-B�7uڳ6����
�Is�F4J����b���76mH�Ԥ�[9���/��_����~���o���l/�]ǖ������$J��@2��௔���$vV�I����E�k�K:��3 ��O����0b �.UN���sʵ8�p��UVyZc�G,��yU9�##7.H3d��GJ�=���ϱO��*�eU��K��F..E�t0sR��ߕC��e��
��F~���o�_�D�܃ÿ�~���s!V�)�Lyv��X>�y
�����w�0�ܱ��ʕX0<
f���6R��[�K��N���t�x�'���t�(㵙�%����f�r�h�Lb������4��H��⻃ؑ'
(�e�>6)�����G���s�V҈�"\�I�x��q�'�{LVA��h�+�`���6� � "uilX��쨊N�G��=�d=+i��fX�T�n>#Y)��H�_#T��Qec66c<���UAB�]W��$Z�PG*��?Cv�'�Nlq�ʎG��<Ƕ�1ޫ�Éԙ1�G�$ʭ e�Á*{��y��&׾an�F&8��|��ݔ����9�~�ő0��8'���vR��{��.�����oƣ@��r�+��6y5aL�EK�F#���H	�M�o��{{�V�X�ߎ�ʌ�H�a.Fߏ�|�tŘ�ryX��kϹ��Lp#Nɰ�6ي�q���u�p ��^z�T���`"\�q�j؇�������mM-�H��yݽ��N�dV�nC‘�oڬ���D�Y�[p����,�vp9��–k?�0�d���=�H��/��>[Q�	���8�Y%dɌ��1�Hl�ǀ��
�i�"��b��~c��L��}��nH�p/[�fL��ƚ%S�ԥy��z(�8�3=�Zc�b��U���q�]S����n�g�#���|���`��u&�Z)���#�q�k"G�Xg�&��9T:��^�I��j�snT`7q@M/�Z�����U�snt���|���P�hy��W���3�X�B�T(�=d
��v%ήK�;"���J��
�4D&�8��<l�p/T��P���&�)�������:M��o�4`�T���>mѠ��g�d�H��=�+׻����<:LL����́�ݢ(��x7#�5媃ۃRYC��c�Ʈ�a�<�]$�=7n�Dag��"gɀ*FI�{l}�8�f[�z_�1v������K�)8j���S��[��.�ߙ�#+fH���ܛR��eFi\�ͲuM+��E��IXwP�Ј�{�,��s֦�#����jȃ����4qInO�U)#����dSK��:�bǞ�TV��7h�W�f[�mZ32NL�ֺόZݪy�C0]l�?Po1��[^FDQ�N�h�Dž�F���n��$Ͳ媎%��x{ECX���Ib�����PG�p-�"���swQ��F��n>+Ֆ!#�H��K�f��%�u$G�P��D��
^�]DuN���I"�`H��e��Q4��_1~ �j�����7\�b�FB&��c�*6cI��ί�Y}�+6�I�P����Y5���<�S1M,Ť<�`���v��l�I�xP�~F݂�e��w|T4���e(T�˟�zJ�:V>g���~60�8�P+U�Dx�2�G~R��W�ڽ5�c3���k���7�F��/�z�]ڳ��h�Yn�2�ƻJ0��>�軏���w[�/A��2f�z�����׉����C���ΚG�k���񨁛�I��
�~I֛�ضy2o��-#��	�$���So�<�,sn�Hgs}N�8ʭ�6�k�[#׶�M��"���|�y!�q��1��J>$��\��uvKEc���[����n��y��D�ܙp�Rx8�N��5񺭇�|2g�~��W��VK$=�6��������k�_k�;�i�?3��t^V���G��l��v|F"g�L��VF$�X�����O#����F%X��/n$�0�����`T,m�{�٬�"����d���ʎU?�V�o���,��6|[V��a�?����+mf�c?�������#�����G��&<��H,J-��f��M���xw�
�(XP��P��
�
�޷dlm������!ĖQÌm�\�VB>*<��8}�+hꝪ,5�K���c�ؗŔw5s��Rkr��2MD!�q*Xa�O�T�YY��|=�4�.-�8�	ɸ</À�|��~�b�#l�lLh�d�Gv��9�Ab���7<��,��'��p#�_y�X���a���~-�/�����
�\��b_�ɚߔj���}�%���h����[�4!'4�'�P���P#�w@y�Է��_�鿧_B?	����mқ�۶t��3 ��2O�Woɹ�\�(��Gm7���b��:]�Ev�V���bn�$y{���a�nA6,�9Pb��6�W�9c
��X�y]m�����a��<~���v��i�5��q�q��%a�E{n89�	|
�r�H�20�ZR״
�?K0ҒFy[�miV[�h��9�}'=j��D�<�aڟ5������C�
�A�K6(�͏.�ňi��F�
J��3��R���Եp�����v��T�5^*VR�ͬx�I��ld�dɷ<���y�ύ��/w�G���
Y���mf��Z'�k\'��m��n�+�Oå�	G��boYY�;,�y������(b��c�+��,���+�k�鲔�#��<O&��gWU�+8�1�p�>$��q2�/nl�I�Ѳ*C�|H��e��3X��|U�l�m|��GMΧݤ���s����#�k��lؓ&6$쿋�;#{2��+��W�e������������&�����v����Ǐ�%�C���Y�u]��6S�j>�O���֛4j<���W���l)��E��Ș���m�2EڟL��F�p,���շ��>���n��u�N��R\)�x�J�Vٝ��~F[�<�Od⌨<�O�#F�Rǚ�E\#�?�Zn�[�����X�6��� ����\�;=�t����a�&K�e9�S��L&����ϸǞ�$�UJ����F��7��ݽ�ٍ�6�q�H�&�4$AQ�Q}����j֘�=/�?|I����I���s��:�s�x�\���,ȏ
a�<9bI���H�2�ȵ�0����Ζߣ�ԩ�o��i�	z��٦�y^i�T�N�s�(|B�%#����^l�Qa&1�/�v�h����5�L�H��o�O���";��
^��6�;�Ɣ2���8VlTffѴ�;tm�m��q%n%A쿲���q7���`�#��
��bN�M�бG�����:_;c�`���
Q$N6��1\-C�[��i�1N�,�&�ck��w�5T�H�.b���R��>��;�I;C
g�>1��V�u@7��K��^t��c�N��8a��2cW,���`�>�d1��H��o��Q����)csn ��h�,�\��s�N3M��+q��Q��x�|™���4S������)��ǮS���fJɅ�4ʢ�nM@9�T��2m@4Q#j��&by���;I7��T/#pf%G%�A,��[�P2х�;�Q[v�&ߺ���#G���?uj́u�4�Y]I�Zl��qG�xپ^-ש�=Q�|����wY�Ę�ˍ�7�Ka��MV6��
����y�k�ib[�y��j�w\
Ҳ\dn���!�/�Na�Íۏ kΔb���"��w���(�J5k��5��$���ceB ��>D���5k@x��쮫ns9;<鶘3��H�v��&6ԍ�I�6�#U��١�Ƅ12����[}^5�Ѣ�Ϋᑸ�7�I�ɘ*��;f�1��",أ�n,���୭�:�ra.N3c���2�S�s7��j﮵�Ŕ��C��	�
����g6G��u�^&�
�
�.��ѓ�:p]5����Z���}�\n���f�der/T	���s€�d
P8����nTe�@@�@ �a@C�VHA'�9���Xd7�Q/�}!jQ̨CD�nw�v�.�%����+�hBLRڀ�N�8��6RY�TM�5��!@H�^��T
�o���4`���6\��&�?M�|f���c��F��"����"��Er�OVmn�@����Ԉgd?s�\��L����#�L��p�g�q��RA�+�����r��.�i��K{�O#���e�%zuM�HUs�6&�̭�&�cc��o�0?D�?��2l�:xP^�6���e��nx8��"G>g��2P	��ʄ�;�]3����*e^�H���^Q0`��W�X�=�� �x���J�"���G�Ւ��?��ںofLX�8]�fe��/���q��X.�,`�xj6L;r�Ɇ9/���\����>��,�A�?�9^=�:�H5&y�y������˔k{���M&a�]��v�c+Tl��s��Ф{��9M�U��H��D�cl��|�N>ד�-��~J��_M�JWT��2̌5�2�Q���eԄ��~�m��'`�������"���N��p�w�H�
��VCF�j��ͅK�&�j�͢�~r�ijH=��GWvߣ"�N�90��V/Q�*fLrUU*~6�A��H�4�ǘ�_�ER
���\�vU]w��$��Z�bhT��̎BH�/��n-�Cpur��f��`6!�]+�db�L����?#3�wF��2f���Lg��X޻�Roj�S={ `�ԣ��u<��ͭ��\���T�HH�a�ԀS쾘uv��6Ba�b5��<4߼����6J�8�pŏ
6Դ��8w<�fSm]��	;�[ϝ�yE�4n'�ӳ�wȬ+�,���������-�{;\ϐ����E�/H����~����ګ4]��OQ;�-�3��uےf8�eI�؇w���&��w�[��l}O��B�=oj����>;~�ls�ns���w!P���Xq7�}M��(UG���{�˟ �M3d�9��-�$ �:���Yn�,M���Tl�_��.k��D��px�+�!�;��k'������ u�s�	حt����;:7ng���w�+���}�q��l�%ȃ2$�ȿ�%��z��~e�f��A�\��r�L,6E�M.�Q@$��
��!e�V݋	�h���\(���3��Mk8Y�y^�l�f6$��Ibl�"2�Z7aυiU��ӫ�J��:tbC>4�6L����\�{�+n���fJd�[n�l)`�E�Hݐ�ذ O�ִP��I4�]�]6���4P��[�}�}���� �X^��4	.a�ܙ"I<�A�Ci����^����#x��fÜ6	'��\�E�C�]$��b�]�L�pK���K 	���`�b?x��]��|�(3a��D��A�>:S�>C��t
$6�v<��)�-+���������]�X�+!%Y��pc�2�{�#�W�Kg�Y�ۺ�`�"g�g6U�d�غ�z��d���n��}�-Dm���v�Ȩ��W�`|�,��r]6[����ƕp���a^Y�I&�j6u��V'�gG�;�o����͖�2@|�'���1W������VzFŊ��κ"�axM�� ��Uf�j@<׫�8�|�����\�\�Ztq,hWY�R����j�7
�뾕�m�Z�U��a�Z�a���A�u�綹�3����{��8},�.v�o�|�)��\���u?z��zY�G��?/����}�h�~���������|�)��\�����=��ޖ�ʋ���|�O�����~���_�~��2ᅷ��O�z|��>�?�u?z���v]�i"��S��O�<�����=��ƆߖM��=O�<���u?}3Q�3Ã��#\�
�`�ſ��&������п��伟����k���=_�(�f�y�?/����{�����b��Y�ޫ�"e���c��=M�H?+�S̨���|=����G��?)�S�C�/U���"g컎�����}hM��j��?��_}2�rae���j�?�u?}1�E������Iv
G��6?��?}2n�*Hi,G�o���GS�̮�2p�|�b�.F��wۺ����?G}�[^vqQ��*y&X��n<���t����v I]1h�A
7��&^8V�������{������u1��J�ݸܯݟ:baB�i��o��G%��ċk��\��N��
I�������ީ1PdO�Lͦe$1���v�Es�c�M�DLx���x���ͯ��",��.�<=�m@G!ۅͨ^����w�%Ƀω�q�A<�Q�������h��)D��,.y�������ndɠ��)��M^"��컧Wn�TG��>�E�ƀ��	Xq�Y�q�]��2nK;-VJU�\��d��$!�:_�{i�w��b�߭[NR���#v��� d?�M�T�ͱ��#u��!�0��J�#H�&��dj��d׸�9,�V(���:Ptl��á0�0B��+�:� �ng�.ul*1�\�"��,H�I�D�6Ҿ&�^KV1gt��z��je�G6A�n5�-Lۄe�<̬�J�@�ci�
{Gy�zRG&��u̓ҽ%&>2bn3�s�u�y��DeO�Ua���fa�x�J'�h���B
��W��\����q6����(7��U�p���7�\m�FѢf�ȍcYYC.�"���ST
2Po;>�e�s>2���ΦV�"�׭+'�hTX�e�')5<lAbI��n�9j���)����nO�yp�{)iG��$�YUt�!���vWZ�f����3��):���-��\�۩^f�S�L�P�4R�����h	I��Y������߲�u%�PrL�@A�p�M�� )
��&����ФM|jvb��p(�_�
�jV�j�LA�@I�k�t��ǁ�Z@���2ƶS�=��1!{@N��p���M��
��q4�O�7�5��>NHl�'a�kre�#�
�����[�����Y4��Uny��;����ɢ�#h-���D��jỴw��i�yױ�K��my8�E&L����T��w���
x�c3ح��x��q��q���R5�4��H�øW3���OZ=K�qw3�0�ae�	��㯖���G�K��o��k2z�鄳�&�>��[~u�P�G�a���zMm�s��8{�;�D�)���cF�� 2���0�=�ڻ6h�}ڧ��z�lM[��l�d�^"h��_5�mY�ۮf�j�#-��02��ƨl�8 r"�k����|^��S�i��s�����z�e���m�r;�7�'o/��4Lˣ'G�㰲n�7w�c?�VPUg~@xn8�9�T�*`!�I��G�\U�f��S���,������/�a�-�o�3wH���YT	H���
&�l���
Ye0m�K#37`�
��{j�;��>.೧�>J���c`M��˰
�T��Tn�mYPceJ�"�j�@}��YgJ�)��j��x�x�'�/��+
�]&ǥ�����v��cU�$�\c"���*Ǐ+
�[{՞�6
�X�O��$a�"��ry�ƈr�����
�Q|�OD��t:[�����f��+�:"�
,��"��g�f��*�^�ˇ���y���+ď���mn&QC�fM�V:����{<m��H&�4�;�D���~5`�{��ֲ/L�E�}��g�Os�҇���\��v+D	י��[�6k7:�͞I�~�t����RE"��L�V8�"��]���ᢣeMq3����'L,XX�v�&8bF��'�I�=��Z
��O�rwY���d�-����ff<��Z��I���Ȃ%��:5�.�u���\7i-4z�7+���ޥ�_�y�L	e��-��[�=i*{��m�o9�(��H@�>��E�j;x�#�E��.&˫wAA���牞o:;Hc�E�,�'�^�˫�ô�1��mY/��!G��]�֚�?dvWi�r7���ߓ*C�����'��F�#���ٯ.��$Yb��b�;�x޾f��ni�~��+oa��_u�HŶm[Nz�r�cim�y�U��e{wi����>����N73>$xx�l�i�V5��L��+ӵ�n�F��a��>nɉ�����0dmk�8��U�l����e&̯Su_��V�Ը���)
̧�)��ƣ�=�uU�WP��-�w��@7�˕ ${
���Y(+O���ۗ.^Y�0�$�B�wl���''�Ze�W��zG�;O��d�;�T�Ŏ�o��^����v�4��g��8N����� 1cY��5��񩩙�u�!���Ӥ?��8r: h���+�#����FH�n`��TaO��Y|��C'����<].O��%�ȧ�.��#��O4NF�t���!E53K���h{���{9Ca���$�<!�#u���{���yZ�����6Ͷ|l�x@�Lq��@�č�J��ۼ�>{۠�qw��3��;VR0�+K ��R8V;{+i���M�IN�v̩���8U��4��u�J�ס[�[k�CAo��pǜZ
�$Y&�면���Ac�Vu�mJ���%|��B�nl8q'�����ߕ�q��$�WfO��ʰ�5��mjO�¬�i�q���ڱG�G��['��/�������%�P(�oQ�p�������+=oc��
���%�P���PwݸP��(V5��E$*-@D�O	�2��WF�<�{��k�7R�\�ud�p���ό`M��e��g�lXz#Sj�͚���T�#�R�S�����Nj��?Pe���#rx3�{H����J��ݷL!Nj(Z�/���Uָ�fm��lI[�r� �Χ��ڬ�	K��,�8t?t
�ra!������%n�E���[��-�Fo�r���������^�"���6.~ӹ�͐T�|n��</��RA]��NDL%�-��B�#$�`�3��ˏ �V�G�T�ba�r��\*�P|�{W����3MJ,�H���D��B��{볱ε2=U.��tp�0�
L�Ix����\�'Dd�/G�<�>bI�i����\ٱز���e����S):v�Z�O��k�Y�
��A#��?'�s�E���i��̇��"�52�ls6T��r����~^,��#�s��<?uY)o>ոm�)�R	b����ZIa�e!��
@5	���t���N�xx&����LĝD��d�kڡ
u����T�Åk���<(A[�$�&\3�X�0���IN���ȳ��/���W�@��UD�{�́�C�m�a����P�?��W{Z�]i;Q�B��;�ٹH�Ⱦ[@���`%y�gD���Nr��b>a�E��G`5�ռΊ�ID�M�j)����cc�[�#r;�6FLPc�i�'K1����dh��a�9������mDٖ>�6�j����
9�1�z�@؁`/̵�\�
P��K&.�$�u} I<}��j�ܻ�_ZE+G��c��G���W��ez7)':Z37;v��"I��Ԃ��k���e�[�<�yS%�5�ǟ5�٘)�fIm�x�ᡬ�f�g���]d�[�rdw��r����EIԫ�F�ˊ�&y٥��QC���FA<.�!��VX�z�4f5���+����ō�¿�64I#�3�P
�=�t��IM���d	\�s�]XZ���ܨ��ݵ
7��<|
̭�)6��T� �G�h
��5��~����+,sǮ9T�{A�"������?u��0<g��T ��+>�4��O~�x�ڇu��
���Q��P������,���|_�rh
@x��'�M.�����>SDI�Kq[{kz̺�%�F�oZ[�4%�a��U�M,�=��f�`�1��ܑq:�'h����	e�B�B8^��W;n'��m��{�Tu~�6.&bE$�2J�;t�+b{�5�*x�U���<�^�ƀ�2�V@X�Ȍk�M�5s��ő��F�a�}?�ۡ���p&EP$��݇2��o�\a�M��b���&����8s,�#x��-�O.b��e��U��n���	#LY�)�c@X	B�mb�Ņ�ڭ���J*�dr���>&-~ҠW���c��W�c��Y!���[q���dA��3�|#�P��o��2	N4�~!��#����Ђ���c��UE������Y�i�����A�����o7Z��ct�����,Iөs��#�^뗓���X1��k�csޱ� f���Z��HTo�E�)��7<̍����t��b$Q��=�H�#tV<��>J��i :f��n7��
����szG}��mrMk���#�EE���#cн+��Poj#6�l�$3E����]C����{\�>��#їq�b��<�P�Т�5{O�Y�}�/�@%�FR��U� �mC1��Aj,��!�d���Ea��
4�R�F�1�i��#X�ʻ\�IDžyw�4z���.
�'�r�v�+�d��W���C�Y�'�ey�w<Xam��8�G��Lq�;���WҞboe-̂H�&�ի�eO�{�<Q>�.�}����]6�36��<�#d��ZWW*�	Z���Sq�"ȣ�œ'ː
��s쨱)������I��UrT.C��uUxvs�����B���p�\Q�_=d%�� 7�nV5-SٷM��ly2��z[x�ٌ�X�N�I��K3q�'�i�<��jY,[,��[��Xtem�c1�٢�>�}�^�]<�����uEM�k9��^aH�>!λ����rzO��,�0A�ŦkX�V-�uʾO���ϻ�u*�=6��k�̽#������o1�:��٦[!{k�ljϑ��u}����k\���&&�7ITh1�����c��=��ո��Z=��I�x��\uy81d�����C�w"4��O)�gg��µH���&���7�
��ܲ����:J�+�hH�o�n�$�n���}몳2X}$�NJ1�I$���H��ۉ!S�L���[�_��?0)��RL������nɞLn��ɂ]#9���HK�$��X�K:=c��Š��d�y?����kJ�p�۲����,Vo�������~
�t/M����$b��T:V<�̝˥6\��(�B0¤
�b��l���{�m53��[�OI2?��(<�-�	��5]L�dY��	�h��/��g1�\���t�M��K��n?�'R���A)l̄�!ta�3RQ������a�,��YD�(�FKF��b���{�&�P��m�]�v�1b�L�&9�:Z,��%G-U2%�]����r��t}b*,�C�ְV#���„E�����TyW\c͹�٬���@m�@&��^�Z��[�ۮS/llC9ug�SH���oX=?Wk���)��%���/��#��{��[�P�MF�=��7�V�R����[2[���@=<�!�����`��eP7*�N�̬X]J0aRA���]�2
��@��(6���]Lt�G��X�I�W��A�m8��em�y����d�.�IR4�=� j-ץi�ŊI��SYD�ۉX�g�&�o�R5�+���#..��*��(s-Ū��S՗�p�������h��滞O#��Ū[X\����m��m'-Es�F�#q�]5��K���f
���#��[38���15�7����(�k�»l���R�ߏ2c͜�%�D ��!Oe-h��S��T�p�jT��v�,���m�EX�_l^���V4�ՙ��af�L1���� �b#B�q~�'W��V�ނ�;/mݳ6m�&��70ϊ熵<lyk[[��K�GW�_?;2�0H�Ar��
n$ŚKؿQ7����eI����W�rTL��V�:�,Ή[�iY&�F�bUW���꜑�pe=�!U�\���h���ђ�{�Vi�h�I��p���Xu*e6�#Nؓe.�(�̿EuW�:��<{�DNS!u�PÙ��jIKͫ+u�����ʸ���o�U�M�-�p��l��Gq˗��Y�B�$1�,;��I��UK�N�q�C�%��\��/5u3mx[�I�Yx��L�r;�\�ŦV+��cI�ʘ�ʓ9�x��X�C��H��ɬM8dx�2Ҁ��v��
��՘��H�ϟe�>n��_�J94��%�*�9���@�I�׸goX��v#g�=�a���jsv pQz<��F��pJ�n���_k�˜-� [���̚jM�?'09%�M�g��l��-�]�)����1��X���zV�3"p|�����v�(T�K�e�m�z&�V����%q�K��	$A��)����v��/q�s��4o#�|L����=���&Xǀ�a�CG#EsŘ�
>\�|��=�d�-�]�&d��F\�#�`�%E<	����c�7i�6V<q%���8� Cp�8�'��V�	�a���'����e'����3h�G�`a�8��w�t�M�M���Wk	&���bl��L���̎�CKۈA虖�V�N�'��������Ge���gU�Rf�m�c*���?E�x��mY��M��g���4GS�d^�ն�F�+�2���<��|�P�̇Ǥpݶ���d�nQD��U��ꭶ�<��C*�)`
�� ��WMF��{\�R�q�AFnj����6�����M���Rj��9����k!r��1�,V�P��'"B�p�)�f�Ѡ8�S@p��M�	P��H�)qʄ#I���B���Ɇ0S�.AQ�0�����c�*j�����$2G�$�0{�s�?=���
v;IJ���ƨ&D����ܡ�rh
5@|�6C������l�Ճ�6\t��>�#ȍe�C3�r�tBE��;�U��ʛ$Ƕl�M�_#�����njBCƺ��[�
��]j�6ڳ��cx�N<��,�鋕����:,	҅��3p
m��IL�I�	�.�Le��9�v�Mt��Z����+�޷T�M~GJWBo&��c��G�l��=�&���l�v���]n�v�kč5�ۍKX���:֓	��۴���P��2n�x�|�eƒ�wd,t�B]\/�+յ�ewE�9nl�u<	G��3't�80�}�F��>`�Y4%�I�B�J1�p�vO�%zt�ϑ���gfC��<�$��#@�0�~�,n�+7Iį�(��~��S�� �Vo���9#I�1K��o��}q[
�4�OG��'Ԓ��/�^|<�X��M�<���&���
R5�����uy����,�}��z�3�Oz�/+=+Ӝ�p��2�v��z$d��-�"e||�`?}@�4�u��Jg��
��K��O�8�'Mn��p�f۷L|)�Yį	��G��#^M��k����k�秋�
R���V��<=<�#��Oq�s�M��m��wD�x����4�_���i_en�,F�Y��i���-3�<����T]e�[d˗.~>$��n�64�t-!�R&�����˾����:��+��y�����q�;}f*/I�o�龦��>L��v�y2F��+����̓D�%ů��7=�a�_����m�r�0w��
0v<hs_r3��>�A[�,@asʦ�������ٓL��)�LV��;Lfۻ`�v۹�	^?v�e����3=�^�
V��^mJ��%s�Yӝ	�n>��@�~~�ʜm������	.����SvR��q~�I��6��O�/Ci�zC}	ѻ7�^����G�����v�=���4W�'̕>��󊤳�թV=~#;xپ\7��d���}�1$���w|�h��2�b��jP�gg�֚|1�L�K8S�0�O��~��o����͇h�w�K"X�=W���]�(ͩF�=VO�g�+ﭷ��͕[e��ۦ�0c(q+
��2IxY9�k����|<�]r_���z�T��Js$t��F^���F�v�>c�$���j�C���8<������f�|����He�N�#He�H�n/ƹ�uܕ�@���$;&�4[~r���.4@��2���M>7Yp�{·�աL�{}.6^�N"�V�b���uO�gO��J�h�Ll��n�V�6�pbsulX�A I|�u)"�H���ӌ���Y8k�r�qS
2V}J�`��K��ƥ[���4�%/���aκ��I���z���6}��̯�RW�����&]z��M�H�G�=Mekj���\g�p|���2C�c�R@�D��=8�c�3�O��ӫ����N�߶����@��N��8��$�Q��'����1�<}��B2]O$���;�P(�,ތY��K�Ϲ�9YѰ�h��ynmkw�+U�&Y�}��E�l�3�y���!#��[��3��z�ɣ�蝱�4,�{�+��`z�jFɑ��,ͥ{t0R~F�~��*Q�ش#�:�7.^��)1�'���I�I����x�]z��-�Mكq�I"3���,�Y�+�e��]��#Ժj�'j{ˁ����"Li�_9y�$V�/�Em]N
ʴ�ّ��tM�q��Z7�GI��{�$KgF��.�B�﫸��#�OLT�ٚ�0�}�/��lh�� ZY��+
��Q��;2���korq��.-0���R`��9���f':���d��|��f
E���2J~��j�4L[�;�|�)��i��2s � �8�E��@��k�}Sz�uN����m�o���yj����)�U
�<���}�ƝJu�8�m��jct��e\��*�F�$��0�G�-ԭ��
��Q�am�c��;w�*�G��	���U�iC��k����j��T�NO1ܑ1�,�TH�p��/�E~�i�Q�w��v�A�>�-V攖� �O�����t�+ݴ~��&�X[F6n*yeq2Q$�u5�X؛|U�gqگ=}oI���D���6ݟh�Q�bEfL�7�����a�Ʈ'Z�{{��ZqU�y�K��D��o$��1\�;����ט�r��u.&�<͵.ߌ8�Y��ZO$���nt�}2���`��:���[\��ݗ���<$
�����k~c�E�<;�,�ȕds����P�4c��l
��
<+����Ԥ��Ǎ��¬��)V�#x^_4h,| �c�mK9CkqL��9���n^�kh������0@|�ҘHۖ吲�6��m�5J�Vz~�G���̓�^�S��$lL�X�$04,Z9�]�G�X�A�R��J�K/e�QfR-r�������2u�<H�\E�
��<�� '�$�A�~+X�C*fE08�,q�cx�c��k�k	8�Bm�
�?�����~J��33����q2�
�p�..d��Tm��3�(��
��>��ğ�s�5�9Z8cA`x~�­�,�e
>N׷�m҃7{�لRd�m���a�x.�V�u�X���������#e�$�rd;�;�)ʖlEh՘�\o�kuɾQ�f٥��mY8��8��#:3A,$�2����
i��"N({|X�F˚,�7��{<��ͪ�v���=�	�L��tW1���K�~�d���q\�r�M�0g��S�\ە���*S&C���g�M�w����.f���v�Ŵ�G+<�y�MI���fυ�qorLY���!�K�. 
F��U����;~�[��靛v�v8�s&|��ܰa������]�����KW�U�������۳�k�Y�mN4����˦P�ޑ��� i�WCu}\mj×)�,V:��w���A���v��u����H�E�����o���cz��X~#c+��x��71˖iq�k���p���~�y
�j�K0ܹ>��
�~��M����z�n�LΝ�Ve�#3~7,��LN\p� Sy��ފw+T��?RţUN��۵�?N~����o}]��=K�;Bm���_Ϋ;yM�t�W�;��=�J��Ӆ�z^gm�k_O^��@o2�K�nXO��,Y�A��	�
�צ��C��d��=�'����\���\��Y�d��<J�n�I���4:.i��x6g0��zv���=�/o�#��K���\�x��e�j��H�M��:U�|����V�.���@n�.˸�m�P�x2��}Ұ57,����n��2km�;V=ڧ�w�ӝ��m�t���g�n畸�dC(��
� +v��Z�*a��Qx����N�辅�ꮘܤ�#������y�\\�A���
�{�o���3WĮ��?TYޜzC�X�n�՘��s3�0��x�L�,���e�X�״���&疚�,ݦ��dž�+����>�Ǔ�=5���r�Iwf�"ض�c��f�e�Ӷ��[��	�ܾʥ���̺֟�4^��wfQz-��==��"՟��+�{ڻ�ޫŞn���H�<K�������s��v
�:m�.LL������Da�jVr��W�����Y�WN\s==]<۴���C������t���a;�6�_N���:�M�n��Hﮛ[Ogb�%�;����n�b�=��/��ҝ�3�2w�z^�޶ّF>!�L2�ħ���ui��E��+�������=�?��n����en#?����`�y�6�l{�[���^��п5���w�W��N�zk��Wt<�$O�lc�&V^
6����l��c�HV�Ziܺ�4�U�a佧7��mYawg^�O�7�uW���VC��88�.nI���ai?8���)���[U�Sj���ݳ\8q7���^%W���?�)��q�����KM�[��Y�|����m�܏�nz�{��t�����~�3z�%��-�jV��,ب��LE����w��?+q��}��N��f'�}���۪rs�.��v�(ٶT-��������lA?%)H����a�./�]浪���Œ�CƗnms�>Le�n
ȢT�ArQ���
S�����<~���2T� �a��2�f��H�[o"��6��1cۍy�+��Fz�ɲaf���,W��W#rD��v��,enE
B�c������w�b
���}�a�ȕFݱ�'�,
��ӧ�SIu��Y�Xc"�(>��Yh��]4�>L�����@���>��tn����R��=VD�5��I0�W�O"<T��(deĹn,��a ��>
ڽ�b�5V#t�qr����"f�&�h#����n,Vm������j*�ƺ�O5�nt2wc�Ǹ$�Hf��dS�����~h�rl0��Û���R�E*�����U�y���HÁ��#��Z2p����;�6 �8@��q�wTM���(�ڗⴀ7.����%6{�W�����У�����<����Bֽ �ΝԀ �]Ԁ �%xT�J�1ۇ�@]c)��R	ʅ,vC�������Tι
�yH?v���J��h��[�6ݻ�Fk2c�����D*�Y�Z��.ۋ&��n�͉3�g����HИ"�:�g�Y�ʥ��NI�om֏T�Y1��)6��6�2����Gd�P����XۏuKS��L���1t�Al�cl��l�#��B�kc�Qa�QQ�W�k'[.o�9�}g�����Q���,6}�<`�HR�V`>�v޼w�u����ܘy5�˨1s$�A�M�8�
JF�I���[�]�쫼�p��ť�8��lv����q�ݲ0l�!��̩61���a
S�Mm��Ny�w�m8��ēTm�凋�>Nj6_�aMK-��9#��o�-ʺ�8S�_w�3�K�{W�f��7qY�>��F3'�C���>�I6�ٲY��ỎN\�ޠn���'e��ٰ|��1�� ^��c~=�)��.���w܄�K��G����|-�t�K�ɐ��ֆ#�r��#�x����B��+�Ξm]�������6�..󆹓d��8�<2 �����p�n�M#*Oy�>�[oGs.7=�2v�
-�"L}������@������k������j������9=�JҲ���F�n�N���2"�i��ğ�XiƉ��$�~*�i����/�X2�S�W��H
���Ӹ{F�.(�22%�Ȋ38�,����,U��vV^�m>:t�B��m�ݻ\���{���8�`�7n�۶�+v+���}�z��k,sw�J޵J�ݭZ^�3�a�y��l�1���ɖ��8H~�¦�unVܶ�Ȯ�Uk������3�=7�b�
�nގ�Ѹ&'���,{�et�R�0��������I����}�<bE&>�6��
�"��fI����21��M��~ec�Y/��G�7��?�uwNm鲴Yr��`�
�o�1Ș7�C1��n}���sg��ف�[”Ü{q(�=�i���v�Й��2r��!Ds}y�����X:��+;����qt�g�M�m�?���u����e+�h�����ӵ�oF�f)�LWr\1�5�ɀ�b-�!�»Ɋ=o�'�=�.+�˴�
{���ٱzz]�6}Ų'�]sD�E���r[S���a\]]�q>��vV�SS�����m�.>;y��f��iK��y�5�/�v��2���{m�
��x�ϖ8#F�%r���U
H=�Ҕ���8<�7-�k����v���V���C��$H�"�����7����
ե���ݷ|l��eÄ��`��$��#�]'���%�o��q�%H�q�U�d�_�Ԁ{��6=Ȏ����'Q�=}>L��{,btT�
7��4%�M��8ז��S����I��!��[�s�qk�Ƕ��m@ґ�-�˺�R�YKxC�)�e��(*7�fcA��K�hY�_GU�Qc�ޱ��ڲ��kh���i�H��m6$�1E�t�$���Cs"��a��]��<�g�zu�ћj3x��x��=묙e>��g,2���2�|�b���8�
�OF�L��S:�;t�'?nn�
��Q�0i�B~������ʙ�^�<$�V�Q,lRE�x^�e+M�R�W��uKc�lOl�Y�>ʕ����b��.'�����t��-̛�)�^dv�v����3t��h���}�b�0<��:�ylZ1n�T������[���>o��ڏ�����@�
���,5|��b@'��	#����F6?5`I/y��S!"Œ�H��Ef�O1�2m��[�I�����yk�^��'�.�y���o���\��gŻ�y?-4"�vי�?���$��I��M���NA�eM@��\7z}m3�t�Q��]RM[2V�������a(�!�2�t�bB+wk��Oj�س��Kov�x,3%�sl�y����Cۜ1s�GnG�{���:�����wgnګ������+�*�,
�/�Wբ���9�k"����
�6�n/�$3�M���U��\w�
_�r��Ζ����g���LYXK�گ�!����Q��X��ټ�WQb&7��#�R��|w4��)��qbڜ��c���Q�_j���J�kp<*<�V��%��Kd�0��������0@|�����Y�&D׷x���̬����>
�!8=@w]�m����t�2��"�=��`�:��
�X�<���$k�!�$�|�.�lo���R���&l>��$ؙd��x��{�U�V��h%\Y"yP�!EUo�x�򀳑8��>�,r\Κ���3��Dz��fS�6Ӷe.f���0t�o�:<G.57�����?a��Β�Y��}�����gO�y��\L͗�4풅$k�����j����qV��{���n���s��2beD��H�C��Ev�)�f-�|�I���6�i0�%���Rx�aKp���W1	�Q�D6A�I���%+cm?*[�a���%��A66N��8�?����ΏTᐲ�ԱZɲe��:2-�Ϊ���ސ��d����b�C�p4��8j��5ډ�k���	>�:J^���7lͪ'�9X��<�]!%�#�{�ʷyz[�p%�h��GVu'H�Gm�-�e�K&&�f��ʅ�Ib��́�ngJz�;nV�
����n�V�Y�oQk���y3n=I�n��-���I"�c"b��^5o��u��BԜ��&��;�Fft���6�_8n8�8�>JߓFQ������2�߄
�=W�n�d�gm�{�2D�|uv�饙YX�a#����j��F7��q�C������ߕ
�cÈ�*&�P�$2�x(�rU�v���i�mTU��Q��'�zS��K'c�lݺ|�\l�����&��!IG��-\�6�j�,߇��۶��<=���y�]1���{��&>�#�2����]�\�m��FGB��F>���^�6'�	q�:�#é��ƫb���WD�x�����}ڲ\���˸E
�������by�}�i~��0Z��w�%�No�8�-��3�3w)�
4�)X���m+϶��]J��n��i�;S[ټ���l���:�0���M�+f��u��x1[.����O�n�kV���_՚�ª�����꽾|��vD�-��Q#ۤ��4�3���uv
����I��[���Ϗ���g�{F�m2tۼpbLێIdh�͐����5���nO
�$�[nv� ��/St�X���{#4��n��m9�*-��5X�\��_�j���f��m_���f��V4���R6M�5_n��D�M4����E�>��E��c���u;V5����Q1:s�M�wx�GMoY�،�y�9.N��Ԡ���趴�-�υ'��L�6oși�,z_��j��~�9���N�2O��8��^$�D���xXu�7�U��U�|�]����j�5���܉��=-���l][�o���8�X��Ţ�&c#Op�:�VF��<Mw|^��e�2�-��O3�Vh$N
U<JQ��Z��Kz�s-gɯ)�wO�d��`۰:��g�\ye�ޏ�ݱ h�)%�����L���ե���l�����m���+�z���~�̰�d�W�����r˗S���-���o��6Q:
�}��Gm���4�?Ś�Ku��)��:k}�n�w]Q�`��3+I��`X�h���^}Pf�w�����ݿ'�:�w�㑶��O�jeI��kzoʻWݵ~$Gf�k�#��~���b��dö��%0$�ͨ�3f��7�)�=��[���gPo�K�_Q����<K���)����Z��kZ�-3��$�UV�ތ=�*
�, "Pg�9���SY�<~���T�+w��Ʉ�Ȍ����Og�Xh�6)�M���c�X�1ָ�@
�O��8W���db��u�Mp$�RD'L@q��X4S�;���!�͒l҂+�i���#�U/s�ע��$Hw_4y��a ��%"�"&3뗈�K
��(r� ��}�ɩGB�S���Șr�|��� Ñ��5�}��I�Ƶ\Q��h�}�uܙ���^P#㮺L;A�̋e��lx���6VCpǹ��D��e�����Yf�����!X[J.V<��DF�qǂ�[�Ga��>f"�K6&�V�I$�J���a^��<�Ş݌AƎܴ�ف�H�p�����@V�IQ@sBە��8cX��UJ*)$���'��l�s����E�s�k���sA��j�*��<�sCΧ4w���SΧ4<�sC�p�"mj"�Ӹ��ֵ(�z�L�C9�W?z��gͯ4cΧ4.]�jtQ�1\s�
y�懟Nhisv��d��<��CΧ4X¢��]���>���bk�o���
e�T����#����#�6|97l�v�DM(��4��h.��,�6�E���Y���X��n0nk)�m�U�M�ee]�EtIfW��U�D��kz��q*��-����kͻ��n�lv�Mk�E��I��bs���I��/���������&w}�iÏ>&;�4��A���o�J���x�JM>ہS``��.��.<����T��Y�h\yv��jV�>}ޓw�X�5��p�xӨ�7j��#�kҮ��tc�Eʲ��jR.}����$˱�Ǹ�����E�M5�j��b�a{;;��g�<��2����yJ_I �����02�E1�x(f ؀	��V����hΗR�����# L٣�,EHF�"=���,~��5�Q$�ܠ�Y�Bư�F�� �~*�2ywSP�,�s�ԄH��Ұ�E206"ƺj3<�� ��@{�� ���eq�;VI�����I(M �/z�:3%^b�$���Ԃ�֚6�"و�U1�zźt��o�&:�z���y��	r�X�A������#����3^\�bp��i�/�-q�9_�+�� ��ۋ��v����`�Xx�$��yx��]���]���z�~����w�)k?Ч�n����036̾���ܰ�^:E��<�U��q^����J��]���=�@���>��h�3a��&�|���ɩ�T1����]tm)Y���9{�8�k���0n��㏳�g������8ő#���5�`��x������l�Lm9SO�����l��9;���<��MCEӂi�.bL#����;�.߷�RȘbq#�����#V����<*]'��Z��Y/����{�8둠�C�,��&SnF�V(��Y�M��m�r�d��2���w�Xhի���l���c�ȊX�Pf�Z2�$������������Ρ��/���K$�^:Kt:��Ar4�Tq��g(�v��6��D\Xs �=�a|i5�
���Z�:{>�ƃ�n�U3�_R�U�eN�I��X�]]S(R\-�>^�<O����{71&�ʟIY]�|*
�	LuB�0R�ID|GgH>�'�;)�ݕpV���x��bG����h�<���v���ۑ��gEȊg���'�7a�`k�U�0�~�7Z�K&��	�O28�x�]Q���Z�d�fiI���"�#��&ɷh�1���<�c�n]^�X[���^��U��G���!H�:������Z�Tqe��H%t<�Q�?!�;P�ݝ���d?a#
qib[�`<=��L��Pd���,P��gnB8|f��P,{�6�>T�1g����@��x
��Qٟ�{���#f`�9 H%���K�o�����E�:ݴ�uF�ރnG�ʧ�:rK(lm�A0y]�b�I��E����>�Ko	�����A���=6i�]�����
�C�_�e��P)l����µefVz��10��]�����p(X�
b�
>K�MPb��{c��j0`����{	�&� �7�=�!+�ό��Z����h����k�O1PI��I�#K0�PyϨ�i�
gJ���8{k���e,�|3�Lyl�<�5r�u�������選��c��
�XUA#i>J�H��2\Ȏ�B�v�_
h�5����tѪ?�,,Ñ�<BCRa�>K��Ec} ��0X-O�
3G�q��³&��&ի&4�R��ii9�`��"�>#�6=�ͦt;�ZFY$gd�Vv�`|G��T�K�M>�&dnG=�{~1Y�R\wC��;*�5�g`;W��i��>�[��2���q
F�lV�Ⱥ��\*;���Vۇ�fE"�1`�sS�5�2�?Q���C���ތ�X��*ۃ3Z�\�d�&?s�ݳ:��!E'D�����8
Α'%��H�3�O+s��	'�OX�M�����E.;n+㡌`��mL�#���=��������T�Y���81��`Dg��^<~N42ibE��$���Iqr=����f��r!�ܗ*f�M�emԉ����N~���k�kLE�`
"=�	��hzT�c�|]��ଛeL��eeb�x��h'$}�+��G�d�lQ�%�g#�[,��6&D/ɝc�<.�M�&���*�N&�nS7}ɤ�d����v`8[���\:�)qط����a'@�=�͒�ڜ�&y���qm+�~��G�,g\�I�4��.��/[v�R��5�~ڙX�uB�cwv&�XrS\�&�c	�H�G�ѱ�>�ri������'H�i�A�Oh��ݱ��El��s������\܁�Գ	��pH���#�r?mr��0��xHg��|��xs�W̲�d��g�1�Ei5�
���ڽT�A�'�m�0H>�5?b��:�U�tuP���U�T����6��b����g��l�^�i�N�I�'�P�e#��{�{4^�?�I��_�V��H"�s(
���V)<����}=�qcc�^�n��u,v}�?_��@l(�2r��/�8���)>q;b�w\<�z�"��cFBPʍ:ȣ�H��ui�*ڲ��flj�
Ӧ��Lv�37u|^H�*��b,���mf���3�7e)Z"-_Y7��}���i�lb��d��`Hu��qe�+�Um��W�߷��ϛe�-���=�v��w��t��f�S6ra���O4!�e�\k��mj����GM�ң]��i����ꮰ����間�vnɒ��'���#�~"U>��}��υUG�1f�vԬ�?Nx:w�r��}3�(��ݛ$�`�E��:ņ��k�*�x඗�so�����غ�p�4��g˗#�0"Λ6Mo���,�rF���U���w���~Sߎ	ˀ�Q���y�+6D�`I��.64�F1��qYTX*��T�?mg�Z���R�e&�t�^����^���q�w/�^���&�.2E��ch"�[����X�J[�}M~Ya/y2:E�_��}�K��ܩ=Vض��r�� �
NώŰ���k�6��IW{�k��.�O������2p�Kb����"�7/%2�ō˶bLB�)@M��n�w�y:V9v���3K�Ԯ����:�e�v�n���ƃn����ʙ�K�Z���r5�^=�5�菸��'w������޵�i��;�wL���)���&�$u�T�������q�}��i�m��rfR=�JYe�E��#Y���"��3>R��yu2�u\)姜�Hi7�!����k?n|-[�I�0��d��TH.��G�����F��VJ�
�}��Bd����U���RG�t��"����$8�=��q�aٗ��$�JH��Z�H:�;i"(�f�L�{xTZ[�j��5Aѕnڀ�_��M};����Du������~�o"z_��@#3��ky����l��'3-�ol�Y/��	[���V4z/N�M����z�,��ux�5�`�zvom����uu���ο��>�E�6��X��ؘ�K���xA��_�$���w��[�+ŵ]IF�����Yq��+�$�#/��)6��ؚ-�W��cW�H���������Ɠʺ��:��,{���j�]k�[�G���%om6�t��'��m���$P�B�<Ma�-�6��γ�}-{mx#�[�ng�z��m}	қ�
oc'p��Aiq�2�_%$S�MzK�juw�~��W��D��j�5^Wl(�{�ui�v-�p��7݋*5��Qd�*'�Hq�@��9�R.;+�j��x>}�9uM��p��6�Mϧ����vl�g�-�\���2F�|Kȫ6�#�\�7J��e�w3T��-�}��6#�dm�t)'Uô�������;y�[������J����r��������0߫%�<���##+p����vl��["��d��5��bT �R�+�G���������c5T�E�z0-\z�'��]��9�ڱ�'�
�(,c�
��ĵɮ����9����&��=ِqz�v��s"�e�����Li:�nw�2�IJ\�x[[�O�벵m�L<���Ϝz�?���j����������j��oVn��*c�4
 ���!в�H��VqJ���'�)���a��Iݷ��ӯ�Z����w^��;�T��dd�L6�N�*F"�ɏ���|���?���nR��_�Ŷ�J�|�3g�gd��a�[�2�Ώ���Y�"@��/,�x�̹�y�������.�on���Ռ��<c��o[��A���͝�,�y�9�H�qk�v
�J���r�mc��#d��u̝;�2�����aI�8�	��F24	2̰�Y���Z=�OW=:�����uڍtO8Q�V�Vzs��[&E`6�����L�6]�f�8��A�#�
�ȧ��>�ǝz����)��m}���ְ�p�k�t��v��n�i��~���޲0 ��a��'�c�IȚ���g�'�i��z����j��X��$Α��%۽>�pi:N��9F[��F���߾�;i+QW-���ݷ��9��V��[�����&^�Xrq�	a���ь��m\+�:��Z���^�Ӽ�Qo��fut��9�n�X�y=58}�2���x�mP���yG��	<�et�~msv~�{�r���v�n�%3�
���x�m��ӟ`�IifV[�Ėg�5���df'1�]��̃l�x䝀����N�]#��EXE����yv�XC!ӑ�-��<($"_��o�P��t����1��i��'G
�v}~���F'���1$���Nhn>0k�x��Ej[���ϡv��B\"�:�\��s�Mwg��$�h\�\:�2X����y��N��!6�#��雈2�]�$v��Km���
�����Z��-�d(���(�We�Õ8��XY�g����+�0Z�����@M�jϑ#q�By�i��p`�F�9`���t����f�9*<B2�~5���#��U��7��iE��e36�i�%�6P3�
��uvٙ�X���g����
AX[��6��&'m�w��2�7��`�4LY
�7��[�=��9:���NV�&n'�4r��ds�"@���Th��M��I��K�)�J_b�b�*��7��zk6
�2��5��3�l��E����ۍ�y?�����>ۛ��~`Ul�$��\�5���W�i38H����匨r���:H�ֈ>J'&���z�TȼH�3r�u�/�.$�D���P6��h�)�3����Q"�:��bB�=�r��m5����k�3v����|
L�&9!�Vm
_˂@n~�5�8%qM��c�#7oڢ��`͒g-:Fle�"�i_�.�~ʍ��l
z
���x�j��C6\�LS�a�&�]Zx}[�+k=�b�f9��YxnX��>减"��.�|�I�	x��B��kqa��Ӛ�\�w�Qa�qy�2_�]չ!�f�m���2��rj��︮L���b(�+]Yx��غQ7<�p}�&K�1d��1��1E*��Q��y�n�C�����F�z���Q�$/�j��,���,P{�I�#�{x�3�A�e4r.��L�u�H�g�1��*pT�!�<��Y!oӽ�]F�
�m�4E�#��E=�I
%���G��8��Q��Qt�Bý�K�#���F�F�m�e]7��
bZ���d�F�S�$�D9�r�
�M�����#�-�naq���	�y,�/��㸬�cf�$��cx�Y��؂
J�ԡtӇ�(w=�#*8��,�8��Ѱ���fY"3�"�$���"�͢�s�}�r;���C�O`Hh1�e�E�Hc�Y=�W��*�v�q��>�����.11�����x��[�2�f&��X��V�����_��
�
��a�(�*�b�l8��>
��H��_2��K'h����)ʑ1Ќm~�zu��1�P&�rU�LI���-FY)�M�!���G�J��=2�܏&$��.�v�$�����\Yw(�x4�L�B�-ٮ�K�r�3��0ȼ���������m2���&9O������/��I]*3_H�xs덫��Y%�ǟx���H�,�qOgڬ�љl�F��9>^D(y,	O��ժ0�y�f,�)F��:V"J�Þ�µ��e�C�frcm�8�x�2T�N��?1���$I.6Nx2B_Q���s[��8U��K8�׏^�4Y9�p��S�x����`�������}+��)4V���I[p�+WS�/u���@�]k�
t������r>��W�q�:��z���4�F6��5�g!�(���+Ж��zR�뫋�3e�$�rM��&�瘞� ��鿸��k�w�_�c��dC�ІV� ��84{�po;3�EF.d$��9�z?�W��Z��g��^��y��y�1���+��l����6=��&��RǧZ��8����6���S[*~?�ѯz>kB�}�o?*\I�́�7��5)�,�غ�&��}�+'91$��f�@�_1����I��q�Y��
w��7ŕ�����3Aһ��:U�U�6�X��%9��srl�&ʭ�s��۟h޳1��m`G�,P�k�����V7v�fkgsNFo�z�h�\]�7�e�$�B2���R��uML�ȇs�8�6T�K�(����ՠG���N
���5?(�r+�g�̍�����.�LRaI�Ar̰���z�����ّx��>ѝ˪��3
M�p��G�cɛ#���qF�+��mVq�ǘ�����][�$�n[��-�#.y��0`w`F����zA#�:�<|\t�3�/x�$$�_�(o���V�9�S��"�^�ֽC��Wk�r�A�?��K�{�A�:7�p��9Pg�y&T�,�\a�L���@6{7=�xGc3�/Q)z�4�ō<�.66�u�Fb�k ����]V�j2d�z=���F��pm���	��j� ]���(�%�;��RFF�R�̥O�9�UU�$L�9��ZRX8G2��M�$��=�`�2Řr�^���ޛ�;m��PF�`ü�T�m\ٓ豷weF���?XX��
�GF`~��jAD���
�gMB�$��eiX�FL�s�VI<�mQ��v��
'���]�'��X=��nm]5�{3��כ3ѳ�3���#��`�^n"+7-M(��^vwG�q�0��(��H�2��O;�XFѧ��sa�F,S�NJe�1����(<�55Si��uM4���߬wL�Y���\i��c�d��+1�����"�#�z�t�F���`J�%ě&g���1���{+MNfӐ���=�e�d�<��)�ft�Ȓ%,���f��F��wl���q��̞L��ܼ���$�Ok3O�YI,��g��^��9ۅ�ga��Jŏ��,Q�&�EX'��[�25��z7���霄�l�7,܌|��BSLqD��p��1���R\���^���{���r����g�L��ى�R�:��ee`�+�{�$��넙�fde�m�e����p���X�O�Z���qY���u+n�ou�<t˗&�fO����C�]���v��_�z��aa���z�t^�u��WS�>�$C�E�Q,�����7
Y^�&�{k�i`yw-[p0�[�T�۔��.vv&�1c.l2��ݵJ�\�<O��dr}5�-�z�y���wlM�r��ܬ���ΒNm�2�/�<W�MJ#����g�RzߩY�iw|�["!�I�2��'R�xUԙ~^�;���"
47R-�GnP�Z'�ߑ<z����s@�Kk;��x�m7�Bk��謑Ow���w��p�.�<a����D��Z������Ró"�;���>�6��c��O���`�d��O��ܛ�х-Ğt�IiYrb��X��к��o��#\S6T,
�N�JU��v�a��M,���̬�����Y^<ܻd����zj��!S�
�z��F�=ߤ���g��}]�r�/͑ƾWF�,)��c
`i��
5���߾���~�S�o�W���1v~}�xܘ۾VD�	T���8Uo�\r�f�Y��)ٹJYo���<Yy	��-�0cTi��u��z��*��c0�N�ം8T�w�?���֝�̹�S=��g�b����7<M�K�
�Y���%�͏����Ä���ȳ�9
?t>ջY�:�����t�s��e��Ռ���4k���>��H΄Y��x}�a��[ ��}Q�	d��2x���n��{60��^P[Wh7�eFv�'��[��������l�[6[��P�r�W�{=�o�X4��lS^�t0]�8T)�
q�����c�7���N�[���K�E����%�0Ǯ�X��}�^n��dH�4�J�h�̸���X8{)|[��vm�a�c�/�!����V:�;�/���~"���J�$k��&2��F��Q�}����~E$�'pa�4x�33;��Xv'x�p�Kg&w�wm�,�2����m�Q���ʭ4L50�mEx�?nE�p�}��n�\L��è6y	ڡ|lYyy'xE�J��T:��\�)���q�����+��Nƻn.��������B�$Ѿ$4��$2�U�ի¾���F��s��>ye3Γ�^����zK�;K�.虈^]�,&��y�<q&9����X:�*���V��2"�W�g���gl��!S&%.İ��{��xVq�=��'���z
��NznY�fu�2�#���duF7<mny�K&UE����
�@ɴ>T�y�I�4F9yb�pO�k�^e�)ңx�><��c�I�����)*�n��Y�mZ83n}�m�E���u>4Ӭr�c��qꕒp��^��-(���c�W�u��-t��zkq�y�1�ۍ�oQ4���F�",�r��������ܸar�=���n���:������cnm"o�}GO�u�,{#�g�oG���Yw���+���zS�`���>���LL<+˜�e&D�+ʰ�1��U�ƔxR�d�~���3{׊�\�_t.�4�}���\�Y�<�N>t�A��9@�Ȫ�Pd�&��;���+�VIϿ�޷��)�-�
>�vD>Y`�1]9�kIO>v�Zf̞=���pΟ)%6:���j�j��
�^.�tý�G��1�fj6^��Wn�O�p�`A��T�2�����A,-X�p||*;��j�^.���Ǻ��uV^L�x�]r5��Omu^幺��3oy5���O��f�q�\,-�f	gm�|�T�A
���X+s�Ɠ{�T��匯����;��O��\�K��騶L�d�1�7����S*a*C6"�w0�W���XT��Ÿv��f\�~&���՟��Fs�2M��H`;��cNj A��B	�ҩ5����)wk=r��ՙ�*�}}8��f:�w��2�3U��l=�Ü�K6�a��i��^����:�x��w�0��r��-����H8+L�=��N��ͫ�e\�ۃ����@I�x�(����W�%����b}}�S���b�b�Xn	�"L�c�(>,,ױ�ʼ�n����?Q�WJ�s��JK�dlYۤ[\�f�7	=���Ҥ"O$ƯySݸ)��s�c�Z��SÎz��`�[�KS�Կ;ջ��Pn{�
V̙f�7ؑ{W���'��Nͬ��C���\)?H6�XH�żÑ�EVy%��N����V�i��6ڰ$XЀ�xI���bB��.Mm$C�ǒ�arc]Q)�k���r1�^-BS�/�O0{��kH�JI��;��e�Lb&����ϵ.ޯ� ?t���uH�Lj����n��h����C�,��ƫDL�8q�lI���w`BX�b�ځ�e�e3e+�!X
���� ��5�r���p=�u��pl�X�
��;�U��U����I%�n~�7�Ƕ�Tf̙�u(��ʏ�h$-������qo1`�K$�Lm�X����ܛ|
�xr!L��~`b�rEe��*�G�Er��Uɉ�2>��Y��M���R<\O2���o&�]�J���P��K�%�j�Q��Lm�2x��U{��.x���]i}83��=���Kr�0��^Oe��nu���g-�8���I�c+*`;��8���ќ���P���5��(k�@�k�
t����=�����W�q�:��)z���-6�񰢗"/z����coc)��])�<Q�owNV�6[��+�Ȝ���?�-��v�^�����/��F$S"��]A�+~ �����2g�F�1�q�W��=�{Mn���:nnj�E}�3[�?�Y����f��ϸ����/A/]t:��2����ڀ�Pe�l����5�V<
����2�&��`YbK\�'��
�H;>叅t��$�4QL���'�^��+,;T����Ǭ��3��#2F/#*�`X�\M��$���A��{��Q�U�q�I��!�L��/<E���[��A���r�9�t�k���%�#��6=��� �&я�&6V�'�����E6��\ʒ ���n]�%v�⹍{�s�2�I��mi�*�!��s6ܜYw�hD�6<y0�����ê��xZ��q�8O��;g�ɇˑ.l��C�+̟�F�]~1P�9�0M$!��Ɍ�eedn�V�)�h��Y>&L~/���� ����z�a��e,|�q��Ǹ�Ň�T�yd���A󔕒"(�G0����5&K��瓋�0Eo.Id1���Y���6&�c��$�>으c�֤	y��H�ò�3��H��c�:���d�}�U��.���b��ol��*�\N~�k�g6�鐊�Pˑ~���*4=�[�|<�i�{8{
i2@ْ��9��I<��,�_�$�gLo'�p���6�g�k"���oJ��]Q>^(a�(�\�"�m�&�����V\`W���6�ɩ/u��2)_<�����	a��P�EW���/Hp�s�,�����fM��8�6HdP��98�����AK"eC��:F�3C#+e'�`
�WDd��+�̢�)��j�2LnI�&���V&��Vr����$2LȠ�o-[O>���<jc��}=�I�`Ñ��h��ER�~�k{Mi2YC�Q��$����B��I'�s��efF&����H�#R�2y�w���#�U�d���9y8�1.���6hl��K�{MHMJ;Ws��X�}K��eK��y2Ằm��Y�X[���Y���5y2�f�I�<|�����ex��p{M�T��p�3!�q�
�(P��\�d�1��'�`5��V�۬�6���
��*����L�x���{����ψ��m�l��M�+��L�w��O� RG�����k���KӪ��/	�}*,~Z-��ۙ@ۜ�o.ɑ�PYO~H�e�s/�������3�Kӕ�|l+/�CM�������P�\�	�~*�a�/�+�$Αd̓>aR�D�H{xIn����fƽ0r��4�����M����f�8Å���*�w!WSp7��E�e~'J�d��hX��LO`��!�QT��%��ۗ1�"X O��;�Oy��Y��/�w�X\v^�X#=֒��`[E֗�u7�U^AfxV�ZGg����v�����J��Y�6�A��`~��o������_�+T�ˊ(���:`�G�ó.k�U�%g�t�F�X�l���@+X�'p,��4����@
+1�Ǽ����(9�xMPy�X啍��YQ�s�Ŋ�:/}76�}��hh8,*�zWHH�jOWJ�5R�2��z�#�(�!F�5A�A�ߛ���m�f��;���&����ѳ	tD��I����ͷmB�enj�;H�x#��h��7��@�'��Dl��� ]PKr����*!{�l�mY�F��3��ie �%�֖&Y���$'A66��֠�x36l\D-�G�3mb����}�sH�ƋʝE�a��H�S�O��*o'ܚ��ĻiԀ�x�j�#��cϕhȣ2���i��jE��T*�"�<=²�]"�`�%K���1�f�m�j�ǐƨ_Q���щ*2P/��j���Fn
q���f�*w���Ҷ7Ȯv4�ޙ�%�6�Hh��xp=����|�`�����;k��- d|�#[L�Цr
��^�f\��r��'㑭"��Pi9"be+�v 2�/�����M��4E�Ooi�b;����_��A�wx.�[a1�H�7&�}������!r���ݼ�e�$iAV!���5�i�e�hB@"�c��[͋&v����n8G���'=}��Ƽ۴Y��fc313�Fa�<��k�Z4�!8 �o��hɡ�3�ES��+9|��]F�~�,��c0����+�Xh�*�z�|��H������`�&�K*�DC�2�;���q5����y]��h,,xj'�|f�`��r3#@���>�������M�h7�2a��V��D�5wJ1�9L�z'�l���!u�O5֠[�Mw��mX7>eh�uހ�P��@�]k�
t��I!��=�����G=�j�E�=ù>�W��|���`~c�;��>Z��/�����O���K�j�틎|Ր�k��-k�g��G�韗�����ܟ~+��\����{�r}���\|����ܟ|)��)~�<�h�&�5�5�a$}��C����e�J���a��ڀ�
�\�Ǿdq�����]���ޤ�v�{ܶՈ�Ɗ�D&]IfMj�j�\��f����%���:��z�w�8K:��&�(P���
ʤ����}���m���%�GQ���1�L��h��/��uj+9y���yZsm>��x�4�t�Ӈ��K�a���|M$d6���N�6����?��E�ݿJ���:^�f׺�H���.�Ln��fg`aE�${�G���A�@��բs��Z�5�R��U�����
㒴�?���!ȗ���v-��<�X�pK$蔩�-�&(Շ·���>�cu������ű���n��9�vx$M�?&}9,എ��0�6��1��ԫ����\���+��|Ybߥ��a�3^�l��V��x3�Th���93�ŵ1D�H�9�䨔����_���䥌�5�]d�M�����u��]�nܽ�3�IQ��v�l��.�k���;U���)e[|I�ɩU^��z�1�_
��8�v�ȫ묍�a�3���dM�n��;����,��	,Ѱ-�9.�yr�^n�R��m�eCu��՟�v����=:}+V^�w�oQ��6}���-�CXL��dOkL����{�6Ӭ<+��fw5|t}�ʌ��qv�2�����g`�ȆS�O-�&��T�^��EܬG8R�>EJ3��Mǃ=�=����W�ۿI7��.^��a`�)|�D}���mM�=�ө��^^��N�8��?O�#��z-磷.���aH�lt�wL�kh�<�f^É?
x���m{�{OV�)<��Nn���牑�!\|�A��1PIb�Z�\_��m���Q�M�Y,����ʁ�ݢ�X�S���5 ��	�t�`-R#m���)oR';��U'�j�3�G*�ā�5�D���U�H�I)s�N����X�IXvՒ�y��p̽��_���]�����U����i����Y;Z��|?�ErgS��\<�*��X)�۟�]e�wNbl�p�ގ�~"� y�}M�s��^�]wn��i��6s�^�?�eG�]K�o�'Ko;�Ĺ���B+K�ҽʶ�4F�W�cЬ�1��j��M�
뤶��<��~��}�'*�g�sr��F�-�o*�o)n3��f����^��F�|��)�潧;p��lyW!#�@r"�B�b�I�
f�Oq*��ܲ�$��EeV��-��r�8�-��.&�:7�]�.,�li1��ձ���!�C��x��Dz��*��lyY�N
='�F���óL���/��'RdI���d�G���^F.,��3�aQ�d�:�����ڵV��}����3ͽ��pV�ʿ�/oֽ;ܶ�����7�w���g�q=ՊB�%e�U��Y:W���V�miOR�k�R�W�=���~bv��ϷV��%�Q���ǼA�ド��W�̄DBʚ��ce3��V���L�s2�V+��js_v�<퀴�s]��ٳ&�l�&�2B>��q�xk����Ұ���ZcV+ŏ�2��I�Ǿm�����"�Q���\ر,I7�0�9�Ի���S��Z��c�.�y����6ك��p�t�dW��dF��C$����r�/�x}x�M��X���=�g��Q'i~�����#I��^Íֻ\��BL0Wu
l-e���[��8����q<~����w�Yq�ƂK����n�<~�y��bw�a�n���\,��b���FYV"x;�q�X�Y���7!�q)��o���\\����[w�ra-"�'��a���x%},��^˵�ԩ�����=Kv��e��ߚ<ձeH1�Q��z�!������ܜ��$g�
R�%�i�Ǐ���Y&�<���H����ֵr���4�\8��Dy�tp<E�Uz�AAk���F x�J��Wj��dY�&�|�[��_ZO�x�x�Ⱦsq��A'�qb��ʉ��&Ǎi�z�V�f
� |v�P<w�8�3b�<E��u;j����(!_�
β�v�Y��a-�7K�jR*0yW�xCn��X�g_n�H���$}�
~�����c�Z�-h�(��I߳��s��jɣ�zG �|n,+hɯ�Caz��ڀ5���@��Kƀ�Ϟ�I5A�}_��J���,i�7bk&��������~�B1�>�]Q�[xꃮ�Tޠ*3! �(�Sd:C?�a�j�bǚd�w��O�	K&��]��B$۬iq�绶��	�~푒����FO;wV��a;�8�@l�<T鱥�R�X������Yf�m�X��h�T�K��W�ƕ"����Xedc�,!V�%Þ�;
i��ƒ�O��'a=��&����	dDp%נ���B��R50�<����.2��pn:�G�S���]O���m�Я5H� ���+��t�~���\�&��m�C�YH���:�B�Y�֯fC�cI�Ȍ��W���d�fs�L��-< ���kbtU'm�I������ְ�3Q���!e�kK�S�kԜ�b&aY|�e[�~������=��Z�o�R����Yl�Q��<�rt:�A��j�t.������f�{tH�k�� ��{�P���$I#�$],�U�3%|�9��E� nWݧ������y�����`��1�ja�?G�jAYg�V?%�Yl
G#}$��'I��Y��Ց�&��1騠~d/_��.��Jr��^��yqƹ�Lw�x�IT�9���+RF�ٻOE9XY��$�˳*���I���ݱ�5���q&�a��y��ӻ�1?�)�f����DL�~p�6�e'��*}�
���'I+���^�K]��}l�-32y�E���c\�V��,x�d��*o˅�J�$�ҽԛ�ʢ\B�\:qkv�]S��{�ͻ��l���s�k^�=���9G����y�5���@�y�����<��@e������(̠9��5��$��Q�I�
�F�>�����vO��t��`ﻎ�d8Y
� [���p�<�uV������%����p�RE�B,����6�6��eۥq,�� ��,��mnZ�U���L�=e~�G%��Y$J������""�H��9U�@�h�Ѳߝ�u}�/���''ic�[H����!E'�s�~$]q��j�{ެ�Ƽy�EF%��eI����HE�u1�R։xrijc��<�Z�F�O�޳����2^\,E	�����|)�o�<mz5��*n#�N�XX�
�U&���dA�(裸��ȃ�w��H�ö�3vԀtfߝB���4$�;�"4��b��Y$2{j� A�ID�ܛI�4�ZF�%���9�t���g���W�λy��;i�$�߰��
�t>J�q,+-� �ˁYhת��=�b��"���4�&�ά@����*�z�tܖ�eɔbO.&`(�&ʠ(�&�Ve� ^��۞�4snӜ��EuE�9*�j���b�2�(Y�c�}�v֌��DB�@B��m�wTr�nTV7�dU�f�#�0�)i�n�+hɢ�x��ɗ#2S<�q�G�$��	�����r�4��*��M5T�F�F����TH�E���nf�w�b	:��θӧ��Q��0�@
I����e�,��[�7�_
,��s�����7��ģ������d"s$��y['pʓ71��&c�C���Y����y�>G�-*��4�bD'��Ёw���KG��~AWJ��qз�T�td[�_���{�XR;�R��R��%FI�p<mT��� �fAy���΀No��2�d-
 q��M֒C�rۖ,�_�������u�&GRF�0 E1�_�pup��}	�Ѻˎ�c�E��*�x����fw></�{
Kc�[1��k���e�/�~��)�_��a��j���
�>�8o{��S��jɣ�z#4�D���T�7�O�T��y��<��e�%Բp�PSn��ƀ�>��זE�6�B�jT2�p��X�Dg��ݽ�/�+�0hR[U��*6@�@a��-c�5g]mg]6��&i$d�py��WC#�1q�8��;����E3K��$@jp�6�Hy�8,!iX߿�j� a��vJi!f��E�_�*H��~�&.���}k�q�%��";½��>�t�q&V�A$�ȏgeB�9翖#.Lj|*M��;
і[m�LjH�VF����b݋�gy�5kP�'�l"f�I�I�+-J�����F�}�՗����Nٴh�w�Ib�<�d$�K?E�ו���0�7
�݄q�я�ݝ��gDTn3͞O=ô�7/���f2��rp�Dt�tݦ���ɩ�͏<e"_60.M��8�u�)3fZ�u#�pY���{���ޘm�r�$�u`Y{��fP��Z�#��"���Kͯp����O:�F$��<y$�ň�y����٦���}�腍6�� V*�3$,��M@X�X`x�".D�Cyf�o
�gL�7�`����dR��*9ŏ
{<�ķ��5�iŃ�����&���\7k(�KA|0��(�1�́�az�Y����M��rC��C!���ZdΨ,�7k͈�"E�,[��X�ѭI����vլ�dI5�̰�w�F{����4�J�l��#��_������
�٨,V$$Ҥ؏���*H|ɏ
�X�1����,͠���\��k���C������]/gJW���-�.׶Æ�I�[��G�UB8��.�ʦC̠
t��<��(̠2�5���
~���2�<��(]�t�P=��<A�I�	�L�??�rDzx��I�٭��g޽�=�w����9�>�{�� ���$3��� O�۶��<�ȁ&a�i$�&{vՑN@龜9��� =��@tew�W�������x�d@�0裸��ڲ ���� =�w�A�x#����B������VD	3�H�Q�VI�ڲ ��a�������Fp�!��L��U��J��i#��?˰��
�����C��Jۇ�j2�>� n1�u��j3��@<H��@q��H�wU �(�i�!�@ ��Z�-���^_�K�f�
�h��9�'�R�ĝ˴`�7&�q��P֧v��;�ڋj���L�R,�w��0"� b��vcύ
>�+9�Y!�(P��*�n� \_�@X�v2F<:�	��5��ّ*��*��t򘸷�)	�%�\�a�|+I3j4�K�E�!e� �g����{�&*�,�ܔX��(d�M�5B^F.���^�g�v��9O�T��.�q��AuU&���А2:�6\i���У��&�fx�$'N�7�>\����Lx�,a�ɱo�@�%�Id��Zt�1��Vh�#_j_cZפ������F�������H�2(�Ld����l��4��|��XeN50�md
�09�ܟ�B��� o�{!��b��Z�-��(
9:�$v�N��ܖvl<rI&�S����zSZ
��4+����6-�r��5�̛7�7�S�;��f� ��|���f� ��|���f� ��|�?2l��ߑO��Dz{~7�c��?Nt�=��"?��9:�$mRt���y���'� H��A��{_�?�T� :���{_�?�U�$��O���f�AܸЁ��s�k�?Ea���4W:{�^'�"����t����D_�@G�讍� ��;t�x&$k�(j�_N�?RJ���	�F0�ܤ�W��[�魨_������ _�/Di���i�<{qIb�韦�ş�6vc̶ߊOَ�S�鏦����`������:H>��zf��Lm&s�S����^��g�:�齬�8X��WS$	��t��_��q���`���٭���)����tG�=���]O���z r����?�SS�4�i�}�Caۗ�Ā�T��B_��)�ߧ��>�8��51m�=�7n�ژ�pq���51G@t"��:sk
�,{_��)���A��{_�?�SS�Oz^�5����"��	��z}�W��Ӫֿ��^�yQ�Vc�M�.�م��������orU6{�g�~/�t}3�ܛ����8������ y:�Y:okQ���i),A��Ak���k����E%����?�;���]O�҃������)��P~��?�;���5>cJ�^��g���<����iA����Wv��<����B�>��gv��<����B=?� I7�y��*jb�}�Dzkj r�)��9�;�����q���_�N�`���C��[���I`���ӣϥ����b�WP�@�"�/Nmj;�8�ܩ�X���y;k����_�>3� H���ӕ7^���q��{~N�$W��ӿ�[h�@���P�#�e鶭_�{6�����H:=<�3�Xr�҆�(tBqӛX>�,���%�=��ϧv����HKN���(ɱm�c7��HR;E��!	d��샖ߌ/�����Hw�.�A��$���.�A��$���.�A��$���.�A��$���.�A��$���.�A��$���.�A��$���.�A��$���.�A��$���.�A��$���.�A��$���&�A��$���&�A��$���&�A��$���&�A��$���&�A��$��~dٿ�1�"�5~dٿ�1�#�@9׶A(�Hb�o�D��ō��$�����b��;If$�88Ēx��( �����ci�A�
�s��1����~����ci�A�
�ϧ���������O�}���)"�s��/����~$@~�}=�e���o���9�8��?�1�����ǧ������]Y��O?�}����� ?g���G�7�ud@~�;�e���o��,Bٿ������]%�G?fޝ���G�7�t�!��ӯ�[h�@����#��N��m����H����w��m����D��ӿ�[h�@��� ?f����G�7�t��7���?�1����ٿ������]$A�ٷ�_�����]%�;�7���?�1����9�6���?�1����;�7���?�1����ٿ������]$@~�;�e���o��"�o��-��cWIs�m��-��cWIb�m��-��b�WIbi�l��l�n.���K1�����5PM��Q��f�7|C��`��e��6TI<e��[D����)�����}+���P�������SϤ�c���_��~�4�d�_�G�W@w�c魭���Xr�����9�/�������]��w�����O���]�#���;��k韦�,�)���a��]�ٿ������]~�=<�e���o���q��/��cW@s�m��-��cW@�oN��m������zu��m����	���m���������'�]��Q�nx����	`��zgjN��Q��n��GBK�3��~��\�mؤ�����>�(zOfro��7�>�2�n�ٙO0v�R?��	��d�0���$mؗ��?fޝ��?�/�t_��L?�
���N���tzk���������?fޝ��G�7�tf�����G�7�t[�ON�t��~S�ˠ�/�������],�ޙ�q�;-��7bWA�����_�Kf��~/�t K�4"Ǥ�Rg�_��
0�)(�C��4UUE���]PPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP���" G1�~zR��)����ԃ���b����5 ���~z
H=���/�_��R��)����ԃ���b����5 ���~z
H=���/�_��R��)����ԃ���b����5 ���~z
H=���/�_��R��)����ԃ���b����5 ���~z
H=���/�_��R��)����ԃ���b����5 ���~z
H=���/�_��R��)����ԃ���b����5!�$P�t<�M���
v�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(<�Ȫyو�Ԓ6���/�����Pԃޱ�'���������>�|�5 ��_���礡��b�~O�=%
H=���}��(jA�X�ߓ��ICRz���|>zJ�{�/�����Pԃޱ�'���������>�|�5 ��_���礡��b�~O�=%
H=���}��(jA�X�ߓ��ICRz���|>zJ�{�/�����Pԃ���'�����:"�<�R�PPPPPPPPPPPP���w}������֬��ő<����(fɇ����ɇ����ɇ����ɇ����ɇ����ɇ����ɇ����ɇ����ɇ����ɇ����ɇ����ɇ����ɇ����ɇ����ɇ����ɇ����ɇ����ɇ����ɇ����ɇ����ɇ������P���`��Ե�}���K���U=A@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@xϬh���%A>�1�Ŗ�W]����/G�a|����x��@yq�Q�
@�������G�)ˏꏐR�� �.?�>AH\T|�� <���� @yq�Q�
@�������G�)ˏꏐR�� �.?�>AH\T|�� <���� @�#��o�{H#G�G����A��AOu��W��Z6@@@@@@@@@@@�[�����u?�V���o�F�7�E�1�܅U�&µZ�4�
“g�@�t�.�>$��ۦ��C�������'ߑ�X���^O�7W�z�zu]�oՕ�Z�qW��'UnXp��y�
f"'i!���|b(��I-��5ڔ�WVN=��m^�n��}e��]�f��K�a�=�X`�����,a�`�����^]�6���?��;o
�V����PC�{��x9�ἐnS�.B��̟IU�þ֮�R����eF뫄Ǭ���WS�듸�yX�/���,3����hocZ�8��#wؽT���bN���b���Ik�M6:����H4���YD�U��ydsb�y�6�v��ܤ�$ǖX"gvb1�X������l+[,u>��z�[ڸ:���>ȥ��7L|��ta弱�L]�m2[C1����7ړ�<�[j�R�ǭӣz���S�:La��+�Y��Y��~�ӫZ�w?X[6zp����ٺ�a�q��ۛ�Z �I"vпH��a�u�j�Kk��rf��6ȋ���s��c��̒E4O�ق�H�׽fT��f�R�Ι��<�y�)$�n�`ShHW�&f�`���-Õj�O�zs~�66լ�ݪ��/[-ۧz#f�v|��}�|��sc��`H���
��\��q�Z�J�x���n��֟�~|Ȼw@eo[V�l���'X��˛)dVb��,iQ��+�y���oan;i�j�L{;=9[����9c��R�"ˍ��dF:C+�·���Sm?��8�m�&�y9�Avފ�'�1<��o�Ā3Q�'R̤F�ȷ>"���m��?U>GZl�w5,R�_��2�=?�ۆ�k�f���"G���Wۢ���=<�Sb�I��]��f~���m��'B�C�N��E��{^��҂	��lE]�
K�a=����w���Gg��lg�*���‡����۞V��i1s������B�U�2��K�h�ԯ��OkZ�8���C����l����̵�}�K���U=A@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@x׬_�L�Q����W]����/G�b��8ȏ�u{���yd���/oey���Z�����Lp|��#��}�t��W��]�
u��Z�S?��z����kW�)�q���~�mX�1>��i#�O��ƥ�p�{{7�f~^�=��_�9>�qYs�Y�*�J������QQ���ϰ�E�h�n�����Ǐ\�[!�Hs�O�EF�𔽹��8)�ۯF�|8���nUe�R���P/�Y�<J-]76-[%�=��~�ժ�g5ϼ�]�t}ն����Y��ԗ��5_Ow�*ѹ�қ~��=�+�G��8�1&oI���c�sG�3HDh822�8�_+U+j�3;�cVۅ�V�v�{6뉞�ι�i��b���������5�gm1�8_j�p�cۗMo{l~f7�-�^9��-�I�ʗ��OWؽT�9�l�ۖ��q����@F�DoƆ�›�Ң{n�:���j�:ez��״cO�n��[�E������Sp��]��.�/�l�joݭ{���3�7���m����F�J%��s!����{V������/�ݕR�����0zS;7?&bd@����D1�!�1�F}�������\<N��~]�n��(�n9�����Z�1��fQ�?0�>�E��+��X�ͪ���U��e)���$�X�d1�+�q c�u�ȷ�^�ٵ��f�V�K">~ߛ��>.l-B}(����G�W6���nmڎ,��'�m��6}-���X_�p+���G���%V��PPPPPPPPPPP���g��O���m��oK��7�&�w FӰDێcZ��F���{p������z^^�{j�I��#U��ҝU�uŵK�ͻn,��"g�$�n�j��+ǰWR6��������Sr���|Z�y�+�z=I�u������d��ؐ,���M>r��YV�j�:�g�&���]ݻ�lUS�N>,}���/����1����Eǎ���(���Xz��׷z��嬽VǸ��[OP���+W��n��^�m5$��}�l�n���Fۄ��8#I.t�B���Y���~f+W��o�ſ޷QI���;7M�/чg�̖�̖|���IF�ϖ@ķ�(�oU�ԟ�1ez+�3�M��I�y�[��Y��S�ķ>)X|lk�O�[���=O���:~"��/p�}G۶�'7�r&$#T�4ɔ�8�;m^WV�6�����A�'w},���|J�ç����^��ڰe���σ6F��I%�,��.;O
��l�׷U<0�����iK�[�\q�^c��)3���ofLp.�=��ݷ�}��={uu{���g��M����.n�m�<<ifxNCj�	��8�aKW�M%-Y?�G����1xڮ=/��GW>���PmY*v
������I�v�F�ʾ|�0y�[�s���$�ݩ�֍)��>����zG��?��b˓c��h��]]�v���(�L֍�zk�"ۣ�=LL	���[$���r�2�L��MᲒ���]]f�oû�6Vꯅj��c�dǗc�͏����i11�>l�$3-����q\1{Uy���MkJ�n֜v��R�tD;~��˻��~��Y��^o�b�2ՙm]�})o,b��_iǧ�[�ʷ鲶?�]�n>�.��Rn���e�xy��39�`�YUT[�ܴ��>c�[�\U?偯���k�ǰt��EY���,���b	fO9aM �*TV1��l=��?�M�֭�]XV1xvvC�.ˑ�x���m/9|��.��@_��l�ς��>�^�
o�A�PGӛ�g�������D��4r�,*���an���Um�z���{֋Yż:J2X��a�RO����D�[(��W{���y6k{����C�}_��'�9�s-i{����q7OPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP5������e���{���}G����j�_��0�lR���'�o��g����<���n?/m|Z�ۑ���~E�+%�x�����t^��dɇ�7��C��I���A/Wz����5U��O�;i�gJ���G����c�ȑN��6>U�\I"��k� 8Z�]�_qW7�����Nׂ�J�53�9�Nɺ��)�/�����%Y��5��;녨�獫���]�W^�
��X��汳m��b,�j/2K�Ñ�s����n��[�on�Y*��e�&Ż~�'�3.�iS(��ut:t7&'�V)�j����s�m�[�����s���۹�tq���nY$�vPmp��I�*��;p�3��{WK=e���۷K��L���bO�#F�_�W`|'�W�5�:�.=|�сi��r�\�2�p�w�v}�Ӈ *e�<�J�
��d`N�DW�rVޝ:T��-^���.[ώeKoؙO��/ F)<�ޯJֽ/ݿ���l-��W�\��E�[�Ųmؽ=꼒f��lD@�+V�zS�&�ή�n����oVU.��I���q�ڱ�
/����I�"��WW�T�Z�Ҏ���XY�%D[v�t&`ܡx��]!��
f%y����+M�\.����V���G���{����<m[��d��Ry�m��e�O"�U����O<x4��N�Vծ��ÁA>.n��X	�Bf|\����W����%t��[mڛzqJ��>��o��V:�k�dF�0b�fœ��ba$y��k���PjuNw3��O���Zv�W�)�pFbO���5���m��J�����_~��?O��A*�l(�(�(�(�(�(�(�(�(�(�(�(��o�[?���X?3lߤ��H�ʮʯ���@�C �I��re%H����Ɏ6�9�H��"�*���lhT��Ld�8�5\?�{Ї���1g&�$��s@9&^d�\�dA�^Ga��I�e�2�d�-i�9x�~I'c�ɎC$sH�7ґ]���܃sPO��eūʞX��}˨�lE��Yg<��j�_U�����o~^�	b�X2��U�؃�"�&�ʚ�|�Kn^c����MB��e��&V�Ꮀ�V�q��e$)Ԓ�C��Tն5u�z�7���i\�k�ez��yk�2�kĎ���+47��KA+���fC�$�I:�h�錝�e�ȇ+t)��?*UvtO�@4�7~4�0�Js���;�uV�����3BI�2nR�I#�#����~\y���GU��mB��CT!��(eWe,��t���y;�Ӷm"��фQFX���n�9o�nUoⶮ�]�޿�'>�T�0}_��'�9�s-i{����q7OPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP5������e���{���}G����j���N�GE����
v9e���<�1S�*��psS�ר�\��������+�Ŏ�cû��"Y�6_/�������T�,W����I�~����%�gi��$t����Z��&Б,��Y��lI$�f�nE>FC���G_���|��m�,EBgw7v,{ؒ~�$�w̗X}m�r{�B��udIךw����S{r�j�.FB���EO���|�Ֆh�r�&92y�b��Q6K1,Ė<�7&�'�m��Km?�V�_�
��Q�}�uz	U�a@@@@@@@@@@@@x�W�նdeO�w�3���`db���z�|���������?����j���c�O�B?��?���?�=��O�#���j���c�O�B?��?���?�=��O�#���j���c�O�B?��?���?�=��O�#���j���c�O�B?��?���?�=��O�#���j���c�O�B?��?���?�=��O�#���j���c�O�B?��?���?�=��O�#���j���c�O�B?��?���?�=��O�#���j���c�O�B?��?���?�=��O�#���j���c�O�B?��?���?�=��O�#���j���c�O�B?��?���?�=��O�#���j���c�O�B?��?�����~��Ձ߶��ዅ�8�u1ck�x�H;ץ�T+�%~κ�����A~^���Z����߃H/������o������uֿ�s��7�����a�:�_����C�i���u����!��4���~κ�����@�{�l?g]k��w?�c~
 |��6����x;��1��>^���Z����߃H/������o������uֿ�s��7�����a�:�_����C�i���u����!��4���~κ�����@�{�l?g]k��w?�c~
 |��6����x;��1��>^���Z����߃H/������o������uֿ�s��7�����a�:�_����C�i���u����!��4���~κ�����@�{�l?g]k��w?�c~
 |��6����x;��1��>^���Z����߃H/������o������uֿ�s��7�����a�:�_����C�i���u����!��4���~κ�����@�{�l?g]k��w?�c~
 |��6����x;��1��>^���Z����߃H/������o������uֿ�s��7�����a�:�_����C�i���u����!��4���~κ�����@�{�l?g]k��w?�c~
 |��6����x;��1��>^���Z����߃H/������o������uֿ�s��7�����a�:�_����C�i���u����!��4���~κ�����@�{�l?g]k��w?�c~
 |��6����x;��1��>^���Z����߃H/������o������uֿ�s��7�����a�:�_����C�i���u����!��4���~κ�����@�{�l?g]k��w?�c~
 |��6����x;��1��>^���Z����߃H/������o������uֿ�s��7�����a�:�_����C�i���u����!��4���~κ�����@�{�l?g]k��w?�c~
 |��6����x;��1��>^���Z����߃H/������o������uֿ�s��7�����a�:�_����C�i���u����!��4���~κ�����@�{�l?g]k��w?�c~
 |��6����x;��1��>^���Z����߃H/������o������uֿ�s��7�����a�:�_����C�i���u����!��4���}ҝ5�l�e6��Y[��D�Q���mE|�/�P���v�۵s��ET�@dz�Ӽn���>L�1�!X|�E`B�5�O��˽�-�2x���nZf
Oخ�Y�$�=r���|A��+7���.c�b���+��Vo�'�O�\����W�ߒO�� ����خ�Y�$�=>As���\/ҳ~I>z|��?�/�?b�_�f��|��l_~�p�J�$�����ؾ ���~���I���1��|A��+7���.c�b���+��Vo�'�O�\����W�ߒO�� ����خ�Y�$�=>As���\/ҳ~I>z|��?�/�?b�_�f��|��l_~�p�J�$�����ؾ ���~���I���1��|@}�"�u����=>As��]��}Ck}W���*��ʺ��|l�k���~��'�[��(~j�E�6>^�����ks%�O"�/���R�����槑�������?�?����C�Sȿ�����}���ԟ�no���_�c����O�O��7�P���/���p~��'�[��(~jy��{�o�?S������?5<��l|��7���I���J��E�6>^�����ks%�O"�/���R�����槑�������?�?����C�Sȿ�����}���ԟ�no���_�c����O�O��7�P���/���p~��'�[��(~jy��{�o�?S������?5<��l|��7���I���J��E�6>^�����ks%�O"�/���R�����槑�������R�G�nh��P���/���q��7��w2�(V�� X��}z�J��
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
4���7\Ǚ��&�$r�B��W
����W��=J}S�9���Ո�[yR2�����P��Uw�(��Ì�HB��ʷ&É��}M�
y5��m�RQa=�ҷ`�nva��۰�MC3��Ǎ��c8Q��h�ַw��WQn�䢯���i�i#Y	QO��f�~݃�B�־���������x��9����S�-�O)��o��U	��"9������L�*.���QW����e�Gn�3"�3!o�C"����*٨�o��T�!~-�]��Mƣ߿`�jV�_�7T�X�4�v �@@FI����k�w��O[�6e�[׋8�L
�U��r�q����Yd}]��t�����"n��ǨX�G���/(�&�rJ���Zn٬O�>����ӵ����?{��ʊ,�-�8��Ð4��VA����O�f��/D~E�O�A�a�I���ykMs(� �4�W�]��z��t������G�^��6�M��<��<S���1�u�n���oCJ��6��o�Ծ��țw��J�Sq����O���Q��ת:G�`�j����bɵ��N���+T�['��F���S$
ّ�5c�d[�ػ���Zxl����s�@�2y��˪��۰ߑQu������处��5���$O"�2:�t
'�Aq�Hd"��%^4��rE�*G��
�2#�$Ě2[̐$�H����z���`�*J��7�Iņݎ��mf����"���� qǰ��k��g�C��7�_vW#�G6>�������=���<L���e��O�d��s}�%��d�o-�)W�9�ƹ|姁�"���WQ,�~В�J��6�3�P�~�{w�ç�۰y(\}{�k"Hq�;
�����m�O%7[�"��ʹ��U����~�oW���}�\��3n�(NW^n��End�f��
>f݃�G#��HìpX�E$�٪�3n��_��ظ+�q�O§�۰y([oznc��/o���6�J��w踘�XARB���۰y5"K�N���+�~�<S}�.i�6�/�QI�^��a�I���>R��Y]U�!�T���4nlQ��꾪݄�j"OS�q �������>j݅�*����ض6��F�|R\|b�5n��TX����|�EA��H?�>j݅��=Gߑo�b�M��Oé�W䇐�O�RG#+�b�9�R~Mf���v�P��k�Ŋ�a�L��Oۧ�۰y(���K2jLLT\�/�t��v�GS��fQ��'�P�G�>j݃�Csz��# ˜���6t�<����<�z��׸���4��hO���i�
>�@}��4�Mi����4��hO���i�
>�@}��4�Mi����4��hO���i�
>�@}��4�Mi����4��hO���i�
>�@}��4�Mi����4��hO���i�
>�@}��4�Mi����4��hO���i�
>�@}��4�Mi����4��hO��'I��UP�޻z�֝�8�6ˇ�dá[�ds��I&�2�h�M���/�q�im�f�����K��z��o͛5�����MTI��'���/�2��T�j?|S�s�l��A����	;�az��3f�w�����G���Kqs��������ş�6�l����У?�ǩ��v��e�h?�_RGl������	?���b��n���M����ym�7��_�����T�kٛ�1��4߽����f-�=�([�ڪ���}R����_�����	��T�ĉ�l�$��|���޽��6�!?|U�.Ѳ��#+�g�UF©o�Y�C-�߳�NO�&�H!e~�>��.��l�T�9\G�MR1���=K�Cm�2��_���I߽Ϫ<��6gP.H�+����T�{��������bt��ާ(��0��FW�*�$O��U��ݛ�_��@���Ha��l���ʷ���b���Q���6���2y���
���}J���^�[���?k&��\�?�,.�ṇ�P���Y�C��z�M��g�w��������>�G�h??������Kp6�g�2�5I"�?Q;v����h$X��=D�}�i��������Ň�=�~�>r�w����~�}��>�E�?����G�rO���I���^�
��W�&�N��a�;9�r�4h}8��ߩz�f�s���7�)�r@���g��A�M�GP�@@p�	��J1���v:.x��_1�{ug��NDJ|��\g�N�u^@�kU2����3� ��e�
ռd�Y/K��<88�']̺lB�eH�X,��w�Q0����y�O�!%��*���<�N����Pm���+M�������Yc��K�{t���$J�a~�!������"H�k�����,K�g��E�:�����O���s�U1(�=���ɅZkrQ���Q�j��޴鍻�\Z��/7���/�\Y�����\[�P�fap}.����}�f�cmS㈄�&��#�}�v{��ϻ���*����}�zɏH�psǝGOҋ�i�5�ٵ����Z^�^f'h'�,#��	^k�A�EZӉ�7��Mƶ�DͿ"V/���J� v�Y������طط|��s��X���O1�IW�C^�a���r�M)A��¸[�׉��ea�|Ř� �W�D�ܮ���|91�1��Y@uWٷ�U(9�bmP$E0a�|���M$�Yˆ���Aa�P Z�$K�Jc0�CT��Á�{�/��$͛&d���AGj"��g�֠�dэ9E���e�ԉ�2&���{�Jo��H��.wpпgx��H!{�,�]��'�e�/�mcù�ve�ƕnb��^e�:p5��4�H���4� \w�Z92~>&K\��O!ǁ���>+)<� � .i�_⽶^'� �&�"4�6G�'!����皓����8��*��j��j�d�$~$���A?5 �B��d��U��*0o�� �&4c%�N��>3P�/:h�
����x����<H�Y���S�b>Sz�\ذ�uG�+�*A�C>�F�`����Zͭٵ H܅"'B��Cp>"��\�YK�0�>_��(��(V�s���4���,��q�
�N~ou�$��p���dUR�y
K������nZ	<�H�#�a� pe�S�s�Wb��{���W�<h�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(?�O��]P�G�b�����>?����)�\�XP������{���tD�J����9q�A�)eP�o�&����1�Q�|7��`��ˍB��*3Z�M�P�o������JcF�[�B��Tr�ۀBq�kd��۾�I;��M�܀S�B�A4Wn�󱥐�F�~�Dk����I��Xin�ִ�Q6<��
���nt0M�X�i�H�tA��5�cI	��y��J�r ����DID���V��UFX���!����Z���;�(.�cÕ�h�RZ�A^V�$��@�B��Q�I�F4��-xX�f�&��<���u�PH���X�-qǝA$i�In����0��o~�U ����h�;���RK����F��I4�o��`��&��
��8�B��9�؞��C���jHĐD_��)��K��o�������Z}�P�PPnT�ιbY�P�k�����k֘�.s��4��P��(ܘ��l,J�=�`
�,��:H,9��>#VH9��U��⬰�C&p���疛i��i�|��PtH�O���1�nD�6'�-�(Ē/-��66�1#�����S�Px��Xc#��qW��E�
��,�y!fU#���;��u޺xȰwX�
�de�RE���n��c���G�����m��d�d9ڤ��]*���,�l��a`y��>6:���F�N��`'��q��O�������bS
��(��]~�}v��n�n��'�3��]�w�p�� &Kܱ 1E�e�����_Q�(��g��
,X�`�"]  :E�vׅ��;�x�1m�	U��v��D��g:��d��~�{/Z����*�$�~'��,������Hgpd�q�����aV�0�A���p����S��7 �a"��a`��Q�HxeO��$�n�l
fJU౰�Y/`�����I,z�wl\uXB�Q�*X�=�Z�X+�S��#$1)m p߂�Q�ͼ���K�Pm��냉���xoomX �٤�PY{o@-dFQf��Z���_=C�dր��aط#�Xl�E;++1�{m�^��%�ݼ�5�\)"	4f_#$~4{m’ T��)�4d�TA ��F:y� �2 i�¬���
���*�.#�A�'�MH)��6Q��Ad��Nz���sH3�`���D'dK�>F���	8W[�~�<hjG"µ�m�7�	�	��@C�֦���bHͥ�5pV��(Pm�.�By�7���6g_�>
�ǀ({��l�m���G����Vҷ<���Y����i���}�|�$��{_�烈�'�7�I7�� ���i���}�|ԑ�{_�烈�'�7�I7�� ���i���}�|ԑ�{_�烈�'�7�I7�� ���i���}�|ԑ�{_�烈�'�7�I7�� ���i���}�|ԑ�{_/6.��7�w�ٳ�Ά3��&����i�[�W%~��7CmY���oX�Q�I5�Oq�5��v��uV��6ޢp����A����WO�=W�b|�9��o�o��������s�ߦ��'�7�O�=W�a����M��O�o���z����)�?k~���|�5?��_��S�~�6�h1>��ji���0���m��b}�|���|1Ne���[���[FlY�+ig��f�b9��o�N.�YҷVȱ�&��(�(�(�(�(�(�(�(�(�(�(�(�(�(�C�4���P~��ʾ������?���U"6x��4b2O H$�}-��Te�c�ǧ?;7+"E�ɰien���Ԟ�u7N�c�f,{vc4X��|때dNhd[ioa�3#���/�A��(s��⽁��`v<w��}�h���~��v��p�qĘ�4B\�f�t��[���P�T^�k�/
{vT).?)�4M�����(X.�W���f�N>Dp~jۧ��c[��M�"B�����ʅ9��	B�W`��;	��P�Z�
�e����$.�1Y����ۦ�����\�!�*Ǿ�n���
."<��,w�����K�g���}A����q�����a�>2V�v��YZHg��~�x37*l���YW"d�J�/
C���n��̻^vŶ�tş�7��1숮	����I���;�j�o}+Ѹ�;��O���`��#�>To���s���1�����Y�6���k�RI���(�n7�1���'P�-ĺ���VE�O-���t<G�I$;�D��Vø6B�E��I�h�LK�^�$�D��VF�צ=)�7�s}�3k��U�0��	�_Ph�>��򪆑}M��ˏd�a�$���@�.�L�]7�þ�̜����n�D�>:��d�q3�=�<m��$L������Ö��@/r�iv����l��w�h��
��hy݉�_�T���ˆYU�v�<M	$��.^"ʗ�W��B�24d62ܓm"�4�Nj�.�E����G&„k*�e�Kp���}:�6ݛl��Ƕnq	p-��I\�LJ���zM��,���3b:X�UL��Ѩ}T馷ys��Z�G�
P��@y�>{K6��˭�6���_1�{R�cK�f0�T����1�l�$
o.4�=�/��6vD~(�������~ܤ�$�*��f��EFXƏu\H��>��ְ�Z�#�l��NJEL���%ܖm��Gְ�g
������/���@�{k.M*���q�/��0��Q��jM��0��{�o���+E	M�"1a���V����Ҟǧ�6F�IVuiT~1�U�w���Xl{{���<h�� �d�/:B�+|#���U�����[zG�.Ӷ�yq�E�<4`c���F�8�}�Q�o�ы<�aχހ�[؍$�v�WEX<��M�[e�<Yz�ܱB%�D���߅�i�Ԟj,Ot��Ԕ�,H�2N�
i�H������^]��Lٴ��Hta��v^xf�fn���j�1�#I;/Hf����3�����GP��|��R	SrH�a�V��*�1�'�_pȅVX�W;�sOo����Z�T���lSZ���Փ�ȟ�� �g!�Ya�*G���RS��E�E��ꬺ�H��|�E2���s��M�1/X�rc�e�a�8��<��v��5��KbH�×�͑��_���c��2�3����xUW�����*	� �
l�E�tE�4"�� Ւ@����2xs�i�%;6��1Fh�Y��*�‡8Q^s,����`@�O��9�Hw�t�a�LQ#I�>"�珶����e�\y`X8U�#�3��O
����R
t�R����Ȧ�x�~0r��R#2O B��a����Ң�P@�rmz$�����t��([i�֠��i@�QKT�'��i{������9�UH
��*sf��F��O���4V!�� �F�28Q�E�Ms��)��G�_d�<k��f?�('Kf���6���F|ߩ{��|�Y>Ic��������a�0mQ��}b
�a�x[O�ۣUV�i�M�1��7e
pc�q]�
^k�p4�Ώ��̪�o�w�}�B@�h@Խ�����We��@r㾀5/x�
�?vbX7տ��!6쿘�j��7�~��:����uf%���ܞf�0��?��+�9_�~�N����r>Nmwxrr��P�.��C��U㪹�U���I��J;8Y������43 y��,�5�.���ڔ�^�͔1���U�b�ϕ�62r%:c�~�v-eU/$T6�dn��S����!�9�{��H!��vb}����+۲���_���}ݿM���f�y�ɟ@(�(�(�(�(�(�(�(�(�(�(�(�(�(�(?�O��]P���{q�vv~g�}�&����2���R	&۠������u�r7n���M�Lf<��	YO�1�n�w���Kч+���ӥ�w\|}ç3TC,Y�ow���
�R�i��i3ұ0�-�|�=�'a�6��׍'�`�A��U��~�ۍB���U��c�����t�5�Ċi%Q8P��p�g�:�S�}U�6ݛ��o�_w��}p����U���Y!�-���IÓ�^��J��Qm���)�!̏ʎ&K�x_��+:wc��7?ScL||��v��v�˅f�C�j�US�%��ԑ�ܘ�c��F��bG���˴�M�
c���@��OS2�I�z�/x��L<LM�fݗ1��)bH?�ذ+��ASԉ�m]�FWy�Ńqx�5�A&H]Eʓu��FT]uGSz�n{�MnX��A>��"�LKhd��7o�k� ��i��.�۷7�6�ݣW�l��l���}>c���
/€go�:o#�10$��7/�"�y��}�
`_����y�̣P�侳G���M�mؘY2�1{���WVQ��(��Dr�Tj%w���q�Yv��q̛#O�y	:kGc��UK#x|'�FZ#�S+oC�h������X�vp�
G9۲�F7��]Y�w�v�tV�d�3B5�:��3k��f�=k�,$�$;[�0E��P�6ͧP��6�=��&Jx2e�f�K+p\y'����ŕa�4�-�e.<_��$o��t�����ݴ��;1�Ó2)1�l����)�){�,xI`���S'�(#���,�����ǗH�CX&;�m]�OH�c��o�9�M�H��nK��n�q��>2�*5<��������3�V���$VY�9�1���M 3&N�y_�]��J���Xd��>:H�l9R㬑�����U�0 05��D�56���A�>յ��������F)���E�n�֢!y����\MP<[�Lff�Qi���-�0��"�`IO�=9�o�/�ݺ�ح�����&���mT�E꾥��c�v���2s#���.�M�,R�����I��5H<��\���Tw|u�"Gp�d����U�x�'���H�`m��͏�+��Ǐiv�?�A�N��^���T�߲1%�X����_���>Ʒ�oۿJ����n
���Ud�O�(�I�j��XY6��c��(��U��@��p����x��4ߥ�sS�}��T�rm��i2ZV�@����@dL�cYΑ�G����3ڞ�M�(��� _�$9T_Ũ���j<�[B��f%��þ���l[Ye<;�}��`m��:ʂn�D��L||i_�r���c�,�{oµ$����?|��f$�{*j)'�"��
q��Ԓ���W`c
�y�Cv>�t�-���UbV��P~Nu�A�É�(ĊR�tK|t�\J�6��|�10B%�LR[��SidVz��g��C7kBNr�l��N@����^��c�q�&n\��H���$���+)�)�q�]���R^&�,��y��,������n|�8��f�H�K�l����Gu$��N��>���lh���RZM#�#qǙ��:y�\�[�̇h�1��cL�]+��q{x�ms����g�K����B�v[�,�ρSʼ�me�#DҫF�dwVn=����n�̮\�W��3�f��1��=��Ʈ���Y��p�;���� :x�b�4<��;�ݸ��n^6d`�Ņ��Tié�N�͎�2���Q��{���<��xp<�Ȟ�	��E��+8�A�뾧��v�v����&<0����uZ��u�3hDH��}��M�`�YqD$A�uP��p���k�è��v����+����/ms�H�^��PX0ҿs~$
�Dŗ�d���U6�"K���E�c��#U�5`���d1[I<8�����G�F�ǍjBCɌ�U���,��ve�Y��˅dW���y\Ҭ�&��$�3(�E��
ud�g,�nAEX3#ͤ����YRibI�0��ڦb�Z�*�6���U�P�ܻ�3���PȘwE���H�m���k�O��@�������8RKBh$�<(���d���@�V��7Q�b���G������SBd�ܓ�/�+�C����_��z��Z�>oԽ��</c����0��ITO�+DK݉'�Zۄ����K>DN��n��Σs&~/�pw3)��n#�ǚ�ˋ@X㍊.�e6��3[?z\�;M��J���nm�UR��ע����\{Z%O��mk���g���Ս�p�}�X^}8Æ�Z�W�_���J�^n�M�oL7�5�p7�����]U��\W�{r|q�ѭ�+�����_2|��M�3�M'��FNDS�T�O1H�mcVfZ�B���>��_.�Vg��Jq�a�"nK�������m�[������7/���C�?OB;-U[%��O���3{���F�Q������{�l�]�/n�o�v�&|[b�x�@�H��$Z"Xr�[�i=�ov���O�=�N[������|(���Ƞ�-�p����e��߱'�H�ƛN��Bʅ���2�V��p�mਞi���I���7kL5X˝gPmY;Ԓ��c�#ڑ����j�"�"	�f�C����M��j�˫k�ߋن�f;�r�m��8�S���}�6X1�Í�b1��\�S�G*Y]{��X��y��+^a/F'�~�����i�V�����y�/߿����+�;�
���W�r�o�X�n^.6~k�̐����#H�Ay1�QE�Y���=e]��S�����o)s4=!��ٴ.>Fَ��!�D�}�̒
K���#/���W�^>��w����N���;c< �O=�K8�xFz��6�zg#7`�"�۠�pS53�ʖ�%���
�I-��I�~�sݶ��Z���b��8丞���DB��3�1�����l���rc��2�����G��Kl��v�-_�>̉��JQ���~C��m������Ō�lj�����q?�@=��x�e���[-��?ƴ����';��h��叫?a�Ϭ�X��1?6	�ݒ=�&.#[��a�:��K������g��oV�h�x��a�N��|p�
9g�=��uq��T�ͷ�e�q��e�]�ܭ_C����T�Ҧs8�u�r��=�~���Q��u5|/�������;�Y��k�G�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
���@@|����;~o���;��6��#��dvZ������b�g�"��lV��[���gIk�}C�(�O�����F#�̇���Pn��<<'�
B	۷�]G���a{�6σ�8ʇl�8���e{��0�VYq.�o}]���M��Ț,���M�t�+����j��?��=K���Q4q�=:�F$dj]bOƝGQ;-…��V���Ϳn�e��:F��.�:��B��T��D�}�|�]�M�tX���DF��Z"A�B�l���W��U�ɡ���LF�l[6^J��Y1��Tl[]���U�n���WA�GͶ��G�ל�����2(RK���M](�����n����1�i����bn�X�~T�,�U��\>6���3�uOPo�NSF�l��H�p�ڃHō��ڮ�3՞��1^�M�|ɠ��2a)�t��Fm��բ��TL�}^�n��۲�6��g�b�s#E7�����#�>��h�.,�6��ݲ=�'m��2㬧���X*�5�j�-ԛ��՝k����i8��$1C&8��E���Wβ�a��@QJ��+k_��TY�Y:C�w�Y��6�{�ݙ���E����ο=����]G��Sb��eG6߉�õ�B�����rK�MF������o�IR8�]�1��ʶ"鈲���U1�?Rg,{�I�Py��+��~6C)1���#��T"�d��d����C��q�̈~��#Q��èR`�H�ۏR.�����f�s��	���^�*�"��:�z�ϑ$|3��$;�Ŋ��G�4�I ��Ø��U�ɁC��&n߶`eiH6xH����Ğ&���"F�[/Q�aχ;m�#0C ��(���{�a؋��dmɚ�0�s�$������T��6�cZJ�sd��hۥ������_x��#%]:K�%lH��{+RfIy={�y�{����q`ɶ���e�ŀa��Ge���8v͛o�EE�fl��H��,�͝� ��	#��Zn���e�m��)��O����HU���,�n�Ť�H�GW�dC�&�dcE�<���h���:���7mB��S��>�>6*e�*�/*��G�E͉�s��l����p����9/�D�-�(�YW��$�6.~d��4�deLKI�339�{7�Ul��n{ny�0��a� PB �kl��Xl�D�RpZ��P9�T���j��?�jK���]�m�۷��z�0}%]PPnT����]�����yW��{�Q��1��,���J�I:;@�q,X�x�u���ЯguY0'��	�v_����,�l|�	�9�ּ��E�r��Ĥ��I�5	M�ՖP�� n�SIEÍ0��|?�U�#������|	cM��9!Cз��b~Z@hh͙�5�,|�I�F�>U}!��+�¥�T9�53K�\�۷���Y����}9�62�>^ݸ���,pJT.�s����Ew�����ޏ�����߸��m
�^X��&�E�K�����gT�bm�ĸ�2�b�"�a��DD��#��p�0�@xi:O0o��&x����=��ɓ�nPАz��D�������V<'�x�����T���x���n��MZB�Z���W���Ò�c�R�?!O���oDžuOǸ���ʆE���v��Zթ1g8�(#��?
YL��{"ݪ�x�b�$������KH]���~SM�"�/���eɓ��!����Q���U���{�3Ob<�c�#�~<Og�x����Jm�9��j��\���>�����t�<Sj�.O٩������Z˩E>��a�;o��t�N
��{�e�3fMQ^���	��+J�]ț>퍽��ad�e�{��`�T���O}JZτ��|�+�Im�0Q��΅Ɂx��)�� Հ:�u��1sڄ��yT�HUCX����
��rtc��	7���UD��}��ȣ�'��?�m��k
1�9@�B�����W|�E���?�*1��d~�RL�\$�5k?Y}�[��$�h��[��鄞|*L�%��E��(�)$Z@��n*H�)/r����/�}S������Ut�l�x9ow,�dVB�+9U����Q�>�fەZx+��C��I���7�y}���C��I���>Ow���?T?A��O�i�y}���C��I���>Ow���?T?A��O�i�y}���C��I���>Ow���?T?A��O�i�y}���C��I���>Ow���?T?A��O�i�y}ǩ���St�^韾@���pC��$k#,Ll�9۝T�wE�ڍ�>��W��
�L�f�M�,��$� ++����ܫ�=7ֺo.�����C��G;������oS�B�_�k�������c�9�[��Ї�#��z�~>�~C�9�[��Ї�#��z�~>�~C�9�[��Ї�#��z�~>�~C�9�[��Ї�#��z�~>�~C�9�[��Ї�#��z�~>�~C�9�[��Ї�#��z�~>�~C�9��w��E��r��W\�qc�IK���Yx������}CkJ�s�q�ΗfԖ�U��z€(�(�(�(�(�(�(�(�(�(�(�(�(�(�C�4���P4~�8�s��*Fɶ��#ϟ�Y`���\$dـ�t7��hIDv�0G�D��:��	?f�!>ٔ��$�~��=�L�1��lD��nI�Y��Y2ZŶg�%�ʓ#������x
A�9&�ĉ����xُg����;�O��%JR!%���%�6P$�m���xI��������{������fBa�^,��ˏ��N.<S���Qŏ��ˏ
4��.8{����Q�×
h,)I���p��n54r���8Z�,ޔB�9��6#.�����Á#�|rj��:w9we�C��A�^�ң/�7�d��6�i�SeX�K�W�����R�_�c�c�1+NP*��1"�I�ʺ�Z3E����4Gco���YU+�W��㉏��YH~
n�V���qq�UYrHI�%���nO�
���$Ā�.���{	<NO6V�s��iX���x(�%�����J��ڹ��ɋ����`�j��A>~�>�S������a��1�d��qlV�@y›&��v[��*&��Ï�B
�]
���݀_����"SJFT$�G�~Tb�
e�n��*��b#�Q�ⰪI%���
���ϋq7��9���R�n���ALq���s'��Ѥ��8�eX �i^΢Ç�4\a�*�l�E����P�;r�+r���l�Ŧ�~'H_�(
?��DPu��'+3���C��AWP@
��e�&ĎO�ߌc�Y�a_*�}
��yɚ)k��
�'�0>-$�-,�#�;�g>l��d#PHg[�(�<
4�5c9c�>C*!��4�t%���U[�3~:~:�n��V9�dcbD��2;O�Z�b���
q|��Z��esģ� 8��u_C�~U�̲�I�!|I�M0A�[L!�|��%����s���K��W�@�+s��Yj2L�����;�Uf`�n��\SH�s';���ŕ;�P6��;��o<�a�29
>0Ʀқb,��m�|��w���v91=��{�RM���UT�L�훜�;��O����f;�$���L9��Vw��M��h7[ߡ�6��#��&J��H����{�ƺœ=��J<�~�͕�4�f
q������z+��8>��m�Gi��6�p�nY\��@a
�ʖ<F�'�p���O#��J�*����Q���3rDɅ�U�Jp�t+���mgj�ǯ��J�٦�f��WO�@���x����,�G�Q��\�*Ŷ,�'�V�t�z�fhԦ����8�;�V��c���"	*��7�rj�<�|2�M��$�'	�lTۇ���4�C̆2�C��/�x_��4�	�ͪY�ؼ̀���x�#RC�|�t��G�&.�`�y���,U�m��g�A��C��×�R�1j�3���,���
�j�=�7#�r��"7�ud�M�(Co���,��;xZ���Ϻ����-�6l��`��>4J�K�nOma�}
��Ud�l{FOI���������T�*��,�n<$�Ed�6�ۡ���T�H#�����#q���u���V$��ɦ=Q�����K��M�n#�� ��yh��X��,hRF.��<�f<u�
Ŝ��xyX2H�	A��q��մD������@#[�n{?��4��r�.�G��]%��`	��k0$<���Jm�8q��!���ڰ<�����
�[���S	
����Hr/7IGP�¦�����R=Hr�OPPPPPPPPPPPPPPPPPPPPPPPPPP����
����&�:�"��s=�LyX��+���<�N��4+őfNe��������/H��K'6N��
5�*�[�#XJ+3,���‚�^��t�StN���٧[鲀w��4�ƄG��i$�,��ᡋ>��Zk&�3���hPo�7�1R㫇��J�t��7�bN�&����{UԆ��;��CZ@D)'�}&գ+��-����4(V���΀\�s4�T�!�f���<~��I�WmH�@/�����;*Ɇ��<sy���@��{�f���J�1������Ȇ�ѐ���a�U$%�16�p��y#FGEU��'�.��wT�:m�m�v�
h�*�.��w�����2vh�z�4q�|j4����./`�<��z�~�����4�2;0$�����½<.rǖ��s�8�Ԁ���cY�Pw(�d1�Į���,���|#�R1�D�$X�Q�rG1*�[�gu$A���	b�Xacs��7�/h��V5�TFۥ���|Y~LY�x�Am�ڀNu�2�t��
�l{O�U$AM��AF�ww�j� e����8�֤�3m�6�Yy�A?jL��#�$�G�$��ɘ��g7$�1�$he�p,܏{>ͪ�B�$�$���w�Fd�6�b��.�xT�$w��̚����!*������T#UUutɫ��I�5Ay�A�,��/��#kY{�i��U4���6�F�"�ߙ��'C�$�X�rX�cs�(���	��M<Gά�M��FCu�֯ƞi
F�oo�h�%���B�(��r�<�\����x�����Eg��L��(��p�^⦤Q�8�j������D�WK���e�#�����=�������q�X񓚪�4��8��@
��H܎F3X��Ǖ��Y	mD�R��V��v=0���>BX��k��yWH1$���|)17����D^�B��j�q��_Һ�Y���G}FXl�y,1���7�5�4�,��BĜ.���6����I�B�F�<��Sv����lES;���m|\�1�3U�Ib�ۖ�e�]*���a�ӱ�A~ݷ,c��H�9^6$�ߘ�7�i�R�5h����w�y#i�(#�g�F,Rf`ů�Q��z��G��ַ/7ܿSw>������m�Ƭt�Әȷ��:xs�T٢x��|��Hl��{�vZ�+&��k�o�5�n]d��?�����f��q�<̷�T�pn��ڱ��uuu�5�V6Vq`Ȳ�\��~��9W}��χ��-ݯ��=�q0d�y�p��Z��g3�NVў�����[|�^�L�R��nJ
����;�S��Y�o�2�1��ɮI�^b�r�QC�^�}R
˸H'Xl&k|����2��ec�}ͨA�Fm*����/�(i12ɂ��G����h��F����+�G�ﬤi���H�f#�݋\޲�֔l���Gx�&�$r��k�Zh�j���rld>|��#^�oe�X�P`��=�6�e�p�d@����-��c��p�7�0`n=i�K��leј݈,��Gg!�իg��ug�hW:ㅊ��Oح#�:�x��u/}�mMDh���*)�o,1����WQR���Ⱥu#�m�㾵G��%��kL�Z�
�mշ��)bƤ�/#�L��j���W����4r�WK=(t�d"Y2	#�Gey*ܝ�$2��	篛ĀE�����!�w��o��v(�͞&1�:
�.�8��IGx��3����+j� ��;\w�i�OnfM=�'�p>��I�i�D����ͭ��mVD����}�WTu.��;^����ㄞd�R��k�£�f�J;\{MV��b�%��F<�G��ÒBř�aK9f� �n�U�^�*ˎ&�����Y(P��G���\��c��n�[���1M�j��)<�|V�׉'�\��
���U������N�PB�F����j��upjJ�1�`c����6xw\||�X�.��2�T�F�/n��O��3�\��
@@@7�2��,��3�Av!E죴�mhM�-T� ����l�۶<�C�����3-�$n#�t�`�s=���}cH�'x���dA�����A��<:�Y�7�~'��߰ЃqzL(P�#n{�׃.~�:�a��y
�A �f�}�JI�讦�=�֚�)ʓ�
@@@b���ޓ�7i������/�ۋ&W�qp%)�M�۝f���4��&/��$��U���������A�X��!�	<kvP�(�1W3����m���/MIM�|��I
#J�7:�U6��T��n(���t�J�
�
&���p�#=��cV���p�"E���b���q�(Z��ֽj<5��T�ߊ�\�
�
�
�
�
�
���@@yW��!�x�'��Q�[�%�^}�����L���,l�t�1���Rّ�
���,��,ǟu�ε'2lXF��@��ߗ�

�16THJ�1�~����
�6ET�v�y��";}���0����ŧ��$*��D�#6�,h��Ĥہ�CX�^�ؗ"UM�9p�X������um\��f7Eo~jydg H��Ƶ�������L�4��|�V^ ��q����7��M�����<l��p:��Gjі,e�2�I.ђeY��mʵ��8�&@��s�N��{΃Y,���0fܱ�(L�L�YXHLj��p5�֓Ѷ�/���vY.��{�S}C��k�g�u�;�o�njZ(t�ro�R�{yֶ��, ���4�h&\e�o㳐<+n�m�M���m&l�����U'U��5�i6�C�OF��!
�e��~��Ԗ�1���Fɪ�/
J��۶���ؗ�6N
jnj(o�#�ݷ�kI�l����Y���\{i�kdw�a�Y�	b-�
A52N<�]d3=Ÿ�M��	�׍g&��e�i�L	&+ٴIß>u�4���
X�ЫPԎ*b�n�E���{�*��S�9/�0�jL�$��ݎ��V2�:��`��¡b
���ɖYu 6��[�
id)�C��'��j�bq0�\�Il�e���<ɠD��b��,i�%�#���e��Q���˃�����p��ճ����l�|��X^�6��RO�8d���ґ���$��kFd��d�v�j�	�)'ŤD�-��s4����PPnT�����L"�UMlv��$���'�H�]�JÈ� �**�^>KK9����Y,~�rL�V�t�Y���Y�T�qc,8���C<�ɕ���I4KIsbT��"�?�r�&f�^�4)�'_Y ��i���q&H—0{W�maH�]�;���3<�v&�!2/L��[U�-��uČU2u#bY\X���V	$�2r�dK@��MW���B�#7"#�'�G*��ٶ�ď"U>s������F7�n�4��Y�ǓA����$E�N=��[B�ӵ�l���v�\9�\����D�]�xCUp�M�Ggm��n��7�6��n�4�A�	~�5���E�7�����w�%ٱ�"�.�����rH��3��t~T$y/��fF�ֻ��r6&D�&7�J��Ÿ}�ͫմ���u�ۇ�h:W|����Yc����wS�IW&���v��ϫ���Ŷ�A���6VlK�"�;��I��~���]-|IЭ�ޓ����Ev����~m�Xw>D,�R��`��qV���]ѽ�Ƹ��ϧ�6��k*&tCR:����k��KRo��ѿ��qı��%�O9cn��כkt�F�b�<���
�J��>���yF_#oR��0�Ǘ�ZH�@�N49X���2Ψ���0�QcƱ$��k`.}�մ�V����O0OF�����D�#���X�5���[���u���S��{��Tt�9�N���O�m羅C�.���&I��Ç�Mر��H9��ogk���ݖyV�˻ʇpޚM�=�����TT�A�PW�����b����a��ڶ��2��CFi�`�4f�ʖ�L�m�N��^߻�wM���q��dV�g�&�0
��+���V�J6�l���?/���,�+��W!Jʿexw���n�k�f�]�=���D�\�<y��j�T�٦Z�.i,���j�+�G,�Y8x�	Y��89����ʘ�f뷫~If�D��K;�W��+�t;K̹𾣹{�ˢ-6e2�FDŽ��^N��{�Ҳ=��|�ͳ<�~��u�s���q�gtHI'I�Ż+�䣪�4�׸�Y�w�-��О+ <;�ϹM'zx����L(��J����H�+�Ī�\��n�1|��c�o)��QH�6���t��G�ZΡ����̌�-���Ƶ����D�r��m�SS&�9Ȗ+��#����$i8'.	�j�`��O��F��k�I��I,�9
�g�(��J:��!'�q\�^4�:��M�����q��Pv���8�b�͟}ޱ���&,1�*�'2L0�
^5�z�f�%mO�O�vo�������n7�۰����q�Qdn E��#�AU2�Ic����V����vh����z�9}k��UIԛL�p����9��SŭU�Ç
U;Rӆ�(|�RK=7�qNW�?2��'���Q2����gc�q��k��5�0��4��j�t~�^F��{.V^�}	س���=�ȱ͸�۝��Y\y�t��q��s���6�n�a�UN��_���ֽ_��0�R���q'�6�l<G��6�O	�ʳ����V�����q��Y`���;#u��nF~N$�I���K�$sJ��j�
�uvU�Uܭs����$��o�z[�)�Ϯ���N��r]�N�س0��;�ZL���(�Y�����k4SkK�b>o�Wol����A��du�RD�M�uɵc��e�#��2j�&Ѓ�x��[����5�\L�{�.S���~�2~d��%��B�N����r��\��pt�yI��]c���zoh�:�
�,`n�~A��V#"&�WE�j�ⳬa��C_��s
����&n_Uu�\�[׽��/M��φ��9Yd����q5�mj���SK՛~�����W)����]�c��.�߳��
�:4-M�I$(�U�8ŗ���޴X`���>�-w�*k�-��z����7���7�S��HB,�K	P���*����3�;
mVoY��28��0�?���7Q�;�H
��v
3(1Duܬ�R�
K��9��k{�t��Eg�}'ջG�.OTeo�2�+���A�����.�=����k��Q��M?.��4>�uя�qz@�t�
a���x|��"��I�Y��W:x��xWK�E~V�ܗ����L�Q�t�}B:�n�n~�e�c`�91�d�*�Õ7{7y:��*{�-ʩ�n���O��Qzע0��γ��fo:<DĎ�FA&C2�l�yXV�����ҟf_i
�ٯҬ�9�/AY����^����9���������%���u�������mY~�OT����W�uw}�=���,��n��ݳ7c6�L�GdG�t*p������m`�b1�}�u���t�Nl[�m���i̐"ɠE���V�p�l/\���]<�j�����֭f��w�m��:O�M�b�����z�,�9cc͆�&�x��YZ�"��mN�����b�l������ǯ`���������.L,(O1��4��R�Gus�Ɗ�r\=o3���(���N:�r�^��}�t�<ݯ"|��!��yJ�B�B	�os���v^�':8����^�c���o�m>�I�O���O亴S�yJ�YC�5��n�O�n�Gi�W����:�y�gv�M�y}�h]�*l�Ty`%�H�,Ck�^�W=�꭛��/G�������?��o�۶�|,�ٷ�]/���͐ܛ���m�WK91U�,}Y��Po��lruL��>	S��,�	�k#]7O
�eZ*[*�>���u[Usi(�a�'��C��}$��n��^&&B.��=RH�]XqV����FSN��Z�Sߋ��DjrM�>�wdO�[U��ȍ�&��k�$����.��L^��l�ˤrr3*[k��ly�f�r���U��?�Xw�mQ�Μ5�����:�i�>��뼍�w�,�r$�r²m�/ym���M]��t�"��oݤ��k�������JV���z${�:��}o�m[Y�Y�{�K\s�|IR2�ʯ���T�Z��7V�J~�Ց��+�x�ק����~��wS�~�Qϳ��F��Ó���Q%��J�H<\�$�=�4V|߯?q�u��5���z�Q4X��Ҳ V�����m�jn�L�Q�ޗ�9�C�}�w�s����e��e�/�W���t٪q��S�9f�^f�x�ٿ�b~�~�l��?�̆Ɇ-�cu�����ela�C�.Ou����S[8�+���WoC���S�E�lX��l޶~��
ڠ�’��[\��;�ՙ׆F#d�~��z7�����_t��ɖ]�}�PI����Ke���! q�^�m�q�v�5�/��*���j�|�������37�]�/�r몟m�;y��1k�A�C鹷���<��N{W��{,j�ݗ�R�_[4�a/Ie���ݲb@�;���7&A�3�UEQv��Ms�Wv�QhK�4Ӣ�smK��Ju�SO���մg�U�lxˑ�nʂ�>ld��	ei#u�u7�֤��C�|K�>��Un*�)�}|��~���vd��f�æM�`ʊ�6���Y#�z�	9���h96�����t
�
��M>:t@�z���uT*��8Q���W�ubUh193,�X*�ڸ��+�B�a�V�y��V�X�g:��|��(!���䬛Co6:�L��8|5(#2[$�E�M�9�e%�ْPO4�Gb�*��(I#O����S9-~H5��1�L9�d��(��q���aV�]ba�J��&SkF�I�i!��6���"��b��{�
j��.��)��#�[���P�
�]���vr��dx�p0$��'�Ǎ���ƬWRہb<F�]�`s�w�i"�1x���p
�Mҡ �����V�m�����H�����<�}TT�LÒ���崏䔗����} ~
X�R�1�,�l��8C"HJE��B
�8i�tڮ:���CR��P�-�qh��XF��]t#�"�U��q�7��jB2ۮ�N\��&��
�yQ�ig�H��}�ev���Rb;{8R�7X�Dr ub50�LJ
ɀ�f2UEy���?f� �]>����|)"����^��l>zH@�$�����1u&č�0��VÏ�He�o��
qs����=�4�X�o��X�A�[�6���ʬ�Ձ-�ZS�Tr�um#�4�eNב��@�V�6r\x1�jfy6[�a��$��ɖde���A�?��$1�A@Q�[�4�n�#"E��KuA��B-���
�:�K-�.�����n�x�樍ٙ÷K1*�X�,K\ ��V���zq�{�Q���\���c��-�q��'J�=⺛
�
�ʀ�7#�����7���쯘�'�p#�>~8�V;J�LnE����H�l}�r�RZ/(+X�7��®$l�����2eD�+�qk}��MAX���|Ҭ�KjXɌ�J�>���5ͣZ�YD��Me�ʩP�zM7��S6�u��'�����-w(©�0X��6�Y�4Vu_V�N��ٸ�.uV�*�
Fڬò��J2/M�x‹+)p��nO��Yj
J|-��'	��_ i��y���X�K��<��4�Q,N�=�x����Rc͑��_�-{�G/��W��|��.�:U�����=i��u,t*/�<�l?� ���?�;:�b�����y6��U��ȚH�����
D}"*R��?+M��U�A:�b&.������W��Kcu<��Uk�=�JM���J�����؎zo��]6/�����|�q7,�iQ�m-��m{�x���W۲uf�N�2$�4
Z�:}���6ۓ��e�wd׈�Ow���}�S�vϖD��S�T5�@O:�}���νEl��5�K�x�n��b�ϋZ}�D�(�xP��'��eC?*��6+li�����'��=�ó��{�zr>���o\M�Cq�Գ<d��^߁�tڴ�O��F���D�;"�x,��&J.��9v�⬲!�a�Yo+��=��j5�����$ 0����$���va#�	~7��؈>P�x7.��r��.^6s��H-u���þ�E}5�+6�+�ש�}����N�c���JW��;/�W+B'�쾗&t��[�I��B�c	ͯ���^Ku:Y�6�Ejɋꮓ�ط�ێ��~k�SN�M�I7&�����ԏ�֗��eny����,z��[��8�qh�z93/]���]_�Y�����Ey�k']�͛ai<�1�ϖ���\�)���^mݥ���r�nX�yJN�-�CI����7H:��@������u�.H��Y/c$���Z��'���UR��7�ބ�!җ%�Q<@'��t�Qf��7�Ҥ�%,����w]�#��{�F��L��V�&#�q�����X�O�]���d�$����N����q�޾��|'���|����[�	}K�
�r��H�q�o�E��3��r�&s���PT����w�g"۰R1�lrJ��/�[�I�m6����6�w��mWWŽ=�*9*e�>��K#4��nі�{8W)f�.�8m4%��8�UM�#�����g��1�K
ن���/[N�q�o�� �U�	@6
x��8�j.�Շ!_P���[`�w�����!>~TA`���$0?I�Q˴�;շ^�U���V�^�C뾊�w���m��?UlB,��{�l������Eѻ+����+�/�W�9��yz-�K��O�RuO��WSt�Y~���͏��.wOϑ�L�;O�L,xi��j(���*�C�?�cm����m����ҝ9��d�U�m��v�O����*�q�g#��:ٸ�*4��vҭn���]���_é{c�"��.��6Hz�7HDp���1l�����&��<k�k��Q�������{O����5gJe�ͳ��&��cɊ̙�Eh	�Cjm<�U�m�xZ��邸[��+Z}ʙ}:���;���|�.���D�1�5h���:�\_i�V��~����m�T�7]����j�O���QTD���rxT��?]t�I��U��k���n��]m�nɴ��MӐ4��ո2E����c�w�P��{*SZ�5�}��f#n���R�^E�G�v��p�v��8�=4د����x��h�`�"��sƺ/x�X�2Yi�YǬ���IoG��.�Y�mٰ�ɴ俗bDnav>h�¹�[D��3��1��ۙ�ܺ{�>��:[6^���v��s�&\ȆY�B2^/�@H
	c�]6��������\����sغߦz�t�>�ۡ�p:�!��>Bb�F:�Y�y<��
��m��O�2�'4n�Y�qJ=#�K��i�==�n�����vɝ�/8ȅ�.�%Aa��y�F����I���8�"�V�x&�?FL���ޣ����o]/ό�r���Y�eҨ��I����Vݒ�05�m7��8��oL��_Iz{h�VT�f�$�/>-�Ǩiu6��������/��9ҩ���]��S#�����[t�{l�;��G����:ا�#ɔ6���E��`�InR�*��Em�x��~��Xt�Rcun7Y��>��=�)�:�do�Uѯ��F��ƶ�S\}���Z�u�x�-��͚w����"i��œ4��yK�TeM��ݗ�yw�8��7�'N�=�ݴnЈ7s?�u�
s;��)���R���1U
����̮7��K?�}-2G��6D�8��Xe��X��cs-������:��nNWv��o:7p�͸���F˓H�!�H���`b&��ƺ]���q�kEN��[�O��9��m�o�̓.}h
�8Q�N�{v
�υ�Uj��ɽ�kT�Y����Qt���H�����Δ���&H���mL���Sk]�4KתE�_�?�L���Z�K�/Rl��S��'"P<ռ�C��\q���ڢ�^�O����Nڗ�ڸ�u�Lu�V�z1���6��3"�m�gA�<����UU�`xi�e���Nk�ȕr���P�U���Hv^����h�qr��\�$�U���yV�R>vը�V��n�
~�ً�ڵů��m�5������2�i���q�ք����ˠB��"���,�n����mV�U��m@`���o?+����RFy�����-"H��ۘ��Z�[$��K��z_��a��^��响��<tw��I�Yy�f��_*�-�,}r�-��yޯ�i7��&�'����m���|ٵ�)$��Ru5��
�W��e����_ʭx�'�P����S��X%��2u0auS�8��Y������Cn��T��5+��p��oq�S�����ߑ����Hvmǧ�	����|l�ly�)�ˎ��:rkp"��nk��l�$UZ4d��J��'��.����u��M�C�}�	�0S�D��&���p���.p�Mo;>��Y{�(7}ٲ�:>�LH��RJ�S���
�׊v�f�q�Բ�U�6�.�w��ԦTy.��V��v��[���t�s��0%,��?�y���xM���ի6����m�{x���r}۷�e�׹z��X�����5�fn��	�@6yc�!��0�|u��
0�/��wN����]�0:w�1�xq�Yr!�l#��K�͹:���5��;L��or,�(��zKM:[�6������zȇ"���
!
ыٿ|7*/ηZ�������c�3f�欼)z"JN��ϩ6��bA�[�y=6�b;4�ϩ� :��RB�Sa�Y����?�o$퇺�c/n%�Pt�Ul�g��}3��o�n���O*c�$��'�YO�l��V6��<6s����h��=+�.�Mî_hܲ�cm�c_��n\���@&��h��s�[
��ɚ�lpFSt������3zW����"���N\�p�V<~�ve�xN��+[IV���}�7tu���z�d�@@��@.�(��OYLǬ`XԱ�����k��fY��dMD�ZFK"F@e�#�خ`cp0����s���{l�}���# �k S��!l���F�+�m�&6��¼x_��3�C��Y�H#r1eX��
3rg��5�$�[�
X�ǼV�����6�2��0+�{�o#Xv:�&[G�m���B�����s������,pc-�U���&�� �o(����Gg֭��I���@ X����
���=�f�!�&σ�fɎ-�H��ܭ�q�l֣˞,}�q�v�c��\�R����-Džu�������bbc���TО�$:��c��y���o3H�L���JB�]!��@�\�cFM��2���+.���H��r�+�d�-ra��$�.��y2���y�e�WY1��>~2 h��w�H����h}��ݢ?.\���v��>���o`o��	�=�f�l�L\��c���6ԧ�[�c�^Q�Í�/<����8HcJ38q�����e�Y	�T� �`�~d굾*��d�k�H��VL��c�{
^	�
I<yA��0`,���}܁}|{�Iٔ��� C�ů�	8�)b�tQ⓰VI�f��b���V���/�oaBY�vW�ĕk[�~N&�d �AyE؟i�o�:���ȗQ���|n
��e�����a��}�I]�x���*��n%�b��o8��3���0B���ZC��JƱ�لl��i5JnAn�a�Pʳ7>��>oU��o4̫v7�����*�3�Y�v:P��@x�_Q��"`�)Uw�lHbh���>�jB��U_LGA��O�o��=Ӣ�$m{�l%ӥ�"Aeoo��6�h�Ϛ�@J����Ic�6�.��`�v����&� ԅ��<M��x�n��.��]���m*8v���T�΃)ϼL��eׇE�6�V�wI]3����<ۑWQ�-�Xvⷒx���Q��Y�5�c�LO��͈ �>5���j�oFy'���v��]�@�-�	ߖ��yj�n���*�}����r���Es�}N�=æ����Tg�S�)���x#�V�Fѽ���y��ѹ��Nco�>v,DO���s)�����k�b�,}n���ܦg���|,��i2e����%<?I�W��]�X�>����
n�Ը��e�06���}�X�*;t��p�x?A���o%Nf����ό��+,l5����W�-ki���N��ٺ����i�"7FC����m��
�ũ�؟z���'St��?���!$$M���߷�}���j�wi���f�He:)A
c#J�� v��c]4칔�$��fM��ֱ�{�G�����Gz1��o����x���[~y؂���皑�vW�u=X
�$ov\N��>�V�eY��.�>�B��)��OmH�λ�2�>-�8bdN�x�c�T��+�W��/��Z����\���j�(��$��i��֒�I��pG��p�6qc3}�w��kU�bI�\�n�F�:`)X�f�mX��I�vLX�uܺ�g���84�P�g�=�YI�������cgU<��5�[� �dVoN��X��;D1`˖YbE�Z"R^W6����O�|MQI�e�o;3�6�$��J̮��������):|�xQ�ɓs�"]�"s;Q$��-no�a��W�^���YK:�;���s��<>�=�M�!o�sd�1�d�س(�5��-v�Q�ݡ7͊G���:�l2�_A
��,�\v�����龡��zr؂�x�u�C�fV�A��E��1���G��m��ym���G�GҚ/��9(����{�Z��3��FF\�F2�HΘU��'�c˕���խ�?[��;J.�eb�~f��k�\�39ʴ"W`8���Ύk���K���~�G��y2�}�!��G`��7� ��P~}�h�#�M��1������y�)�d�3p�>�sܺX�p��L�V2�H
�'o�^)�v�.�d:��*�s��Op�Y�c� D�`��� �>f,1i�Lm~�j�S?�Y��/�mMCRˈѕaen��
YDĎ%ۡ �-�߈�-X���l���Rf�ǕDjO_�}c�@@@@S}��l���1w
�eݥ�a���&H��@J��Ѷ��:oR�&2enbx�ߧ�>ɹM��Nf�̞Kn{��|����c�5�"֓��}�Z�/���P�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
��M>:t@�z���c��Ao��<f���Y����jL
�Bn�6��pbFDS9`5N�����V���S-
�_%�q:ȍ�I ��^�xG���φT����X�	�{;�i4��m�J�h��,�8܁p{A���6�l�YV	b��6�+��H&���E�ZK�EĆ=�p�|������3�ȼ�4�%I�@��5zƒW-�-��e�oH&����㕖Aɖ���'��Z��D�r,��b����A���|� ��Y�E�����:jP;X/�D5�?ҫ����$M��"5���+��z�j��j�LYN�L���c�8p�j#�rVn��̙I�%`RM��
Ý�W�6t�D��Kb�D��� ��"����m�X�T�<v�,�Caf��zH���3��C<R9�T�1��=��?y��+���=���p�;{c��D��Y��;��e>f�6fK�9瑤s�<(B(`{m��I�=6cN���Z+����*��9ٖ*��⡙~�P��
���b9��!��M���T�N4*���.x�As��6[
M��Z�O@���X�I�F6Ho����b��-�)���o�&ܹrL6ByH�m`��~�%FA���
��7.|
�@�VXʛH�Dq(�w�
�����"�4net���{��U�2a��lh�Fh��H����I�:nOi�Pԏ��{dL$�iV� u�e�5��d�#��\�!�r?���s-3>��Ǩ(�(�Po=s����|���S���e���_1��z���z���e6#��
��f���/Rw�̗ 9�xۇ���ۧ�|�v?_�2C�fX<6���j/b���0�|pC+��}�<xVk[d]b�YYl'Ts���ط�]͙����۽@�XĆC<w`�1��ˑ�U[m�PרC�n0�
����Ȅ�אP�7�Ʒj89�ɏ�~��0���F�x�,+�����L�����v�Ÿ�<��k5鼷'J=N
OQ=>�:E�z�lf�&C�M�);�������VP7�h�OJ}R��
��
�vLc��"���So��_���yiS�7SK��\^L�hc�L� �h�I
qº�n+,�l}0�]-6VI��9��@�>���U�`}-�wĺ�b�-�q�G,�$���c��5죄Uӭ�

~��<����h�qH�Lg��<�ǘ�*]H�7��ԭ���7=�*H$R%�*����@�nk�ԏ�u[�[���k�+ߛg������#Ǡ�#�����ywi.OS����7���K�^fN�D�"A�Q�F��z���|�W� �oMc��d�Lix�J�⽪E����vO��7k�\����,Ș4�&���o�U_4_���Ֆ}��/P��;�Lϓ[���b|+#��V��)����3�X�0��a���Q��Lj�Q��ܑ�W�.�(��+<�rŃ�f<�2���N�ZBcP��HR+��ڍG�n򴞛4{�:��[�
G�+��O��7M�,b#4ߋ��!�o��ڛ�r�Oc,�����7l�FC`ʱ�
/�W��Py�-W����j��4�ȬZF�7Vi�bmn5��2�A!���+ǟ�\��\g$ʡ�d����֮�#<Ϩ[6]�t�rJ��f�p��cb�dƊ���v���s��ﲑ�;���\&�6�@�>���Il��^8Iy���&فN)9��̤R�j�j~/g���k?a��M��X��QG�c������='���GG�ҹC�����0��Y�Q?�k�U�~؞z(=
I.,n�-�ιQc&�VyF�<ޚuh������![7��k� ��
�Y+b]�;Z�gէ�:�g�W�oԱbE!��[;�z�-�6���6ok/�a�p�{�� �8�%�}~�k���Xͺϯ��v��=[��l��v#	T�dQ�����^��;v��~�����m��[���~�dӓ���`۹��~+gs˶9Ѻ����+�R��3����0����,�u�\�-.O�u�e�=,��X�P���5��#�U��l�X����_�����ѐ,��Gٖ���)y�.��*HE`���ž�7 Vl�@�b�������j)#B�6�[%��{��i��H���
>V��r܇��[Ԅ̼��_P�v��$�2@�cD.ny���;jN0X��M�?6LL\��T�$U�m�-7�ZH�yv��ƛ)ː��Ơ�'e��S�;$7
IJ@U����ē"$�C9R X^@/�x��p%mJ��a>��Rl���r�E��M���wQc=������7ɗ!�Ha]N�\����(
�֌3��&>C�<��UO<I�	�o�����u^�6坽��qD�w
{6��ύT�ʫ�'�dok�p"��ɑY!X� r@�]ӻ�T�%xT@S'W�O��Ƴ���ƛ%��@�XR�,��̰�3[̸��[�p,��X|5��%t=W�&��.Tc�����V5GrM��U��DO�ϗ/_���������弜��I$,�����Ʉ��KQ��#Ges�@V����r����k�M
M�E�9"��P��s���
Hc��Ҕ��ښ݂�Eϴ�l"�l���&:`eC䱎i%G
I�#L9
�!�ൠ
�
2�1������
�w�j7"���[+(b��Bӱ��%A=���kINA�-3s �ŗ*v�K��3�V[��$m�y�pibˍ�V|y«�quo8��kPfI�
@@@@@@@@��@.�(��^؞��B<?�⵸q3K�8�hṙ�n�x�M��fx����u��Q�'|�o�]�;AdtJ�MĖ<	��A#�,�*������
N~r����#�¤	�y�ǿ�1[�66��-R���sjl�ݤ~SH,���Ȕk�l�Gܰ<
��Gv#3*
@\�����ɫZ�b1v��1;JMz�1�?K���[4���I\��ȩ��P���ĸ�=��$�R�T�i��\�Y=�oM`��
�D��6<V�Mϰ[����rNݶc&4x��3����ڭ��D��4�m�Rc�.drC��,fud�mB%E`AҨ�uX�z]R>]m,��t��#G��2F�=����u�C;~�&G���"D{�w�,ߓ���;��Řտ�RD�1v�&U�1�A<]ƕ�ޒMH��(q�q"�HԬ(�
����I+�t'�O�{jD�BE�7��R���H
7�U�eQ"NV�x{.?�[8���Kp�4�&L�M���s�R,�:�>��*�
�AkY��b�?
C,�ȓP�֗����,�4ya����%�
ȁ���U��P4��?f��.G�o�d
�hEf�3��/!@[��⤱�4�B|\u�G/�^�"�4���O0��͖k	���m�-nc��ϥ�l�~�t��_+'��4W�A'��U���g����P�����s7,�I"�1d�e��<ż�~:ƒɗ8�����
�1�=���I9.$�'���Tu$�OJK���fp��UA��
�Q�	#�A[{Ր\e��s[Hڸ�:^<��{�j��G>��Hfi�Έ�P�#0�b����#P�4&Y$��8��Df�g�YH�j"=Z��V,e�2�t�*�F�G'�U�է�ҮMHc��y�c�d��J��߃=�6ܼ
�U�s��I\G�L8��"ò���gUt���t��1���i#&ʀ&����g3����͙�� �G���8��f��*�`tݣL{s��~}�"/�C1(��ڮ�ǏZ��ڛ�2x����.NB��m*�\jO�;(=�/M>'(�n�\�&:!�$e,���.t���5}�4����ZJj�ϧO��3�~D��l�X� �@�:��m���rnV��m��r�zr�ed�+��~u�ʜ�]�'XF���P����sHX�o	�arE�ǽ�7ozs=�u�0���<��l��`��l�C����=�j�<o|�r����r�x����χw*��G�.�����kt���ۛ8�O�XJ��
��4|��~���Z,~3�$T�ƌ���j�L�vx��,I
$[ǹ�_c��5m�5G�z+�^�ꮭ��a�}�ݎ~��dm�gn׹���z�쏯}�U���ݾ���<r��Yy����r6�;�#JN�}Ul�f,ro;�Iʉ��”��&T6Ծ����U-0a���x�
�?��J}�v��yz�g��cH�F��f��5�Q�U fu4p�����M�^��w�7c��]�ֻ��� �N���g�\�ܚҌ'Xn{��F��
e�dk4�|B.�x�{v��g&�����~����b�D�%���I�/���ꍖ�g�ۦ��y���1�:v7e
<�c�;X:>�~]�{����%��mA��u�S�Jػd�����h�/Į������M�m���ݽ��Ό���rط�[Cʹ,�j֒*�h�iR�1R9Դ6y�,�BM�W8����X��Ge듔�J���o_�w���^,r�<�V����3�j�oq=}
V��v��t�Ng��f�|\T'1���kZ�.�}+�[{�c��[�y�v��lÃ����M���<+�u�^)���6�x����%�XH��m��o�:��n8����:��l�0���ۈK>C�qҷ�ڎ&�ږ���oY�}u�Q��O�ߴ�d!� ��#[[��ô�U���ok^lA�.��]���yD�V�pֿ
�Q�g��IզW��{R�T�4r^�I�w�*�=MZ-����",���X�u��˦7���M<xfT����Å�W�)��W�ՠ�۞��|�O[�u5�����m
Ͼm�qđ��R1��?%S�${lō�ŝ���Iq�_���͒\hƛ�0j�BY�C���x�����;F^����1M���W��k�W�{Q%/�[L/O�F�j�M�j}�)|�D���秲��[�i�Q�e�,w��m�f�Y����.cL5��<�ݜ|6���]~�xl}�
�rc|�S"g�Ff��4�Wk��ܦ��
��y�b.�����}���&��<��q3R�a$��^ƛ��,���#4�<�ޢOF��M3���Z5�<QEpx�1}6������rL����c&8�\�1�C�Z��#���E�V+19?��M�2��z�3���li11��e�ɉ$Ōn��s�m����S9B����k�����ԹX�d�6�. �R��J��z�M8-ZjJH!��g���/��8�YFD�8RfU�c�[s�O�#��#R�f@m����Ͻ>j�4+k�4��?�Z���l�Y��l2��q���ݙUq�4P����u^�ϕb�0į,q4ц�sw=綴�3T���f�"X̚8ݢ��0R@��b���T�xTY�P����n��fMF_w{��m ����01����K��[J�����`�.�ɳ6�n�˲Θ�&F��d�w�He`�����Zn,���D����|��9��;oő#h�($��S��]6��������nx��&ߑ�.[E��A�
FK��#P7��cUr���XY>ϺJ|��ܡ|X2L���X����T�?G�b�WG�WIZ���3�}��l����S�$�����M����D�,x5j����9���o�w'c��9pA�#�.
#�$Zp�O�^�'����Y�%�K��ş*�>&$���Ĕ��HZ�M����3?��Xg۷c�ux��d�N_�t�I�k�e�G�'ϻW�o��ؽ�TE��ö�ŏ���dI�Ǜ�1i!�N�bB�z�����es�����sG��g�Jp��1�)4��PtC�DZE#���&q�9�dc�;��X��Y#��N���yo-[���aZ����2ۏ�A������˛ҙI�+L���8C�
��=���}���M�tU�-��[ɚȠ}nz��uKp9����ە'M�M���zK�4E[��Zjn9����(|�6d���r�9qdą�����X�Kp�X'��%��
@@@@@@@@��@.�(����rf�dXݡ��
�v��=�Q��jŌ��߄ɎD�{9>k\��N'���q&�K�啕Q��\�!����Ud΄[���cV�Ȗ6kp���*I4n��?�\q�{�4"4�H���,�{OeT^�o9��I�$�t#˴��A,�=��t�m�g�ԕrn\���>07:_�5}�R4-��#�U��ڭq~�Ԃ���P��I=�Ƿ��	g$rIߛq{��xVn��=]�id�)1��ұ�'��w��*�/��1�(IHY̪����I$��j�eS�'�L|F��`���X��:�ߤ��%ML��~v5��$�����bkZK#�_7K9�i�G��0p1"��F8���Հ��U��>iv�p�h�����jG�oDz����{mB���

���F�Y\�Y�\�<hذ���u��!�n6bi
��ߗ:���%F�*8ݍ��P�WhН[����"O�7������Ρ�o�8P�Bqc����ğ 0�1�ĦI���Z��y� ,J,�~���{3\��9�͞�$9�k�Aur�i#��|Q�]zk���t�y��r�ԧ���San��,�U�G����P�@|߼lX��4Q�Id�o�|d��Ϊ@�?K{�KLe!'y`�}RkD��A��.
wQ �ڙ\{G�VL�P�\pݵ2�ڏ-��U ��GKc��f9����	�^�ő��L=>���K�Vx\y�1��*�h#�oΉL_Sb��g�̘m�f�G(�E�+Z�#?M>�2!�7b�i��$wثl�ll,M�gL8��!��ݤۉ?
|��K>��ޔx��z�����H�1�Q~�Z��xT��Sw����|N��w=��ޙl�y(�;���==/L�.���ԛ����Gc%<���A{��+ӱV�s�l�H�����F�z{r��,]>�Ы,��8�#�I�1�]t�x�u�F:80���,g� N��,�6�o��n��~��U�����B��4�#�'A+|*���v������j���{n,
۩�ɑm$p�r[���"�ypq]~��J���M�o�<|c��8�<�
�F����szU���1Qɺ�� Q4p����+-�����T��O�zj}�?b�]�Z�?7�&�,l��J�_|�YV�}����׭:Wc�L�'�|	�&�b-c��=��E6ݫ&_X��)�5������[d�K�)VJw���V��j�<�ܭ�<q�v��"]�"G�J_}%l�{uv���	��ϒ�[U�Y}���e4۾H�CM���&�/ü�¾f�p[6̶��b��W���0���������/L��l�#2\X�Uo������^�c�m�������}�c��w�4D���`y��\��޹����mSަ�4�_��{������=Y[���9&6Il��S���7�ҽ���۱���ɦ�xv�3���bc�jQs���q-T��i���`���Z�Pcr�V���D�;��^㙏$��Zr���;�����������u<t�_Q�])�s̩��"�"�$jv=��w6,�h��{�k�6��|�H2�$7
�x0W��Wd�
��rm���A�X�r,{X������FԮ��=����1�k�HY���ckW�趼�x�����^������.ٻI��$�*��~c�\����6���z��^��ͧg�D��qG�����t�5��m�׹v֖x?����SJv���q$̌��#����u{�Y���~ݞ(�m�T�.3��0N�,y|�˨޾牟{�[]=4��g�zm���0堟q�S���*�����ڜ����7;^퍷�>&aPc`�3��X���x+~�2.�>י����9d�B�؋�޷��-Җ�C�lk3�v<l���ہ�y���<��]mm5ew_'G�+���Y�2��$#T��]?�_Sf���z�U鏨{��P�A�͏$b8�seB��?+��i
����)��")�iȨ<���ýZ�Qj�g�����&ۇ
틎Q��[��oo�����}$�̓C
�)krB�|�)g�o,�Xr�Iq�I�D֬ZMJ=r��P	�(�H��r�tΤ�P���~�{�w�姝m>n���ڹ��
�
���U�eab�� ��
�
�
�
�
�
�
�
�
�
��륔2�q€�PPPPPPPPPP��i���
�>}��&h��)�n��<��MR;��i�f�b�C�kwRj`7l�����B&�,�S�n�yXq���6{��o٨�@�qw���
Cߝ2���<9O�j��&�:�/U�e���4�D�.�,{ȸ�t�j;�Q�*{ԑH��u�4ig%AI��{ ��t�:WY�~�����m��E|�iWRa�'5�>!��6�3��V0/�Q�9�Iy�LBj,n�^���ѼDH�R�)����xټJG�XZ�����0˸�:�����mC�"���L�E�Vl�<D���I$c^�G���$���|V�x��x�G�x�s��@�H��hP/r㝹q��G��X�D���Aر��y�� sNB�M��`x��eiP��"�J7���bQ������/��C��+@l�;_�!���'��u6 �~�d
�� �-����R��FP2~*a���@��B
Uf�_��s�Rk��'���w�9����[�_e
*��ə�P!��"1�`��A x�l�C&�Uu\5�[O�z�X��/qi���/{��e�G��?��2��~����J�j��>ϮǨ(�(7*�rq�����C3��5K��m�dN�xg"�BJ���6�xU��c2n�+���	��@��7�ۇ�V�7�3;�.�1��p�6�����5֍3ϹW\�R�#��x�B�.6�j�rNMWH�Awx�$�#�>�S~V�m���U�:s|ih|�eE�NI�Py���h�uhU�U#v�/�o���;)g
MR�ˮ��WiB��%7f��_/�ݜ���l��W�[��j1�m$�@�\�i'�,�G�O�wL�5nS'�����C�8T�e{/d��M�o�mO!̼쌼��y�Ǚ�^}X�����X���otW�UO�V��F�I��=9�I��+�c(�T�$ ���p>��h��w�v�i��)��AӘ2e�9ySq��a�]Rω����qcru��m�qa��$�\�=��ڌ
~���^&R��#/���]�=�f����1�v��ao��$�k�q��v+�7�w����4.~���Iڷ7��h�e:��B��{��]]�)�^��:�����_�E�w4�B�Lt��u!�["�mzwkK>��Z�Ǻ�,��=[���E�2c� �E���O����Ҡ�{���B��3<���e��]N�.]��_���h�?L�ӽ�D��ˍv���W�!�$�q�L�u����e�s�#1��Rx�/�]��,ɻ,Qen͒�a����&���\����m^%#׺���f����dL�X��Y'{Y��2�6�y���5���Zgs!��6��j��CqϷ�t�4������5��I�nHZg��lt%bF}a<=���MĴ�βB�N����`��??#pD�.:�"�n��߽k�­ӂ�M�A��k�#�Č����ܐ�۴Z���z�{."=L��/G,�`�9�@6c�è���Wm�F��'��$�x�$��P�*�v#�G��軃�M�r>�蝿��zS,��%UX��K�#_�u7��O�u�#�[eyr�=^	327�۱����M8�"�B�T����<;k�z'S��u�.�f�yLd�4Ƞ�#�Z�|:�ٸ�"�vΖt(�"�|��[Q%lX����߲��|��4��X�m[�I
�(�YGd$�ׯ���-͔ϝ�uV۹`}a�CӍ���m+��	nU���U�'�W��fD�΀�:�;s��\M��NL����՝KTi���왏�`ە�ʇQ]��m�ʻک��ݺ��wѾ����ދα�lw��!��۝�ǽҮ�麴�,�I�q�w,YA\ ܐ<{�ך����6Yf`�ŷ�x��㺻=���v�y\{k�P�.��^��pw#<�����*BHF��y^ƾ��b~:�֮�rxW���v~߉�2�ɚe
c��J �Ƕ�Q�o+W��Lﴮ�<�l֊}c����ײ$�ݺ<~����z�\l�#��$��%=���7S�S���'о���ϻƑ�r�F��'"��H�my˪�{���VM�9��c�Pf�妓�k��d{EN��g���B��@���Y{�im�ҿD|���[�^��M�#fH�͛.L�Ց��V^:GY�\��Q���}k�nM�����e~=K�cF��,�T���k����S�n�W��q�|q��_�{�Z��lțo�L�����6'CȲ��gB���і1�"�3�HO�g�aHNȋ$�ᴁ������n5�h��&ױ'����$�RO��
�:���\�/+++�)�*��ڤwuPW��?sz�����$Ư
����Z11� �ݳ�r�ƁW��1
s$����s�X�����A��s�As��Y��~�F�`�lj,������I�]	�������6RA��ܽ�d�͟m�πaG���c�A�v�$���fȦ�o�]�,���r�Nԯ�"n�W�}�j�rwi(�ʒi
N/����i[�T�4���]KJ|���֘�;��q�1l�ɍ:
��`������Eb|5���I�ŮJ{���['w�o�ڲr��L̤|tH�E�$�$kĢ��S薽�[ö��z��a��<����8XPhH�o���TK0���a,�m]q�����9:����ڊ�g�Z*t6�:�k+n7�ZcE�kwG݉�������Π�<���a�}�{��ˏ7��dN����X�\j^��WS��j���1��f�I�̟�u�s�,{vVf�Uw]�+ʁ��k�:�&�`[�Sj&�9)�����X���t�m��l
�':x��/)aXgY����*�K|!�#x'�J/�&X1䙁+��9���+�����Rए�pe۶,Ղ`���2��2F҃'����륫���)387���������q�nr�t}���p�#�ǖEE]o)<8�\k4Ť���~	}�	��k��û���뱑���dP�#2,��L%#�P�#ȆRm�[�cYNj��qԍ־=?l���b�x6��+w�\xg�x|��%��̲"�a�Jm]�>I�ƯŸ�a:�,_�FQ��:nG
c�7i4+yh�M%@7.�ksZ�-��6�78B�y��.���~Kn�/�ժ ��3q�� �勆�,ys����g�1���3oS��N�<RcE$�m����W%AGh�!n,�/eU<>�qh�����f�8���N��N��0�f�w.B�sV�K��=��Fh�$�/�[���^M&ϺA&NѺǀ��-1��Ƽ5���(*y��+7��N��f��ӏR��;���:gu�W��8���YB�J��Ǚ 
鹅�q�#x�_)�����|ݣ+7&u���u��,�0�4<r�@XK8���x��n{�so$6z�<�r��q�)�Ɨj`�;M�@�P�4m�_��;�4�ˏZ�c��S�=$=������� ���Əoř6�<�5�{�<l���T};|h����~�����o����}�z�,l��y��uYZ	O�,��D�G�E���_S���Y�[^�'�}���ќ��v�\ȼ��7wG��ĈխZmK�Y�NI���f�.ݶdf���Ǖ��G�C��IVX�UOf-{xa��-�}�'��—>R�D�H�{KL�V[4�E��'۠�,�w��p#ڗ�3����[_��ܾ�6�F:����s�#��w�vVNVO��&�}x�4l�cn-H��j���ZA��M�F�.$C#8㘔A����@'J]���K�\Mi˛#n���K�m�;�Qa����pJ!>|�\�S�oV�L�Up*�Dgi�;?�*G�VVT���qD��	A1�f�Uق�2ƭ�-�U����Ĕ�%�$8�wflx�>ݑ���&Y�h#T�(j��y"v���iz�xC���3�4������z��w�I��Wl����m
8FRŜ�ԁ`8z�\�W~���j�_Ob�8ޡ�cø��n��ۡL��v�V�9_�B��'��anڼ0��#�oٙw�n���I&V�>��F��x$.�ՠ�U�MV�9+c�}���\�Ǜ���ڸ~9g��7�M�)s���X����~ȏI^�w�G�P�'�9����D{v|틁�1�ɖU�`9�Cym��?�1�mJ�g�b/��8w߁#�w�ǥ��3��VfU� R��_:��Yr���C@@��@.�(�����Ӯ�q�O0��H��s�6�Z�/�oWi�i�D߉*��չ<M1�υ	-�d0r�����[� �5s}*��{�j�uX�,l
��B��ż�w_��ƒ0.A-	��-ID��A<I�8j	4�'xb���e^RF��P6r!�h�E��$�\�{Z��`�*�}�ЛD�E�w�¹���j��2���<��/=�y��c-�͘{9޸ng�gݗę>�f��X�~Ȁ6�'��RC!��A�?5�ie� �����V7]�,�A6���[ϕ٤�jN��c���kѲ������		�x���!��m
r��lk�㓸�aH@�����#��j�BH��%�%�ڎ8�^4�tE��4���VR��|��M�;�f����x�X�ed0�lF;�ܩ'�T
#䤗������h̾'1����#�ݖ(��h�<Ĭ����(��[UF��*]�$�ʓ&K��}
�����}���q4�-XH@i�9�G��̺����<�G�y�H�bL,HW�����`
���
�KQ�΀e��{{xڄ�.E�p��A� ��Ҥ���zA`{o�[J�b�K۞Uf����1���J9�33!t�3�v��8�ȼݡLK�L�1:]nڃ^�x
�&�*�	)S�#"����/}G_U�mm`�N=��-J�KOyf�c�@��Y8�;̠���ƞ��{�ќ��]�wL�DK�CwU{��{q�[����.%���ƕ�g�K<G�5�I��j���Ƕ.6�ǁRG�
]6�Lῦ��~�A��L��.$�(pҶ�,×�^�y>g�ϧ:S%g+w
׸��x�X	1��
짅�nઔ�0��G��1�gD`W�k�o�k���5�>�M��L�U�lцgf���;��^*���L
m�328'�s#�r�Ç�'u�WI�oB6�8����9GΒL��M���ಏ����k0�n���ׅ!i�u1_�퉖�p���ޣY]M�O��<�$�a�߶��!~-6;���WZ�U��u>���ߝ���W-v�:~��h��Oj�GRh繍���K'�5U�Uw��`�CA��R�L�^c�A0��[��\�H��"+]O����:�	�6I&��Y��V�E��ʩ��=7My7�z�v�rݕ3�m�M�/:�?ErG�-n�`�V�3�W�=K&��M��놱*�e9Fᆨ��)7
�w��^�d��u۴2�v3����J�V�`T�ڼ�ɽlO�˫2�؛��o>�+"�`�؟��iT��[�ny�hp�Si�'�s����q��I�o�X{�[��^�l����#b�v�LH�$��k��\]�G�[[��Wş�Y�;�P��v�V]`D�*|��/j���_S�i���fä7
��:�+����
�]G�8=泽g�٦�&�m�o߳�<kI��Y

�!xs�"�q��H�ґ<8�9@4�z�g����5�>�Vi}F��@�/�`hQa�Ł�k
���R>uӫ2a���a$~��E�3��k���x�e\]�T�d��z{*e�q�8�uA� �Ċ-�Åy�ii?Y�u�5vq�n���z{��ŊPg��{Z�vq�z��_�u;���Ȭm�'�w��}���D��did� Yt�שe�݀��k輏�dh��=�3qr:91����<:��p�5���{zy��wڢܣ�3�9�o6"�Lj���j�S��o�k�6�66P>�")>�l�ͫ�28W�z�Wj,|mϧZ��I��+:Qv*@����[V����fٛ�݃=�,��?byUT�'#��b;9ׁ�q.�Am����c.ɿ&�	cyu��Wt���Mz+'�o��pw\���gƴyN2�mZ���v6����q�:�S4����wwb�H��2�޸nF�GէO�{��l�oR:�����v��b�t�A.���Ç:���Tm���E^�����eOu�6�@��xW�ۋ3���Nͣ�7����	Wo��÷�}��R�l����u�{o�ԏIvI��}� r��CX1��ۼ�~��0�Njw~�q�&a:l�Ï%��e82~<0�O���Wn�ڬ���lY]7����"��1�Drd�Q0��SfS^���,�+k見DnU�m��;���eA�Xdl����G*��B����ҷ��U)9��f_�>
�g�;@RuNɗ�.�1�5�<�2��	�"K�o�+����cK.����M��w�eʅ�-cW.I<��S�^���p�9�V}xw�[|m���bz�ӽ�v�zU�l����y�G��U�T�~S��e'R�-��M)�vZ}8����=�Zn]3�	����p�
�8��&IRLy ��E"����X�[������a�6ޗW𤽍�ē��)��;�yY2��׉�De�q�k���kY7o޴�A�U�_�Mw�tn�N��]�mݙ�r2	�ɛE�dx�1�p�ƛv��5�I�|V|�E����&�>X��$ē���T���u9{j<M��i�ț/K���o>�oy��	�l�xa����^(Lnq�1:����
�ޮ���0�7<xa�ߙ6�*��RQ���3.����m�L��p��΃<Ȳf���K���b�(�^=��N�mwn�b~�f+X�y�Dz2�v�ެ�}�v��;�Ceɤ�M���?%ben"�����q��֯*��z����:�`��t���M����.+B�L˚c�ڣhRWV����}�үǫ���0׃Og��Z�Fɹfem{��a9�T�*A��R�������5��~
•i�o�j~�/��l��yq#�%�q�L(��x���29Dk2�5��ʵ�Ŭ�Ԡ����ꗱȭϣ��x�u��lH7,����džI$�(12<�f�6vvf���=����㭟��n�e��s?�������۷�i&ȝ�Y���#�Dk������gL�/$�TV��gڔ"�f鬽�v�s").4����|�q���
5vx�v��s��w$b�SU�(��nM�+bD�8w�a����]��_�α�Ej���ѹ��'��\���S`G�ӳ���K3ː���!(�"�l�+���o��-{kK,\m?��>��
����df��f���,�D��;����C8��k�\�*����-�O�ݗ���#�-�zc���$>�͟.3jm
2ٌzΛ�j�X��˥x�;����sW>�ct�Sm��mK�������Ó4�yrc �I$Sk~�k��Z��>��5�V��X+�?N�s#˒E�ʗ�n���jdƕ%���m$�lB���V�^:u/k:73�U}��	߫+�I��/���`�����ciQ��L=F@y~,[��lc��W���.:Wg��6(�7	�D��$ky�#��$+$��u�N���ռYC�}��
��>�1�zg�6��o�2�x��~�$`��
&g�dWv� 89�\�C��7ۦ#������?��L��@�:;�>Ⴛ&ŵ�da�4y�}��v���cDcCk�����=�5��Ƨ/+�y0q�B�ɋ��1�B�fNm��7|M�I��K�e��~�Ŋx�,��~|�bD�Q�H�EWO����Ny��?�>����cڜ��d�^��3�\�qa�g���Ă6�Lh��ţ��)��o���k��Qxb1�6�u�w��)����h���=]�M��dɇ���b���4΃�gy^9&�b���%V��X�ġs�j�+r����1!�N7wM����Θ����`��ᘻ3��-z�n�g���?}[�Y���^�^g��.���&ϳoQ�S�nk�ly7����!�6�\%~�s��2F�c�L�zWv�ޱrq0�6�$:w�|��,��hFBP�)P;*�ť�1e5��g�쉝eӻ��6�6<8���rH�;V{�xӇB��V9�1� 2YK�=�̱�=f��;<>܊]���ݳ#�r��r�a�Mp�9��*����B\�I¯����T�����^���}�~��rT�qqq�WT��5�F�F�"m+-�<(����|=�����'�27�v��z\�c�\}�t��+�x�ep ��H�k4Q+��Vs�o�a�ߨ�#��۶�P�O��e��pd`y��
[���Gi?y��/F\�\{�,3���E�t�f�>7RI��9�n88������ե�sC`�c*95�--�n{f���z���]�N���=C�[�☐am�n��E>�D��b�u�(��Tk�*B��Q{��}����������ܺ?�e~��Ûqw��&<�,�̲F��B葑��# ���D��Y�Jna����O:ǢJٺ't�-�qN�y�I��>;:�+��i}�j?+�ǝi��g6�+4�e�E��㳶{d$8x�.����M.F>8PC�T��d�J�Q�Z�
Y���g/�dl~�̏�e�Zh��w�����Ϛ1�m:|�Í�Mb�*��K�\7޻�n�T��>���T.���2��ɲdA�3<[ޝ��X�]=܏1n�;�;V��)�a���71m�.q��.��r�]�
�)���fh�+i$g,�n�ݪ�T�����f����
�
���@@|���:/�zW��������G��.��}n��-�#	��y�cJ�D�K��,H�K���R��q�:}K�rix����V�|���fu|�MJ�M��.�jԜ�K_�:@�����t��
϶ǰP	��������QI�'��<���j�AGU�[�&��b>�xs��w�z6���"�;9[HWT�$Hd��A�pjd����h�zD����`�k�2Dn2v�m칮'���pՉ
Ī�f��n5(�͍S�T��ͺ{�E^X�*�����~:�g'�n�S#�.�7�&�E�6�~U�|n�Ӹ�(��S���H�{��A��	p,
J��G���$��XP�{
��|�W��)��"Фb�1���t�Z㰁� ���@��ƫ���U@1�7�5����Z����E�u�}�K���2 jy������ˆ�P�5G�Y�-����q�v�(,�k����@HY�ܗk����
������@qdKj�>�7b����/�> j���M A�qdP�/���/@<dI
���p$���P���d�,�H�C7�u�ܝ�"x�98�/�@^�Oۡ� F�����9�gبA����]^�
���<(4~��T�q��/o�y(�-=�}�]XPPj�w.�X<� jD���9�7�
�I���WS�"`\�
\|&�y9X`�fҞ$��T�omb�u���6�����{kE�ć
�X��Y�N���u#�>���e��`��U��w���)�e��̠\%�@�;������S�\�v6;�pH�;���Mx]]��U�Sʺ�?r� ����D�1��·<mz�v���K��RpL]��}�T	���Ǐ�~_f����:��(�+���ǀ��!ZO��'�ɉ�[{�Lôe�C7�e�ٮ6�n�#K}��ݷ�=�m������buO�5�ҹ86����'L��n�vI..�j�~t����n,����k�ސn62G��skɉ>%�?��9_��#~���̟��tw
�v���1w$<�y�E�k�����M>��\�w�ҳA�,x�,��Ȥ�A��B8v��^�/y����U�ff}�u�O73
�-���f\�`W��2-Z����ޭ�?A��4��(/��|x��Jȓ: �5�
P�����zk�x����?	�Yp�9��BDn��]��"���]}���uV>\
��G[AX���~��%3[�[{����ܶ�$��Dt��1cpi`&��$ϝ��V���|\	fŐ�\ȵ)�Tw���X���M�������&������|�o��[6�a]��'��]�7>"�q3�$��g�Vp|V�ķ�8W�m����8����[�8��p��P8_�Es�bǷ��w�S����o�|i26��M�1���	�m
G����۔y���������v�P`�q�\0=������[IKԻ���>3�bN%��U�]�o��1�qI���ZH������_Sn����}L��f���o�BDM���!�u��FL,)1�1ܣ1W�#��7U{�bE0a:��z��bM�/%�D�1��>����U�ն&�Qd��̭�#(&�9��t��Q�CἋr��\w{��ܣ��2���/��$��s#�<�˦Y�v:m�(ɟCzA�d;�l���>>r�8+��^��x���4���~��8��H�/�������]6���8��Ѹ�x4���~dѫ�a��2(�1Sn|�+��`���
�XG�m{����WR~��5i�{�t��`:�e]�>?&pq�@��r�챽{�s��־��Zk�=C�<n���.w��H�E<_F=v����oq�<?N�׿T�f�� �O>M�F��y��7�h��+BQ���#.����Coc���k{+�u�z;�滍��2�<n(
��i�-_�󽍛]���~��7�IO�]h�e��a���ʬؿ�ߣ�ke;f=�����sd
��i#e�0�n�vWޑ�J>�?��m�7m�`���7O#t��>�.��K�1 ���v*�Z�_ӵ�����^L|���$*8aa��s�^���X>n����/�2	o��_���p;��n���9<?X'�L�p����)��|�ݑ^��T7E=�W�>q��
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�8UI��m��
�
�
�
�
��M>:t@��{`au��F�t�1�Xȿ>C)�y��p�	��}^�ʻs�5���ͷ�L��qJF<�Ot�^��ڻ�m$xz��#k��m�!�a�V Iř�	��񵽵��4�e�Sr�nl136}����'Sŕo�A�K���w�V���tn&�*�yP���f����x�`q%
������RLuu׭T�xn-���-�o��4d��0;��r��v|55A�����X�!5��)���X?�k��GuZ�b��O#��If`6�an@[�iT��t�̛�PA���K!^�pŪ��c�K\d���ϑ6S�8���R�v|U��<D�:������*ج�&�^,���z��f���AB�H�ΕX��
����-�Rݖ��^�>�r<�rG�
BTw��ڠy&eE�b*���#{��?�сWf� v?%B
Y$�\v�>.4������PU���G���r-��)b,���q�
�dO-�0��!��8s�����h��~߈Ђ�a�T�;�/c�A(�JĂ��k�/
��-a�2���k��F�D�j�CX�nx|�@+#6i�#r^|=��"4���J��yr�
��1�@��7*h�L{�C�5��P�O
�w7�B
1�
����n*0i}"Ʒ��:�n/���Qfj����z��(�e�d�K���(#"R@#���֑���ƈ���.t���b��/v�S,���;����;+%L���w�2������`^77��?�V�`NLf��8*�_�����)��cx�c�jD�N�lI'�p�oYgD"C*D�	Qb-����L� �p���	6�X�A���]�b�͙��̓4F^=V*���&���^Z9���o}8U<E�c��(�H��q�UQ��
�j̝ܶ��BA��!���Q�I^
r��5�,�����s���	B�1WQ������4�H�fk�����Z�Pڔ$[�v�(��⊮�U�2�.ݸ�a�J�n��F�_�۷u�=?�}A�
�i��T�҅�r�`\���l����Ĝ�z)�kr��j\X�c�<���rq��.̬ pOKή��#�w��m�zl\�m�y7�Q�f��/�0��:��˚�z�0ϣ�}E��܌}��Ǐ����d �BM%�b�]|��z�]ıL�˭���F�S�?�9�H��f����+!�j��r`��\�-50]DF&d���V�Ӏh�H-��>:��G����S�	��.ťU�\߷ⰽ��T/�{��$�,]�26�9�W��h���q�ּ���]���m9��.&lbG$�R+��%��:KTWM�}>�����,m�C��c��	���2(1�skߝn$��P�^���6h����1�w��Ġj��M��W�w��z�z��vfB�Njo�(�omokgI��jİ���y�V��5�z6d7����D�Ί U��X�-by5�� �y!t��eg�����_S��$p�έ�Dʾ�I�$����Ra�p/�S{��+��G+ff�9�ǎ�Y�HosSm$vX׃��3�����۫C[��L>f2��A�6��o3^jn_��UV�g���?lކF,�9A�>�λ_mY��m]�/#�%��s�D���ɥE�)#��vUY��؛����񥔼r��4g��nZ��?G��RG	��ef�$�[��\Of�c��v,����z1�2����F�6��v��_��sn_��!��a���@�
?�9u�&-qc��Pؓ^��}����?o��ad����6h�s�/^/.d����&C�-�Ƌq��hr�`IV�W��Vv鮮�<[�w"�����8��Cia��+�^U���}��j��X���2$m+���d_���؄}�B=�Isz�pIw���6�@�1���S�~^���>?Q�)s�辠�i��OL��D�Ȇ,�%���,O:k��I�>�[ݧ��yzoh�iq�h�K���;��߻V<p�"F�-%�`y��.k��F�C��m�<Ȧ�H���%o�֕��#��_�}���P�S�ؽ?��l�VXZD�ZF��?�$���\ʖ
�	�#`W��L���f�p%�uFRU��j�LG�mT������n>ȟ7V�C%6�m��wx�Y������F<�w}���Rsk%��v���q��D��ض||�ܱ�&8�'LK-��J�(9R1ib�?S�p�Z���l-#č"yr2���V�y��uZ�'��l��ߺ�s���p6�Hd�!�y���Y�2*(=�5��Z�Z^�V��d�X��ֹ��&�
�n8ۜT��dIM�s�7��^��b�c	���6���	?k�����m�xd���!Ɂ���3 �C��<W�<*m��^��_��1-�^�Z��F/W��V׃�,��3��fC�r�
	q�T�'��_�)���=��/��8w�d�e�3���d�-0��Ĩݥ򵘈��{ٯǺ���<5��|'����O����h�7/tr�&D���yD
Jm��k:�5����_�d�I_�����e�
��,xQG6��eC�$]zb��S0^$V�&�$�쌬R�ڒ�~�]�����f3y
q[[�C�)[�g{R���]��J�j���%q별���s�����d\�4��|a�]>�Ɠ���E�9�ϸ�21�X���]�_t�;E�3EE��"�<<y�g	�w�Z�k��������'kD�Ac4q�y�k��ңC.��[u��͸��j�Z�&����ո{f��yQ�ĸn2��YRUe��uW7d���檧L~��IG��$�e�"����1#�*��8;$�?��G~�<+W����E/�}"�&���>ȑ'�2C���Y[g������1�f��-+0
�-��V��m<q�/�\���up����ĵ�>���l��,��>\Qʓ����D��u*�ޑ�|လZy�e<��KG>=�Y�F�\(sĨ�2yZ��.#�W��m��g
y�j���z���?�\��4���yLj�u=���Yv�+s�U�i�7Ru��E�&r`�L��qE0K]�P0�)Q�E�mE�_8�S�T��^fc��X�~�&|[V<Yy�rD�L��
��Cᬷ	�����O�-|P�vR��}�`������X8�[\�0n��<��D�I"H�i�M�kz\���Ղk&/�:��:�b�Β#��ϓ,A��̗�bܔ
�>��������v6,��w�
�	�Hq#ydk!�6�G
�2�V;�T�6�f2��'��1��ߎ4���pe�l�v�㥰mr�����[^����Mۨv��p�m�q��,�̩ �4q�����
 ���V�\m9-1�d�q,⩬۲�ׇ�.z�������X�;0;C���+kf�K��Ě�8�5K(�z�7m��qfx6�a܆~8p���hV�%��VaZP�7��V^�e�I/{\w1ͷ��6SC�m�<�f��h_񰯊"�./mp�Ě�L;u��8p{�۲�e̟!sW"O-Ÿ0ă�a��}/��}��U�_�1��[�ᛳ_~���ݛ�bcy1��;b�e�d����1�������^ץ�KS������>�X~���C���4���~�s�d.��L��.P�-��Jx�����
_�����v�e���0��%1?<G*��S!#�LVբ�R��SF򵗭~�O�m'>�QԽK��A��ē�<H�"O2N�+��{�~(\LQxe�D
˭���9s�b�rϔŋ��qX*�.rX*�/ʏ8_�U�o"~�ő��pv����ΓllX���2"��9n��C���KQƭ�?��2Nx5����.|��X������%����we���"�<9Ұ㕜z�>�	iR��>������y�gn�al��ò9�T��o��)[?G��Ʋ������5��jFw�S��9Up�)W<܆�*R�ʺ��Y8��E􏖫��ʮ)G�$����8>�&h�8䴋k��~$��P���*�M?��v�>s�k+&��(�(�(?�O��]P��=�e�>�����q�i�ݻ��E��e\x�C����!X�$����o���o�mňx1�fe�$�Y��7�X�XWd�%��.WKcy�+n����<&�O�棪y���U�"��q�x��Fʊ������~��k�����.���,��p?�i#ߎ<���{,{j���m�7�\�CFa���
�y���5|��;,��8��PҖ<	�ZXw��}��g�ѷ\܉l�]B��x�4���͘���`�-���w�U��3�(X�E�w*N%5=
���>��%�y�0���6��n��t�p�Dž���H�ܿFG�#\���/�&)��2��XP-�7�_�����볬�m����F���b{��T�6:�8�o�J�E�� p�W��M�:���;{;�R@�v��<o�(Ac�w^�ڨ�u��x��4�6��*W#�oo��(M���|?�j��;(�!kЧ���U�<�(Pl~kP��y�[ه��٪i{��eYCp��ހ���K	.#���	lY�2������B�7�o��4(������T!�[�}�}��f��ao*�%�V�ׅ�j�hm�DkZ�Cv|u�&dE�.U}�- ��zVKz��\pn"����D�S3����
�
����7k�0���Ə�M#�v*�Oet�bI�~OPY��)�,[��Mj��7��h_ ">&���Y,�B·j�B�����u�)E/_��M3�qcD.}�]���WId^��N{J� F�_�7</s���$��[䛮
N�#��9���u4�Q̦W���SA_�]榒i��h�%)��+�#��j�d����I(l�Sd�a��[�RH7��pɌS"卾�l�������o��l����D�g[��x���%3��X�N[fG�7��8f [!�u��wI��4�wR��x���1Ʌ��</+�a���M<{ɤ��X��H�����!!��5Ai��Һ���
R{����!�=5��;��uI��T�	6��Y�tLή,Pn��;��;4�����{�Q��v�{�j��iw��q���o1#�D��,�0��J�-Ň����kc��ȳ�Kl$������qYIR��.;J�¾n�ӭ�Y֛�+s�zD�y�>`��
��1U.G��-�݄��QCF�}\LM�3���wc�Y�AS�wW���Kna��K<o��I�
��>0]�Gu�$�|�;N�zE�8Q�ϵ�id�|L{X��������*�4��VTacdb�Ϗq�pg��O�vU鷗7�,�l>�c��d�������'��Ƹ�_W\��z���잟�~Jd�
�a�(���ڲ5i4ؘ2+h��7$0>�N���Km$d?�YT�	*A�j3ӳz�Rb��
�2[# �2�;=�}^u*��)��W&^l0�d���#0��l��R>�o]�I�,���
�p��3����N�,�H��M�[��WJYjr2�^3�3Ț䈱�f�c�A,}��x�����^���2�|l�G++9�����j�Y��fO���M�7n�It���|7�V��A�_��N�k&T�3/�pkZq<���u!�
�VP\j��\�6�G������"�"���h�-rxr���]ޫ`���qޤ���^47��{nE��6υ�Y$ꋵ뎱�=�<�'FL�Gd��,��Z)M���[���`~^ۺ�_��N��plh�1�6ab�P/r��H߲��i̞ޗ����g�1Y[^\%Y��l�#�����A���T�r����cyd`$KjE=����|��ާ��C��o7�{n������!�2��5Ɖ���P�+���ڗ�����y�Ù,�TzC�Q��TW�KSS�i�Ϩ����3!☔�"[�:��}�ջnK;Sj��i���a�u^⸓�.;H�.yA����dϖ�3��E�i������V˂<��̑d�:D���dL��?���j��TXt���s0'\�a��l�)*}V�8��Y>S�\�\���SwɃo������a�h��6��x�:��I�O���Z��8�rJ�v=�-�]�`�g�Ǐ2��?��H�>:������RjW����p��W��۟��.����$o��g	D�yX���xN��8�Z��X$�\�U�/�o�8�=�oްe�|���v�q���D�T��k؆�����V���*���۷l�ۦ�Ő�*�����T3F�VH�j�&�ftp�|r*6Δݷ����z�m�=�$fFV/x�`ZT��
�V���N�9)�vy3��n8{�쎆�=�����7en�o+'�����x�P<��H��席�a�/6�E���N�z[x��:D�����I�͇��>>S�*��'�*�9}�����[�vz��g�����g�qvԚ	�87Li1�$�+Cd����)���oŷ?�eX�Ʒk�?�E���M<�ف��׽N�O4�!ȍ�*]�O>u��)?��q5��+������x��6�̵�H}�=�c� Mp��6`>���/��}��K�(��N>K�L�@tO�a�4i�+��Ab��#�E^���1��[��.vGPe@�M�p0�	\�A�����r�\*D&׼�_�\��'�r��H��t�t��“#mǖ
��&�`�1a�\ W�W�Y�P�'=��_��tˇy9Ra��nP�c��!��b��Y�d��$:G*,�Փ�zK3i|���D�辠����+E>�6�q��K(��y���O���j���(�@�kO�nw�7���ܨ���L)1!�Ņ��ٓB���G{5w|u�oa6�\R��w���7e٠�Hp�O�G�cJ�	��D7:YX��խ�N��>�FiX��=�����<7L�|y����d�M�����<��0�IӽE��+�E4lq�0M����|��S4iR~�;T�~-��KKؙw1��⧽��D�4���~ߛ�پ���,�!ȉ�U]TS���+|*���f�E�.PG޽:��[u�	�L���Y1<��8�E`��#Z��^��o�ݾ���<:{*��/#�<�~�c<����oC�n�L��Syj����/�l�_ª����V7J�ř�S��+�bK�:�o#H� d��<룴�Z��d�kU��rk��^�������Ÿ)`�Y�w̐�a��)P̮��\�T7�tnR�L�VacI�a�o�8�2��"E�iq�V��],#��O�8٬�Q��pa/K-0�o}� �z�qp�q[#p����%EP�i��ƺYE��D�?�fT5qڙvzw|�x�7\V�Iq�����
��,��͏�pa��
¢qgɥ��1lj��ׯ��_Kd�{��1d�Ia8����6���VV@U����m�_vF�).NFGHf��my�鎸�f��������G�p-`�oK$�/��6���G���6��/�&�P��	L�R�&�
�xճvNsh%�Gv^���cy�c�6��9†�vRo�
=�\9�4�}��e�������Gn�D��6׊���J�d��H5-�E*�ǂ��u�k��������_y����L֛Kh*��'H���L��u4�����Ip�n��p�0�qe��9�$�!�B��+]@ٹԢ�3�"=Eo5����U�bn3�g
<�Z�$Y������_a)�2Q�o�نR\G�0s%��Ù\I��|pT�⧘5����}3�3��ó��[A���&VB��I�e͓4H�$��
��_��D���޿"[���~�������
rcW��*!��º_��$�שּׁ+U��ߨձ��:�n��-�����������̚y�%$,��ƭ,x1�����E][p�v��<�zn��Q~$ٽ?��L��6��lX1&�t���H�0$}%�[�_&��e,g���WOebuV�$�yy8�����W�Qb;4�\(�V\�=��{�e���<�t�)���(��Ƥ|AxQd��>���"mPPP����
�_����kq;t �`�z�u^���?O����<�+'.�ȇTӫ��\´���<�~�ԩ+v�̳�+�2�-�
��n�k���yo�M>�2̷V.�!�G�8p�5|�ӕ���(��.`ϟ �<s: ��*���h\M=��DM�e���y�K�y~�l�#��mtIr8y�v���������+)P,mby��������%H��7r�;\2�,PiBJl|-��Y��f��Ֆ*��6�K#c��#��0��x��U��^�����٤�%����$���[�|����6~�,�L�
��C��6h�ok��v�ޣ��ڤ�pbH�ʈy�b�ݚ�
���Ş�}5� �7�΄��
lXf"�b�����y��#2e�	3L������vR¨����z�\���-�����]���8�H�M���j�3�#�Lj��¤�JHU;A�8R@��o�/�T�
��	&�����Z�:��.#���\��wЀ���x��V���q��X�*,��u�
sK)���V�4��$\߅�UdI6<��,j�-~7�{
$�ZbgjE�d)eg-b��X}��Q��T�lc���r�Y!ɑ������I-�ǃ-�$��@aǙ��@
	Ŗ�`o�cE-py�=��}	b(U�{�s+���5^��
����H��C��@y/�
#T���z�(��P<e�������E�3H�fr8��Z�Ġ�����G�>R8SX
I��~�*[�%��纬�y�
��B$co�ߊ�@Q{��rYb�L�"���k�
��m�U��x��ʊ#Z��ψ�8��` ��V,)Ơ�%x�@^�٢~ݰ�;�$2��� R{�jH&dm�G7�v22�s��ँ�3��\�F�(�`�i���7��F��qÛ,���H$���ҬPJ���3jfkv���(��X2d�^- ~.W#�����RU�$a�[�	"�Y���\ ���1,�5�tמ���H�RE��gP��j�I���<%s�dK$���a DQv�%������g�^�I]�X���"
ʭa�X�B'ذ�v���&�I@��T�x����Y)��S�ᬐb/�!gf�.�!&U4��7���a$��Ȇ\�����K�%Ț�G|!F����Y��C�Ѹ�����eDq���s�D`���?�Qo��f���(Lc�WDÒ��nU~�Q���u2�p�r��h��$��`��'�I��E�e�[*�s$&x��o��R
E�7�:���ݩ�j�b�ÒҐK8n ^�j�}�l�Ez��U�~��4j�a:���䯝��FG�o�O3g���n�I�c�q��\k{�㑽ͺYX,s
s�������6�e:�yo�"n����O3# ���=��w[�	��bcvn���s�m�"S�^&�	�|��Emn�w�t�Kca��rL�|S�KF�qn"�o��:��۫�-�*��ؗ͋+h��ef�b����LF?���[��tI���hlp��Q������]��Vh���ǧ�}gjl�H��ͬ�����^]�_Iݶ՗#���)F`H/~v�j�4~��ę�g�#���!o��i��>/�7)��+:���tP�Q|.-���V�����{{���]�&.$�8s�ʭx��5�؟#���ص�|��t�r�/�`‹�j8���M��x����릙��{\<a�0��DlX���ש���Uk1Ѹa<J��0���
�L�]��l�a�1Ɔ��	�������ڷ�%����h��΋)7�ͪ�8W��I3��Y$���M��p��俉�-�Ee��W�n�I?�7u�iwx��X�|/~�r+-��ۦ�Dغ*&FC�Ò�i��Q��n�r�>�]�o\�_�+�"�:[���Z�;{��G#���v�21�K�IC�| �jԓ�\FGInn5I�_���ɭ;#����,&IE��/��UM4}��k��^����
�
�
�
K{\_���@@@@@@�m:�
�
�
�
�
�
�
�
�
�
�
�
�
�
��M>:t@����V�՝A僗�1�9I��Z�I�
������vr�K��n����K��u[�#r����r����<�f�ݲh�����;H۞�Cs��~@}N��p���ub�2��I�7o��`��f/ݳ��i�yV(����⦓mx`p��Xb������*��Ld#��z�
�9m�؏����Q"ڲ7���Q+�m�[�ky�I���Ѵ*ݻ��2�;�����-�)�p��wU./����+�r.
����'l�ں��<�����V?8����;��h��s5�~��������TD	�PQpoe�-\��;=��9~�u32�3p]!x&�B2�a*��U�Y�51=��#��0�P������M�p��[5]�,���'͛$�X��$����:����3V�	
�ϫ8��x��+�?)�_�ϫ'���n_yR	�1I���b�9�\��)�a�:�_������U��3�ÿV_�R��f�
@���ug!�����*@���?I���`yL��եl7,~���_)����m�P�w�R��b�ߺ���,����� yLl��}Sfr�#��8��HS���U�ܰmn_��
@�د��H�n8$��ݿ�R����XV�y�?�q�)����S�ܰ���)�c��n�T*�����K�] �['�F�Gp�$��[�â�����S����?o�E������q�$v�7��
-��u>���m����g`=K���a��3~ yl����H�X��(<�$���Oٸ�ۉ�0��yl���Ez�dꝷw��1&��$q����8]@�Ԃ�m�{%S�PP�>�w
���0�/ ~V���+��F��=�"��0��	�Oo�YcQ$ufPm^P7�c�~<�*�PAՙKv�Q�ŕ���i���Y�_�;K�[5�{�u�%W4�~�ȑ �2�$�.x�;>*ͪtW/p}\bDZ>"���Y�]H���S����k��p�٩EI��L��s�?e �K�z�����y�X]��V�2ٚ��]�/S��a����#�?{̑�;�*9"Y@'��UA
s��*[����~�u]`�ٹ�Q$��x���H�T�9�I�'�df� �,9v��`�����3M��ՐG��I�� O��D�[/^��Il8�H���#��o�������U�F1�O����~B����n�	��K:G$x�0t����䐢��Ԁ�3�È��,�d�T0�*��b
���ŕ�Q<�H7���h�L�0��a6	��cv^(��O��Ѡ�R�G��&:���k:�p9���dw��ٷ���f+"��G�@Λp蘿͌)q�&6uHX��+����j��~�B���/��Z�P�,����x,D�A :��
�4��mz/u\�l=
����9d$�6:_Ur��mn�}E��K�.+NʎY�?u�৑X5�ؼ���?!f&<��y*5%�ee�u�mG���z�]�da�{��#�[���� Z�#��['/5�e���M��eI��N;
qyl���8�Dž<���%Pm{�P틘�3�<.Rg�\�oĈ��1�X^��I�-���߂�rN
�7���#���^�׮Ȑ3T�L�)=�o��0D�0�Ȋ�jI�6z�\p��g3�<X��ZA`/�����?)�Q�y�!OE�͋��_pȲ��vV�u�k��j�v����s4��ո��{�L�x�Ǎ�Lo�i�kN�Nt�RҞ.��}�j�+k�v�V�a��`��#�ƺhG�su��)6�� 
,�\�k�bA_��?f�J7,�s^; ]c��q�֭���Y.80�#�g4�'"gf`r,G-VQ�����J�Oa��iUi�.�ł�p����k�S�rg�X0�X�"5�~�Ey���vL��FS0���H��5�����r���|�B:H�q�V�����zy��퓗#��c���5�/�z���C�����婴g��������_�b�9���Ξz>�O���X;@f��z�۱�7.D�G������1�f�I"�TzOoR{
g�&���-,��Tm�E����^�[�>��2d㗌�'�Ù�A$wWE���w&�o�{�F�՛�{�62M���n��;�V�>g�67��ƹ����kԪ����X��ϥ�_��n���2�n�>�&#f��E,-!�	��H�8�g
�M�����^�-�]�Y(�gp���j�;n�H'�1�1�!����x�2��V_u��1(��������(���9F��o(O�n����6�m��e&ቇ������ÑQ�2��|�h�|L+IK��[^�2e��Va+7���f����\��q�›7ƍ�S��$G�r4����;�5�(Y�U��+���o�7#��N\�����Eӹ�E&<r�$e���#��A{�Z�v�7#��6�vڟ���S���y6�V�eۥ��ll��l��r$���#΍!e�$,�ύz,�v�Yqk��H�W����}�����y~��n����!Y�1pr1f�r�U���*B���*1^��G�m�Q��/�ó�Ef������O#Ϸgd�,{vxha�Q;g��gM�
s��|T��s&㉏���k�u�WL����C�.@�9!yU�@��4:�����So�s�(��?����P���3�q�s��mϚI�Yd\�nj�Ą!�q"���CyY����K�+�W���`�ϫ��^��1F��y�<I"�ː��rf�o�����f*��q��T�gy\K_
���k��n]�?�|㇙���&�$I
x���"�����Q�f�U����%�����J�_p�O�;d�ɺ9�s����x���6<^o�&�$�T��>
n=:�Ϊ{��K��^�J�f�p�Rq&M��],�[G��m�{�7W�g�2��y/�@���]�tϒ
�/-�m��͏�
��|�ea:[��0��T�s�z�j-�e���=�n�Q?Vϱ�2a�A9������%�=Xn�8���um��\zp�N���̥����q��7�#�q�d��H���E_-<z4��B��ݰ�����_wfa,j��u쏼g3����Kr�33;"�&�W+|wy�2΍��v�Xi�*š�>,��}&j�3���kz�{��00��X��3qq\H����^6<*,wy��ȿ��*ɚ�������"<5�ۡʏ #��,��,����#�f�'�ܢ����r�M�M�ܙɇ�MFP���<xY�#��nٜi�&���
�
�
�
�
�
�
�
�
�
�
�
��M>:t@@@@@@@@@@@@@@@@@@@@@@@���3{x�;g��r��X�V���z`�;bE@�IE�{v��5	lr	R�~��Z��lv&�v_��Z6;���w��UH�2�b�G!u��	��(V1�Rt�*A'�/Xf�J�
�b�c��X4�G;%q�bFt�.÷��q�¤v"���k�Τ�7����H̱跭�WD�4�;X��.J����/�i�\.���n���P8 � T[ω��~�A�̽�:�e�Z���^c�v���{i]�[tϋ|j�+|$p�K�����ۦ2� ��W��/X��d�M-���J���
��^�+�{""�ɍ��O
�|b���F��<�b#^ʂ���$
�5�P��݁?/
ԚK���n7������e<z��� ��i���"6ݙ�R����A�i��Ĉ1��g1�yr��V*���x|u�,;"CI�� �P� E���󫥓Y�ٺ�?�H-�#P�-����k.����O��I�,��
�)��0b%�:֑�b
�)L�M*H��E!�<|W<�A5��},s��$o-�#:�X��"�kQ��z���m�h��p�p�9x����+-2�,w
���ul�b�^@�n8q�Ǐ�Ն]D'm8�x���Xʳ��̷�����?�=���Xd�Sm�o�+:J��>�>�uI&e�Wp\9�Rl]P��lG�j�E��^��o.H�%b�U��8
�(��
�\���������`�%��Sji,�]�p�#fJc���XIn��h�|Y������@6�~7-j�K�MhP>�����4J�u��:��,5X����Hw�m�W�̒�$��X&fK3��#g5<�{Q�(�$�
�I��V14����*J���b��J��3eA1�pE�^��3��o�t�`n�[|
�M;� hJ�^�X�E�<��U���M��H^�{��jYQ�lѯ�>�h�
� n�f^|q�.哶Kj�,Xm,��2��Hĥ3tb:����>Zg�ܘ���#U��~N��>^�vU�#��3��c�!x]�M��coY˸�eg��y/eQ�h�k�8[�8B�g���2�G��S��2vq���4�t|��u�
̎q�%�HT��t�v��\,�%[{[O�|j����S������rb�������L�7Vd\�<CLN�Z$k�x	kvS(�"{�s���$��Ŋ
�v���s#�Q��uKCI���o�4���`�5wN�ڷ<��|���sƏdV
B��� j���	�ĭ�F�/C^�<}	ddeg�ٻ�VF�kM?��`��:V(�@��;q�
Y'[/�>��Uë�r��G3
�M�16��M�D��!��5i�DzջZo����0�ҹG�=��m�������da�ι8�i\e�	�HVf~M!��k���ǼձQ��t���A�ݳ!�V�v��4�%�;Dgs}"KR�(x�ض���v�%r��ۥiq�����Z�u+2J�2�qZ,->��}�"'G�}�|��v��.Q������-�g�lR:k
5yl���ü[O1y�O�n�sO0�x�9�
jG:<)ᶟ�`�(I|.ݫ�6�%��A�>�9��f�}�+l��(dTe\X�6bX�իX5�Z���U�v+w�ͯ������a�8��䘂��E_)#,H��mt�=_�ǰ�0U��c�F���;d����Q��[lǔ�#�)��3�M�rO����Q�8L��?��-�-�?t��2q�D���%�{x��p-�J�<ڏĶ��2MM�7鷠���dž����D� a�V�e7�Q(�����;'�?"�m�l��&fBM��6<��bi��)���Å��*��+��m���&�-3�fg�fG-� Ǎ�(%*"�Q�~d�>ګ��I�5�̹�]�m��/��B@�9b`��2������pQ� �>��������p��%h��FIB�q��ض�R!B�ĭ�E�S|��3E��O��<�r�J��ʝbY�ơ
D�9pZ�rb��MCA@@@@@@@@@@@@@!��|t��(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�e��˻��n.{vy�^�x]1#&��Qxہ�T�i���#t�[�Ԓ:��8Y�ַ.�tA&4|�`;��7�*I�ʐ�Ǭ�Oۡ��,k
�ǚ��餉���XؓLj�Sr4 �#�a��ER�x������;V�m��I�{�?��[9:=����5k
a�yT��h��ʜE���b}=�M��o��{i/;, �����믰£xȩ!��Ks�"���v����`䬮\sP@���K]>T����i����F��l
kդ�O�DT�C�����cce���!O�G��Dp�C	��@���Fخ�dc��>xo�z+3��\J�'h��H`~:K٨�}�pw�1����(�#rɅ�I��`x��󬾠��H��7o��o�>\���?,Y
�# ��!�k��	��y�#��p�Y����16ﵫ^j0��#e��i$k���쪮k���qφ3'��<�*��+Z�=�C�yi:���$]I
mځm�ñe8ƚyv�XT�ERw3ǥ�2���FR�uvw�f���o,��bD|5�mU�*�y�;���Ʈ�,l�I��SPuc��}>t#�.L��Gy<x�I<�B6�mQ�b�T�1.�����5��΍��9��ǯ�#����
dw��y$S��)`@�$�r&�"�\w��%�����T����Z��;�ӣ����� (F|�W �;T����0���&\��*�#
��5WY�����n\�����T�6Q�X<�T�4���Π���4@2�#M��7�'7�T/��Uw�&�$�#�(��kp ެ�FC����	ud�Q�����B��i8$���$�����h0���X��l1,{���	��d^&6_�ޥ�[]
~qV�1ո\�n?-e��#��]$G#���XI��}��k��^�*�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�C�4���PPPPPPPPPPPPPPPPPPPPPP��-�t}�p$����֯MY�$3����Բ*/��<��Ƀ���>DQ��T�`�X�m�R����f�:�WS�@x�Ÿ��V���!B#_V�a�*I<�M#�ip����kQ<�$�@�Xv�ΣJ�_��81��9�PiJ&f`��GTk[B�9��kA�1���&ݦ���]�BBJ�B�TѤD�h��};��o�Xҍ��=�x�ԊO"	��h�$[�f%�d�el���#ݓ�G���*~�{��A�dy����ӷI-Q#/%W$v\ڪ�%R8����i�"N����C�	��
�g
ŕY��<|��@
#q�
�
�m�����cu�R��H�f�k��D��c��-���
K���
ϕ'J�`u$��`2�U��Y��C�ԛ[���E��WZ�3�Pr~��s#�k������L��{|Ϫ6
���VJYc�VFC���>�sm�j�
dk�t�/%�2�郞H"6Z�9i�W[�8��"Gx�`��A�he{�n�����j�F�O$V��D�WLL6���	+�Sk�.*�swA@���<kj�7��$�)�-5�u�6ԋ)����.�G8�kb�M+�2�{E���U�e�v�ԛ��LY�`���7l�Wf���x��uM7�@k����A�CX��0��b��#�
Au���~���5�5k�z��'��vRL���;m�i-�8V+c ��j+x�v�Ȓh�L��
Rd�>;��2��2�dfi5=�U�6����K�jt���JA�����**��?���j��UPPPPPPPPPPPPPPPPPPPPPPPPP��i���
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
=��[�6�7����\_���kc�����ߙ�>�i�@��ll>oX�4�$�Jj$v���jK����V#�?%r�X.-�depQ~���ۥ^*��~�E�$�"0
�!.@�Z�`Ly�e8���)�4�P�����F�
}��hڲg|(�O2	�:�K��f�[��,~�k8��x�3��]FD(�1 ��M�?���
�ц�n|*J*L�*[Pf�˅�5"CX�S�{��Q]F:0�CKܞ\~j�4�l9ԋ9��!RE�'��x��I$�ƚ���Ɲ`CZ��[���m���2cbt1�Ɂ쭫V�P�Ta���/v[�51ԝ�d2��+-"��<�|�W���V$�]�d��lA��"�4֘�9X׸�Kp���dMa�&r�ed<D~�"�ͻ	��;��FoĘ�B�k{&F�\
����#�JM�2Mu���m�>D�S[��8|5u�h{s1Hh'h_W8��.*8f�h�]�9I3�=���*H�W'C�.8���:jh�6U��VUY�1
I&���,{���	_�zڒ;T�:d�z���Q�Cj�a�	�K�X�k�Z8Z��Vk5����^*�s����!��C�<�z�,g��p=��֒�m�Qns�y���VX��,����םբ����>�*����ƺ�͜��d�C��]���2����z�b�ȌxM������E�9�Hĩ���X��NW�9w}�i�.VH ��j4i1��%1�.��O[����ѯ�>�`�*�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�C�4���P	i#Sf`q RD����IA�C����(<�~����%��_�RD����H�t?]~QI�·��)"Py�u�E$J:��(��A�C����(<�~����%��_�RD����H�t?]~QI�·��)"Py�u�E$J:��(��A�C����(R����Gx�T�h�(�(�(�(�(�(�(�(�(�(�(�P�[�\k�n"E<3r{-�<��kpsvğ���rx�~:�I$�!+���Z�Yu
;nlM�jh<� ��7��Zu*cm�?O�<n��Y�L���MQӓ��;��5���n4����(�����-<F֑>R�[����6��&9���������7��l!��qu9j� �W�6ۀLIc]WAø�/
����ݘ��l��!~�
��^��"k���#]�}�!p�nax�D�ɗ^ά=���8ZȆ�ru*0vVvb�v1�b�Z�M$���I�&�vߍoIld	�N��<*A!���������-ꘆT�=�oj�A&�E�7��5�ShS�2i1�j[��S\��3��G5n��)�L��28Қ��`-�T������G�.�gm �j!�ݏq�c�j�-׉}=��I4�Ǎ�`c�&�sc�YW8�+,I%��^�g�)��8�X�vX1'� �{e[�`I���;����ꪳh��J����w��TƱ����f*E�؛{/Yf�#����#�i44�8���͹���랤v[VH\i:.�%�6��;�
͘Uc���;����=b�6l��l=�H� �5�	 W���6? �J�܃��e|��:$?�-]��9�m�V��\���X��#ʛ�"۞�W�՜�PF`t�"��M��u���)���Eb�|N��IS{�wՒCG��-��M���	����F��U�=���(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(�(?�O��]P�>�������(����_+���G�����0�ꏒ�g�B}Q�P@hO�>J
	�G�A�>��( 4'�%���䠀ПT|�ꏒ�B}Q�P@hO�>J
	�G�A�>��( 4'�%���䠀ПT|�ꏒ�B}Q�PA�~��:@,=�o�+�t_��s���Z���
�
�
�
�
�
�
�
�
�
�
����������F�z��{j�����u�]��U��Qy�u���^�ϧ�[�_۾���W��-��s����J
��:�mZc��
�P�~&�ܽ��������ת��E%C�H���m<�*���Lǣ�����ALo*�//M�ު��L^�c�G���	�ԾF����䪎Nd�>�	��>^�7��E��:��uW7���u<�����Omm�Ԟf��_��J��E�y�m~�V��V�����B�<uh�iHp0tiV�e��&\��G>�^��'O���e����42�^��j��;^�tD%G�|�_�k���G�']�Z�_�����mF������QHp1'��+^�?u��k�NLe}��K��e�:�2
�~��p#���:�^�?s���r�5�3^��v�^����W+�5}.��.���B����o��ӧ���LH�1�p�?��l�A��(_W3mW��*�W2_�>��:��{ǻ�.�m�7���Y�T�W���ھ.��7�K���6�ӯ�v���V7���]�9h��\HR"|���V�r�ܥN�A���o��۳���������ba�_t�<�^�^�f���h�m΋򭣅�
�ܽ�{��.�N��mAi����/��M�k�o�Om�s����c��~����@@@@@@@@@@@@@@@@@@@@@@@@@@!��|t��(���i���?����Q�>��E��)����W���e�����K�O���f���r�m��yp����O"���19>��2���v�|�2��_��p�xk1���ө�x
�0#Z�jC.���o��?6�>��C���z����8_W:�k�e'}�2������?3m��MW�W�y����ws�^���/����<���(��޿W=�l�ׯ�|����y�����»u5�=�;�F�ǿ�gp���m�+���ߜo����//�X�ӆ��I���_��p+� �
�
�}"�T���lW���Y�>��?Y��Y�
�
�
�
�
�
�
�
�
�
�
��<?php
/**
 * The WooCommerce left sidebar widget area.
 *
 * @package    ColorMag
 *
 * @since      ColorMag 2.2.8
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}
?>

<div id="cm-secondary" class="cm-secondary"<?php echo colormag_schema_markup( 'sidebar' ); // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped ?>>
	<?php do_action( 'colormag_before_sidebar' ); ?>

	<?php
	if ( ! is_active_sidebar( 'colormag_woocommerce_left_sidebar' ) ) :

		the_widget(
			'WP_Widget_Text',
			array(
				'title'  => esc_html__( 'Example Widget', 'colormag' ),
				'text'   => sprintf(
					/* Translators: 1. Opening of the link for widgets.php WordPress section, 2. Closing of the link for widgets.php WordPress section */
					esc_html__( 'This is an example widget to show how the WooCommerce Left Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets.', 'colormag' ),
					current_user_can( 'edit_theme_options' ) ? '<a href="' . admin_url( 'widgets.php' ) . '">' : '',
					current_user_can( 'edit_theme_options' ) ? '</a>' : ''
				),
				'filter' => true,
			),
			array(
				'before_widget' => '<aside class="widget widget_text clearfix">',
				'after_widget'  => '</aside>',
				'before_title'  => '<h3 class="cm-widget-title"><span>',
				'after_title'   => '</span></h3>',
			)
		);
	else :
		dynamic_sidebar( 'colormag_woocommerce_left_sidebar' );
	endif;
	?>

	<?php do_action( 'colormag_after_sidebar' ); ?>
</div>
<?php
/**
 * Template Name: Gutenberg Block / Page Builder (ColorMag)
 *
 * Displays the Page Builder Template provided via the theme.
 * Suitable for page builder plugins
 *
 * @package    ColorMag
 *
 * @since      ColorMag 2.2.3
 */

// 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">
			<div class="cm-posts" class="pagebuilder-content clearfix">
				<?php
				while ( have_posts() ) :
					the_post();

					the_content();
				endwhile;
				?>
			</div><!-- .cm-posts -->
		</div><!-- .cm-primary -->

	<?php
	/**
	 * Hook: colormag_after_body_content.
	 */
	do_action( 'colormag_after_body_content' );
	?>
</div>

<?php
get_footer();
<?php
/**
 * Template Name: Magazine Template
 *
 * Displays the Content in widgetized magazine layout like front page
 *
 * @package    ColorMag
 *
 * @since      ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

get_header();
?>

	<div class="cm-front-page-top-section">
		<div class="widget_slider_area">
			<?php
			if ( is_active_sidebar( 'colormag_front_page_slider_area' ) ) {
				dynamic_sidebar( 'colormag_front_page_slider_area' );
			}
			?>
		</div>

		<div class="cm-beside-slider-widget">
			<?php
			if ( is_active_sidebar( 'colormag_front_page_area_beside_slider' ) ) {
				dynamic_sidebar( 'colormag_front_page_area_beside_slider' );
			}
			?>
		</div>
	</div>

	<div class="cm-row">
		<?php
		/**
		 * Hook: colormag_before_body_content.
		 */
		do_action( 'colormag_before_body_content' );
		?>

	<?php colormag_two_sidebar_select(); ?>

		<div id="cm-primary" class="cm-primary">
			<div class="cm-posts" class="clearfix">

				<?php
				if ( is_active_sidebar( 'colormag_front_page_content_top_section' ) ) {
					dynamic_sidebar( 'colormag_front_page_content_top_section' );
				}

				if ( is_active_sidebar( 'colormag_front_page_content_middle_left_section' ) || is_active_sidebar( 'colormag_front_page_content_middle_right_section' ) ) {
					?>
					<div class="cm-one-half">
						<?php
						dynamic_sidebar( 'colormag_front_page_content_middle_left_section' );
						?>
					</div>

					<div class="cm-one-half cm-one-half-last">
						<?php
						dynamic_sidebar( 'colormag_front_page_content_middle_right_section' );
						?>
					</div>

					<?php
				}

				if ( is_active_sidebar( 'colormag_front_page_content_bottom_section' ) ) {
					dynamic_sidebar( 'colormag_front_page_content_bottom_section' );
				}
				?>
			</div>
		</div>

		<?php
		colormag_sidebar_select();

		/**
		 * Hook: colormag_after_body_content.
		 */
		do_action( 'colormag_after_body_content' );
		?>
	</div>

<?php
get_footer();
<?php
/**
 * Template Name: Contact Page Template
 *
 * Displays the Contact Page Template of the theme.
 *
 * @package    ThemeGrill
 * @subpackage ColorMag
 * @since      ColorMag 1.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

get_header();

/**
 * Hook: colormag_before_body_content.
 */
do_action( 'colormag_before_body_content' );
?>

	<div id="cm-primary">
		<div id="cm-posts" class="clearfix">
			<?php
			while ( have_posts() ) :
				the_post();

				get_template_part( '/template-parts/content', 'page' );
			endwhile;
			?>
		</div><!-- #content -->
	</div><!-- #primary -->

<?php

/**
 * Hook: colormag_after_body_content.
 */
do_action( 'colormag_after_body_content' );

get_footer();
/* 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-left: 0;
	border-right: 0;
	padding: 30px 45px 20px 30px;
}

.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: right;
}

.editor-styles-wrapper .wp-block td {
	border: 1px solid #eaeaea;
	padding: 6px 10px;
	text-align: right;
}

.editor-styles-wrapper .wp-block caption {
	text-align: right;
}

.editor-styles-wrapper .wp-block .mce-content-body .alignleft {
	display: inline;
	float: right;
	margin-left: 30px;
}

.editor-styles-wrapper .wp-block .mce-content-body .alignright {
	display: inline;
	float: left;
	margin-right: 30px;
}

.editor-styles-wrapper .wp-block .mce-content-body .aligncenter {
	clear: both;
	display: block;
	margin-right: auto;
	margin-left: 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 10px 0 0;
}

.editor-styles-wrapper li > ol {
	margin: 0 10px 0 0;
}

.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 45px 20px 30px;
	margin-bottom: 20px;
	background-color: #207DAF;
	color: #ffffff;
	border-radius: 5px;
	border-right: 0;
}

.editor-styles-wrapper blockquote p {
	line-height: 1.4;
	position: relative;
	padding-top: 0;
	padding-right: 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;
	right: -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: left;
}

.editor-styles-wrapper blockquote.is-style-large {
	padding: 30px 45px 20px 30px;
	margin-bottom: 20px;
	background-color: #207DAF;
	color: #ffffff;
	border-radius: 5px;
	border-right: 0;
}

.editor-styles-wrapper blockquote.is-style-large p {
	line-height: 1.4;
	position: relative;
	padding-top: 0;
	padding-right: 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;
	right: -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: left;
}

.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: right;
}

.editor-styles-wrapper td {
	border: 1px solid #eaeaea;
	padding: 6px 10px;
	text-align: right;
}

.editor-styles-wrapper caption {
	text-align: right;
}

.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: left;
}

.editor-styles-wrapper td.has-text-align-right {
	text-align: left;
}

.editor-styles-wrapper .alignleft {
	display: inline;
	float: right;
	margin-left: 30px;
}

.editor-styles-wrapper .alignright {
	display: inline;
	float: left;
	margin-right: 30px;
}

.editor-styles-wrapper .aligncenter {
	clear: both;
	display: block;
	margin-right: auto;
	margin-left: 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-right: auto;
	margin-left: auto;
}

.wp-block-freeform.block-library-rich-text__tinymce blockquote {
	padding: 30px 45px 20px 30px;
	margin-bottom: 20px;
	background-color: #207DAF;
	color: #ffffff;
	border-radius: 5px;
	border-right: 0;
}

.wp-block-freeform.block-library-rich-text__tinymce blockquote p {
	line-height: 1.4;
	position: relative;
	padding-top: 0;
	padding-right: 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;
	right: -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: left;
}

.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;
}

.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-right: 16px;
	padding-left: 16px;
}

/* 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%;
	}
}

@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;
}
<?php
/**
 * The Sidebar containing the main widget areas.
 *
 * @package ColorMag
 *
 * @since   ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}
?>

<div id="cm-secondary" class="cm-secondary"<?php echo colormag_schema_markup( 'sidebar' ); // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped ?>>
	<?php do_action( 'colormag_before_sidebar' ); ?>

	<?php
	if ( is_page_template( 'page-templates/contact.php' ) ) {
		$sidebar = 'colormag_contact_page_sidebar';
	} else {
		$sidebar = 'colormag_right_sidebar';
	}

	// Displays the sidebar area as needed.
	if ( ! is_active_sidebar( $sidebar ) ) :

		if ( 'colormag_contact_page_sidebar' == $sidebar ) {
			$sidebar_display = esc_html__( 'Contact Page', 'colormag' );
		} else {
			$sidebar_display = esc_html__( 'Right', 'colormag' );
		}

		the_widget(
			'WP_Widget_Text',
			array(
				'title'  => esc_html__( 'Example Widget', 'colormag' ),
				'text'   => sprintf(
					/* Translators: 1. Label for Contact Page or Right sidebar area, 2. Opening of the link for widgets.php WordPress section, 3. Closing of the link for widgets.php WordPress section */
					esc_html__( 'This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets.', 'colormag' ),
					$sidebar_display,
					current_user_can( 'edit_theme_options' ) ? '<a href="' . admin_url( 'widgets.php' ) . '">' : '',
					current_user_can( 'edit_theme_options' ) ? '</a>' : ''
				),
				'filter' => true,
			),
			array(
				'before_widget' => '<aside class="widget widget_text">',
				'after_widget'  => '</aside>',
				'before_title'  => '<h3 class="cm-widget-title"><span>',
				'after_title'   => '</span></h3>',
			)
		);
	else :
		dynamic_sidebar( $sidebar );
	endif;
	?>

	<?php do_action( 'colormag_after_sidebar' ); ?>
</div>
/* Navigation.
--------------------------------------------- */
.default-wp-page {
	clear: both;
	margin-top: 30px;
}

.default-wp-page .previous {
	float: left;
	padding: 30px 0;
}

.default-wp-page .next {
	float: right;
	padding: 30px 0;
}

.default-wp-page .previous, .default-wp-page .next {
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.previous a,
.next a {
	padding: 5px 0;
	cursor: pointer;
	font-size: 18px;
	word-break: break-all;
}

.previous a:hover,
.next a:hover {
	text-decoration: underline;
}

.nav-previous, .nav-next {
	margin-bottom: 15px;
}

.nav-previous a,
.nav-next a {
	cursor: pointer;
	font-size: 16px;
}

.nav-previous a {
	float: left;
}

.nav-next a {
	float: right;
}

.nav-previous a:hover,
.nav-next a:hover {
	text-decoration: underline;
}
<?php
/**
 * Template to show the front page.
 *
 * @package ColorMag
 *
 * @since   ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

get_header();

// Do not display the front pages sidebar areas when the Page Builder Template is activated.
if ( is_front_page() && ! is_page_template( 'page-templates/page-builder.php' ) && ( is_active_sidebar( 'colormag_front_page_area_beside_slider' ) ) && ( is_active_sidebar( 'colormag_front_page_slider_area' ) ) ) :
	?>
	<div class="cm-front-page-top-section">
		<div class="cm-slider-area">
			<?php
				dynamic_sidebar( 'colormag_front_page_slider_area' );
			?>
		</div>

		<div class="cm-beside-slider-widget">
			<?php
				dynamic_sidebar( 'colormag_front_page_area_beside_slider' );
			?>
		</div>
	</div>
<?php endif; ?>

<div class="cm-row">
	<?php

	$grid_layout = get_theme_mod( 'colormag_blog_layout', 'layout-1' );

	$layout1_style = get_theme_mod( 'colormag_blog_layout_1_style', 'style-1' );

	$layout2_style = get_theme_mod( 'colormag_blog_layout_2_style', 'style-1' );

	$grid_col = get_theme_mod( 'colormag_grid_layout_column', '2' );

	$style = '';

	if ( 'layout-1' === $grid_layout ) {
		$style = 'cm-' . $grid_layout . '-' . $layout1_style;
	} elseif ( 'layout-2' === $grid_layout ) {
		$style = 'cm-' . $grid_layout . '-' . $layout2_style;
	}

	$col = '';

	if ( 'layout-2' === $grid_layout ) {
		$col = 'col-' . $grid_col;
	}
	/**
	 * Hook: colormag_before_body_content.
	 */
	do_action( 'colormag_before_body_content' );
	?>

	<?php colormag_two_sidebar_select(); ?>

	<div id="cm-primary" class="cm-primary">

		<?php
		// Do not display the front pages sidebar areas when the Page Builder Template is activated.
		if ( is_front_page() && ! is_page_template( 'page-templates/page-builder.php' ) ) :

			if ( is_active_sidebar( 'colormag_front_page_content_top_section' ) ) {
				dynamic_sidebar( 'colormag_front_page_content_top_section' );
			}

			if ( is_active_sidebar( 'colormag_front_page_content_middle_left_section' ) || is_active_sidebar( 'colormag_front_page_content_middle_right_section' ) ) {
				?>
				<div class="cm-column-half">
					<div class="cm-one-half">
						<?php
						dynamic_sidebar( 'colormag_front_page_content_middle_left_section' );
						?>
					</div>

					<div class="cm-one-half cm-one-half-last">
						<?php
						dynamic_sidebar( 'colormag_front_page_content_middle_right_section' );
						?>
					</div>
				</div>
				<?php
			}

			if ( is_active_sidebar( 'colormag_front_page_content_bottom_section' ) ) {
				dynamic_sidebar( 'colormag_front_page_content_bottom_section' );
			}

		endif; // Do not display the front pages sidebar areas when the Page Builder Template is activated.

		$hide_blog_front = get_theme_mod( 'colormag_hide_blog_static_page_post', false );

		if ( ! $hide_blog_front ) :
			?>

			<?php
			$pagination_enable = get_theme_mod( 'colormag_enable_pagination', 1 );
			$pagination_type  = get_theme_mod( 'colormag_pagination_type', 'default' );
			$pagination_class = '';

			if ( 'infinite_scroll' === $pagination_type && 1 == $pagination_enable ) {
				$pagination_class .= 'tg-infinite-scroll-container';
			}
			?>
			<div class="cm-posts <?php echo esc_attr( 'cm-' . $grid_layout . ' ' . $style . ' ' . $col . ' ' . $pagination_class ); ?>" >
				<?php
				if ( have_posts() ) :

					/**
					 * Hook: colormag_before_front_page_loop.
					 */
					do_action( 'colormag_before_front_page_loop' );

					while ( have_posts() ) :
						the_post();

						if ( is_front_page() && is_home() ) {
							get_template_part( 'template-parts/content', '' );
						} elseif ( is_front_page() ) {
							get_template_part( 'template-parts/content', 'page' );
						}

					endwhile;

					/**
					 * Hook: colormag_after_front_page_loop.
					 */
					do_action( 'colormag_after_front_page_loop' );

				else :
					if ( true === apply_filters( 'colormag_front_page_no_results_filter', true ) ) :
						get_template_part( 'template-parts/no-results', 'none' );
					endif;
				endif;
				?>
			</div>

			<?php
			if ( 1 == $pagination_enable ) {
				colormag_pagination();
			} ?>

		<?php endif; ?>


		<?php
		if ( ! $hide_blog_front && 1 == $pagination_enable ) {
			colormag_infinite_scroll();
		}
		?>
	</div>


	<?php
	colormag_sidebar_select();

	/**
	 * Hook: colormag_after_body_content.
	 */
	do_action( 'colormag_after_body_content' );
	?>

</div>

<?php
get_footer();
<?php
/**
 * The template for displaying Search Results pages.
 *
 * @package ColorMag
 *
 * @since   ColorMag 1.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' );
	$pagination_enable = get_theme_mod( 'colormag_enable_pagination', 1 );
	$pagination_type  = get_theme_mod( 'colormag_pagination_type', 'default' );
	$pagination_class = '';
	?>
		<?php colormag_two_sidebar_select(); ?>

		<div id="cm-primary" class="cm-primary">
			<div class="cm-posts">
				<?php if ( have_posts() ) : ?>
					<header class="cm-page-header">
						<h1 class="cm-page-title">
							<span>
								<?php
								printf(
									/* Translators: %s: Search query. */
									esc_html__( 'Search Results for: %s', 'colormag' ),
									get_search_query()
								);
								?>
							</span>
						</h1>
					</header><!-- .cm-page-header -->

					<?php
					/**
					 * Hook: colormag_before_search_results_page_loop.
					 */
					do_action( 'colormag_before_search_results_page_loop' );
					?>

					<?php

					if ( 'infinite_scroll' === $pagination_type && 1 == $pagination_enable ) {
						$pagination_class .= 'tg-infinite-scroll-container';
					}
					?>

					<div class="article-container <?php echo esc_attr( $pagination_class ); ?>">
						<?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;
						?>
					</div>

					<?php
					/**
					 * Hook: colormag_after_archive_page_loop.
					 */
					do_action( 'colormag_after_search_results_page_loop' );

					if ( 1 == $pagination_enable ) :
						colormag_pagination();
					endif;

				else :
					if ( true === apply_filters( 'colormag_search_results_page_no_results_filter', true ) ) {
						get_template_part( 'no-results', 'archive' );
					}
				endif;
				?>
			</div><!-- .cm-posts -->

			<?php if ( 1 == $pagination_enable ) {
				colormag_infinite_scroll();
			} ?>
		</div><!-- #cm-primary -->

	<?php

	colormag_sidebar_select();

	/**
	 * Hook: colormag_after_body_content.
	 */
	do_action( 'colormag_after_body_content' );
	?>
</div>

<?php
get_footer();
<?php
/**
 * The template part for displaying navigation.
 *
 * @package    ColorMag
 *
 * @since      ColorMag 1.0.0
 */

// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}


/**
 * Navigation for archive, home and search results pages.
 */
if ( is_archive() || is_home() || is_search() ) :

	/**
	 * Display WP-PageNavi pagination instead of theme pagination if the plugin exists.
	 */
	if ( function_exists( 'wp_pagenavi' ) ) :
		wp_pagenavi();

	else :
		global $wp_query;
		if ( $wp_query->max_num_pages > 1 ) :
			?>
			<ul class="default-wp-page">
				<li class="previous"><?php next_posts_link( esc_html__( '&larr; Previous', 'colormag' ) ); ?></li>
				<li class="next"><?php previous_posts_link( esc_html__( 'Next &rarr;', 'colormag' ) ); ?></li>
			</ul>
			<?php
		endif;
	endif;

endif;


/**
 * Navigation for single post page.
 */
if ( is_single() ) :

	if ( is_attachment() ) :
		?>
		<ul class="default-wp-page">
			<li class="previous"><?php previous_image_link( false, esc_html__( '&larr; Previous', 'colormag' ) ); ?></li>
			<li class="next"><?php next_image_link( false, esc_html__( 'Next &rarr;', 'colormag' ) ); ?></li>
		</ul>
		<?php
	elseif ( get_previous_post() || get_next_post() ) :

		if ( 'style-2' === get_theme_mod( 'colormag_post_navigation_style', 'default' ) ) :

			// For previous post.
			$prev_thumb_image = '';
			$prev_post        = get_previous_post();

			if ( $prev_post ) {
				$prev_thumb_image = get_the_post_thumbnail( $prev_post->ID, 'colormag-featured-post-small' );
			}

			// For next post.
			$next_thumb_image = '';
			$next_post        = get_next_post();

			if ( $next_post ) {
				$next_thumb_image = get_the_post_thumbnail( $next_post->ID, 'colormag-featured-post-small' );
			}
			?>

			<ul class="default-wp-page thumbnail-pagination">
				<?php if ( get_previous_post_link() ) { ?>
					<li class="previous">
						<?php previous_post_link( $prev_thumb_image . '%link', '<span class="meta-nav">' . esc_html_x( '&larr; Previous', 'Previous post link', 'colormag' ) . '</span> %title' ); ?>
					</li>
				<?php } ?>

				<?php if ( get_next_post_link() ) { ?>
					<li class="next">
						<?php next_post_link( '%link' . $next_thumb_image, '%title <span class="meta-nav">' . esc_html_x( 'Next &rarr;', 'Next post link', 'colormag' ) . '</span>' ); ?>
					</li>
				<?php } ?>
			</ul>

			<?php
		elseif ( 'style-3' === get_theme_mod( 'colormag_post_navigation_style', 'default' ) ) :

			// For previous post.
			$prev_thumb_image = '';
			$prev_post        = get_previous_post();

			if ( $prev_post ) {
				$prev_thumb_image = get_the_post_thumbnail( $prev_post->ID, 'colormag-featured-post-medium' );
			}

			// For next post.
			$next_thumb_image = '';
			$next_post        = get_next_post();

			if ( $next_post ) {
				$next_thumb_image = get_the_post_thumbnail( $next_post->ID, 'colormag-featured-post-medium' );
			}
			?>

			<ul class="default-wp-page thumbnail-background-pagination">
				<?php if ( get_previous_post_link() ) { ?>
					<li class="previous">
						<?php previous_post_link( $prev_thumb_image . '%link', '<span class="meta-nav">' . esc_html_x( '&larr; Previous', 'Previous post link', 'colormag' ) . '</span> %title' ); ?>
					</li>
				<?php } ?>

				<?php if ( get_next_post_link() ) { ?>
					<li class="next">
						<?php next_post_link( '%link' . $next_thumb_image, '<span class="meta-nav">' . esc_html_x( 'Next &rarr;', 'Next post link', 'colormag' ) . '</span> %title' ); ?>
					</li>
				<?php } ?>
			</ul>

		<?php else : ?>

			<ul class="default-wp-page">
				<li class="previous"><?php previous_post_link( '%link', '<span class="meta-nav">' . colormag_get_icon( 'arrow-left-long', false ) . '</span> %title' ); ?></li>
				<li class="next"><?php next_post_link( '%link', '%title <span class="meta-nav">' . colormag_get_icon( 'arrow-right-long', false ) . '</span>' ); ?></li>
			</ul>

			<?php
		endif;

	endif;

endif;
���
3CJ(M'v)�0�s�m#�#�"�*�*)Is������



'
5
CQ]t
�
����4�00E0v4��#�#984r3�)�C7I2�5�1� /=m$}<�<�><
{����
����$8Pg|������
)	4>[cr�$�T�%4U<3�`�1'8Y�
���4�	!0NUm�����"�'(@i��������#2Cam|�	�G�W�= J R k p } � 	� � 0� � � !0!F!
b!%p!�!�!	�!	�!�!�!�!�!""%","	8"FB"
�"�"�"�"�"�"
�"#
#
#$#4#G#yW#��#�Y$	%	%"%1%C%B^%�%�%%�%$&&%&$L&Dq&'�& �&�&
''%'\A'�'�'�'�'�'�'(9(V(s(�(�(�(�(�(
))()
>)VI)�)�)�)�)�)�)	�)�)	�)*
* *,*	9*C*L*^*$f*T�*'�*+
+++,!,$,:,J,Q,(T,'},)�,0�,s-t-&�-&�-%�--.-1.,_.�.�.�.�.�.	//
/
$/
2/
@/
N/
\/j/v/�/
�/
�/�/�/�/4�/0/00`00�05�0�0#1#019T14�13�1)�1C!27e28�25�213 >3/_3�3%�3<�3<4?4>_4�4�4�4�4�4
�4�45!565I5]5u5�5�5�5�5�5�566:6
N6	Y6c6�6�6�6�6$�6X�6B7N7]7Ue73�7`�73P8:�8�8
�8�8�84969E9N9]9{9�9�9�9�9�9�9:"":'E:(m:�:�:�:�:�:�:�:
; ;,;=;L;[;l;�;�;�;�;	�;G�;W<f<s<{<�<�<�<�<	�<�<0�<='=.=I=_=
{=%�=�=�=	�=	�=�=�=�=>	>>,>3>	?>FI>
�>�>�>�>�>�>
�>
??
?+?;?N?}^?��?�h@	!A	+A5ADAVABqA�A�A%�A$B&8B$_BD�B'�B �BCC*C9C\UC�C�C�C�CDD9DVDsD�D�D�D�DEE
.E9EFE
\EWgE�E�E�E�E�E�E	FF	F!F
4F?FKF	XFbFkF}F$�FE�F'�FGGG%1$s at %2$s%s&larr; Older Comments&larr; Previous(Edit), <i class="fa fa-comment"></i> 0 Comments<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comments"></i> % Comments<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activate social links areaAdd your 125x125 Advertisement hereAdd your 300x250 Advertisement hereAdd your 728x90 Advertisement hereAdd your Advertisement 125x125 Images HereAdd your Advertisement 300x250 Images HereAdd your Advertisement 728x90 Images HereAdd your custom block titleAdditional OptionsAdvertisement Above The FooterAdvertisement Image Advertisement Image Link ArchivesAsidesAuthor: %sBlock Style 1Block Style 2Block Style 4Block Style 6Block Style 9Block TitleBoth header and footerBoxed LayoutBreaking NewsCategoriesCategory Color OptionsCategory Color SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Design Settings from here as you wantChange the Footer Settings from here as you wantChange the Header Settings from here as you wantChange the color of each category items as you want.Cheatin&#8217; huh?Check to activate social links areaCheck to activate the related postsCheck to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to display the featured image in single page.Check to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the sticky behavior of the primary menuCheck to hide blog posts/static page on front pageCheck to hide the featured image in single post page.Check to make header image link back to home pageCheck to show the date in headerCheck to show the home icon in the primary menuChoose an imageChoose the color skin for your site.Choose the main total footer area display type that you wantChoose the main total header area display type that you wantChoose the option that you wantChoose your site layout. The change is reflected in whole siteColor OptionsColor:ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag DarkColorMag Global WidgetsColorMag ProColorMag Pro FashionColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyColorMag Widget BlocksColorMag Widget GridComment navigationComments are closed.Contact PageContact Page SidebarContact Page TemplateContent Middle Left SectionContent Middle Right SectionContent Top SectionCustom CSSDark SkinDate in header display type:Day: %sDefault LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title/text and the main/primary menu.DescriptionDesign OptionsDisableDisplay latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main/primary menu.Display the Header image just above the site title/text.Display the posts from:DocumentationEditError 404 Page SidebarEverest Forms – Easy Contact Form and Form BuilderExample WidgetFacebookFeatured ImageFeatured Image In Single PageFilterFooter Copyright EditorFooter Main Area Display TypeFooter OptionsFooter onlyFrom WordPress Date SettingFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaGoogle-PlusGrid Style 2Grid Style 3Grid Style 4Grid Style 5Header Image PositionHeader LogoHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader image display positionHeader onlyImage LightboxImagesImportant LinksInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest PostsLatest:Layout will be as below:LeftLeft SidebarLinksMain Header Area Display TypeMonth: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;Next post link&rarr;No Sidebar Content CenteredNo Sidebar Full WidthNumber of posts to display:Offset Posts:Oops! That page can&rsquo;t be found.Page Builder TemplatePages:Pingback:PinterestPost authorPost navigationPostsPrevious post link&larr;Primary MenuPrimary color optionQuotesRandom PostRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.Related PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarSearchSearch IconSelect LayoutSelect an ImageSelect categories:Select categorySelect default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below optionsShow BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Shows widgets at Left side.Shows widgets at Right side.Shows widgets at footer sidebar four.Shows widgets at footer sidebar one.Shows widgets at footer sidebar three.Shows widgets at footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Site LayoutSkin ColorSocial OptionsSocial links to display on:Sorry, but nothing matched your search terms. Please try again with some different keywords.Sticky MenuSupportTG: 125x125 AdvertisementTG: 300x250 AdvertisementTG: 728x90 AdvertisementTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Random Posts WidgetTG: Tabbed WidgetTG: VideosText Color:Theme Default SettingThemeGrillThis will reflect in links, buttons and many others. Choose a color to match your siteTitle WidgetTitle:TwitterType 1 (Default)Type 2Unique Post SystemUse imageVideosView DemoView a random postWhite SkinWide LayoutWidget TitleWordPressYear: %sYou May Also LikeYouTubeYour comment is awaiting moderation.comments titleOne thought on &ldquo;%2$s&rdquo;%1$s thoughts on &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126PO-Revision-Date: 2019-05-16 08:49:42+0000
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=2; plural=n != 1;
X-Generator: GlotPress/3.0.0
Language: en_GB
Project-Id-Version: Themes - ColorMag Pro
%1$s at %2$s%s&larr; Older Comments&larr; Previous(Edit), <i class="fa fa-comment"></i> 0 Comments<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comments"></i> % Comments<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activate social links areaAdd your 125 × 125 advertisement hereAdd your 300 × 250 advertisement hereAdd your 728 × 90 advertisement hereAdd your advertisement 125 × 125 images HereAdd your advertisement 300 × 250 images hereAdd your advertisement 728 × 90 images hereAdd your custom block titleAdditional OptionsAdvertisement Above The FooterAdvertisement Image Advertisement Image Link ArchivesAsidesAuthor: %sBlock Style 1Block Style 2Block Style 4Block Style 6Block Style 9Block TitleBoth header and footerBoxed LayoutBreaking NewsCategoriesCategory Colour OptionsCategory Colour SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Design Settings from here as you wantChange the Footer Settings from here as you wantChange the Header Settings from here as you wantChange the colour of each category items as you want.Cheatin&#8217; huh?Check to activate social links areaCheck to activate the related postsCheck to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to display the featured image in single page.Check to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the sticky behavior of the primary menuCheck to hide blog posts / static page on the front pageCheck to hide the featured image in single post page.Check to make header image link back to home pageCheck to show the date in headerCheck to show the home icon in the primary menuChoose an imageChoose the skin colour for your site.Choose the main total footer area display type that you wantChoose the main total header area display type that you wantChoose the option that you wantChoose your site layout. The change is reflected in whole siteColour OptionsColour:ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag DarkColorMag Global WidgetsColorMag ProColorMag Pro FashionColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyColorMag Widget BlocksColorMag Widget GridComment navigationComments are closed.Contact PageContact Page SidebarContact Page TemplateContent Middle Left SectionContent Middle Right SectionContent Top SectionCustom CSSDark SkinDate in header display type:Day: %sDefault LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title / text and the main / primary menu.DescriptionDesign OptionsDisableDisplay latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main / primary menu.Display the Header image just above the site title / text.Display the posts from:DocumentationEditError 404 Page SidebarEverest Forms – Easy Contact Form and Form BuilderExample WidgetFacebookFeatured ImageFeatured Image In Single PageFilterFooter Copyright EditorFooter Main Area Display TypeFooter OptionsFooter onlyFrom WordPress Date SettingFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaGoogle+Grid Style 2Grid Style 3Grid Style 4Grid Style 5Header Image PositionHeader LogoHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader image display positionHeader onlyImage LightboxImagesImportant LinksInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest PostsLatest:Layout will be as below:LeftLeft SidebarLinksMain Header Area Display TypeMonth: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;&rarr;No Sidebar Content CentredNo Sidebar Full WidthNumber of posts to display:Offset Posts:Oops! That page can&rsquo;t be found.Page Builder TemplatePages:Pingback:PinterestPost authorPost navigationPosts&larr;Primary MenuPrimary colour optionQuotesRandom PostRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.Related PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarSearchSearch IconSelect LayoutSelect an ImageSelect categories:Select CategorySelect default layout for pages. This layout will be reflected in all pages unless a unique layout is set for a specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless a unique layout is set for a specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from the options belowShow BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Shows widgets on left side.Shows widgets on right side.Shows widgets in footer sidebar four.Shows widgets in footer sidebar one.Shows widgets in footer sidebar three.Shows widgets in footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Site layoutSkin ColourSocial OptionsSocial links to display on:Sorry, but nothing matched your search terms. Please try again with some different keywords.Sticky MenuSupportTG: 125 × 125 AdvertisementTG: 300 × 250 AdvertisementTG: 728 × 90 AdvertisementTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Random Posts WidgetTG: Tabbed WidgetTG: VideosText Colour:Default Theme SettingThemeGrillThis will reflect in links, buttons and many others. Choose a colour to match your siteTitle WidgetTitle:TwitterType 1 (Default)Type 2Unique Post SystemUse imageVideosView DemoView a random postWhite SkinWide LayoutWidget TitleWordPressYear: %sYou May Also LikeYouTubeYour comment is awaiting moderation.One thought on &ldquo;%2$s&rdquo;%1$s thoughts on &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126���
3CJ(M'v)�0�s�m#�#�"�*�*)Is������



'
5
CQ]t
�
����4�00E0v4��#�#984r3�)�C7I2�5�1� /=m$}<�<�><
{����
����$8Pg|������
)	4>[cr�$�T�%4U<3�`�1'8Y�
���4�	!0NUm�����"�'(@i��������#2Cam|�	�G�W�= J R k p } � 	� � 0� � � !0!F!
b!%p!�!�!	�!	�!�!�!�!�!""%","	8"FB"
�"�"�"�"�"�"
�"#
#
#$#4#G#yW#��#�Y$	%	%"%1%C%B^%�%�%%�%$&&%&$L&Dq&'�& �&�&
''%'\A'�'�'�'�'�'�'(9(V(s(�(�(�(�(�(
))()
>)VI)�)�)�)�)�)�)	�)�)	�)*
* *,*	9*C*L*^*$f*T�*'�*+
++*+9,E,H,d,	w,�,1�,*�,.�,:-sK-$�-'�-'.&4.3[.3�.2�.�./'/=/P/k/	s/
}/
�/
�/
�/
�/
�/�/�/�/	00"0<0T08q07�0(�031=?1}1$�1=�1;�10+2I\2 �2I�23;/3_k34�34)4E4*V49�4:�4�4G5Y5l5s5|5�5�5�5�5�5�56686N6h6�6�6$�6�6�67.7A7
N7"\77�7�7(�78�7b8x8~8�8k�8J9mP9<�9A�9=:W:c:&k:4�:�:�:�:'�:!;"';)J;t;�;�;�;#�;&�;.</J<%z<!�<�<�<�<�<==.=?=W=k=
�=&�=�=�=�=�=	�=5>S;>�>�>�>�>�>�> �>?!?<??|?�?)�?$�?$�?@,@L@	b@	l@	v@�@�@�@�@�@�@�@�@
AXAjA'�A*�A5�ABBB7B>BSBgBxB�B��B�%C��CxD�D�D#�D�DI�D:ERE3kE2�E3�E2FC9F1}F*�F�F
�F�FG{7G�G�G�G�G�GH&,H&SH&zH&�H&�H&�H&I%=IcI	yI�I�I
�Ix�I2JAJIJQJcJ!iJ�J�J
�J�J�J�J�J	KKK2K!:Kk\K'�K�K�K�K%1$s at %2$s%s&larr; Older Comments&larr; Previous(Edit), <i class="fa fa-comment"></i> 0 Comments<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comments"></i> % Comments<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activate social links areaAdd your 125x125 Advertisement hereAdd your 300x250 Advertisement hereAdd your 728x90 Advertisement hereAdd your Advertisement 125x125 Images HereAdd your Advertisement 300x250 Images HereAdd your Advertisement 728x90 Images HereAdd your custom block titleAdditional OptionsAdvertisement Above The FooterAdvertisement Image Advertisement Image Link ArchivesAsidesAuthor: %sBlock Style 1Block Style 2Block Style 4Block Style 6Block Style 9Block TitleBoth header and footerBoxed LayoutBreaking NewsCategoriesCategory Color OptionsCategory Color SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Design Settings from here as you wantChange the Footer Settings from here as you wantChange the Header Settings from here as you wantChange the color of each category items as you want.Cheatin&#8217; huh?Check to activate social links areaCheck to activate the related postsCheck to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to display the featured image in single page.Check to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the sticky behavior of the primary menuCheck to hide blog posts/static page on front pageCheck to hide the featured image in single post page.Check to make header image link back to home pageCheck to show the date in headerCheck to show the home icon in the primary menuChoose an imageChoose the color skin for your site.Choose the main total footer area display type that you wantChoose the main total header area display type that you wantChoose the option that you wantChoose your site layout. The change is reflected in whole siteColor OptionsColor:ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag DarkColorMag Global WidgetsColorMag ProColorMag Pro FashionColorMag Pro MusicColorMag Pro SportsColorMag Pro TechnologyColorMag Widget BlocksColorMag Widget GridComment navigationComments are closed.Contact PageContact Page SidebarContact Page TemplateContent Middle Left SectionContent Middle Right SectionContent Top SectionCustom CSSDark SkinDate in header display type:Day: %sDefault LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title/text and the main/primary menu.DescriptionDesign OptionsDisableDisplay latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main/primary menu.Display the Header image just above the site title/text.Display the posts from:DocumentationEditError 404 Page SidebarEverest Forms – Easy Contact Form and Form BuilderExample WidgetFacebookFeatured ImageFeatured Image In Single PageFilterFooter Copyright EditorFooter Main Area Display TypeFooter OptionsFooter onlyFrom WordPress Date SettingFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaGoogle-PlusGrid Style 2Grid Style 3Grid Style 4Grid Style 5Header Image PositionHeader LogoHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader image display positionHeader onlyImage LightboxImagesImportant LinksInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest PostsLatest:Layout will be as below:LeftLeft SidebarLinksMain Header Area Display TypeMonth: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;Next post link&rarr;No Sidebar Content CenteredNo Sidebar Full WidthNumber of posts to display:Offset Posts:Oops! That page can&rsquo;t be found.Page Builder TemplatePages:Pingback:PinterestPost authorPost navigationPostsPrevious post link&larr;Primary MenuPrimary color optionQuotesRandom PostRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.Related PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarSearchSearch IconSelect LayoutSelect an ImageSelect categories:Select categorySelect default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below optionsShow BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Shows widgets at Left side.Shows widgets at Right side.Shows widgets at footer sidebar four.Shows widgets at footer sidebar one.Shows widgets at footer sidebar three.Shows widgets at footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Site LayoutSkin ColorSocial OptionsSocial links to display on:Sorry, but nothing matched your search terms. Please try again with some different keywords.Sticky MenuSupportTG: 125x125 AdvertisementTG: 300x250 AdvertisementTG: 728x90 AdvertisementTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Random Posts WidgetTG: Tabbed WidgetTG: VideosText Color:Theme Default SettingThemeGrillThis will reflect in links, buttons and many others. Choose a color to match your siteTitle WidgetTitle:TwitterType 1 (Default)Type 2Unique Post SystemUse imageVideosView DemoView a random postWhite SkinWide LayoutWidget TitleWordPressYear: %sYou May Also LikeYouTubeYour comment is awaiting moderation.comments titleOne thought on &ldquo;%2$s&rdquo;%1$s thoughts on &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126PO-Revision-Date: 2019-05-16 08:58:53+0000
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ((n >= 2 && n <= 4) ? 1 : 2);
X-Generator: GlotPress/3.0.0
Language: cs_CZ
Project-Id-Version: Themes - ColorMag Pro
%1$s (%2$s)%s&larr; Starší komentáře&larr; Předchozí(Upravit), <i class="fa fa-comment"></i> žádný komentář<i class="fa fa-comment"></i> 1 komentář<i class="fa fa-comments"></i> komentářů: %<span class="meta-nav">&larr;</span> Starší příspěvky<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Aktivujte oblast sociálních sítíZde vložte reklamu o velikosti 125x125Zde vložte reklamu o velikosti 300x250Zde vložte reklamu o velikosti 728x90Zde vložte obrázek reklamy o velikosti 125x125 pxZde vložte obrázek reklamy o velikosti 300x250 pxZde vložte obrázek reklamy o velikosti 728x90 pxPřidat vlastní název blokuDalší nastaveníReklama nad zápatímReklamní obrázekOdkaz reklamního obrázkuArchivyPoznámkyAuthor: %sStyl bloků 1Styl bloků 2Styl bloků 4Styl bloků 6Styl bloků 9Název blokuZáhlaví i zápatíRámečkové rozvrženíPrávě se staloRubrikyBarevné možnosti rubrikNastavení barev rubrikZměna textu "Čtěte více"Změnte si další nastavení podle vlastních představVyberte si možnosti vzhledu podle vlastních představZde můžete změnit nastavení zápatíVyberte si možnosti záhlaví podle vlastní chutiZměnte barvu každé z položky rubrik podle vlastní chuti.Nepodvádíte?Aktivovat oblast sociálních sítíZkontrolujte, zda chcete aktivovat příslušné příspěvkyZobrazit v primárním menu ikonu náhodných příspěvkůZobrazit ikonu vyhledávání v primárním menuZaškrtněte, chcete-li zobrazit náhledový obrázek na jedné stránce.Povolit sekci "Právě se stalo"Aktivovat lightbox pro náhledové obrázky u jednotlivých příspěvkůPřichytávat primární menuSkrýt na úvodní stránce příspěvky/statickou stránkuZaškrtněte, chcete-li zobrazit náhledový obrázek na stránce s jednotlivými příspěvky.Odkazovat obrázkem v záhlaví na úvodní stránkuZobrazit datum v záhlavíZobrazovat v primárním menu ikonu domůVyberte obrázekVyberte barvu vzhledu pro vaší stránku.Zvolte požadovaný typ zobrazení celé oblasti zápatíZvolte požadovaný typ zobrazení celé oblasti záhlavíVyberte jednu z možnostíVyberte si rozvržení webu. Změny se projeví napříč celým webem.Barevné možnostiBarva:ColorMagColorMag Blog krásyColorMag Obchodní časopisColorMag tmavýColorMag Globální widgetyColorMag ProColorMag Pro módaColorMag Pro MusicColorMag Pro sportColorMag Pro technologieColorMag Widget blokyColorMag Widget mřížkaNavigace v komentáříchKomentáře nejsou povoleny.Kontaktní stránkaPostranní panel kontaktní stránkyŠablona kontaktní stránkyObsah vnitřní levé sekceObsah vnitřní pravé sekceObsah horní sekceVlastní CSSTmavý vzhledTyp zobrazení datumu v záhlaví:Den: %sVýchozí rozvrženíVýchozí rozvrženíVýchozí rozvržení pouze pro stránkyVýchozí rozvržení pouze pro jednotlivé příspěvkyVýchozí: Zobrazit obrázek v záhlaví mezi názvem/textem stránky a hlavním/primárním menu.PopisMožnosti vzhleduZakázatZobrazí nejnovější příspěvky nebo příspěvky konkrétní rubriky, které se použijí jako slider.Zobrazí nejnovější příspěvky nebo příspěvky konkrétní rubriky.Zobrazí nejnovější příspěvky nebo určitou rubriku. Vhodné pro oblast u slideru v postranním panelu.Zobrazit obrázek v záhlaví pod hlavním/primárním menu.Zobrazit obrázek v záhlaví přímo nad názvem/textem stránkyZobrazit příspěvky od:DokumentaceUpravitPostranní panel chybové stránky 404Everest Forms – Easy Contact Form and Form BuilderUkázková widgetaFacebookDoporučený obrázekNáhledový obrázek na jedné stránceFiltrÚprava textu copyright v zápatíTyp zobrazení hlavní plochy v záhlavíMožnosti zápatíPouze zápatíNastavení data z WordPressuNastavení úvodní stránkyÚvodní stránka: Oblast u slideruÚvodní stránka: Obsah spodní sekceÚvodní stránka: Obsah vnitřní levé sekceÚvodní stránka: Obsah vnitřní pravé sakceÚvodní stránka: Obsah horní sekceÚvodní stránka: Oblast slideruGoogle PlusStyl mřížky 2Styl mřížky 3Styl mřížky 4Styl mřížky 5Pozice obrázku v záhlavíLogo v záhlavíV záhlaví pouze logo Možnosti záhlavíPostranní panel v záhlavíPouze textPozice zobrazení obrázku v záhlavíPouze záhlavíObrázkový lightboxObrázkyDůležité odkazyInstagramV tomto umístění nic není. Zkuste vyhledávání.Vypadá to, že nemůžeme najít to, co hledáte. Možná pomůže vyhledávání.Nejnovější příspěvkyNovinky:Vzhled bude následující:DolevaLevý postranní panelOdkazyHlavní typ zobrazení záhlavíMěsíc: %sNovější komentáře &rarr;Novější příspěvky <span class="meta-nav">&rarr;</span>Další &rarr;&rarr;Bez bočního panelu, vystředěný obsahBez bočního panelu, plná šířkaPočet zobrazovaných příspěvků:Odsazení příspěvků:Omlouváme se, ale stránka nebyla nalezena.Page Builder TemplateStránky:Pingback:PinterestAutor příspěvkuNavigace příspěvkuPříspěvky&larr;Hlavní menuZákladní možnosti barevCitaceNáhodný příspěvekČtěte víceJste připraveni publikovat váš první příspěvek? <a href="%1$s">Začněte zde</a>.Související PříspěvkySouvisející příspěvky podle rubrikSouvisející příspěvky podle štítkůSouvisející příspěvky musí být zobrazeny jako:ReagovatDopravaPravý postranní panelHledatIkona vyhledáváníVyberte rozvrženíVyberte obrázekVybrat rubriky:Vybrat rubrikuVyberte si výchozí vzhled stránek. Toto rozvržení  se projeví na všech stránkách, které nemají nastavený svůj jedinečný vzhledVyberte si výchozí vzhled příspěvků. Toto rozvržení  se projeví ve všech příspěvcích, které nemají nastavený svůj jedinečný vzhledVyberte si výchozí vzhled. Tento vzhled se projeví napříč celým webem! Vzhled jednotlivých příspěvků a stránek můžete změnit v jednotlivých nastaveních o úroveň výšeZobrazit obojíZobrazit datumZobrazit ikonu domůZobrazit nejnovější příspěvkyZobrazit příspěvky z rubrikyZobrazí widget vedle slideru. Vhodné pro TG: Zvýrazněné příspěvkyZobrazí widgety vlevo.Zobrazí widgety vpravo.Zobrazí widgety ve 4. postranním panelu zápatí.Zobrazí widgety v 1. postranním panelu zápatí.Zobrazí widgety ve 3. postranním panelu zápatí.Zobrazí widgety ve 2.postranním panelu zápatí.Zobrazí widgety v sekci záhlaví hned nad hlavním menu navigace.Zobrazí widgety v šabloně kontaktní stránky.Zobrazí widgety na chybové stránce 404.Rozložení webuBarva vzhleduNastavení sociálních sítíSociální odkazy se zobrazí:Omlouváme se, ale hledaný výraz nebyl bohužel nalezen. Zkuste to prosím znovu s nějakými jinými klíčovými slovy.Přichytáváné menuPodporaTG: Reklama 125x125TG: Reklama 300x250TG: Reklama 728x90TG: Slider doporučené rubrikyTG: Doporučené příspěvky (Styl 1)TG: Doporučené příspěvky (Styl 2)TG: Doporučené příspěvky (Styl 3)TG: Doporučené příspěvky (Styl 4)TG: Doporučené příspěvky (Styl 5)TG: Doporučené příspěvky (Styl 6)TG: Doporučené příspěvky (Styl 7)TG: Widgeta náhodných příspěvkůTG: Tabulkový widgetTG: VideaBarva textu:Výchozí nastavení šablonyThemeGrillToto nastavení se odrazí v odkazech, tlačítkách a v mnohém dalším. Vyberte barvu, která odpovídá vašemu webuNázev widgetuNázev:TwitterTyp 1 (výchozí)Typ 2Jedinečný systém příspěvkůPoužít obrázekVideaZobrazit demoZobrazit náhodný příspěvekSvětlý vzhledPlné rozvrženíNázev widgetuWordPressRok: %sMohlo by se vám také líbitYouTubeKomentář čeká na schválení.1 komentář: &bdquo;%2$s&ldquo;%1$s komentáře: &bdquo;%2$s&ldquo;%1$s komentářů: &bdquo;%2$s&ldquo;https://themegrill.com/themes/colormag/126# Translation of Themes - ColorMag Pro in Czech
# This file is distributed under the same license as the Themes - ColorMag Pro package.
msgid ""
msgstr ""
"PO-Revision-Date: 2019-05-16 08:58:53+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ((n >= 2 && n <= 4) ? 1 : 2);\n"
"X-Generator: GlotPress/3.0.0\n"
"Language: cs_CZ\n"
"Project-Id-Version: Themes - ColorMag Pro\n"

#: inc/elementor/elementor-functions.php:128
msgctxt "%s = human-readable time difference"
msgid "<span class=\"tg-post-date cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/ajax.php:111 inc/flyout-related-posts.php:50 inc/functions.php:474
#: inc/related-posts.php:65 inc/widgets/colormag-breaking-news-widget.php:301
#: inc/widgets/colormag-default-news-widget.php:274
#: inc/widgets/colormag-featured-posts-slider-widget.php:317
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:288
#: inc/widgets/colormag-featured-posts-vertical-widget.php:287
#: inc/widgets/colormag-featured-posts-widget.php:287
#: inc/widgets/colormag-highlighted-posts-widget.php:219
#: inc/widgets/colormag-news-in-picture-widget.php:335
#: inc/widgets/colormag-random-post-widget.php:125
#: inc/widgets/colormag-cm-tabbed-widget.php:143
#: inc/widgets/colormag-cm-tabbed-widget.php:224
msgctxt "%s = human-readable time difference"
msgid "<span class=\"cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:117
msgid "Hide post details."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:185
msgid "Invalid Fixer API key. Get your API key from %1$shere%2$s and set it from %3$shere%4$s. "
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:183
msgid "You have not added Fixer API Key. Add it from %1$shere%2$s."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:45
msgid "Exchange rate requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:62
#: inc/widgets/colormag-featured-posts-vertical-widget.php:62
#: inc/widgets/colormag-slider-news-widget.php:71
msgid "Show posts from author"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:60
#: inc/widgets/colormag-news-in-picture-widget.php:69
#: inc/widgets/colormag-slider-news-widget.php:69
msgid "Show posts from tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:87
#: inc/widgets/colormag-default-news-widget.php:87
#: inc/widgets/colormag-featured-posts-slider-widget.php:85
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:89
#: inc/widgets/colormag-featured-posts-vertical-widget.php:87
#: inc/widgets/colormag-featured-posts-widget.php:87
#: inc/widgets/colormag-highlighted-posts-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:94
#: inc/widgets/colormag-slider-news-widget.php:96
#: inc/widgets/colormag-ticker-news-widget.php:90
#: inc/widgets/colormag-video-playlist.php:88
msgid "Select author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:77
#: inc/widgets/colormag-default-news-widget.php:77
#: inc/widgets/colormag-featured-posts-slider-widget.php:75
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:79
#: inc/widgets/colormag-featured-posts-vertical-widget.php:77
#: inc/widgets/colormag-featured-posts-widget.php:77
#: inc/widgets/colormag-highlighted-posts-widget.php:62
#: inc/widgets/colormag-news-in-picture-widget.php:84
#: inc/widgets/colormag-slider-news-widget.php:86
#: inc/widgets/colormag-ticker-news-widget.php:80
#: inc/widgets/colormag-video-playlist.php:78
msgid "Select tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:62
#: inc/widgets/colormag-featured-posts-slider-widget.php:60
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:64
#: inc/widgets/colormag-featured-posts-widget.php:62
#: inc/widgets/colormag-highlighted-posts-widget.php:47
#: inc/widgets/colormag-ticker-news-widget.php:65
#: inc/widgets/colormag-video-playlist.php:63
msgid "Show posts from an author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:60
#: inc/widgets/colormag-featured-posts-slider-widget.php:58
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:62
#: inc/widgets/colormag-featured-posts-widget.php:60
#: inc/widgets/colormag-highlighted-posts-widget.php:45
#: inc/widgets/colormag-ticker-news-widget.php:63
#: inc/widgets/colormag-video-playlist.php:61
msgid "Show posts from a tag"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:82
#: inc/widgets/colormag-300x250-advertisement-widget.php:59
#: inc/widgets/colormag-728x90-advertisement-widget.php:59
msgid "Check to make dofollow link."
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:317
msgid "Pause On Hover?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:309
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:321
msgid "No"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:308
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:320
msgid "Yes"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:305
msgid "Autoplay Slider?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:37
msgid "Block Style 10"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:296
msgid "Transition Speed"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:273
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:287
msgid "Transition Time"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:37
msgid "Trending News"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:34
msgid "Learn more about demo importer!"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:30
msgid "Ready to start importing available demos with just a single click?"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:19
msgid "Activate ThemeGrill Demo importer"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:15
msgid "Install ThemeGrill Demo importer"
msgstr ""

#: inc/customizer.php:2109
msgid "Exchange Rate API Key"
msgstr ""

#: inc/customizer.php:1703
msgid "Featured image with post title (Style 2)"
msgstr ""

#: inc/customizer.php:1684
msgid "Disable post navigation"
msgstr ""

#: inc/customizer.php:1628
msgid "Progress Bar Color"
msgstr ""

#: inc/customizer.php:1592
msgid "Display published date in \"X time ago\" format"
msgstr ""

#: inc/customizer.php:1591
msgid "Display published date "
msgstr ""

#: inc/customizer.php:1587
msgid "Choose post meta display type:"
msgstr ""

#: inc/customizer.php:1575
msgid "Post Meta Date"
msgstr ""

#: inc/customizer.php:1539
msgid "Change the Read Next text as required for your site."
msgstr ""

#: inc/customizer.php:1489
msgid "Style 4"
msgstr ""

#: inc/customizer.php:1488
msgid "Style 3"
msgstr ""

#: inc/customizer.php:1487
msgid "Style 2"
msgstr ""

#: inc/customizer.php:1486
msgid "Style 1"
msgstr ""

#: inc/customizer.php:1482
msgid "Choose the related posts layout as needed."
msgstr ""

#: inc/customizer.php:1384
msgid "Enter the number of Words you wish to show on excerpt. Default value is 20 words."
msgstr ""

#: inc/customizer.php:1373
msgid "Excerpt Length"
msgstr ""

#: inc/customizer.php:1101
msgid "Choose the author bio layout as needed."
msgstr ""

#: inc/customizer.php:1089
msgid "Author Bio Layout"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:43
msgid "Google Fonts"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:30
msgid "Standard Fonts"
msgstr ""

#. Template Name of the plugin/theme
msgid "Page Builder Template"
msgstr "Page Builder Template"

#: sidebar-woocommerce-right.php:18
msgid "This is an example widget to show how the WooCommerce Right Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-woocommerce-left.php:18
msgid "This is an example widget to show how the WooCommerce Left Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:190
msgid "You need to add longitude and latitude value to display the Google Maps. You can set it up via the widget setting."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:183
msgid "GoogleMaps requires API Key to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:91
msgid "Google Maps Zoom Size:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:86
msgid "Google Maps height in px:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:81
msgid "Latitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:76
msgid "Longitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:56
msgid "GoogleMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:18
msgid "TG: Google Maps"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:14
msgid "Display the Google Maps for your site."
msgstr ""

#: inc/widgets/colormag-video-playlist.php:102
msgid "Layout:"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:15
msgid "TG: Featured Videos Playlist"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:11
msgid "Display video playlist from Video Post Formats."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:87
msgid "Column:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:68
msgid "Exchange Currencies:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:60
msgid "Base Currency:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:15
msgid "TG: Currency Exchange"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:11
msgid "Display Currency Exchange."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:175
msgid "NNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:174
msgid "NW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:173
msgid "WNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:172
msgid "W"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:171
msgid "WSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:170
msgid "SW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:169
msgid "SSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:168
msgid "S"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:167
msgid "SSE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:166
msgid "SE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:165
msgid "ESE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:164
msgid "E"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:163
msgid "ENE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:162
msgid "NE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:161
msgid "NNE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:160
msgid "N"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:107
msgid "OpenWeatherMap requires City ID to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:184
#: inc/widgets/colormag-weather-widget.php:98
msgid "Get API Key"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:97
msgid "OpenWeatherMap requires API Key to work."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:89
msgid "C"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:88
msgid "m/s"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:85
msgid "F"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:84
msgid "mph"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:56
#: inc/widgets/colormag-weather-widget.php:87
msgid "Celsius"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:54
#: inc/widgets/colormag-weather-widget.php:83
msgid "Fahrenheit"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:50
#: inc/widgets/colormag-weather-widget.php:108
msgid "Get City ID"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:49
msgid "OpenWeatherMap City ID:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:59
#: inc/widgets/colormag-weather-widget.php:42
msgid "Enter API Key here"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:39
msgid "OpenWeatherMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:15
msgid "TG: Weather"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:11
msgid "Display weather."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:70
msgid "Center"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:67
msgid "Text Align:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:64
msgid "Open in new tab"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:59
msgid "Button URL:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:55
msgid "Button Text:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:37
msgid "Background Image "
msgstr ""

#: inc/widgets/colormag-cta-widget.php:15
msgid "TG: Call To Action"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:11
msgid "Display Call To Action Widget."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:150
#: inc/widgets/colormag-news-in-picture-widget.php:148
#: inc/widgets/colormag-slider-news-widget.php:154
msgid "Check to disable auto slide when mouse hover."
msgstr ""

#: inc/widgets/widgets.php:267
msgid "Shows widgets at WooCommerce Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:265
msgid "WooCommerce Left Sidebar"
msgstr ""

#: inc/widgets/widgets.php:256
msgid "Shows widgets at WooCommerce Right sidebar."
msgstr ""

#: inc/widgets/widgets.php:254
msgid "WooCommerce Right Sidebar"
msgstr ""

#: inc/widgets/widgets.php:243
msgid "Shows widgets just above footer copyright area."
msgstr ""

#: inc/widgets/widgets.php:241
msgid "Footer Sidebar Full Width"
msgstr ""

#: inc/header-functions.php:369 inc/header-functions.php:384
msgid "You are here:"
msgstr ""

#: inc/customizer.php:1532 inc/customizer.php:3122
#: inc/flyout-related-posts.php:7
msgid "Read Next"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:37
msgid "Grid Style 9"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:37
msgid "Grid Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:37
msgid "Grid Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:37
msgid "Grid Style 6"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:37
msgid "Grid Style 5"
msgstr "Styl mřížky 5"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:37
msgid "Grid Style 4"
msgstr "Styl mřížky 4"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:37
msgid "Grid Style 3"
msgstr "Styl mřížky 3"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:37
msgid "Grid Style 2"
msgstr "Styl mřížky 2"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:37
msgid "Grid Style 1"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:37
msgid "Block Style 9"
msgstr "Styl bloků 9"

#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:37
msgid "Block Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:37
msgid "Block Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:37
msgid "Block Style 6"
msgstr "Styl bloků 6"

#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:37
msgid "Block Style 5"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:37
msgid "Block Style 4"
msgstr "Styl bloků 4"

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:282
msgid "Video"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:277
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:277
msgid "Display featured image/video:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:37
msgid "Block Style 3"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:37
msgid "Block Style 2"
msgstr "Styl bloků 2"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:291
msgid "Hide"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:290
msgid "Show"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:287
msgid "Show Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:280
msgid "Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:269
msgid "Descending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:268
msgid "Ascending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:264
msgid "Sort Order:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:242
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:256
msgid "Comment Count"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:240
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:228
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:254
msgid "Post Modified Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:239
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:227
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:253
msgid "Post Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:226
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:252
msgid "Post Name(Slug)"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:237
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:225
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:251
msgid "Post Title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:236
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:224
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:250
msgid "Post Author"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:235
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:223
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:249
msgid "Post ID"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:234
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:222
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:248
msgid "None"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:244
msgid "Orderby:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:217
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:231
msgid "Select authors:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:204
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:218
msgid "Select tags:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:191
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:205
msgid "Select categories:"
msgstr "Vybrat rubriky:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:197
msgid "Authors"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:182
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:196
msgid "Tags"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:181
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:195
msgid "Categories"
msgstr "Rubriky"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:176
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:190
msgid "Display the posts from:"
msgstr "Zobrazit příspěvky od:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:169
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:183
msgid "Filter"
msgstr "Filtr"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:158
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:172
msgid "Offset Posts:"
msgstr "Odsazení příspěvků:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:142
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:156
msgid "Posts"
msgstr "Příspěvky"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:37
msgid "Block Style 1"
msgstr "Styl bloků 1"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:137
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:122
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:136
msgid "Text Color:"
msgstr "Barva textu:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:120
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:105
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:119
msgid "Color:"
msgstr "Barva:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:112
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:97
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:111
msgid "Widget Title"
msgstr "Název widgetu"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:96
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:95
msgid "Title URL"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:87
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:86
msgid "Add your custom block title"
msgstr "Přidat vlastní název bloku"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:77
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:77
msgid "Block Title"
msgstr "Název bloku"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:37
msgid "Title Widget"
msgstr "Název widgetu"

#: inc/elementor/elementor.php:216
msgid "ColorMag Global Widgets"
msgstr "ColorMag Globální widgety"

#: inc/elementor/elementor.php:211
msgid "ColorMag Widget Grid"
msgstr "ColorMag Widget mřížka"

#: inc/elementor/elementor.php:206
msgid "ColorMag Widget Blocks"
msgstr "ColorMag Widget bloky"

#: inc/elementor/elementor-functions.php:142 inc/functions.php:498
#: inc/widgets/colormag-breaking-news-widget.php:308
#: inc/widgets/colormag-default-news-widget.php:282
#: inc/widgets/colormag-featured-posts-slider-widget.php:325
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:295
#: inc/widgets/colormag-featured-posts-vertical-widget.php:295
#: inc/widgets/colormag-featured-posts-widget.php:295
#: inc/widgets/colormag-highlighted-posts-widget.php:226
#: inc/widgets/colormag-news-in-picture-widget.php:343
#: inc/widgets/colormag-random-post-widget.php:132
#: inc/widgets/colormag-cm-tabbed-widget.php:150
#: inc/widgets/colormag-cm-tabbed-widget.php:230
msgid "min read"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:1307
msgid "ColorMag Dark"
msgstr "ColorMag tmavý"

#: inc/demo-importer/demos/functions-demo-config.php:1127
msgid "ColorMag Beauty Blog"
msgstr "ColorMag Blog krásy"

#: inc/demo-importer/demos/functions-demo-config.php:995
msgid "ColorMag Business Magazine"
msgstr "ColorMag Obchodní časopis"

#: inc/demo-importer/demos/functions-demo-config.php:787
msgid "ColorMag Pro Music"
msgstr "ColorMag Pro Music"

#: inc/demo-importer/demos/functions-demo-config.php:621
msgid "ColorMag Pro Health Blog"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:610
#: inc/demo-importer/demos/functions-demo-config.php:776
#: inc/demo-importer/demos/functions-demo-config.php:913
#: inc/demo-importer/demos/functions-demo-config.php:1116
#: inc/demo-importer/demos/functions-demo-config.php:1296
#: inc/demo-importer/demos/functions-demo-config.php:1464
msgid "Elementor"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:421
msgid "ColorMag Pro Food Recipe"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:113
#: inc/demo-importer/demos/functions-demo-config.php:211
#: inc/demo-importer/demos/functions-demo-config.php:320
#: inc/demo-importer/demos/functions-demo-config.php:414
#: inc/demo-importer/demos/functions-demo-config.php:614
#: inc/demo-importer/demos/functions-demo-config.php:780
#: inc/demo-importer/demos/functions-demo-config.php:917
#: inc/demo-importer/demos/functions-demo-config.php:988
#: inc/demo-importer/demos/functions-demo-config.php:1120
#: inc/demo-importer/demos/functions-demo-config.php:1300
#: inc/demo-importer/demos/functions-demo-config.php:1468
msgid "Everest Forms – Easy Contact Form and Form Builder"
msgstr "Everest Forms – Easy Contact Form and Form Builder"

#: inc/customizer.php:2949
msgid "Add the background link url."
msgstr ""

#: inc/customizer.php:2892
msgid "Upper footer widget background color."
msgstr ""

#: inc/customizer.php:2750
msgid "Primary menu top border color."
msgstr ""

#: inc/customizer.php:2745
msgid "Primary sub menu background color."
msgstr ""

#: inc/customizer.php:2740
msgid "Primary menu background color."
msgstr ""

#: inc/customizer.php:2272
msgid "Check to show category color in menu."
msgstr ""

#: inc/customizer.php:2260
msgid "Category Color in Menu"
msgstr ""

#: inc/customizer.php:2205
msgid "WooCommerce Single Product Page Layout"
msgstr ""

#: inc/customizer.php:2185
msgid "WooCommerce Archive Page Layout"
msgstr ""

#: inc/customizer.php:2165
msgid "WooCommerce Shop Page Layout"
msgstr ""

#: inc/customizer.php:2151
msgid "Check to register different sidebar areas to be used for WooCommerce pages."
msgstr ""

#: inc/customizer.php:2138
msgid "Woocommerce Settings"
msgstr ""

#: inc/customizer.php:2133
msgid "Change the WooCommerce Settings from here as you want"
msgstr ""

#: inc/customizer.php:2131
msgid "WooCommerce Options"
msgstr ""

#: inc/customizer.php:2090
msgid "GoogleMaps API Key"
msgstr ""

#: inc/customizer.php:2082 inc/customizer.php:2101 inc/customizer.php:2120
msgid "API Key"
msgstr ""

#: inc/customizer.php:2070
msgid "OpenWeatherMap API Key"
msgstr ""

#: inc/customizer.php:2063
msgid "Check to enable schema markup."
msgstr ""

#: inc/customizer.php:2051
msgid "Schema Markup"
msgstr ""

#: inc/customizer.php:2044
msgid "Check to display the featured image in single page."
msgstr "Zaškrtněte, chcete-li zobrazit náhledový obrázek na jedné stránce."

#: inc/customizer.php:2032
msgid "Featured Image In Single Page"
msgstr "Náhledový obrázek na jedné stránce"

#: inc/customizer.php:2025
msgid "Below featured image"
msgstr ""

#: inc/customizer.php:2024
msgid "Above featured image"
msgstr ""

#: inc/customizer.php:2020
msgid "Select the post title position in single post page."
msgstr ""

#: inc/customizer.php:2008
msgid "Post Title Position"
msgstr ""

#: inc/customizer.php:2000
msgid "Check to hide the featured image in single post page."
msgstr "Zaškrtněte, chcete-li zobrazit náhledový obrázek na stránce s jednotlivými příspěvky."

#: inc/customizer.php:1988
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:281
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:281
msgid "Featured Image"
msgstr "Doporučený obrázek"

#: inc/customizer.php:1972
msgid "Check to show the image caption under the featured image in archive, search as well as the single post page."
msgstr ""

#: inc/customizer.php:1959
msgid "Featured Image Caption"
msgstr ""

#: inc/customizer.php:1894
msgid "Change the You May Also Like text as required for your site."
msgstr ""

#: inc/customizer.php:1882
msgid "Change You May Also Like Text"
msgstr ""

#: inc/customizer.php:1866
msgid "Change the View All text as required for your site."
msgstr ""

#: inc/customizer.php:1854
msgid "Change View All Text"
msgstr ""

#: inc/customizer.php:1664
msgid "The content will only be displayed if you have chosen %1$sOne Column (Featured image on left and post excerpt on right)%2$s or %1$sFull Width (Featured image on top and post excerpt below)%2$s option in %1$sBlog/Archive and Search Pages Layout%2$s under the %1$sDesign Settings%2$s."
msgstr ""

#: inc/customizer.php:1663
msgid "Important Notice:"
msgstr ""

#: inc/customizer.php:1654
msgid "Display Content"
msgstr ""

#: inc/customizer.php:1653
msgid "(Default) Display Excerpt"
msgstr ""

#: inc/customizer.php:1649
msgid "Choose to display the post content or excerpt:"
msgstr ""

#: inc/customizer.php:1637
msgid "Blog/Archive and Search Pages Display Type"
msgstr ""

#: inc/customizer.php:1611
msgid "Check to activate the reading progress indicator in single post page."
msgstr ""

#: inc/customizer.php:1599
msgid "Reading Progress Indicator"
msgstr ""

#: inc/customizer.php:1567
msgid "Check to display the reading time."
msgstr ""

#: inc/customizer.php:1555
msgid "Reading Time Display"
msgstr ""

#: inc/customizer.php:1466
msgid "Number of post to display"
msgstr ""

#: inc/customizer.php:1508
msgid "Check to display the related post when browser scrolls at end."
msgstr ""

#: inc/customizer.php:1496
msgid "Flyout Related Post"
msgstr ""

#: inc/customizer.php:1404
msgid "Check to display the breadcrumb. Note: Supports BreadCrumb NavXT plugin and Yoast SEO BreadCrumb settings."
msgstr ""

#: inc/customizer.php:1392
msgid "BreadCrumb Setting"
msgstr ""

#: inc/customizer.php:1317
msgid "Repeat Vertically"
msgstr ""

#: inc/customizer.php:1316
msgid "Repeat Horizontally"
msgstr ""

#: inc/customizer.php:1315
msgid "Repeat"
msgstr ""

#: inc/customizer.php:1314
msgid "No Repeat"
msgstr ""

#: inc/customizer.php:1310
msgid "Background Image Repeat"
msgstr ""

#: inc/customizer.php:1296
msgid "Fixed"
msgstr ""

#: inc/customizer.php:1295
msgid "Scroll"
msgstr ""

#: inc/customizer.php:1291
msgid "Background Image Attachment"
msgstr ""

#: inc/customizer.php:1277
msgid "Auto"
msgstr ""

#: inc/customizer.php:1276
msgid "Contain"
msgstr ""

#: inc/customizer.php:1275
msgid "Cover"
msgstr ""

#: inc/customizer.php:1271
msgid "Background Image Size"
msgstr ""

#: inc/customizer.php:1257
msgid "Bottom Right"
msgstr ""

#: inc/customizer.php:1256
msgid "Bottom Center"
msgstr ""

#: inc/customizer.php:1255
msgid "Bottom Left"
msgstr ""

#: inc/customizer.php:1254
msgid "Center Right"
msgstr ""

#: inc/customizer.php:1253
msgid "Center Center"
msgstr ""

#: inc/customizer.php:1252
msgid "Center Left"
msgstr ""

#: inc/customizer.php:1251
msgid "Top Right"
msgstr ""

#: inc/customizer.php:1250
msgid "Top Center"
msgstr ""

#: inc/customizer.php:1249
msgid "Top Left"
msgstr ""

#: inc/customizer.php:1245
msgid "Background Image Position"
msgstr ""

#: inc/customizer.php:1230
msgid "Background Image"
msgstr ""

#: inc/customizer.php:1218
msgid "Footer Background"
msgstr ""

#: inc/customizer.php:1149
msgid "Type 3"
msgstr ""

#: inc/customizer.php:1148
msgid "Type 2"
msgstr "Typ 2"

#: inc/customizer.php:1147
msgid "Type 1 (Default)"
msgstr "Typ 1 (výchozí)"

#: inc/customizer.php:1144
msgid "Choose the main total footer area display type that you want"
msgstr "Zvolte požadovaný typ zobrazení celé oblasti zápatí"

#: inc/customizer.php:1131
msgid "Footer Main Area Display Type"
msgstr "Typ zobrazení hlavní plochy v záhlaví"

#: inc/customizer.php:1125
msgid "Footer Options"
msgstr "Možnosti zápatí"

#: inc/customizer.php:1123
msgid "Change the Footer Settings from here as you want"
msgstr "Zde můžete změnit nastavení zápatí"

#: inc/customizer.php:1032
msgid "Check to disable the Author Bio"
msgstr ""

#: inc/customizer.php:1020
msgid "Author Bio"
msgstr ""

#: inc/customizer.php:1014
msgid "Author Bio Options"
msgstr ""

#: inc/customizer.php:1012
msgid "Change the Author Bio Settings from here as you want"
msgstr ""

#: inc/customizer.php:770
msgid "Both header and footer"
msgstr "Záhlaví i zápatí"

#: inc/customizer.php:769
msgid "Footer only"
msgstr "Pouze zápatí"

#: inc/customizer.php:768
msgid "Header only"
msgstr "Pouze záhlaví"

#: inc/customizer.php:764
msgid "Social links to display on:"
msgstr "Sociální odkazy se zobrazí:"

#: inc/customizer.php:699
msgid "Dark Skin"
msgstr "Tmavý vzhled"

#: inc/customizer.php:698
msgid "White Skin"
msgstr "Světlý vzhled"

#: inc/customizer.php:696
msgid "Choose the color skin for your site."
msgstr "Vyberte barvu vzhledu pro vaší stránku."

#: inc/customizer.php:684
msgid "Skin Color"
msgstr "Barva vzhledu"

#: inc/customizer.php:655
msgid "Grid Layout (Featured image on top and post excerpt below in two column grid)"
msgstr ""

#: inc/customizer.php:654
msgid "Full Width (Featured image on top and post excerpt below)"
msgstr ""

#: inc/customizer.php:495
msgid "Choose the main total header area display type that you want"
msgstr "Zvolte požadovaný typ zobrazení celé oblasti záhlaví"

#: inc/customizer.php:483
msgid "Main Header Area Display Type"
msgstr "Hlavní typ zobrazení záhlaví"

#: inc/customizer.php:449
msgid "Custom link to header image "
msgstr ""

#: inc/customizer.php:326
msgid "Reveal the menu on scroll up"
msgstr ""

#: inc/customizer.php:325
msgid "Make the menu sticky"
msgstr ""

#: inc/customizer.php:323
msgid "Select the option you want:"
msgstr ""

#: inc/customizer.php:252
msgid "From WordPress Date Setting"
msgstr "Nastavení data z WordPressu"

#: inc/customizer.php:251
msgid "Theme Default Setting"
msgstr "Výchozí nastavení šablony"

#: inc/customizer.php:249
msgid "Date in header display type:"
msgstr "Typ zobrazení datumu v záhlaví:"

#: inc/customizer.php:1468 inc/widgets/colormag-exchange-widget.php:91
msgid "3"
msgstr ""

#: navigation.php:67 navigation.php:98
msgctxt "Next post link"
msgid "Next &rarr;"
msgstr ""

#: navigation.php:61 navigation.php:92
msgctxt "Previous post link"
msgid "&larr; Previous"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:328
msgid "Load More"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:109
msgid "Check to display the ajax load more button to load further posts from chosen category or from latest post."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:138
msgid "Maximum Slide Rows:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:133
msgid "Slide Row Height (in px):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:128
msgid "Slide Duration Time (in ms):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:120
msgid "Slide Direction:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:266
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:280
#: inc/widgets/colormag-breaking-news-widget.php:116
msgid "Slide Options"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:143
#: inc/widgets/colormag-slider-news-widget.php:149
msgid "Check to enable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:145
msgid "Check to disable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:139
#: inc/widgets/colormag-news-in-picture-widget.php:137
#: inc/widgets/colormag-slider-news-widget.php:143
msgid "Transition Pause Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:134
#: inc/widgets/colormag-news-in-picture-widget.php:132
#: inc/widgets/colormag-slider-news-widget.php:138
#: inc/widgets/colormag-ticker-news-widget.php:128
msgid "Transition Speed Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:129
#: inc/widgets/colormag-slider-news-widget.php:133
msgid "Fade"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:132
#: inc/widgets/colormag-video-playlist.php:104
msgid "Vertical"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:127
#: inc/widgets/colormag-slider-news-widget.php:131
#: inc/widgets/colormag-video-playlist.php:105
msgid "Horizontal"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:125
#: inc/widgets/colormag-slider-news-widget.php:129
msgid "Slide Mode:"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:121
#: inc/widgets/colormag-news-in-picture-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:125
#: inc/widgets/colormag-ticker-news-widget.php:124
msgid "Slider Options"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:32
msgid "ThemeGrill Demo Importer"
msgstr ""

#: inc/customizer.php:1702
msgid "Featured image with post title"
msgstr ""

#: inc/customizer.php:1697
msgid "Post navigation to be shown as:"
msgstr ""

#: inc/customizer.php:1672
msgid "Post Navigation"
msgstr ""

#: inc/customizer.php:121
msgid "Choose the required category to display as the latest posts:"
msgstr ""

#: inc/customizer.php:100
msgid "Category"
msgstr ""

#: inc/customizer.php:99
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:180
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:194
msgid "Latest Posts"
msgstr "Nejnovější příspěvky"

#: inc/customizer.php:95
msgid "Choose the required option to display the latest posts from:"
msgstr ""

#: inc/ajax.php:137
msgid "No more post"
msgstr ""

#: inc/ajax.php:19
msgid "Permissions check failed."
msgstr ""

#. Author URI of the plugin/theme
msgid "https://themegrill.com/wordpress-themes/"
msgstr ""

#: inc/customizer.php:1859 inc/customizer.php:3132
#: inc/widgets/colormag-breaking-news-widget.php:242
#: inc/widgets/colormag-default-news-widget.php:216
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:225
#: inc/widgets/colormag-featured-posts-vertical-widget.php:215
#: inc/widgets/colormag-featured-posts-widget.php:215
#: inc/widgets/colormag-news-in-picture-widget.php:266
#: inc/widgets/colormag-slider-news-widget.php:273
#: inc/widgets/colormag-ticker-news-widget.php:245
#: inc/widgets/colormag-video-playlist.php:240
msgid "View All"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:112
#: inc/widgets/colormag-default-news-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:119
#: inc/widgets/colormag-featured-posts-vertical-widget.php:112
#: inc/widgets/colormag-featured-posts-widget.php:112
#: inc/widgets/colormag-news-in-picture-widget.php:124
#: inc/widgets/colormag-slider-news-widget.php:121
#: inc/widgets/colormag-ticker-news-widget.php:120
#: inc/widgets/colormag-video-playlist.php:121
msgid "Check to display the view all button to link that button to the specific category chosen in this widget."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:107
#: inc/widgets/colormag-default-news-widget.php:107
#: inc/widgets/colormag-featured-posts-slider-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:114
#: inc/widgets/colormag-featured-posts-vertical-widget.php:107
#: inc/widgets/colormag-featured-posts-widget.php:107
#: inc/widgets/colormag-highlighted-posts-widget.php:92
#: inc/widgets/colormag-news-in-picture-widget.php:119
#: inc/widgets/colormag-slider-news-widget.php:116
#: inc/widgets/colormag-ticker-news-widget.php:115
#: inc/widgets/colormag-video-playlist.php:116
msgid "Check to display the posts from child category of the chosen category."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:102
#: inc/widgets/colormag-default-news-widget.php:102
#: inc/widgets/colormag-featured-posts-slider-widget.php:107
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:104
#: inc/widgets/colormag-featured-posts-vertical-widget.php:102
#: inc/widgets/colormag-featured-posts-widget.php:102
#: inc/widgets/colormag-highlighted-posts-widget.php:87
#: inc/widgets/colormag-news-in-picture-widget.php:114
#: inc/widgets/colormag-slider-news-widget.php:111
#: inc/widgets/colormag-ticker-news-widget.php:110
#: inc/widgets/colormag-video-playlist.php:111
msgid "Check to display the random post from either the chosen category or from latest post."
msgstr ""

#: inc/customizer.php:1365
msgid "Check to activate the sticky options for content and sidebar areas."
msgstr ""

#: inc/customizer.php:1353
msgid "Sticky Content And Sidebar"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Select an Image"
msgstr "Vyberte obrázek"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Use image"
msgstr "Použít obrázek"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Choose an image"
msgstr "Vyberte obrázek"

#: inc/demo-importer/class-demo-importer.php:65
#: inc/demo-importer/includes/views/html-admin-page-importer.php:27
msgid "Demo Importer"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:327
msgid "ColorMag Pro Sports"
msgstr "ColorMag Pro sport"

#: inc/demo-importer/demos/functions-demo-config.php:218
msgid "ColorMag Pro Technology"
msgstr "ColorMag Pro technologie"

#: inc/demo-importer/demos/functions-demo-config.php:120
msgid "ColorMag Pro Fashion"
msgstr "ColorMag Pro móda"

#: inc/widgets/colormag-exchange-widget.php:90
msgid "2"
msgstr "2"

#: inc/customizer.php:1469
msgid "6"
msgstr "6"

#: inc/widgets/colormag-exchange-widget.php:89
msgid "1"
msgstr "1"

#: inc/demo-importer/demos/functions-demo-config.php:926
msgid "ColorMag"
msgstr "ColorMag"

#: inc/functions.php:1027 navigation.php:107
msgctxt "Next post link"
msgid "&rarr;"
msgstr "&rarr;"

#: inc/functions.php:1026 navigation.php:106
msgctxt "Previous post link"
msgid "&larr;"
msgstr "&larr;"

#: comments.php:31
msgctxt "comments title"
msgid "One thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "1 komentář: &bdquo;%2$s&ldquo;"
msgstr[1] "%1$s komentáře: &bdquo;%2$s&ldquo;"
msgstr[2] "%1$s komentářů: &bdquo;%2$s&ldquo;"

#. Template Name of the plugin/theme
msgid "Magazine Template"
msgstr ""

#. Template Name of the plugin/theme
msgid "Contact Page Template"
msgstr "Šablona kontaktní stránky"

#. Description of the plugin/theme
msgid "ColorMag Pro is the pro version of ColorMag free theme."
msgstr ""

#. Theme URI of the plugin/theme
msgid "https://themegrill.com/themes/colormag/"
msgstr "https://themegrill.com/themes/colormag/"

#. Theme Name of the plugin/theme
msgid "ColorMag Pro"
msgstr "ColorMag Pro"

#: auto-load-next-post/content-partial.php:42 single.php:62
msgid "See all posts by %1$s"
msgstr ""

#: auto-load-next-post/content-partial.php:41 single.php:61
msgid "%1$s has %2$s posts and counting."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:71 sidebar.php:26
msgid "Right"
msgstr "Doprava"

#: sidebar-left.php:31 sidebar.php:31
msgid "This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-left.php:30 sidebar-woocommerce-left.php:17
#: sidebar-woocommerce-right.php:17 sidebar.php:30
msgid "Example Widget"
msgstr "Ukázková widgeta"

#: inc/widgets/colormag-cta-widget.php:69 sidebar-left.php:26
msgid "Left"
msgstr "Doleva"

#: sidebar-left.php:24 sidebar.php:24
msgid "Contact Page"
msgstr "Kontaktní stránka"

#: searchform.php:12
msgid "Search"
msgstr "Hledat"

#: no-results.php:27
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "Vypadá to, že nemůžeme najít to, co hledáte. Možná pomůže vyhledávání."

#: no-results.php:22
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "Omlouváme se, ale hledaný výraz nebyl bohužel nalezen. Zkuste to prosím znovu s nějakými jinými klíčovými slovy."

#: no-results.php:18
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "Jste připraveni publikovat váš první příspěvek? <a href=\"%1$s\">Začněte zde</a>."

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:494
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:470
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:482
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:454
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:456
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:475
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:467
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:445
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:441
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:477
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:465
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:453
#: navigation.php:25 navigation.php:37
msgid "Next &rarr;"
msgstr "Další &rarr;"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:493
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:469
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:481
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:453
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:455
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:474
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:466
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:444
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:440
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:476
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:452
#: navigation.php:24 navigation.php:36
msgid "&larr; Previous"
msgstr "&larr; Předchozí"

#: license.php:421
msgid "<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s."
msgstr ""

#: license.php:402
msgid "The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key."
msgstr ""

#: license.php:178
msgid "License Deactivation"
msgstr ""

#: license.php:177
msgid "License Activation"
msgstr ""

#: license.php:127 license.php:136
msgid "Cheatin&#8217; huh?"
msgstr "Nepodvádíte?"

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:15
msgid "TG: Featured Posts (Style 3)"
msgstr "TG: Doporučené příspěvky (Styl 3)"

#: inc/widgets/colormag-ticker-news-widget.php:105
msgid "Check to display the content in the popup"
msgstr ""

#: inc/widgets/colormag-ticker-news-widget.php:14
msgid "TG: Featured Posts (Style 7)"
msgstr "TG: Doporučené příspěvky (Styl 7)"

#: inc/widgets/colormag-breaking-news-widget.php:51
msgid "Number of recent posts to show as the breaking news:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:14
msgid "TG: Breaking News Widget"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:11
msgid "Displays the breaking news in the news ticker way. Suitable for the Right/Left Sidebar"
msgstr ""

#: inc/widgets/colormag-slider-news-widget.php:14
msgid "TG: Featured Posts (Style 6)"
msgstr "TG: Doporučené příspěvky (Styl 6)"

#: inc/widgets/colormag-random-post-widget.php:30
msgid "Number of random posts to display:"
msgstr ""

#: inc/widgets/colormag-random-post-widget.php:15
msgid "TG: Random Posts Widget"
msgstr "TG: Widgeta náhodných příspěvků"

#: inc/widgets/colormag-random-post-widget.php:11
msgid "Displays the random posts from your site. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:257
msgid "No comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:253
msgid "says:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "% Comments"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "1 Comment"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "No Comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:64
msgid "<i class=\"fa fa-comment\"></i>Comment"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:62
msgid "<i class=\"fa fa-history\"></i>Recent"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:60
msgid "<i class=\"fa fa-star\"></i>Popular"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:31
msgid "Check to enable the popular post by view count."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:25
msgid "Number of popular posts, recent posts and comments to display:"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:14
msgid "TG: Tabbed Widget"
msgstr "TG: Tabulkový widget"

#: inc/widgets/colormag-cm-tabbed-widget.php:11
msgid "Displays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:15
msgid "TG: Featured Posts (Style 4)"
msgstr "TG: Doporučené příspěvky (Styl 4)"

#: inc/widgets/colormag-news-in-picture-widget.php:109
msgid "Check not to have the slider effect for this widget"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:14
msgid "TG: Featured Posts (Style 5)"
msgstr "TG: Doporučené příspěvky (Styl 5)"

#: inc/widgets/colormag-video-widget.php:42
msgid "Vimeo Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:38
msgid "Youtube Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:15
msgid "TG: Videos"
msgstr "TG: Videa"

#: inc/widgets/colormag-video-widget.php:11
msgid "Add the videos here, Youtube and Vimeo Videos is only accepted for now."
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:51
msgid "Add your Advertisement 125x125 Images Here"
msgstr "Zde vložte obrázek reklamy o velikosti 125x125 px"

#: inc/widgets/colormag-125x125-advertisement-widget.php:15
msgid "TG: 125x125 Advertisement"
msgstr "TG: Reklama 125x125"

#: inc/widgets/colormag-125x125-advertisement-widget.php:11
msgid "Add your 125x125 Advertisement here"
msgstr "Zde vložte reklamu o velikosti 125x125"

#: inc/widgets/colormag-728x90-advertisement-widget.php:39
msgid "Add your Advertisement 728x90 Images Here"
msgstr "Zde vložte obrázek reklamy o velikosti 728x90 px"

#: inc/widgets/colormag-728x90-advertisement-widget.php:15
msgid "TG: 728x90 Advertisement"
msgstr "TG: Reklama 728x90"

#: inc/widgets/colormag-728x90-advertisement-widget.php:11
msgid "Add your 728x90 Advertisement here"
msgstr "Zde vložte reklamu o velikosti 728x90"

#: inc/widgets/colormag-125x125-advertisement-widget.php:66
#: inc/widgets/colormag-300x250-advertisement-widget.php:45
#: inc/widgets/colormag-728x90-advertisement-widget.php:45
msgid "Advertisement Image "
msgstr "Reklamní obrázek"

#: inc/widgets/colormag-125x125-advertisement-widget.php:59
#: inc/widgets/colormag-300x250-advertisement-widget.php:41
#: inc/widgets/colormag-728x90-advertisement-widget.php:41
msgid "Advertisement Image Link "
msgstr "Odkaz reklamního obrázku"

#: inc/widgets/colormag-300x250-advertisement-widget.php:39
msgid "Add your Advertisement 300x250 Images Here"
msgstr "Zde vložte obrázek reklamy o velikosti 300x250 px"

#: inc/widgets/colormag-300x250-advertisement-widget.php:15
msgid "TG: 300x250 Advertisement"
msgstr "TG: Reklama 300x250"

#: inc/widgets/colormag-300x250-advertisement-widget.php:11
msgid "Add your 300x250 Advertisement here"
msgstr "Zde vložte reklamu o velikosti 300x250"

#: inc/widgets/colormag-featured-posts-vertical-widget.php:15
msgid "TG: Featured Posts (Style 2)"
msgstr "TG: Doporučené příspěvky (Styl 2)"

#: inc/widgets/colormag-cta-widget.php:52
#: inc/widgets/colormag-default-news-widget.php:48
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:50
#: inc/widgets/colormag-featured-posts-vertical-widget.php:48
#: inc/widgets/colormag-featured-posts-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:57
#: inc/widgets/colormag-slider-news-widget.php:57
#: inc/widgets/colormag-ticker-news-widget.php:51
#: inc/widgets/colormag-video-playlist.php:48
msgid "Description"
msgstr "Popis"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:85
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:84
#: inc/widgets/colormag-125x125-advertisement-widget.php:48
#: inc/widgets/colormag-300x250-advertisement-widget.php:36
#: inc/widgets/colormag-728x90-advertisement-widget.php:36
#: inc/widgets/colormag-breaking-news-widget.php:47
#: inc/widgets/colormag-cta-widget.php:49
#: inc/widgets/colormag-default-news-widget.php:45
#: inc/widgets/colormag-exchange-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:47
#: inc/widgets/colormag-featured-posts-vertical-widget.php:45
#: inc/widgets/colormag-featured-posts-widget.php:45
#: inc/widgets/colormag-google-maps-widget.php:68
#: inc/widgets/colormag-news-in-picture-widget.php:54
#: inc/widgets/colormag-random-post-widget.php:26
#: inc/widgets/colormag-slider-news-widget.php:54
#: inc/widgets/colormag-ticker-news-widget.php:48
#: inc/widgets/colormag-video-playlist.php:44
#: inc/widgets/colormag-video-widget.php:34
#: inc/widgets/colormag-weather-widget.php:45
msgid "Title:"
msgstr "Název:"

#: inc/widgets/colormag-default-news-widget.php:41
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:43
#: inc/widgets/colormag-featured-posts-vertical-widget.php:41
#: inc/widgets/colormag-featured-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:50
#: inc/widgets/colormag-slider-news-widget.php:50
#: inc/widgets/colormag-ticker-news-widget.php:44
msgid "Layout will be as below:"
msgstr "Vzhled bude následující:"

#: inc/widgets/colormag-featured-posts-widget.php:15
msgid "TG: Featured Posts (Style 1)"
msgstr "TG: Doporučené příspěvky (Styl 1)"

#: inc/widgets/colormag-default-news-widget.php:11
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:11
#: inc/widgets/colormag-featured-posts-vertical-widget.php:11
#: inc/widgets/colormag-featured-posts-widget.php:11
#: inc/widgets/colormag-news-in-picture-widget.php:11
#: inc/widgets/colormag-slider-news-widget.php:11
#: inc/widgets/colormag-ticker-news-widget.php:11
msgid "Display latest posts or posts of specific category."
msgstr "Zobrazí nejnovější příspěvky nebo příspěvky konkrétní rubriky."

#: inc/widgets/colormag-highlighted-posts-widget.php:15
msgid "TG: Highligted Posts"
msgstr ""

#: inc/widgets/colormag-highlighted-posts-widget.php:11
msgid "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."
msgstr "Zobrazí nejnovější příspěvky nebo určitou rubriku. Vhodné pro oblast u slideru v postranním panelu."

#: inc/widgets/colormag-featured-posts-slider-widget.php:102
msgid "Image Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:100
msgid "Image Size medium (800X445 pixels)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:98
msgid "Image Size:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:67
#: inc/widgets/colormag-default-news-widget.php:67
#: inc/widgets/colormag-featured-posts-slider-widget.php:65
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:69
#: inc/widgets/colormag-featured-posts-vertical-widget.php:67
#: inc/widgets/colormag-featured-posts-widget.php:67
#: inc/widgets/colormag-highlighted-posts-widget.php:52
#: inc/widgets/colormag-news-in-picture-widget.php:74
#: inc/widgets/colormag-slider-news-widget.php:76
#: inc/widgets/colormag-ticker-news-widget.php:70
#: inc/widgets/colormag-video-playlist.php:68
msgid "Select category"
msgstr "Vybrat rubriku"

#: inc/widgets/colormag-breaking-news-widget.php:58
#: inc/widgets/colormag-default-news-widget.php:58
#: inc/widgets/colormag-featured-posts-slider-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:58
#: inc/widgets/colormag-featured-posts-widget.php:58
#: inc/widgets/colormag-highlighted-posts-widget.php:43
#: inc/widgets/colormag-news-in-picture-widget.php:67
#: inc/widgets/colormag-slider-news-widget.php:67
#: inc/widgets/colormag-ticker-news-widget.php:61
#: inc/widgets/colormag-video-playlist.php:59
msgid "Show posts from a category"
msgstr "Zobrazit příspěvky z rubriky"

#: inc/widgets/colormag-breaking-news-widget.php:56
#: inc/widgets/colormag-default-news-widget.php:56
#: inc/widgets/colormag-featured-posts-slider-widget.php:54
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:58
#: inc/widgets/colormag-featured-posts-vertical-widget.php:56
#: inc/widgets/colormag-featured-posts-widget.php:56
#: inc/widgets/colormag-highlighted-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:65
#: inc/widgets/colormag-slider-news-widget.php:65
#: inc/widgets/colormag-ticker-news-widget.php:59
#: inc/widgets/colormag-video-playlist.php:57
msgid "Show latest Posts"
msgstr "Zobrazit nejnovější příspěvky"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:149
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:163
#: inc/widgets/colormag-default-news-widget.php:51
#: inc/widgets/colormag-featured-posts-slider-widget.php:49
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:53
#: inc/widgets/colormag-featured-posts-vertical-widget.php:51
#: inc/widgets/colormag-featured-posts-widget.php:51
#: inc/widgets/colormag-highlighted-posts-widget.php:36
#: inc/widgets/colormag-news-in-picture-widget.php:60
#: inc/widgets/colormag-slider-news-widget.php:60
#: inc/widgets/colormag-ticker-news-widget.php:54
#: inc/widgets/colormag-video-playlist.php:52
msgid "Number of posts to display:"
msgstr "Počet zobrazovaných příspěvků:"

#: inc/widgets/colormag-featured-posts-slider-widget.php:14
msgid "TG: Featured Category Slider"
msgstr "TG: Slider doporučené rubriky"

#: inc/widgets/colormag-featured-posts-slider-widget.php:11
msgid "Display latest posts or posts of specific category, which will be used as the slider."
msgstr "Zobrazí nejnovější příspěvky nebo příspěvky konkrétní rubriky, které se použijí jako slider."

#: inc/widgets/widgets.php:232
msgid "Shows widgets at footer sidebar four."
msgstr "Zobrazí widgety ve 4. postranním panelu zápatí."

#: inc/widgets/widgets.php:230
msgid "Footer Sidebar Four ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:221
msgid "Shows widgets at footer sidebar three."
msgstr "Zobrazí widgety ve 3. postranním panelu zápatí."

#: inc/widgets/widgets.php:219
msgid "Footer Sidebar Three ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:210
msgid "Shows widgets at footer sidebar two."
msgstr "Zobrazí widgety ve 2.postranním panelu zápatí."

#: inc/widgets/widgets.php:208
msgid "Footer Sidebar Two ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:199
msgid "Shows widgets at footer sidebar one."
msgstr "Zobrazí widgety v 1. postranním panelu zápatí."

#: inc/widgets/widgets.php:197
msgid "Footer Sidebar One ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:188
msgid "Shows widgets at footer sidebar three in upper."
msgstr ""

#: inc/widgets/widgets.php:186
msgid "Footer Sidebar Three ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:177
msgid "Shows widgets at footer sidebar two in upper."
msgstr ""

#: inc/widgets/widgets.php:175
msgid "Footer Sidebar Two ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:166
msgid "Shows widgets at footer sidebar one in upper."
msgstr ""

#: inc/widgets/widgets.php:164
msgid "Footer Sidebar One ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:155
msgid "Shows widgets Just Above The Footer, suitable for TG: 728x90 widget."
msgstr ""

#: inc/widgets/widgets.php:153
msgid "Advertisement Above The Footer"
msgstr "Reklama nad zápatím"

#: inc/widgets/widgets.php:144
msgid "Shows widgets on Error 404 page."
msgstr "Zobrazí widgety na chybové stránce 404."

#: inc/widgets/widgets.php:142
msgid "Error 404 Page Sidebar"
msgstr "Postranní panel chybové stránky 404"

#: inc/widgets/widgets.php:133
msgid "Shows widgets on Contact Page Template."
msgstr "Zobrazí widgety v šabloně kontaktní stránky."

#: inc/widgets/widgets.php:131
msgid "Contact Page Sidebar"
msgstr "Postranní panel kontaktní stránky"

#: inc/widgets/widgets.php:122
msgid "Content Middle Bottom Section"
msgstr ""

#: inc/widgets/widgets.php:120
msgid "Front Page: Content Bottom Section"
msgstr "Úvodní stránka: Obsah spodní sekce"

#: inc/widgets/widgets.php:111
msgid "Content Middle Right Section"
msgstr "Obsah vnitřní pravé sekce"

#: inc/widgets/widgets.php:109
msgid "Front Page: Content Middle Right Section"
msgstr "Úvodní stránka: Obsah vnitřní pravé sakce"

#: inc/widgets/widgets.php:100
msgid "Content Middle Left Section"
msgstr "Obsah vnitřní levé sekce"

#: inc/widgets/widgets.php:98
msgid "Front Page: Content Middle Left Section"
msgstr "Úvodní stránka: Obsah vnitřní levé sekce"

#: inc/widgets/widgets.php:89
msgid "Content Top Section"
msgstr "Obsah horní sekce"

#: inc/widgets/widgets.php:87
msgid "Front Page: Content Top Section"
msgstr "Úvodní stránka: Obsah horní sekce"

#: inc/widgets/widgets.php:78
msgid "Show widget beside the slider. Suitable for TG: Highlighted Posts."
msgstr "Zobrazí widget vedle slideru. Vhodné pro TG: Zvýrazněné příspěvky"

#: inc/widgets/widgets.php:76
msgid "Front Page: Area beside slider"
msgstr "Úvodní stránka: Oblast u slideru"

#: inc/widgets/widgets.php:67
msgid "Show widget just below menu. Suitable for TG: Featured Cat Slider."
msgstr ""

#: inc/widgets/widgets.php:65
msgid "Front Page: Slider Area"
msgstr "Úvodní stránka: Oblast slideru"

#: inc/widgets/widgets.php:56
msgid "Show widget just below menu."
msgstr ""

#: inc/widgets/widgets.php:54
msgid "Front Page: Top Full Width Area"
msgstr ""

#: inc/widgets/widgets.php:45
msgid "Shows widgets in header section just above the main navigation menu."
msgstr "Zobrazí widgety v sekci záhlaví hned nad hlavním menu navigace."

#: inc/widgets/widgets.php:43
msgid "Header Sidebar"
msgstr "Postranní panel v záhlaví"

#: inc/widgets/widgets.php:34
msgid "Shows widgets at Left side."
msgstr "Zobrazí widgety vlevo."

#: inc/widgets/widgets.php:23
msgid "Shows widgets at Right side."
msgstr "Zobrazí widgety vpravo."

#: inc/share.php:6
msgid "Pin It"
msgstr ""

#: inc/share.php:5
msgid "+1 This"
msgstr ""

#: inc/share.php:4
msgid "Like This"
msgstr ""

#: inc/share.php:3
msgid "Tweet This"
msgstr ""

#: inc/share.php:2
msgid "Share This Post:"
msgstr ""

#: inc/customizer.php:1887 inc/customizer.php:3143 inc/related-posts.php:20
msgid "You May Also Like"
msgstr "Mohlo by se vám také líbit"

#. Author of the plugin/theme
msgid "ThemeGrill"
msgstr "ThemeGrill"

#: inc/functions.php:1679
msgid "WordPress"
msgstr "WordPress"

#: inc/functions.php:1558
msgid "Youtube"
msgstr ""

#: inc/functions.php:1528
msgid "Google Plus"
msgstr ""

#: inc/functions.php:1513
msgid "User Social Links"
msgstr ""

#: inc/functions.php:1492
msgid "Total Views"
msgstr ""

#: inc/functions.php:1469
msgid "%s Views"
msgstr ""

#: inc/functions.php:1467
msgid "0 View"
msgstr ""

#: inc/functions.php:1383
msgid "Video URL"
msgstr ""

#: inc/functions.php:1169
msgid "View a random post"
msgstr "Zobrazit náhodný příspěvek"

#: inc/functions.php:2109
msgid "Reply"
msgstr "Reagovat"

#: inc/functions.php:2103
msgid "Your comment is awaiting moderation."
msgstr "Komentář čeká na schválení."

#: inc/functions.php:2095
msgid "%1$s at %2$s"
msgstr "%1$s (%2$s)"

#: inc/functions.php:2093
msgid "Post author"
msgstr "Autor příspěvku"

#: inc/functions.php:2079
msgid "(Edit)"
msgstr "(Upravit)"

#: inc/functions.php:2079
msgid "Pingback:"
msgstr "Pingback:"

#: inc/functions.php:1036
msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
msgstr "Novější příspěvky <span class=\"meta-nav\">&rarr;</span>"

#: inc/functions.php:1032
msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
msgstr "<span class=\"meta-nav\">&larr;</span> Starší příspěvky"

#: inc/functions.php:1022
msgid "Post navigation"
msgstr "Navigace příspěvku"

#: content-page.php:53 inc/functions.php:504
msgid "Edit"
msgstr "Upravit"

#: inc/functions.php:490
msgid ", "
msgstr ", "

#: inc/functions.php:487
msgid "<i class=\"fa fa-comments\"></i> % Comments"
msgstr "<i class=\"fa fa-comments\"></i> komentářů: %"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 1 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 1 komentář"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 0 Comments"
msgstr "<i class=\"fa fa-comment\"></i> žádný komentář"

#: inc/ajax.php:102 inc/flyout-related-posts.php:44 inc/functions.php:470
#: inc/related-posts.php:58 inc/widgets/colormag-breaking-news-widget.php:297
#: inc/widgets/colormag-default-news-widget.php:270
#: inc/widgets/colormag-featured-posts-slider-widget.php:313
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:284
#: inc/widgets/colormag-featured-posts-vertical-widget.php:283
#: inc/widgets/colormag-featured-posts-widget.php:283
#: inc/widgets/colormag-highlighted-posts-widget.php:216
#: inc/widgets/colormag-news-in-picture-widget.php:331
#: inc/widgets/colormag-random-post-widget.php:122
#: inc/widgets/colormag-cm-tabbed-widget.php:139
#: inc/widgets/colormag-cm-tabbed-widget.php:221
msgid "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"
msgstr "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"

#: inc/customizer.php:2912
msgid "Footer copyright part background color."
msgstr ""

#: inc/customizer.php:2907
msgid "Footer small menu text color."
msgstr ""

#: inc/customizer.php:2902
msgid "Footer copyright link text color."
msgstr ""

#: inc/customizer.php:2897
msgid "Footer copyright text color."
msgstr ""

#: inc/customizer.php:2887
msgid "Footer widget background color."
msgstr ""

#: inc/customizer.php:2882
msgid "Footer widget content link text color."
msgstr ""

#: inc/customizer.php:2877
msgid "Footer widget content color."
msgstr ""

#: inc/customizer.php:2872
msgid "Widget title color."
msgstr ""

#: inc/customizer.php:2865
msgid "Footer part color options"
msgstr ""

#: inc/customizer.php:2836
msgid "Content section background color."
msgstr ""

#: inc/customizer.php:2831
msgid "Sidebar widget title color."
msgstr ""

#: inc/customizer.php:2826
msgid "Button background color."
msgstr ""

#: inc/customizer.php:2821
msgid "Button text color."
msgstr ""

#: inc/customizer.php:2816
msgid "Post meta color."
msgstr ""

#: inc/customizer.php:2811
msgid "Content text color."
msgstr ""

#: inc/customizer.php:2806
msgid "Page title color."
msgstr ""

#: inc/customizer.php:2801
msgid "Posts title color."
msgstr ""

#: inc/customizer.php:2796
msgid "Content Part titles color (like h1, h2 in content section)."
msgstr ""

#: inc/customizer.php:2789
msgid "Content part color options"
msgstr ""

#: inc/customizer.php:2760
msgid "Header background color."
msgstr ""

#: inc/customizer.php:2755
msgid "Primary menu selected/hovered item color."
msgstr ""

#: inc/customizer.php:2735
msgid "Primary menu text color."
msgstr ""

#: inc/customizer.php:2730
msgid "Site Tagline."
msgstr ""

#: inc/customizer.php:2725
msgid "Site Title."
msgstr ""

#: inc/customizer.php:2718
msgid "Header Color Options"
msgstr ""

#: inc/customizer.php:2712
msgid "Change the Color Settings from here as you want"
msgstr ""

#: inc/customizer.php:2710
msgid "Color Options"
msgstr "Barevné možnosti"

#: inc/customizer.php:2701
msgid "Footer small menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2685
msgid "Footer copyright text font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2669
msgid "Footer widget content font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2653
msgid "Footer widget Titles. Default is 18px"
msgstr ""

#: inc/customizer.php:2639
msgid "Footer font size options"
msgstr ""

#: inc/customizer.php:2630
msgid "Button text font size (Buttons like Read more, submit, post comment etc). Default is 12px"
msgstr ""

#: inc/customizer.php:2614
msgid "Post meta font size. Default is 12px"
msgstr ""

#: inc/customizer.php:2598
msgid "Content font size, also applies to other text like in search fields, post comment button etc. Default is 15px"
msgstr ""

#: inc/customizer.php:2584
msgid "Content font size options"
msgstr ""

#: inc/customizer.php:2575
msgid "Comment Title. Default is 24px"
msgstr ""

#: inc/customizer.php:2559
msgid "Widget Title. Default is 18px"
msgstr ""

#: inc/customizer.php:2543
msgid "Page Title. Default is 34px"
msgstr ""

#: inc/customizer.php:2527
msgid "Post Title. Default is 32px"
msgstr ""

#: inc/customizer.php:2495
msgid "Heading h5 tag. Default is 22px"
msgstr ""

#: inc/customizer.php:2479
msgid "Heading h4 tag. Default is 24px"
msgstr ""

#: inc/customizer.php:2511
msgid "Heading h6 tag. Default is 18px"
msgstr ""

#: inc/customizer.php:2431
msgid "Heading h1 tag. Default is 36px"
msgstr ""

#: inc/customizer.php:2417
msgid "Titles related font size options"
msgstr ""

#: inc/customizer.php:2408
msgid "Primary sub menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2392
msgid "Primary menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2376
msgid "Site tagline font size. Default is 16px"
msgstr ""

#: inc/customizer.php:2360
msgid "Site title font size. Default is 46px"
msgstr ""

#: inc/customizer.php:2346
msgid "Header font size Options"
msgstr ""

#: inc/customizer.php:2317
msgid "Content font and for others. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2312
msgid "All Titles font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2307
msgid "Primary menu font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2302
msgid "Site tagline font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2297
msgid "Site title font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2289
msgid "Google Font Options"
msgstr ""

#: inc/customizer.php:2282
msgid "Change the Typography Settings from here as you want"
msgstr ""

#: inc/customizer.php:2281
msgid "Typography Options"
msgstr ""

#: inc/customizer.php:2250
msgid "%s"
msgstr "%s"

#: inc/customizer.php:2228
msgid "Category Color Settings"
msgstr "Nastavení barev rubrik"

#: inc/customizer.php:2223
msgid "Change the color of each category items as you want."
msgstr "Změnte barvu každé z položky rubrik podle vlastní chuti."

#: inc/customizer.php:2221
msgid "Category Color Options"
msgstr "Barevné možnosti rubrik"

#: inc/customizer.php:1191 inc/customizer.php:1200
msgid "Edit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively."
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Powered by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Theme: ColorMag Pro by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Copyright &copy; "
msgstr ""

#: inc/customizer.php:1175
msgid "Footer Copyright Editor"
msgstr "Úprava textu copyright v zápatí"

#: inc/customizer.php:1168
msgid "Check to disable the scroll to top button."
msgstr ""

#: inc/customizer.php:1156
msgid "Scroll To Top Button"
msgstr ""

#: inc/customizer.php:1081
msgid "Check to display the link to the author page in the Author Bio section"
msgstr ""

#: inc/customizer.php:1068
msgid "Author URL In Author Bio"
msgstr ""

#: inc/customizer.php:1052
msgid "Check to show the Social Profiles in the Author Bio"
msgstr ""

#: inc/customizer.php:1039
msgid "Social Profiles in Author Bio"
msgstr ""

#: inc/customizer.php:1951
msgid "Check to enable the lightbox for the featured images in single post"
msgstr "Aktivovat lightbox pro náhledové obrázky u jednotlivých příspěvků"

#: inc/customizer.php:1939
msgid "Image Lightbox"
msgstr "Obrázkový lightbox"

#: inc/customizer.php:1923
msgid "Check to activate social share buttons in single post"
msgstr ""

#: inc/customizer.php:1910
msgid "Social Share Button"
msgstr ""

#: inc/customizer.php:1846
msgid "Change the Read more text as required for your site."
msgstr ""

#: inc/customizer.php:1835
msgid "Change Read More Text"
msgstr "Změna textu \"Čtěte více\""

#: inc/customizer.php:1827
msgid "Disable the edit button only in post meta section."
msgstr ""

#: inc/customizer.php:1813
msgid "Disable the post view only in post meta section."
msgstr ""

#: inc/customizer.php:1799
msgid "Disable the tags only in post meta section."
msgstr ""

#: inc/customizer.php:1784
msgid "Disable the comments only in post meta section."
msgstr ""

#: inc/customizer.php:1769
msgid "Disable the category only in post meta section."
msgstr ""

#: inc/customizer.php:1754
msgid "Disable the date only in post meta section."
msgstr ""

#: inc/customizer.php:1739
msgid "Disable the author only in post meta section."
msgstr ""

#: inc/customizer.php:1724
msgid "Disable the post meta for the post totally, ie, remove all of the meta data."
msgstr ""

#: inc/customizer.php:1710
msgid "Post Meta Display"
msgstr ""

#: inc/customizer.php:1451 inc/customizer.php:1526
msgid "Related Posts By Tags"
msgstr "Související příspěvky podle štítků"

#: inc/customizer.php:1450 inc/customizer.php:1525
msgid "Related Posts By Categories"
msgstr "Související příspěvky podle rubrik"

#: inc/customizer.php:1446 inc/customizer.php:1521
msgid "Related Posts Must Be Shown As:"
msgstr "Související příspěvky musí být zobrazeny jako:"

#: inc/customizer.php:1425
msgid "Check to activate the related posts"
msgstr "Zkontrolujte, zda chcete aktivovat příslušné příspěvky"

#: inc/customizer.php:1412
msgid "Related Posts"
msgstr "Související Příspěvky"

#: inc/customizer.php:1345
msgid "Check to activate the unique post system for the bundled widgets"
msgstr ""

#: inc/customizer.php:1333
msgid "Unique Post System"
msgstr "Jedinečný systém příspěvků"

#: inc/customizer.php:1327
msgid "Additional Options"
msgstr "Další nastavení"

#: inc/customizer.php:1325
msgid "Change the Additional Settings from here as you want"
msgstr "Změnte si další nastavení podle vlastních představ"

#: inc/customizer.php:985
msgid "Preferred Social Link Color Option"
msgstr ""

#: inc/customizer.php:971
msgid "Preferred Social Link FontAwesome Icon"
msgstr ""

#: inc/customizer.php:944
msgid "Additional Social Icons"
msgstr ""

#: inc/customizer.php:937 inc/header-functions.php:53
msgid "Additional Social Link Six"
msgstr ""

#: inc/customizer.php:932 inc/header-functions.php:52
msgid "Additional Social Link Five"
msgstr ""

#: inc/customizer.php:927 inc/header-functions.php:51
msgid "Additional Social Link Four"
msgstr ""

#: inc/customizer.php:922 inc/header-functions.php:50
msgid "Additional Social Link Three"
msgstr ""

#: inc/customizer.php:917 inc/header-functions.php:49
msgid "Additional Social Link Two"
msgstr ""

#: inc/customizer.php:912 inc/header-functions.php:48
msgid "Additional Social Link One"
msgstr ""

#: inc/customizer.php:900 inc/customizer.php:999
msgid "Check to show in new tab"
msgstr ""

#: inc/customizer.php:870
msgid "VK"
msgstr ""

#: inc/customizer.php:865
msgid "Xing"
msgstr ""

#: inc/customizer.php:860
msgid "Reddit"
msgstr ""

#: inc/customizer.php:855 inc/functions.php:1552
msgid "Tumblr"
msgstr ""

#: inc/customizer.php:850
msgid "StumbleUpon"
msgstr ""

#: inc/customizer.php:845
msgid "Vine"
msgstr ""

#: inc/customizer.php:840
msgid "SoundCloud"
msgstr ""

#: inc/customizer.php:835
msgid "Skype"
msgstr ""

#: inc/customizer.php:830 inc/functions.php:1534
msgid "Flickr"
msgstr ""

#: inc/customizer.php:825
msgid "Delicious"
msgstr ""

#: inc/customizer.php:820 inc/functions.php:1540
msgid "LinkedIn"
msgstr ""

#: inc/customizer.php:815
msgid "Vimeo-Square"
msgstr ""

#: inc/customizer.php:810
msgid "YouTube"
msgstr "YouTube"

#: inc/customizer.php:805
msgid "Pinterest"
msgstr "Pinterest"

#: inc/customizer.php:800 inc/functions.php:1546
msgid "Instagram"
msgstr "Instagram"

#: inc/customizer.php:795
msgid "Google-Plus"
msgstr "Google Plus"

#: inc/customizer.php:790 inc/functions.php:1516
msgid "Twitter"
msgstr "Twitter"

#: inc/customizer.php:785 inc/functions.php:1522
msgid "Facebook"
msgstr "Facebook"

#: inc/customizer.php:750
msgid "Check to activate social links area"
msgstr "Aktivovat oblast sociálních sítí"

#: inc/customizer.php:737
msgid "Activate social links area"
msgstr "Aktivujte oblast sociálních sítí"

#: inc/customizer.php:731
msgid "Change the Social Links Settings from here as you want"
msgstr ""

#: inc/customizer.php:730
msgid "Social Options"
msgstr "Nastavení sociálních sítí"

#: inc/customizer.php:720
msgid "Write your custom css"
msgstr ""

#: inc/customizer.php:708
msgid "Custom CSS"
msgstr "Vlastní CSS"

#: inc/customizer.php:676
msgid "This will reflect in links, buttons and many others. Choose a color to match your site"
msgstr "Toto nastavení se odrazí v odkazech, tlačítkách a v mnohém dalším. Vyberte barvu, která odpovídá vašemu webu"

#: inc/customizer.php:664
msgid "Primary color option"
msgstr "Základní možnosti barev"

#: inc/customizer.php:653
msgid "One Column (Featured image on left and post excerpt on right)"
msgstr ""

#: inc/customizer.php:652
msgid "Default (First image large and other two side by side)"
msgstr ""

#: inc/customizer.php:650
msgid "Choose the layout option for the blog, archive and search results pages."
msgstr ""

#: inc/customizer.php:638
msgid "Blog/Archive and Search Pages Layout"
msgstr ""

#: inc/customizer.php:624
msgid "Select default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific post"
msgstr "Vyberte si výchozí vzhled příspěvků. Toto rozvržení  se projeví ve všech příspěvcích, které nemají nastavený svůj jedinečný vzhled"

#: inc/customizer.php:612
msgid "Default layout for single posts only"
msgstr "Výchozí rozvržení pouze pro jednotlivé příspěvky"

#: inc/customizer.php:598
msgid "Select default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific page"
msgstr "Vyberte si výchozí vzhled stránek. Toto rozvržení  se projeví na všech stránkách, které nemají nastavený svůj jedinečný vzhled"

#: inc/customizer.php:586
msgid "Default layout for pages only"
msgstr "Výchozí rozvržení pouze pro stránky"

#: inc/customizer.php:572
msgid "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below options"
msgstr "Vyberte si výchozí vzhled. Tento vzhled se projeví napříč celým webem! Vzhled jednotlivých příspěvků a stránek můžete změnit v jednotlivých nastaveních o úroveň výše"

#: inc/customizer.php:560
msgid "Default layout"
msgstr "Výchozí rozvržení"

#: inc/customizer.php:552
msgid "Wide Layout"
msgstr "Plné rozvržení"

#: inc/customizer.php:551
msgid "Boxed Layout"
msgstr "Rámečkové rozvržení"

#: inc/customizer.php:549
msgid "Choose your site layout. The change is reflected in whole site"
msgstr "Vyberte si rozvržení webu. Změny se projeví napříč celým webem."

#: inc/customizer.php:536
msgid "Site Layout"
msgstr "Rozložení webu"

#: inc/customizer.php:529
msgid "Check to hide blog posts/static page on front page"
msgstr "Skrýt na úvodní stránce příspěvky/statickou stránku"

#: inc/customizer.php:518
msgid "Front Page Settings"
msgstr "Nastavení úvodní stránky"

#: inc/customizer.php:512
msgid "Design Options"
msgstr "Možnosti vzhledu"

#: inc/customizer.php:510
msgid "Change the Design Settings from here as you want"
msgstr "Vyberte si možnosti vzhledu podle vlastních představ"

#: inc/customizer.php:476
msgid "Type 3: Header text, header sidebar both aligned center"
msgstr ""

#: inc/customizer.php:475
msgid "Type 2: Header sidebar on left, header text & logo on right"
msgstr ""

#: inc/customizer.php:474
msgid "Type 1 (Default): Header text & logo on left, header sidebar on right"
msgstr ""

#: inc/customizer.php:471
msgid "Choose the header display type that you want"
msgstr ""

#: inc/customizer.php:458
msgid "Header Display Type"
msgstr ""

#: inc/customizer.php:437
msgid "Check to make header image link back to home page"
msgstr "Odkazovat obrázkem v záhlaví na úvodní stránku"

#: inc/customizer.php:425
msgid "Display the Header image below main/primary menu."
msgstr "Zobrazit obrázek v záhlaví pod hlavním/primárním menu."

#: inc/customizer.php:424
msgid "Default: Display the Header image between site title/text and the main/primary menu."
msgstr "Výchozí: Zobrazit obrázek v záhlaví mezi názvem/textem stránky a hlavním/primárním menu."

#: inc/customizer.php:423
msgid "Display the Header image just above the site title/text."
msgstr "Zobrazit obrázek v záhlaví přímo nad názvem/textem stránky"

#: inc/customizer.php:420
msgid "Header image display position"
msgstr "Pozice zobrazení obrázku v záhlaví"

#: inc/customizer.php:408
msgid "Header Image Position"
msgstr "Pozice obrázku v záhlaví"

#: inc/customizer.php:401
msgid "Disable"
msgstr "Zakázat"

#: inc/customizer.php:400
msgid "Show Both"
msgstr "Zobrazit obojí"

#: inc/customizer.php:399
msgid "Header Text Only"
msgstr "Pouze text"

#: inc/customizer.php:398
msgid "Header Logo Only"
msgstr "V záhlaví pouze logo "

#: inc/customizer.php:395
msgid "Choose the option that you want"
msgstr "Vyberte jednu z možností"

#: inc/customizer.php:383
msgid "Header Logo"
msgstr "Logo v záhlaví"

#: inc/customizer.php:367
msgid "Check to display the Random Post Icon in the primary menu"
msgstr "Zobrazit v primárním menu ikonu náhodných příspěvků"

#: inc/customizer.php:353
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:241
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:229
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:255
msgid "Random Post"
msgstr "Náhodný příspěvek"

#: inc/customizer.php:346
msgid "Check to display the Search Icon in the primary menu"
msgstr "Zobrazit ikonu vyhledávání v primárním menu"

#: inc/customizer.php:333
msgid "Search Icon"
msgstr "Ikona vyhledávání"

#: inc/customizer.php:310
msgid "Check to enable the sticky behavior of the primary menu"
msgstr "Přichytávat primární menu"

#: inc/customizer.php:297
msgid "Sticky Menu"
msgstr "Přichytáváné menu"

#: inc/customizer.php:282
msgid "Check to show the home icon in the primary menu"
msgstr "Zobrazovat v primárním menu ikonu domů"

#: inc/customizer.php:268
msgid "Show Home Icon"
msgstr "Zobrazit ikonu domů"

#: inc/customizer.php:226
msgid "Check to show the date in header"
msgstr "Zobrazit datum v záhlaví"

#: inc/customizer.php:212
msgid "Show Date"
msgstr "Zobrazit datum"

#: inc/customizer.php:206
msgid "Below Navigation"
msgstr ""

#: inc/customizer.php:205
msgid "Header"
msgstr ""

#: inc/customizer.php:201
msgid "Choose the location/area to place the Breaking News"
msgstr ""

#: inc/customizer.php:187
msgid "Enter the speed time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:174
msgid "Enter the duration time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:162 inc/widgets/colormag-breaking-news-widget.php:123
msgid "Down"
msgstr ""

#: inc/customizer.php:161 inc/widgets/colormag-breaking-news-widget.php:122
msgid "Up"
msgstr ""

#: inc/customizer.php:157
msgid "Choose the animation style for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:135
msgid "Enter the text to display for the ticker news"
msgstr ""

#: inc/customizer.php:128 inc/customizer.php:3094 inc/functions.php:1100
msgid "Latest:"
msgstr "Novinky:"

#: inc/customizer.php:81
msgid "Check to enable the breaking news section"
msgstr "Povolit sekci \"Právě se stalo\""

#: inc/customizer.php:68
msgid "Breaking News"
msgstr "Právě se stalo"

#: inc/customizer.php:63
msgid "Header Options"
msgstr "Možnosti záhlaví"

#: inc/customizer.php:61
msgid "Change the Header Settings from here as you want"
msgstr "Vyberte si možnosti záhlaví podle vlastní chuti"

#: inc/customizer.php:51
msgid "Important Links"
msgstr "Důležité odkazy"

#: inc/customizer.php:39
msgid "ColorMag Theme Important Links"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:33
msgid "Rate This Theme"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:29
msgid "View Demo"
msgstr "Zobrazit demo"

#: inc/customize-controls/class-colormag-important-links.php:25
msgid "Support"
msgstr "Podpora"

#: inc/customize-controls/class-colormag-important-links.php:21
msgid "Documentation"
msgstr "Dokumentace"

#: inc/admin/meta-boxes.php:48
msgid "No Sidebar Content Centered"
msgstr "Bez bočního panelu, vystředěný obsah"

#: inc/admin/meta-boxes.php:43
msgid "No Sidebar Full Width"
msgstr "Bez bočního panelu, plná šířka"

#: inc/admin/meta-boxes.php:38 inc/widgets/widgets.php:32
msgid "Left Sidebar"
msgstr "Levý postranní panel"

#: inc/admin/meta-boxes.php:33 inc/widgets/widgets.php:21
msgid "Right Sidebar"
msgstr "Pravý postranní panel"

#: inc/admin/meta-boxes.php:28 inc/customizer.php:1701
msgid "Default Layout"
msgstr "Výchozí rozvržení"

#: inc/admin/meta-boxes.php:16 inc/admin/meta-boxes.php:18
msgid "Select Layout"
msgstr "Vyberte rozvržení"

#: functions.php:125
msgid "Footer Menu"
msgstr ""

#: functions.php:124
msgid "Primary Menu"
msgstr "Hlavní menu"

#: content.php:69 content.php:75 inc/customizer.php:1840
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:436
msgid "Read more"
msgstr "Čtěte více"

#: content-page.php:41 content-single.php:86
msgid "Pages:"
msgstr "Stránky:"

#: comments.php:67
msgid "Comments are closed."
msgstr "Komentáře nejsou povoleny."

#: comments.php:40 comments.php:57
msgid "Newer Comments &rarr;"
msgstr "Novější komentáře &rarr;"

#: comments.php:39 comments.php:56
msgid "&larr; Older Comments"
msgstr "&larr; Starší komentáře"

#: comments.php:38 comments.php:55
msgid "Comment navigation"
msgstr "Navigace v komentářích"

#: archive.php:70
msgid "Archives"
msgstr "Archivy"

#: archive.php:64
msgid "Links"
msgstr "Odkazy"

#: archive.php:61
msgid "Quotes"
msgstr "Citace"

#: archive.php:58
msgid "Videos"
msgstr "Videa"

#: archive.php:55
msgid "Images"
msgstr "Obrázky"

#: archive.php:52
msgid "Asides"
msgstr "Poznámky"

#: archive.php:49
msgid "Year: %s"
msgstr "Rok: %s"

#: archive.php:46
msgid "Month: %s"
msgstr "Měsíc: %s"

#: archive.php:43
msgid "Day: %s"
msgstr "Den: %s"

#: archive.php:35
msgid "Author: %s"
msgstr "Author: %s"

#: am/classes/class-wc-plugin-update.php:535
msgid "You changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:520
msgid "%s has not been activated. Go to the settings page and enter the license key and license email to activate %s."
msgstr ""

#: am/classes/class-wc-plugin-update.php:505
msgid "Download permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:490
msgid "A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:475
msgid "A subscription for %s could not be found. You can purchase a subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:460
msgid "The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:445
msgid "The subscription for %s is still pending. You can check on the status of the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:430
msgid "The subscription for %s has been suspended. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:415
msgid "The subscription for %s has expired. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:400
msgid "The subscription for %s has been cancelled. You can renew the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new license key will be emailed to you after your order has been completed."
msgstr ""

#: am/classes/class-wc-plugin-update.php:385
msgid "The subscription for %s is on-hold. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:370
msgid "The license key for %s has expired. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:365
msgid "Deactivates an API License Key so it can be used on another blog."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:296
msgid "Theme license deactivated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:254
msgid "The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:165
msgid "Connection failed to the License Key API server. Try again later."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:159
msgid "Theme activated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:88
msgid "Deactivate API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:87
msgid "API License Deactivation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:83
msgid "API License email"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:82
msgid "API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:81
msgid "API License Activation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:62
#: am/admin/class-wc-api-manager-menu.php:66
msgid "Save Changes"
msgstr ""

#: 404.php:30
msgid "Error"
msgstr ""

#: 404.php:23
msgid "It looks like nothing was found at this location. Try the search below."
msgstr "V tomto umístění nic není. Zkuste vyhledávání."

#: 404.php:21
msgid "Oops! That page can&rsquo;t be found."
msgstr "Omlouváme se, ale stránka nebyla nalezena."

#: 404.php:28
msgid "404"
msgstr ""# Translation of Themes - ColorMag Pro in Dutch
# This file is distributed under the same license as the Themes - ColorMag Pro package.
msgid ""
msgstr ""
"PO-Revision-Date: 2018-05-30 04:44:37+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: GlotPress/3.0.0\n"
"Language: nl\n"
"Project-Id-Version: Themes - ColorMag Pro\n"

#: inc/elementor/elementor-functions.php:128
msgctxt "%s = human-readable time difference"
msgid "<span class=\"tg-post-date cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/ajax.php:111 inc/flyout-related-posts.php:50 inc/functions.php:474
#: inc/related-posts.php:65 inc/widgets/colormag-breaking-news-widget.php:301
#: inc/widgets/colormag-default-news-widget.php:274
#: inc/widgets/colormag-featured-posts-slider-widget.php:317
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:288
#: inc/widgets/colormag-featured-posts-vertical-widget.php:287
#: inc/widgets/colormag-featured-posts-widget.php:287
#: inc/widgets/colormag-highlighted-posts-widget.php:219
#: inc/widgets/colormag-news-in-picture-widget.php:335
#: inc/widgets/colormag-random-post-widget.php:125
#: inc/widgets/colormag-cm-tabbed-widget.php:143
#: inc/widgets/colormag-cm-tabbed-widget.php:224
msgctxt "%s = human-readable time difference"
msgid "<span class=\"cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:117
msgid "Hide post details."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:185
msgid "Invalid Fixer API key. Get your API key from %1$shere%2$s and set it from %3$shere%4$s. "
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:183
msgid "You have not added Fixer API Key. Add it from %1$shere%2$s."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:45
msgid "Exchange rate requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:62
#: inc/widgets/colormag-featured-posts-vertical-widget.php:62
#: inc/widgets/colormag-slider-news-widget.php:71
msgid "Show posts from author"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:60
#: inc/widgets/colormag-news-in-picture-widget.php:69
#: inc/widgets/colormag-slider-news-widget.php:69
msgid "Show posts from tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:87
#: inc/widgets/colormag-default-news-widget.php:87
#: inc/widgets/colormag-featured-posts-slider-widget.php:85
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:89
#: inc/widgets/colormag-featured-posts-vertical-widget.php:87
#: inc/widgets/colormag-featured-posts-widget.php:87
#: inc/widgets/colormag-highlighted-posts-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:94
#: inc/widgets/colormag-slider-news-widget.php:96
#: inc/widgets/colormag-ticker-news-widget.php:90
#: inc/widgets/colormag-video-playlist.php:88
msgid "Select author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:77
#: inc/widgets/colormag-default-news-widget.php:77
#: inc/widgets/colormag-featured-posts-slider-widget.php:75
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:79
#: inc/widgets/colormag-featured-posts-vertical-widget.php:77
#: inc/widgets/colormag-featured-posts-widget.php:77
#: inc/widgets/colormag-highlighted-posts-widget.php:62
#: inc/widgets/colormag-news-in-picture-widget.php:84
#: inc/widgets/colormag-slider-news-widget.php:86
#: inc/widgets/colormag-ticker-news-widget.php:80
#: inc/widgets/colormag-video-playlist.php:78
msgid "Select tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:62
#: inc/widgets/colormag-featured-posts-slider-widget.php:60
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:64
#: inc/widgets/colormag-featured-posts-widget.php:62
#: inc/widgets/colormag-highlighted-posts-widget.php:47
#: inc/widgets/colormag-ticker-news-widget.php:65
#: inc/widgets/colormag-video-playlist.php:63
msgid "Show posts from an author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:60
#: inc/widgets/colormag-featured-posts-slider-widget.php:58
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:62
#: inc/widgets/colormag-featured-posts-widget.php:60
#: inc/widgets/colormag-highlighted-posts-widget.php:45
#: inc/widgets/colormag-ticker-news-widget.php:63
#: inc/widgets/colormag-video-playlist.php:61
msgid "Show posts from a tag"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:82
#: inc/widgets/colormag-300x250-advertisement-widget.php:59
#: inc/widgets/colormag-728x90-advertisement-widget.php:59
msgid "Check to make dofollow link."
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:317
msgid "Pause On Hover?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:309
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:321
msgid "No"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:308
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:320
msgid "Yes"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:305
msgid "Autoplay Slider?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:37
msgid "Block Style 10"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:296
msgid "Transition Speed"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:273
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:287
msgid "Transition Time"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:37
msgid "Trending News"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:34
msgid "Learn more about demo importer!"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:30
msgid "Ready to start importing available demos with just a single click?"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:19
msgid "Activate ThemeGrill Demo importer"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:15
msgid "Install ThemeGrill Demo importer"
msgstr ""

#: inc/customizer.php:2109
msgid "Exchange Rate API Key"
msgstr ""

#: inc/customizer.php:1703
msgid "Featured image with post title (Style 2)"
msgstr ""

#: inc/customizer.php:1684
msgid "Disable post navigation"
msgstr ""

#: inc/customizer.php:1628
msgid "Progress Bar Color"
msgstr ""

#: inc/customizer.php:1592
msgid "Display published date in \"X time ago\" format"
msgstr ""

#: inc/customizer.php:1591
msgid "Display published date "
msgstr ""

#: inc/customizer.php:1587
msgid "Choose post meta display type:"
msgstr ""

#: inc/customizer.php:1575
msgid "Post Meta Date"
msgstr ""

#: inc/customizer.php:1539
msgid "Change the Read Next text as required for your site."
msgstr ""

#: inc/customizer.php:1489
msgid "Style 4"
msgstr ""

#: inc/customizer.php:1488
msgid "Style 3"
msgstr ""

#: inc/customizer.php:1487
msgid "Style 2"
msgstr ""

#: inc/customizer.php:1486
msgid "Style 1"
msgstr ""

#: inc/customizer.php:1482
msgid "Choose the related posts layout as needed."
msgstr ""

#: inc/customizer.php:1384
msgid "Enter the number of Words you wish to show on excerpt. Default value is 20 words."
msgstr ""

#: inc/customizer.php:1373
msgid "Excerpt Length"
msgstr ""

#: inc/customizer.php:1101
msgid "Choose the author bio layout as needed."
msgstr ""

#: inc/customizer.php:1089
msgid "Author Bio Layout"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:43
msgid "Google Fonts"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:30
msgid "Standard Fonts"
msgstr ""

#. Template Name of the plugin/theme
msgid "Page Builder Template"
msgstr "Paginabouwer template"

#: sidebar-woocommerce-right.php:18
msgid "This is an example widget to show how the WooCommerce Right Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-woocommerce-left.php:18
msgid "This is an example widget to show how the WooCommerce Left Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:190
msgid "You need to add longitude and latitude value to display the Google Maps. You can set it up via the widget setting."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:183
msgid "GoogleMaps requires API Key to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:91
msgid "Google Maps Zoom Size:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:86
msgid "Google Maps height in px:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:81
msgid "Latitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:76
msgid "Longitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:56
msgid "GoogleMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:18
msgid "TG: Google Maps"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:14
msgid "Display the Google Maps for your site."
msgstr ""

#: inc/widgets/colormag-video-playlist.php:102
msgid "Layout:"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:15
msgid "TG: Featured Videos Playlist"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:11
msgid "Display video playlist from Video Post Formats."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:87
msgid "Column:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:68
msgid "Exchange Currencies:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:60
msgid "Base Currency:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:15
msgid "TG: Currency Exchange"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:11
msgid "Display Currency Exchange."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:175
msgid "NNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:174
msgid "NW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:173
msgid "WNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:172
msgid "W"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:171
msgid "WSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:170
msgid "SW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:169
msgid "SSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:168
msgid "S"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:167
msgid "SSE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:166
msgid "SE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:165
msgid "ESE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:164
msgid "E"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:163
msgid "ENE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:162
msgid "NE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:161
msgid "NNE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:160
msgid "N"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:107
msgid "OpenWeatherMap requires City ID to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:184
#: inc/widgets/colormag-weather-widget.php:98
msgid "Get API Key"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:97
msgid "OpenWeatherMap requires API Key to work."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:89
msgid "C"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:88
msgid "m/s"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:85
msgid "F"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:84
msgid "mph"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:56
#: inc/widgets/colormag-weather-widget.php:87
msgid "Celsius"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:54
#: inc/widgets/colormag-weather-widget.php:83
msgid "Fahrenheit"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:50
#: inc/widgets/colormag-weather-widget.php:108
msgid "Get City ID"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:49
msgid "OpenWeatherMap City ID:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:59
#: inc/widgets/colormag-weather-widget.php:42
msgid "Enter API Key here"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:39
msgid "OpenWeatherMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:15
msgid "TG: Weather"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:11
msgid "Display weather."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:70
msgid "Center"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:67
msgid "Text Align:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:64
msgid "Open in new tab"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:59
msgid "Button URL:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:55
msgid "Button Text:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:37
msgid "Background Image "
msgstr ""

#: inc/widgets/colormag-cta-widget.php:15
msgid "TG: Call To Action"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:11
msgid "Display Call To Action Widget."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:150
#: inc/widgets/colormag-news-in-picture-widget.php:148
#: inc/widgets/colormag-slider-news-widget.php:154
msgid "Check to disable auto slide when mouse hover."
msgstr ""

#: inc/widgets/widgets.php:267
msgid "Shows widgets at WooCommerce Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:265
msgid "WooCommerce Left Sidebar"
msgstr ""

#: inc/widgets/widgets.php:256
msgid "Shows widgets at WooCommerce Right sidebar."
msgstr ""

#: inc/widgets/widgets.php:254
msgid "WooCommerce Right Sidebar"
msgstr ""

#: inc/widgets/widgets.php:243
msgid "Shows widgets just above footer copyright area."
msgstr ""

#: inc/widgets/widgets.php:241
msgid "Footer Sidebar Full Width"
msgstr ""

#: inc/header-functions.php:369 inc/header-functions.php:384
msgid "You are here:"
msgstr ""

#: inc/customizer.php:1532 inc/customizer.php:3122
#: inc/flyout-related-posts.php:7
msgid "Read Next"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:37
msgid "Grid Style 9"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:37
msgid "Grid Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:37
msgid "Grid Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:37
msgid "Grid Style 6"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:37
msgid "Grid Style 5"
msgstr "Raster stijl 5"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:37
msgid "Grid Style 4"
msgstr "Raster stijl 4"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:37
msgid "Grid Style 3"
msgstr "Raster stijl 3"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:37
msgid "Grid Style 2"
msgstr "Raster stijl 2"

#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:37
msgid "Grid Style 1"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:37
msgid "Block Style 9"
msgstr "Blok stijl 9"

#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:37
msgid "Block Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:37
msgid "Block Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:37
msgid "Block Style 6"
msgstr "Blok stijl 6"

#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:37
msgid "Block Style 5"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:37
msgid "Block Style 4"
msgstr "Blok stijl 4"

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:282
msgid "Video"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:277
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:277
msgid "Display featured image/video:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:37
msgid "Block Style 3"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:37
msgid "Block Style 2"
msgstr "Blok stijl 2"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:291
msgid "Hide"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:290
msgid "Show"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:287
msgid "Show Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:280
msgid "Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:269
msgid "Descending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:268
msgid "Ascending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:264
msgid "Sort Order:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:242
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:256
msgid "Comment Count"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:240
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:228
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:254
msgid "Post Modified Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:239
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:227
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:253
msgid "Post Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:226
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:252
msgid "Post Name(Slug)"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:237
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:225
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:251
msgid "Post Title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:236
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:224
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:250
msgid "Post Author"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:235
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:223
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:249
msgid "Post ID"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:234
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:222
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:248
msgid "None"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:244
msgid "Orderby:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:217
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:231
msgid "Select authors:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:204
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:218
msgid "Select tags:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:191
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:205
msgid "Select categories:"
msgstr "Selecteer categorieën:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:197
msgid "Authors"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:182
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:196
msgid "Tags"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:181
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:195
msgid "Categories"
msgstr "Categorieën"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:176
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:190
msgid "Display the posts from:"
msgstr "Toon de berichten van:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:169
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:183
msgid "Filter"
msgstr "Filter"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:158
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:172
msgid "Offset Posts:"
msgstr "Offset berichten:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:142
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:156
msgid "Posts"
msgstr "Berichten"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:37
msgid "Block Style 1"
msgstr "Blok stijl 1"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:137
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:122
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:136
msgid "Text Color:"
msgstr "Tekstkleur:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:120
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:105
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:119
msgid "Color:"
msgstr "Kleur:"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:112
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:97
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:111
msgid "Widget Title"
msgstr "Widget titel"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:96
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:95
msgid "Title URL"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:87
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:86
msgid "Add your custom block title"
msgstr "Voer de titel van blok in"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:77
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:77
msgid "Block Title"
msgstr "Bloktitel"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:37
msgid "Title Widget"
msgstr "Widget titel"

#: inc/elementor/elementor.php:216
msgid "ColorMag Global Widgets"
msgstr "ColorMag Global Widgets"

#: inc/elementor/elementor.php:211
msgid "ColorMag Widget Grid"
msgstr "ColorMag Widget Grid"

#: inc/elementor/elementor.php:206
msgid "ColorMag Widget Blocks"
msgstr "ColorMag Widget Blocks"

#: inc/elementor/elementor-functions.php:142 inc/functions.php:498
#: inc/widgets/colormag-breaking-news-widget.php:308
#: inc/widgets/colormag-default-news-widget.php:282
#: inc/widgets/colormag-featured-posts-slider-widget.php:325
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:295
#: inc/widgets/colormag-featured-posts-vertical-widget.php:295
#: inc/widgets/colormag-featured-posts-widget.php:295
#: inc/widgets/colormag-highlighted-posts-widget.php:226
#: inc/widgets/colormag-news-in-picture-widget.php:343
#: inc/widgets/colormag-random-post-widget.php:132
#: inc/widgets/colormag-cm-tabbed-widget.php:150
#: inc/widgets/colormag-cm-tabbed-widget.php:230
msgid "min read"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:1307
msgid "ColorMag Dark"
msgstr "ColorMag Dark"

#: inc/demo-importer/demos/functions-demo-config.php:1127
msgid "ColorMag Beauty Blog"
msgstr "ColorMag Beauty Blog"

#: inc/demo-importer/demos/functions-demo-config.php:995
msgid "ColorMag Business Magazine"
msgstr "ColorMag Business Magazine"

#: inc/demo-importer/demos/functions-demo-config.php:787
msgid "ColorMag Pro Music"
msgstr "ColorMag Pro Music"

#: inc/demo-importer/demos/functions-demo-config.php:621
msgid "ColorMag Pro Health Blog"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:610
#: inc/demo-importer/demos/functions-demo-config.php:776
#: inc/demo-importer/demos/functions-demo-config.php:913
#: inc/demo-importer/demos/functions-demo-config.php:1116
#: inc/demo-importer/demos/functions-demo-config.php:1296
#: inc/demo-importer/demos/functions-demo-config.php:1464
msgid "Elementor"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:421
msgid "ColorMag Pro Food Recipe"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:113
#: inc/demo-importer/demos/functions-demo-config.php:211
#: inc/demo-importer/demos/functions-demo-config.php:320
#: inc/demo-importer/demos/functions-demo-config.php:414
#: inc/demo-importer/demos/functions-demo-config.php:614
#: inc/demo-importer/demos/functions-demo-config.php:780
#: inc/demo-importer/demos/functions-demo-config.php:917
#: inc/demo-importer/demos/functions-demo-config.php:988
#: inc/demo-importer/demos/functions-demo-config.php:1120
#: inc/demo-importer/demos/functions-demo-config.php:1300
#: inc/demo-importer/demos/functions-demo-config.php:1468
msgid "Everest Forms – Easy Contact Form and Form Builder"
msgstr "Everest Forms – Eenvoudig contactformulier en formulierbouwer"

#: inc/customizer.php:2949
msgid "Add the background link url."
msgstr ""

#: inc/customizer.php:2892
msgid "Upper footer widget background color."
msgstr ""

#: inc/customizer.php:2750
msgid "Primary menu top border color."
msgstr ""

#: inc/customizer.php:2745
msgid "Primary sub menu background color."
msgstr ""

#: inc/customizer.php:2740
msgid "Primary menu background color."
msgstr ""

#: inc/customizer.php:2272
msgid "Check to show category color in menu."
msgstr ""

#: inc/customizer.php:2260
msgid "Category Color in Menu"
msgstr ""

#: inc/customizer.php:2205
msgid "WooCommerce Single Product Page Layout"
msgstr ""

#: inc/customizer.php:2185
msgid "WooCommerce Archive Page Layout"
msgstr ""

#: inc/customizer.php:2165
msgid "WooCommerce Shop Page Layout"
msgstr ""

#: inc/customizer.php:2151
msgid "Check to register different sidebar areas to be used for WooCommerce pages."
msgstr ""

#: inc/customizer.php:2138
msgid "Woocommerce Settings"
msgstr ""

#: inc/customizer.php:2133
msgid "Change the WooCommerce Settings from here as you want"
msgstr ""

#: inc/customizer.php:2131
msgid "WooCommerce Options"
msgstr ""

#: inc/customizer.php:2090
msgid "GoogleMaps API Key"
msgstr ""

#: inc/customizer.php:2082 inc/customizer.php:2101 inc/customizer.php:2120
msgid "API Key"
msgstr ""

#: inc/customizer.php:2070
msgid "OpenWeatherMap API Key"
msgstr ""

#: inc/customizer.php:2063
msgid "Check to enable schema markup."
msgstr ""

#: inc/customizer.php:2051
msgid "Schema Markup"
msgstr ""

#: inc/customizer.php:2044
msgid "Check to display the featured image in single page."
msgstr "Aanvinken om de uitgelichte afbeelding weer te geven op enkele pagina."

#: inc/customizer.php:2032
msgid "Featured Image In Single Page"
msgstr "Uitgelichte afbeelding in enkele pagina"

#: inc/customizer.php:2025
msgid "Below featured image"
msgstr ""

#: inc/customizer.php:2024
msgid "Above featured image"
msgstr ""

#: inc/customizer.php:2020
msgid "Select the post title position in single post page."
msgstr ""

#: inc/customizer.php:2008
msgid "Post Title Position"
msgstr ""

#: inc/customizer.php:2000
msgid "Check to hide the featured image in single post page."
msgstr "Aanvinken om de uitgelichte afbeelding te verbergen op enkel bericht."

#: inc/customizer.php:1988
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:281
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:281
msgid "Featured Image"
msgstr "Uitgelichte afbeelding"

#: inc/customizer.php:1972
msgid "Check to show the image caption under the featured image in archive, search as well as the single post page."
msgstr ""

#: inc/customizer.php:1959
msgid "Featured Image Caption"
msgstr ""

#: inc/customizer.php:1894
msgid "Change the You May Also Like text as required for your site."
msgstr ""

#: inc/customizer.php:1882
msgid "Change You May Also Like Text"
msgstr ""

#: inc/customizer.php:1866
msgid "Change the View All text as required for your site."
msgstr ""

#: inc/customizer.php:1854
msgid "Change View All Text"
msgstr ""

#: inc/customizer.php:1664
msgid "The content will only be displayed if you have chosen %1$sOne Column (Featured image on left and post excerpt on right)%2$s or %1$sFull Width (Featured image on top and post excerpt below)%2$s option in %1$sBlog/Archive and Search Pages Layout%2$s under the %1$sDesign Settings%2$s."
msgstr ""

#: inc/customizer.php:1663
msgid "Important Notice:"
msgstr ""

#: inc/customizer.php:1654
msgid "Display Content"
msgstr ""

#: inc/customizer.php:1653
msgid "(Default) Display Excerpt"
msgstr ""

#: inc/customizer.php:1649
msgid "Choose to display the post content or excerpt:"
msgstr ""

#: inc/customizer.php:1637
msgid "Blog/Archive and Search Pages Display Type"
msgstr ""

#: inc/customizer.php:1611
msgid "Check to activate the reading progress indicator in single post page."
msgstr ""

#: inc/customizer.php:1599
msgid "Reading Progress Indicator"
msgstr ""

#: inc/customizer.php:1567
msgid "Check to display the reading time."
msgstr ""

#: inc/customizer.php:1555
msgid "Reading Time Display"
msgstr ""

#: inc/customizer.php:1466
msgid "Number of post to display"
msgstr ""

#: inc/customizer.php:1508
msgid "Check to display the related post when browser scrolls at end."
msgstr ""

#: inc/customizer.php:1496
msgid "Flyout Related Post"
msgstr ""

#: inc/customizer.php:1404
msgid "Check to display the breadcrumb. Note: Supports BreadCrumb NavXT plugin and Yoast SEO BreadCrumb settings."
msgstr ""

#: inc/customizer.php:1392
msgid "BreadCrumb Setting"
msgstr ""

#: inc/customizer.php:1317
msgid "Repeat Vertically"
msgstr ""

#: inc/customizer.php:1316
msgid "Repeat Horizontally"
msgstr ""

#: inc/customizer.php:1315
msgid "Repeat"
msgstr ""

#: inc/customizer.php:1314
msgid "No Repeat"
msgstr ""

#: inc/customizer.php:1310
msgid "Background Image Repeat"
msgstr ""

#: inc/customizer.php:1296
msgid "Fixed"
msgstr ""

#: inc/customizer.php:1295
msgid "Scroll"
msgstr ""

#: inc/customizer.php:1291
msgid "Background Image Attachment"
msgstr ""

#: inc/customizer.php:1277
msgid "Auto"
msgstr ""

#: inc/customizer.php:1276
msgid "Contain"
msgstr ""

#: inc/customizer.php:1275
msgid "Cover"
msgstr ""

#: inc/customizer.php:1271
msgid "Background Image Size"
msgstr ""

#: inc/customizer.php:1257
msgid "Bottom Right"
msgstr ""

#: inc/customizer.php:1256
msgid "Bottom Center"
msgstr ""

#: inc/customizer.php:1255
msgid "Bottom Left"
msgstr ""

#: inc/customizer.php:1254
msgid "Center Right"
msgstr ""

#: inc/customizer.php:1253
msgid "Center Center"
msgstr ""

#: inc/customizer.php:1252
msgid "Center Left"
msgstr ""

#: inc/customizer.php:1251
msgid "Top Right"
msgstr ""

#: inc/customizer.php:1250
msgid "Top Center"
msgstr ""

#: inc/customizer.php:1249
msgid "Top Left"
msgstr ""

#: inc/customizer.php:1245
msgid "Background Image Position"
msgstr ""

#: inc/customizer.php:1230
msgid "Background Image"
msgstr ""

#: inc/customizer.php:1218
msgid "Footer Background"
msgstr ""

#: inc/customizer.php:1149
msgid "Type 3"
msgstr ""

#: inc/customizer.php:1148
msgid "Type 2"
msgstr "Type 2"

#: inc/customizer.php:1147
msgid "Type 1 (Default)"
msgstr "Type 1 (Standaard)"

#: inc/customizer.php:1144
msgid "Choose the main total footer area display type that you want"
msgstr "Kies het weergavetype voor het footer-gebied"

#: inc/customizer.php:1131
msgid "Footer Main Area Display Type"
msgstr "Weergavetype voor het footer-gebied"

#: inc/customizer.php:1125
msgid "Footer Options"
msgstr "Footer opties"

#: inc/customizer.php:1123
msgid "Change the Footer Settings from here as you want"
msgstr "Wijzig de instellingen voor de footer hier"

#: inc/customizer.php:1032
msgid "Check to disable the Author Bio"
msgstr ""

#: inc/customizer.php:1020
msgid "Author Bio"
msgstr ""

#: inc/customizer.php:1014
msgid "Author Bio Options"
msgstr ""

#: inc/customizer.php:1012
msgid "Change the Author Bio Settings from here as you want"
msgstr ""

#: inc/customizer.php:770
msgid "Both header and footer"
msgstr ""

#: inc/customizer.php:769
msgid "Footer only"
msgstr ""

#: inc/customizer.php:768
msgid "Header only"
msgstr ""

#: inc/customizer.php:764
msgid "Social links to display on:"
msgstr ""

#: inc/customizer.php:699
msgid "Dark Skin"
msgstr "Donkere skin"

#: inc/customizer.php:698
msgid "White Skin"
msgstr "Lichte skin"

#: inc/customizer.php:696
msgid "Choose the color skin for your site."
msgstr "Kies de skinkleur voor de site."

#: inc/customizer.php:684
msgid "Skin Color"
msgstr "Skinkleur"

#: inc/customizer.php:655
msgid "Grid Layout (Featured image on top and post excerpt below in two column grid)"
msgstr ""

#: inc/customizer.php:654
msgid "Full Width (Featured image on top and post excerpt below)"
msgstr ""

#: inc/customizer.php:495
msgid "Choose the main total header area display type that you want"
msgstr "Kies het weergavetype voor het header-gebied"

#: inc/customizer.php:483
msgid "Main Header Area Display Type"
msgstr "Weergavetype voor het header-gebied"

#: inc/customizer.php:449
msgid "Custom link to header image "
msgstr ""

#: inc/customizer.php:326
msgid "Reveal the menu on scroll up"
msgstr ""

#: inc/customizer.php:325
msgid "Make the menu sticky"
msgstr ""

#: inc/customizer.php:323
msgid "Select the option you want:"
msgstr ""

#: inc/customizer.php:252
msgid "From WordPress Date Setting"
msgstr "Datuminstelling van WordPress"

#: inc/customizer.php:251
msgid "Theme Default Setting"
msgstr "Standaard instelling van thema"

#: inc/customizer.php:249
msgid "Date in header display type:"
msgstr "Weergavetype voor datum in header:"

#: inc/customizer.php:1468 inc/widgets/colormag-exchange-widget.php:91
msgid "3"
msgstr ""

#: navigation.php:67 navigation.php:98
msgctxt "Next post link"
msgid "Next &rarr;"
msgstr ""

#: navigation.php:61 navigation.php:92
msgctxt "Previous post link"
msgid "&larr; Previous"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:328
msgid "Load More"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:109
msgid "Check to display the ajax load more button to load further posts from chosen category or from latest post."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:138
msgid "Maximum Slide Rows:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:133
msgid "Slide Row Height (in px):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:128
msgid "Slide Duration Time (in ms):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:120
msgid "Slide Direction:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:266
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:280
#: inc/widgets/colormag-breaking-news-widget.php:116
msgid "Slide Options"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:143
#: inc/widgets/colormag-slider-news-widget.php:149
msgid "Check to enable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:145
msgid "Check to disable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:139
#: inc/widgets/colormag-news-in-picture-widget.php:137
#: inc/widgets/colormag-slider-news-widget.php:143
msgid "Transition Pause Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:134
#: inc/widgets/colormag-news-in-picture-widget.php:132
#: inc/widgets/colormag-slider-news-widget.php:138
#: inc/widgets/colormag-ticker-news-widget.php:128
msgid "Transition Speed Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:129
#: inc/widgets/colormag-slider-news-widget.php:133
msgid "Fade"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:132
#: inc/widgets/colormag-video-playlist.php:104
msgid "Vertical"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:127
#: inc/widgets/colormag-slider-news-widget.php:131
#: inc/widgets/colormag-video-playlist.php:105
msgid "Horizontal"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:125
#: inc/widgets/colormag-slider-news-widget.php:129
msgid "Slide Mode:"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:121
#: inc/widgets/colormag-news-in-picture-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:125
#: inc/widgets/colormag-ticker-news-widget.php:124
msgid "Slider Options"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:32
msgid "ThemeGrill Demo Importer"
msgstr ""

#: inc/customizer.php:1702
msgid "Featured image with post title"
msgstr ""

#: inc/customizer.php:1697
msgid "Post navigation to be shown as:"
msgstr ""

#: inc/customizer.php:1672
msgid "Post Navigation"
msgstr ""

#: inc/customizer.php:121
msgid "Choose the required category to display as the latest posts:"
msgstr ""

#: inc/customizer.php:100
msgid "Category"
msgstr ""

#: inc/customizer.php:99
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:180
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:194
msgid "Latest Posts"
msgstr "Laatste berichten"

#: inc/customizer.php:95
msgid "Choose the required option to display the latest posts from:"
msgstr ""

#: inc/ajax.php:137
msgid "No more post"
msgstr ""

#: inc/ajax.php:19
msgid "Permissions check failed."
msgstr ""

#. Author URI of the plugin/theme
msgid "https://themegrill.com/wordpress-themes/"
msgstr ""

#: inc/customizer.php:1859 inc/customizer.php:3132
#: inc/widgets/colormag-breaking-news-widget.php:242
#: inc/widgets/colormag-default-news-widget.php:216
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:225
#: inc/widgets/colormag-featured-posts-vertical-widget.php:215
#: inc/widgets/colormag-featured-posts-widget.php:215
#: inc/widgets/colormag-news-in-picture-widget.php:266
#: inc/widgets/colormag-slider-news-widget.php:273
#: inc/widgets/colormag-ticker-news-widget.php:245
#: inc/widgets/colormag-video-playlist.php:240
msgid "View All"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:112
#: inc/widgets/colormag-default-news-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:119
#: inc/widgets/colormag-featured-posts-vertical-widget.php:112
#: inc/widgets/colormag-featured-posts-widget.php:112
#: inc/widgets/colormag-news-in-picture-widget.php:124
#: inc/widgets/colormag-slider-news-widget.php:121
#: inc/widgets/colormag-ticker-news-widget.php:120
#: inc/widgets/colormag-video-playlist.php:121
msgid "Check to display the view all button to link that button to the specific category chosen in this widget."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:107
#: inc/widgets/colormag-default-news-widget.php:107
#: inc/widgets/colormag-featured-posts-slider-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:114
#: inc/widgets/colormag-featured-posts-vertical-widget.php:107
#: inc/widgets/colormag-featured-posts-widget.php:107
#: inc/widgets/colormag-highlighted-posts-widget.php:92
#: inc/widgets/colormag-news-in-picture-widget.php:119
#: inc/widgets/colormag-slider-news-widget.php:116
#: inc/widgets/colormag-ticker-news-widget.php:115
#: inc/widgets/colormag-video-playlist.php:116
msgid "Check to display the posts from child category of the chosen category."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:102
#: inc/widgets/colormag-default-news-widget.php:102
#: inc/widgets/colormag-featured-posts-slider-widget.php:107
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:104
#: inc/widgets/colormag-featured-posts-vertical-widget.php:102
#: inc/widgets/colormag-featured-posts-widget.php:102
#: inc/widgets/colormag-highlighted-posts-widget.php:87
#: inc/widgets/colormag-news-in-picture-widget.php:114
#: inc/widgets/colormag-slider-news-widget.php:111
#: inc/widgets/colormag-ticker-news-widget.php:110
#: inc/widgets/colormag-video-playlist.php:111
msgid "Check to display the random post from either the chosen category or from latest post."
msgstr ""

#: inc/customizer.php:1365
msgid "Check to activate the sticky options for content and sidebar areas."
msgstr ""

#: inc/customizer.php:1353
msgid "Sticky Content And Sidebar"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Select an Image"
msgstr "Selecteer een afbeelding"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Use image"
msgstr "Afbeelding gebruiken"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Choose an image"
msgstr "KIes een afbeelding"

#: inc/demo-importer/class-demo-importer.php:65
#: inc/demo-importer/includes/views/html-admin-page-importer.php:27
msgid "Demo Importer"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:327
msgid "ColorMag Pro Sports"
msgstr "ColorMag Pro Sports"

#: inc/demo-importer/demos/functions-demo-config.php:218
msgid "ColorMag Pro Technology"
msgstr "ColorMag Pro Technology"

#: inc/demo-importer/demos/functions-demo-config.php:120
msgid "ColorMag Pro Fashion"
msgstr "ColorMag Pro Fashion"

#: inc/widgets/colormag-exchange-widget.php:90
msgid "2"
msgstr "2"

#: inc/customizer.php:1469
msgid "6"
msgstr "6"

#: inc/widgets/colormag-exchange-widget.php:89
msgid "1"
msgstr "1"

#: inc/demo-importer/demos/functions-demo-config.php:926
msgid "ColorMag"
msgstr "ColorMag"

#: inc/functions.php:1027 navigation.php:107
msgctxt "Next post link"
msgid "&rarr;"
msgstr "&rarr;"

#: inc/functions.php:1026 navigation.php:106
msgctxt "Previous post link"
msgid "&larr;"
msgstr "&larr;"

#: comments.php:31
msgctxt "comments title"
msgid "One thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "Eén gedachte over &ldquo;%2$s&rdquo;"
msgstr[1] "%1$s gedachten over &ldquo;%2$s&rdquo;"

#. Template Name of the plugin/theme
msgid "Magazine Template"
msgstr ""

#. Template Name of the plugin/theme
msgid "Contact Page Template"
msgstr "Template voor contactpagina"

#. Description of the plugin/theme
msgid "ColorMag Pro is the pro version of ColorMag free theme."
msgstr ""

#. Theme URI of the plugin/theme
msgid "https://themegrill.com/themes/colormag/"
msgstr "https://themegrill.com/themes/colormag/"

#. Theme Name of the plugin/theme
msgid "ColorMag Pro"
msgstr "ColorMag Pro"

#: auto-load-next-post/content-partial.php:42 single.php:62
msgid "See all posts by %1$s"
msgstr ""

#: auto-load-next-post/content-partial.php:41 single.php:61
msgid "%1$s has %2$s posts and counting."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:71 sidebar.php:26
msgid "Right"
msgstr "Rechts"

#: sidebar-left.php:31 sidebar.php:31
msgid "This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-left.php:30 sidebar-woocommerce-left.php:17
#: sidebar-woocommerce-right.php:17 sidebar.php:30
msgid "Example Widget"
msgstr "Voorbeeldwidget"

#: inc/widgets/colormag-cta-widget.php:69 sidebar-left.php:26
msgid "Left"
msgstr "Links"

#: sidebar-left.php:24 sidebar.php:24
msgid "Contact Page"
msgstr "Contactpagina"

#: searchform.php:12
msgid "Search"
msgstr "Zoeken"

#: no-results.php:27
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "Het lijkt erop dat we niet kunnen vinden wat je zoekt. Misschien helpt zoeken."

#: no-results.php:22
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "Helaas, er waren geen overeenkomsten met je zoekterm. Probeer het opnieuw met enkele andere zoekwoorden."

#: no-results.php:18
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "Klaar om je eerste bericht te publiceren? <a href=\"%1$s\">Start hier</a>."

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:494
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:470
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:482
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:454
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:456
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:475
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:467
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:445
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:441
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:477
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:465
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:453
#: navigation.php:25 navigation.php:37
msgid "Next &rarr;"
msgstr "Volgende &rarr;"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:493
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:469
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:481
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:453
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:455
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:474
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:466
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:444
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:440
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:476
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:452
#: navigation.php:24 navigation.php:36
msgid "&larr; Previous"
msgstr "&larr; Vorige"

#: license.php:421
msgid "<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s."
msgstr ""

#: license.php:402
msgid "The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key."
msgstr ""

#: license.php:178
msgid "License Deactivation"
msgstr ""

#: license.php:177
msgid "License Activation"
msgstr ""

#: license.php:127 license.php:136
msgid "Cheatin&#8217; huh?"
msgstr "Valsspelen?"

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:15
msgid "TG: Featured Posts (Style 3)"
msgstr "TG: Uitgelichte berichten (Stijl 3)"

#: inc/widgets/colormag-ticker-news-widget.php:105
msgid "Check to display the content in the popup"
msgstr ""

#: inc/widgets/colormag-ticker-news-widget.php:14
msgid "TG: Featured Posts (Style 7)"
msgstr "TG: Uitgelichte berichten (Stijl 7)"

#: inc/widgets/colormag-breaking-news-widget.php:51
msgid "Number of recent posts to show as the breaking news:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:14
msgid "TG: Breaking News Widget"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:11
msgid "Displays the breaking news in the news ticker way. Suitable for the Right/Left Sidebar"
msgstr ""

#: inc/widgets/colormag-slider-news-widget.php:14
msgid "TG: Featured Posts (Style 6)"
msgstr "TG: Uitgelichte berichten (Stijl 6)"

#: inc/widgets/colormag-random-post-widget.php:30
msgid "Number of random posts to display:"
msgstr ""

#: inc/widgets/colormag-random-post-widget.php:15
msgid "TG: Random Posts Widget"
msgstr "TG: Widget voor willekeurige berichten"

#: inc/widgets/colormag-random-post-widget.php:11
msgid "Displays the random posts from your site. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:257
msgid "No comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:253
msgid "says:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "% Comments"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "1 Comment"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "No Comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:64
msgid "<i class=\"fa fa-comment\"></i>Comment"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:62
msgid "<i class=\"fa fa-history\"></i>Recent"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:60
msgid "<i class=\"fa fa-star\"></i>Popular"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:31
msgid "Check to enable the popular post by view count."
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:25
msgid "Number of popular posts, recent posts and comments to display:"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:14
msgid "TG: Tabbed Widget"
msgstr "TG: Widget met tabs"

#: inc/widgets/colormag-cm-tabbed-widget.php:11
msgid "Displays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar."
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:15
msgid "TG: Featured Posts (Style 4)"
msgstr "TG: Uitgelichte berichten (Stijl 4)"

#: inc/widgets/colormag-news-in-picture-widget.php:109
msgid "Check not to have the slider effect for this widget"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:14
msgid "TG: Featured Posts (Style 5)"
msgstr "TG: Uitgelichte berichten (Stijl 5)"

#: inc/widgets/colormag-video-widget.php:42
msgid "Vimeo Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:38
msgid "Youtube Video ID:"
msgstr ""

#: inc/widgets/colormag-video-widget.php:15
msgid "TG: Videos"
msgstr "TG: Video's"

#: inc/widgets/colormag-video-widget.php:11
msgid "Add the videos here, Youtube and Vimeo Videos is only accepted for now."
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:51
msgid "Add your Advertisement 125x125 Images Here"
msgstr "Voeg de afbeeldingen voor je advertentie van 125x125 hier toe"

#: inc/widgets/colormag-125x125-advertisement-widget.php:15
msgid "TG: 125x125 Advertisement"
msgstr "TG: 125x125 advertentie"

#: inc/widgets/colormag-125x125-advertisement-widget.php:11
msgid "Add your 125x125 Advertisement here"
msgstr "Voeg je advertentie van 125x125 hier toe"

#: inc/widgets/colormag-728x90-advertisement-widget.php:39
msgid "Add your Advertisement 728x90 Images Here"
msgstr "Voeg de afbeeldingen voor je advertentie van 728x90 hier toe"

#: inc/widgets/colormag-728x90-advertisement-widget.php:15
msgid "TG: 728x90 Advertisement"
msgstr "TG: 728x90 advertentie"

#: inc/widgets/colormag-728x90-advertisement-widget.php:11
msgid "Add your 728x90 Advertisement here"
msgstr "Voeg je advertentie van 728x90 hier toe"

#: inc/widgets/colormag-125x125-advertisement-widget.php:66
#: inc/widgets/colormag-300x250-advertisement-widget.php:45
#: inc/widgets/colormag-728x90-advertisement-widget.php:45
msgid "Advertisement Image "
msgstr "Afbeelding van advertentie"

#: inc/widgets/colormag-125x125-advertisement-widget.php:59
#: inc/widgets/colormag-300x250-advertisement-widget.php:41
#: inc/widgets/colormag-728x90-advertisement-widget.php:41
msgid "Advertisement Image Link "
msgstr "Afbeeldingslink van advertentie"

#: inc/widgets/colormag-300x250-advertisement-widget.php:39
msgid "Add your Advertisement 300x250 Images Here"
msgstr "Voeg de afbeeldingen voor je advertentie van 300x250 hier toe"

#: inc/widgets/colormag-300x250-advertisement-widget.php:15
msgid "TG: 300x250 Advertisement"
msgstr "TG: 300x250 advertentie"

#: inc/widgets/colormag-300x250-advertisement-widget.php:11
msgid "Add your 300x250 Advertisement here"
msgstr "Voeg je advertentie van 300x250 hier toe"

#: inc/widgets/colormag-featured-posts-vertical-widget.php:15
msgid "TG: Featured Posts (Style 2)"
msgstr "TG: Uitgelichte berichten (Stijl 2)"

#: inc/widgets/colormag-cta-widget.php:52
#: inc/widgets/colormag-default-news-widget.php:48
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:50
#: inc/widgets/colormag-featured-posts-vertical-widget.php:48
#: inc/widgets/colormag-featured-posts-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:57
#: inc/widgets/colormag-slider-news-widget.php:57
#: inc/widgets/colormag-ticker-news-widget.php:51
#: inc/widgets/colormag-video-playlist.php:48
msgid "Description"
msgstr "Beschrijving"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:85
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:84
#: inc/widgets/colormag-125x125-advertisement-widget.php:48
#: inc/widgets/colormag-300x250-advertisement-widget.php:36
#: inc/widgets/colormag-728x90-advertisement-widget.php:36
#: inc/widgets/colormag-breaking-news-widget.php:47
#: inc/widgets/colormag-cta-widget.php:49
#: inc/widgets/colormag-default-news-widget.php:45
#: inc/widgets/colormag-exchange-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:47
#: inc/widgets/colormag-featured-posts-vertical-widget.php:45
#: inc/widgets/colormag-featured-posts-widget.php:45
#: inc/widgets/colormag-google-maps-widget.php:68
#: inc/widgets/colormag-news-in-picture-widget.php:54
#: inc/widgets/colormag-random-post-widget.php:26
#: inc/widgets/colormag-slider-news-widget.php:54
#: inc/widgets/colormag-ticker-news-widget.php:48
#: inc/widgets/colormag-video-playlist.php:44
#: inc/widgets/colormag-video-widget.php:34
#: inc/widgets/colormag-weather-widget.php:45
msgid "Title:"
msgstr "Titel:"

#: inc/widgets/colormag-default-news-widget.php:41
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:43
#: inc/widgets/colormag-featured-posts-vertical-widget.php:41
#: inc/widgets/colormag-featured-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:50
#: inc/widgets/colormag-slider-news-widget.php:50
#: inc/widgets/colormag-ticker-news-widget.php:44
msgid "Layout will be as below:"
msgstr "Layout zal zijn zoals hieronder:"

#: inc/widgets/colormag-featured-posts-widget.php:15
msgid "TG: Featured Posts (Style 1)"
msgstr "TG: UItgelichte berichten (Stijl 1)"

#: inc/widgets/colormag-default-news-widget.php:11
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:11
#: inc/widgets/colormag-featured-posts-vertical-widget.php:11
#: inc/widgets/colormag-featured-posts-widget.php:11
#: inc/widgets/colormag-news-in-picture-widget.php:11
#: inc/widgets/colormag-slider-news-widget.php:11
#: inc/widgets/colormag-ticker-news-widget.php:11
msgid "Display latest posts or posts of specific category."
msgstr "Toon laatste berichten of de berichten in een bepaalde categorie."

#: inc/widgets/colormag-highlighted-posts-widget.php:15
msgid "TG: Highligted Posts"
msgstr ""

#: inc/widgets/colormag-highlighted-posts-widget.php:11
msgid "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."
msgstr "Toon laatste berichten of de berichten in een bepaalde categorie. Geschikt voor het gebied naast de Slider Sidebar."

#: inc/widgets/colormag-featured-posts-slider-widget.php:102
msgid "Image Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:100
msgid "Image Size medium (800X445 pixels)"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:98
msgid "Image Size:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:67
#: inc/widgets/colormag-default-news-widget.php:67
#: inc/widgets/colormag-featured-posts-slider-widget.php:65
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:69
#: inc/widgets/colormag-featured-posts-vertical-widget.php:67
#: inc/widgets/colormag-featured-posts-widget.php:67
#: inc/widgets/colormag-highlighted-posts-widget.php:52
#: inc/widgets/colormag-news-in-picture-widget.php:74
#: inc/widgets/colormag-slider-news-widget.php:76
#: inc/widgets/colormag-ticker-news-widget.php:70
#: inc/widgets/colormag-video-playlist.php:68
msgid "Select category"
msgstr "Categorie selecteren"

#: inc/widgets/colormag-breaking-news-widget.php:58
#: inc/widgets/colormag-default-news-widget.php:58
#: inc/widgets/colormag-featured-posts-slider-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:58
#: inc/widgets/colormag-featured-posts-widget.php:58
#: inc/widgets/colormag-highlighted-posts-widget.php:43
#: inc/widgets/colormag-news-in-picture-widget.php:67
#: inc/widgets/colormag-slider-news-widget.php:67
#: inc/widgets/colormag-ticker-news-widget.php:61
#: inc/widgets/colormag-video-playlist.php:59
msgid "Show posts from a category"
msgstr "Toon berichten van een categorie"

#: inc/widgets/colormag-breaking-news-widget.php:56
#: inc/widgets/colormag-default-news-widget.php:56
#: inc/widgets/colormag-featured-posts-slider-widget.php:54
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:58
#: inc/widgets/colormag-featured-posts-vertical-widget.php:56
#: inc/widgets/colormag-featured-posts-widget.php:56
#: inc/widgets/colormag-highlighted-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:65
#: inc/widgets/colormag-slider-news-widget.php:65
#: inc/widgets/colormag-ticker-news-widget.php:59
#: inc/widgets/colormag-video-playlist.php:57
msgid "Show latest Posts"
msgstr "Laatste berichten weergeven"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:149
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:163
#: inc/widgets/colormag-default-news-widget.php:51
#: inc/widgets/colormag-featured-posts-slider-widget.php:49
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:53
#: inc/widgets/colormag-featured-posts-vertical-widget.php:51
#: inc/widgets/colormag-featured-posts-widget.php:51
#: inc/widgets/colormag-highlighted-posts-widget.php:36
#: inc/widgets/colormag-news-in-picture-widget.php:60
#: inc/widgets/colormag-slider-news-widget.php:60
#: inc/widgets/colormag-ticker-news-widget.php:54
#: inc/widgets/colormag-video-playlist.php:52
msgid "Number of posts to display:"
msgstr "Aantal berichten om te tonen:"

#: inc/widgets/colormag-featured-posts-slider-widget.php:14
msgid "TG: Featured Category Slider"
msgstr "TG: Uitgelichte categorieslider"

#: inc/widgets/colormag-featured-posts-slider-widget.php:11
msgid "Display latest posts or posts of specific category, which will be used as the slider."
msgstr "Toon laatste berichten of de berichten in een bepaalde categorie, die wordt gebruikt als de slider."

#: inc/widgets/widgets.php:232
msgid "Shows widgets at footer sidebar four."
msgstr "Toon widgets op footer sidebar vier."

#: inc/widgets/widgets.php:230
msgid "Footer Sidebar Four ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:221
msgid "Shows widgets at footer sidebar three."
msgstr "Toon widgets op footer sidebar drie."

#: inc/widgets/widgets.php:219
msgid "Footer Sidebar Three ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:210
msgid "Shows widgets at footer sidebar two."
msgstr "Toon widgets op footer sidebar twee."

#: inc/widgets/widgets.php:208
msgid "Footer Sidebar Two ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:199
msgid "Shows widgets at footer sidebar one."
msgstr "Toon widgets op footer sidebar één."

#: inc/widgets/widgets.php:197
msgid "Footer Sidebar One ( Lower )"
msgstr ""

#: inc/widgets/widgets.php:188
msgid "Shows widgets at footer sidebar three in upper."
msgstr ""

#: inc/widgets/widgets.php:186
msgid "Footer Sidebar Three ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:177
msgid "Shows widgets at footer sidebar two in upper."
msgstr ""

#: inc/widgets/widgets.php:175
msgid "Footer Sidebar Two ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:166
msgid "Shows widgets at footer sidebar one in upper."
msgstr ""

#: inc/widgets/widgets.php:164
msgid "Footer Sidebar One ( Upper )"
msgstr ""

#: inc/widgets/widgets.php:155
msgid "Shows widgets Just Above The Footer, suitable for TG: 728x90 widget."
msgstr ""

#: inc/widgets/widgets.php:153
msgid "Advertisement Above The Footer"
msgstr "Advertentie boven de footer"

#: inc/widgets/widgets.php:144
msgid "Shows widgets on Error 404 page."
msgstr "Toon widgets op 404 foutpagina."

#: inc/widgets/widgets.php:142
msgid "Error 404 Page Sidebar"
msgstr "Fout 404 Pagina Sidebar"

#: inc/widgets/widgets.php:133
msgid "Shows widgets on Contact Page Template."
msgstr "Toont widgets op Contactpagina Template"

#: inc/widgets/widgets.php:131
msgid "Contact Page Sidebar"
msgstr "Contact Pagina Sidebar"

#: inc/widgets/widgets.php:122
msgid "Content Middle Bottom Section"
msgstr ""

#: inc/widgets/widgets.php:120
msgid "Front Page: Content Bottom Section"
msgstr "Voorpagina: Content, onderste sectie"

#: inc/widgets/widgets.php:111
msgid "Content Middle Right Section"
msgstr "Content, sectie midden-rechts"

#: inc/widgets/widgets.php:109
msgid "Front Page: Content Middle Right Section"
msgstr "Voorpagina: Content, sectie midden-rechts"

#: inc/widgets/widgets.php:100
msgid "Content Middle Left Section"
msgstr "Content, sectie midden-links"

#: inc/widgets/widgets.php:98
msgid "Front Page: Content Middle Left Section"
msgstr "Voorpagina: Content, sectie midden-links"

#: inc/widgets/widgets.php:89
msgid "Content Top Section"
msgstr "Content, bovenste sectie"

#: inc/widgets/widgets.php:87
msgid "Front Page: Content Top Section"
msgstr "Voorpagina: Content, bovenste sectie"

#: inc/widgets/widgets.php:78
msgid "Show widget beside the slider. Suitable for TG: Highlighted Posts."
msgstr "Toon widget naast de slider. Geschikt voor de TG: Gemarkeerde berichten."

#: inc/widgets/widgets.php:76
msgid "Front Page: Area beside slider"
msgstr "Voorpagina: gebied naast de slider"

#: inc/widgets/widgets.php:67
msgid "Show widget just below menu. Suitable for TG: Featured Cat Slider."
msgstr ""

#: inc/widgets/widgets.php:65
msgid "Front Page: Slider Area"
msgstr "Voorpagina: Slidergebied"

#: inc/widgets/widgets.php:56
msgid "Show widget just below menu."
msgstr ""

#: inc/widgets/widgets.php:54
msgid "Front Page: Top Full Width Area"
msgstr ""

#: inc/widgets/widgets.php:45
msgid "Shows widgets in header section just above the main navigation menu."
msgstr "Toon widgets in header-sectie net boven de hoofdnavigatie."

#: inc/widgets/widgets.php:43
msgid "Header Sidebar"
msgstr "Header Sidebar"

#: inc/widgets/widgets.php:34
msgid "Shows widgets at Left side."
msgstr "Laat de Widgets aan de linkerkant zien."

#: inc/widgets/widgets.php:23
msgid "Shows widgets at Right side."
msgstr "Laat de Widgets aan de rechterkant zien."

#: inc/share.php:6
msgid "Pin It"
msgstr ""

#: inc/share.php:5
msgid "+1 This"
msgstr ""

#: inc/share.php:4
msgid "Like This"
msgstr ""

#: inc/share.php:3
msgid "Tweet This"
msgstr ""

#: inc/share.php:2
msgid "Share This Post:"
msgstr ""

#: inc/customizer.php:1887 inc/customizer.php:3143 inc/related-posts.php:20
msgid "You May Also Like"
msgstr "Je zou ook interesse kunnen hebben in"

#. Author of the plugin/theme
msgid "ThemeGrill"
msgstr "ThemeGrill"

#: inc/functions.php:1679
msgid "WordPress"
msgstr "WordPress"

#: inc/functions.php:1558
msgid "Youtube"
msgstr ""

#: inc/functions.php:1528
msgid "Google Plus"
msgstr ""

#: inc/functions.php:1513
msgid "User Social Links"
msgstr ""

#: inc/functions.php:1492
msgid "Total Views"
msgstr ""

#: inc/functions.php:1469
msgid "%s Views"
msgstr ""

#: inc/functions.php:1467
msgid "0 View"
msgstr ""

#: inc/functions.php:1383
msgid "Video URL"
msgstr ""

#: inc/functions.php:1169
msgid "View a random post"
msgstr "Toon een willekeurig bericht"

#: inc/functions.php:2109
msgid "Reply"
msgstr "Beantwoorden"

#: inc/functions.php:2103
msgid "Your comment is awaiting moderation."
msgstr "Je reactie is in afwachting van moderatie."

#: inc/functions.php:2095
msgid "%1$s at %2$s"
msgstr "%1$s om %2$s"

#: inc/functions.php:2093
msgid "Post author"
msgstr "Bericht auteur"

#: inc/functions.php:2079
msgid "(Edit)"
msgstr "(bewerken)"

#: inc/functions.php:2079
msgid "Pingback:"
msgstr "Pingback:"

#: inc/functions.php:1036
msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
msgstr "Nieuwere berichten <span class=\"meta-nav\">&rarr;</span>"

#: inc/functions.php:1032
msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
msgstr "<span class=\"meta-nav\">&larr;</span> Oudere berichten"

#: inc/functions.php:1022
msgid "Post navigation"
msgstr "Berichtnavigatie"

#: content-page.php:53 inc/functions.php:504
msgid "Edit"
msgstr "Bewerken"

#: inc/functions.php:490
msgid ", "
msgstr ", "

#: inc/functions.php:487
msgid "<i class=\"fa fa-comments\"></i> % Comments"
msgstr "<i class=\"fa fa-comments\"></i> % reacties"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 1 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 1 reactie"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 0 Comments"
msgstr "<i class=\"fa fa-comment\"></i> 0 reacties"

#: inc/ajax.php:102 inc/flyout-related-posts.php:44 inc/functions.php:470
#: inc/related-posts.php:58 inc/widgets/colormag-breaking-news-widget.php:297
#: inc/widgets/colormag-default-news-widget.php:270
#: inc/widgets/colormag-featured-posts-slider-widget.php:313
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:284
#: inc/widgets/colormag-featured-posts-vertical-widget.php:283
#: inc/widgets/colormag-featured-posts-widget.php:283
#: inc/widgets/colormag-highlighted-posts-widget.php:216
#: inc/widgets/colormag-news-in-picture-widget.php:331
#: inc/widgets/colormag-random-post-widget.php:122
#: inc/widgets/colormag-cm-tabbed-widget.php:139
#: inc/widgets/colormag-cm-tabbed-widget.php:221
msgid "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"
msgstr "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"

#: inc/customizer.php:2912
msgid "Footer copyright part background color."
msgstr ""

#: inc/customizer.php:2907
msgid "Footer small menu text color."
msgstr ""

#: inc/customizer.php:2902
msgid "Footer copyright link text color."
msgstr ""

#: inc/customizer.php:2897
msgid "Footer copyright text color."
msgstr ""

#: inc/customizer.php:2887
msgid "Footer widget background color."
msgstr ""

#: inc/customizer.php:2882
msgid "Footer widget content link text color."
msgstr ""

#: inc/customizer.php:2877
msgid "Footer widget content color."
msgstr ""

#: inc/customizer.php:2872
msgid "Widget title color."
msgstr ""

#: inc/customizer.php:2865
msgid "Footer part color options"
msgstr ""

#: inc/customizer.php:2836
msgid "Content section background color."
msgstr ""

#: inc/customizer.php:2831
msgid "Sidebar widget title color."
msgstr ""

#: inc/customizer.php:2826
msgid "Button background color."
msgstr ""

#: inc/customizer.php:2821
msgid "Button text color."
msgstr ""

#: inc/customizer.php:2816
msgid "Post meta color."
msgstr ""

#: inc/customizer.php:2811
msgid "Content text color."
msgstr ""

#: inc/customizer.php:2806
msgid "Page title color."
msgstr ""

#: inc/customizer.php:2801
msgid "Posts title color."
msgstr ""

#: inc/customizer.php:2796
msgid "Content Part titles color (like h1, h2 in content section)."
msgstr ""

#: inc/customizer.php:2789
msgid "Content part color options"
msgstr ""

#: inc/customizer.php:2760
msgid "Header background color."
msgstr ""

#: inc/customizer.php:2755
msgid "Primary menu selected/hovered item color."
msgstr ""

#: inc/customizer.php:2735
msgid "Primary menu text color."
msgstr ""

#: inc/customizer.php:2730
msgid "Site Tagline."
msgstr ""

#: inc/customizer.php:2725
msgid "Site Title."
msgstr ""

#: inc/customizer.php:2718
msgid "Header Color Options"
msgstr ""

#: inc/customizer.php:2712
msgid "Change the Color Settings from here as you want"
msgstr ""

#: inc/customizer.php:2710
msgid "Color Options"
msgstr "Kleuropties"

#: inc/customizer.php:2701
msgid "Footer small menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2685
msgid "Footer copyright text font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2669
msgid "Footer widget content font size. Default is 14px"
msgstr ""

#: inc/customizer.php:2653
msgid "Footer widget Titles. Default is 18px"
msgstr ""

#: inc/customizer.php:2639
msgid "Footer font size options"
msgstr ""

#: inc/customizer.php:2630
msgid "Button text font size (Buttons like Read more, submit, post comment etc). Default is 12px"
msgstr ""

#: inc/customizer.php:2614
msgid "Post meta font size. Default is 12px"
msgstr ""

#: inc/customizer.php:2598
msgid "Content font size, also applies to other text like in search fields, post comment button etc. Default is 15px"
msgstr ""

#: inc/customizer.php:2584
msgid "Content font size options"
msgstr ""

#: inc/customizer.php:2575
msgid "Comment Title. Default is 24px"
msgstr ""

#: inc/customizer.php:2559
msgid "Widget Title. Default is 18px"
msgstr ""

#: inc/customizer.php:2543
msgid "Page Title. Default is 34px"
msgstr ""

#: inc/customizer.php:2527
msgid "Post Title. Default is 32px"
msgstr ""

#: inc/customizer.php:2495
msgid "Heading h5 tag. Default is 22px"
msgstr ""

#: inc/customizer.php:2479
msgid "Heading h4 tag. Default is 24px"
msgstr ""

#: inc/customizer.php:2511
msgid "Heading h6 tag. Default is 18px"
msgstr ""

#: inc/customizer.php:2431
msgid "Heading h1 tag. Default is 36px"
msgstr ""

#: inc/customizer.php:2417
msgid "Titles related font size options"
msgstr ""

#: inc/customizer.php:2408
msgid "Primary sub menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2392
msgid "Primary menu. Default is 14px"
msgstr ""

#: inc/customizer.php:2376
msgid "Site tagline font size. Default is 16px"
msgstr ""

#: inc/customizer.php:2360
msgid "Site title font size. Default is 46px"
msgstr ""

#: inc/customizer.php:2346
msgid "Header font size Options"
msgstr ""

#: inc/customizer.php:2317
msgid "Content font and for others. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2312
msgid "All Titles font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2307
msgid "Primary menu font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2302
msgid "Site tagline font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2297
msgid "Site title font. Default is \"Open Sans\""
msgstr ""

#: inc/customizer.php:2289
msgid "Google Font Options"
msgstr ""

#: inc/customizer.php:2282
msgid "Change the Typography Settings from here as you want"
msgstr ""

#: inc/customizer.php:2281
msgid "Typography Options"
msgstr ""

#: inc/customizer.php:2250
msgid "%s"
msgstr "%s"

#: inc/customizer.php:2228
msgid "Category Color Settings"
msgstr "Instellingen voor categoriekleur"

#: inc/customizer.php:2223
msgid "Change the color of each category items as you want."
msgstr "Wijzig de kleur van iedere categorie."

#: inc/customizer.php:2221
msgid "Category Color Options"
msgstr "Opties voor categoriekleur"

#: inc/customizer.php:1191 inc/customizer.php:1200
msgid "Edit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively."
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Powered by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Theme: ColorMag Pro by "
msgstr ""

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Copyright &copy; "
msgstr ""

#: inc/customizer.php:1175
msgid "Footer Copyright Editor"
msgstr "Editor voor de copyright-tekst in de footer"

#: inc/customizer.php:1168
msgid "Check to disable the scroll to top button."
msgstr ""

#: inc/customizer.php:1156
msgid "Scroll To Top Button"
msgstr ""

#: inc/customizer.php:1081
msgid "Check to display the link to the author page in the Author Bio section"
msgstr ""

#: inc/customizer.php:1068
msgid "Author URL In Author Bio"
msgstr ""

#: inc/customizer.php:1052
msgid "Check to show the Social Profiles in the Author Bio"
msgstr ""

#: inc/customizer.php:1039
msgid "Social Profiles in Author Bio"
msgstr ""

#: inc/customizer.php:1951
msgid "Check to enable the lightbox for the featured images in single post"
msgstr "Aanvinken om de lightbox te activeren voor uitgelichte afbeeldingen in enkele berichten"

#: inc/customizer.php:1939
msgid "Image Lightbox"
msgstr "Afbeelding Lightbox"

#: inc/customizer.php:1923
msgid "Check to activate social share buttons in single post"
msgstr ""

#: inc/customizer.php:1910
msgid "Social Share Button"
msgstr ""

#: inc/customizer.php:1846
msgid "Change the Read more text as required for your site."
msgstr ""

#: inc/customizer.php:1835
msgid "Change Read More Text"
msgstr "Eigen \"lees meer\"-tekst"

#: inc/customizer.php:1827
msgid "Disable the edit button only in post meta section."
msgstr ""

#: inc/customizer.php:1813
msgid "Disable the post view only in post meta section."
msgstr ""

#: inc/customizer.php:1799
msgid "Disable the tags only in post meta section."
msgstr ""

#: inc/customizer.php:1784
msgid "Disable the comments only in post meta section."
msgstr ""

#: inc/customizer.php:1769
msgid "Disable the category only in post meta section."
msgstr ""

#: inc/customizer.php:1754
msgid "Disable the date only in post meta section."
msgstr ""

#: inc/customizer.php:1739
msgid "Disable the author only in post meta section."
msgstr ""

#: inc/customizer.php:1724
msgid "Disable the post meta for the post totally, ie, remove all of the meta data."
msgstr ""

#: inc/customizer.php:1710
msgid "Post Meta Display"
msgstr ""

#: inc/customizer.php:1451 inc/customizer.php:1526
msgid "Related Posts By Tags"
msgstr "Gerelateerde berichten volgens tag"

#: inc/customizer.php:1450 inc/customizer.php:1525
msgid "Related Posts By Categories"
msgstr "Gerelateerde berichten volgens categorie"

#: inc/customizer.php:1446 inc/customizer.php:1521
msgid "Related Posts Must Be Shown As:"
msgstr "Gerelateerde berichten moeten worden getoond als:"

#: inc/customizer.php:1425
msgid "Check to activate the related posts"
msgstr "Aanvinken om de gerelateerde berichten te activeren"

#: inc/customizer.php:1412
msgid "Related Posts"
msgstr "Gerelateerde berichten"

#: inc/customizer.php:1345
msgid "Check to activate the unique post system for the bundled widgets"
msgstr ""

#: inc/customizer.php:1333
msgid "Unique Post System"
msgstr "Uniek berichtensysteem"

#: inc/customizer.php:1327
msgid "Additional Options"
msgstr "Extra opties"

#: inc/customizer.php:1325
msgid "Change the Additional Settings from here as you want"
msgstr "Wijzig hier de extra instellingen"

#: inc/customizer.php:985
msgid "Preferred Social Link Color Option"
msgstr ""

#: inc/customizer.php:971
msgid "Preferred Social Link FontAwesome Icon"
msgstr ""

#: inc/customizer.php:944
msgid "Additional Social Icons"
msgstr ""

#: inc/customizer.php:937 inc/header-functions.php:53
msgid "Additional Social Link Six"
msgstr ""

#: inc/customizer.php:932 inc/header-functions.php:52
msgid "Additional Social Link Five"
msgstr ""

#: inc/customizer.php:927 inc/header-functions.php:51
msgid "Additional Social Link Four"
msgstr ""

#: inc/customizer.php:922 inc/header-functions.php:50
msgid "Additional Social Link Three"
msgstr ""

#: inc/customizer.php:917 inc/header-functions.php:49
msgid "Additional Social Link Two"
msgstr ""

#: inc/customizer.php:912 inc/header-functions.php:48
msgid "Additional Social Link One"
msgstr ""

#: inc/customizer.php:900 inc/customizer.php:999
msgid "Check to show in new tab"
msgstr ""

#: inc/customizer.php:870
msgid "VK"
msgstr ""

#: inc/customizer.php:865
msgid "Xing"
msgstr ""

#: inc/customizer.php:860
msgid "Reddit"
msgstr ""

#: inc/customizer.php:855 inc/functions.php:1552
msgid "Tumblr"
msgstr ""

#: inc/customizer.php:850
msgid "StumbleUpon"
msgstr ""

#: inc/customizer.php:845
msgid "Vine"
msgstr ""

#: inc/customizer.php:840
msgid "SoundCloud"
msgstr ""

#: inc/customizer.php:835
msgid "Skype"
msgstr ""

#: inc/customizer.php:830 inc/functions.php:1534
msgid "Flickr"
msgstr ""

#: inc/customizer.php:825
msgid "Delicious"
msgstr ""

#: inc/customizer.php:820 inc/functions.php:1540
msgid "LinkedIn"
msgstr ""

#: inc/customizer.php:815
msgid "Vimeo-Square"
msgstr ""

#: inc/customizer.php:810
msgid "YouTube"
msgstr "YouTube"

#: inc/customizer.php:805
msgid "Pinterest"
msgstr "Pinterest"

#: inc/customizer.php:800 inc/functions.php:1546
msgid "Instagram"
msgstr "Instagram"

#: inc/customizer.php:795
msgid "Google-Plus"
msgstr "Google-Plus"

#: inc/customizer.php:790 inc/functions.php:1516
msgid "Twitter"
msgstr "Twitter"

#: inc/customizer.php:785 inc/functions.php:1522
msgid "Facebook"
msgstr "Facebook"

#: inc/customizer.php:750
msgid "Check to activate social links area"
msgstr "Aanvinken om gebied voor sociale links te activeren"

#: inc/customizer.php:737
msgid "Activate social links area"
msgstr "Activeer gebied voor sociale links"

#: inc/customizer.php:731
msgid "Change the Social Links Settings from here as you want"
msgstr ""

#: inc/customizer.php:730
msgid "Social Options"
msgstr "Social media opties"

#: inc/customizer.php:720
msgid "Write your custom css"
msgstr ""

#: inc/customizer.php:708
msgid "Custom CSS"
msgstr "Eigen CSS"

#: inc/customizer.php:676
msgid "This will reflect in links, buttons and many others. Choose a color to match your site"
msgstr "Dit zal gelden voor links, knoppen en veel andere elementen. Kies een kleur die past binnen je site."

#: inc/customizer.php:664
msgid "Primary color option"
msgstr "Hoofdkleur"

#: inc/customizer.php:653
msgid "One Column (Featured image on left and post excerpt on right)"
msgstr ""

#: inc/customizer.php:652
msgid "Default (First image large and other two side by side)"
msgstr ""

#: inc/customizer.php:650
msgid "Choose the layout option for the blog, archive and search results pages."
msgstr ""

#: inc/customizer.php:638
msgid "Blog/Archive and Search Pages Layout"
msgstr ""

#: inc/customizer.php:624
msgid "Select default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific post"
msgstr "KIes standaard layout voor enkele berichten. Deze layout wordt gebruikt voor alle enkele berichten tenzij er een unieke layout is ingesteld voor een specifiek bericht."

#: inc/customizer.php:612
msgid "Default layout for single posts only"
msgstr "Standaard layout alleen voor enkele berichten"

#: inc/customizer.php:598
msgid "Select default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific page"
msgstr "KIes standaard layout voor pagina's. Deze layout wordt gebruikt in alle pagina's tenzij er een unieke layout is ingesteld voor een specifieke pagina."

#: inc/customizer.php:586
msgid "Default layout for pages only"
msgstr "Standaard layout alleen voor pagina's"

#: inc/customizer.php:572
msgid "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below options"
msgstr "KIes standaard layout. Deze layout wordt gebruikt in site-archieven, categorieën, zoekpagina, etc. De layout voor een enkel bericht en enkele pagina wordt door de opties hieronder bepaald."

#: inc/customizer.php:560
msgid "Default layout"
msgstr "Standaard-layout"

#: inc/customizer.php:552
msgid "Wide Layout"
msgstr "Brede layout"

#: inc/customizer.php:551
msgid "Boxed Layout"
msgstr "Smalle layout"

#: inc/customizer.php:549
msgid "Choose your site layout. The change is reflected in whole site"
msgstr "Kies je site-layout. De wijziging geldt voor de hele site."

#: inc/customizer.php:536
msgid "Site Layout"
msgstr "Site-layout"

#: inc/customizer.php:529
msgid "Check to hide blog posts/static page on front page"
msgstr "Aanvinken om de blogberichten/statische voorpagina te verbergen"

#: inc/customizer.php:518
msgid "Front Page Settings"
msgstr "Instellingen voor de voorpagina"

#: inc/customizer.php:512
msgid "Design Options"
msgstr "Design opties"

#: inc/customizer.php:510
msgid "Change the Design Settings from here as you want"
msgstr "Wijzig de instellingen voor het design hier"

#: inc/customizer.php:476
msgid "Type 3: Header text, header sidebar both aligned center"
msgstr ""

#: inc/customizer.php:475
msgid "Type 2: Header sidebar on left, header text & logo on right"
msgstr ""

#: inc/customizer.php:474
msgid "Type 1 (Default): Header text & logo on left, header sidebar on right"
msgstr ""

#: inc/customizer.php:471
msgid "Choose the header display type that you want"
msgstr ""

#: inc/customizer.php:458
msgid "Header Display Type"
msgstr ""

#: inc/customizer.php:437
msgid "Check to make header image link back to home page"
msgstr "Aanvinken om de header-afbeelding terug te laten linken naar de homepagina"

#: inc/customizer.php:425
msgid "Display the Header image below main/primary menu."
msgstr "Toon de header-afbeelding onder het hoofdmenu."

#: inc/customizer.php:424
msgid "Default: Display the Header image between site title/text and the main/primary menu."
msgstr "Standaard: Toon de header-afbeelding tussen titel/tekst en het hoofdmenu."

#: inc/customizer.php:423
msgid "Display the Header image just above the site title/text."
msgstr "Toon de header-afbeelding net boven de titel/tekst."

#: inc/customizer.php:420
msgid "Header image display position"
msgstr "Positie van header-afbeelding"

#: inc/customizer.php:408
msgid "Header Image Position"
msgstr "Positie van header-afbeelding"

#: inc/customizer.php:401
msgid "Disable"
msgstr "Uitschakelen"

#: inc/customizer.php:400
msgid "Show Both"
msgstr "Toon beide"

#: inc/customizer.php:399
msgid "Header Text Only"
msgstr "Alleen header-tekst"

#: inc/customizer.php:398
msgid "Header Logo Only"
msgstr "Alleen header-logo"

#: inc/customizer.php:395
msgid "Choose the option that you want"
msgstr "Kies de gewenste optie"

#: inc/customizer.php:383
msgid "Header Logo"
msgstr "Header-logo"

#: inc/customizer.php:367
msgid "Check to display the Random Post Icon in the primary menu"
msgstr "Aanvinken om het icoon voor willekeurig bericht weer te geven in het hoofdmenu "

#: inc/customizer.php:353
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:241
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:229
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:255
msgid "Random Post"
msgstr "Willekeurig bericht"

#: inc/customizer.php:346
msgid "Check to display the Search Icon in the primary menu"
msgstr "Aanvinken om het icoon voor zoeken weer te geven in het hoofdmenu"

#: inc/customizer.php:333
msgid "Search Icon"
msgstr "Icoon voor zoeken"

#: inc/customizer.php:310
msgid "Check to enable the sticky behavior of the primary menu"
msgstr "Aanvinken om het sticky gedrag van het hoofdmenu te activeren"

#: inc/customizer.php:297
msgid "Sticky Menu"
msgstr "Sticky menu"

#: inc/customizer.php:282
msgid "Check to show the home icon in the primary menu"
msgstr "Aanvinken om het icoon voor Home in het hoofdmenu te tonen"

#: inc/customizer.php:268
msgid "Show Home Icon"
msgstr "Toon icoon voor Home"

#: inc/customizer.php:226
msgid "Check to show the date in header"
msgstr "Aanvinken om de datum in de header te tonen"

#: inc/customizer.php:212
msgid "Show Date"
msgstr "Toon datum"

#: inc/customizer.php:206
msgid "Below Navigation"
msgstr ""

#: inc/customizer.php:205
msgid "Header"
msgstr ""

#: inc/customizer.php:201
msgid "Choose the location/area to place the Breaking News"
msgstr ""

#: inc/customizer.php:187
msgid "Enter the speed time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:174
msgid "Enter the duration time for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:162 inc/widgets/colormag-breaking-news-widget.php:123
msgid "Down"
msgstr ""

#: inc/customizer.php:161 inc/widgets/colormag-breaking-news-widget.php:122
msgid "Up"
msgstr ""

#: inc/customizer.php:157
msgid "Choose the animation style for the Breaking News in the Header"
msgstr ""

#: inc/customizer.php:135
msgid "Enter the text to display for the ticker news"
msgstr ""

#: inc/customizer.php:128 inc/customizer.php:3094 inc/functions.php:1100
msgid "Latest:"
msgstr "Laatste:"

#: inc/customizer.php:81
msgid "Check to enable the breaking news section"
msgstr "Aanvinken om de sectie voor laatste nieuws te activeren"

#: inc/customizer.php:68
msgid "Breaking News"
msgstr "Belangrijk nieuws"

#: inc/customizer.php:63
msgid "Header Options"
msgstr "Header-opties"

#: inc/customizer.php:61
msgid "Change the Header Settings from here as you want"
msgstr "Wijzig de instellingen voor de Header"

#: inc/customizer.php:51
msgid "Important Links"
msgstr "Belangrijke links"

#: inc/customizer.php:39
msgid "ColorMag Theme Important Links"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:33
msgid "Rate This Theme"
msgstr ""

#: inc/customize-controls/class-colormag-important-links.php:29
msgid "View Demo"
msgstr "Bekijk Demo"

#: inc/customize-controls/class-colormag-important-links.php:25
msgid "Support"
msgstr "Ondersteuning"

#: inc/customize-controls/class-colormag-important-links.php:21
msgid "Documentation"
msgstr "Documentatie"

#: inc/admin/meta-boxes.php:48
msgid "No Sidebar Content Centered"
msgstr "Geen sidebar, content gecentreerd"

#: inc/admin/meta-boxes.php:43
msgid "No Sidebar Full Width"
msgstr "Geen sidebar, volledige breedte"

#: inc/admin/meta-boxes.php:38 inc/widgets/widgets.php:32
msgid "Left Sidebar"
msgstr "Sidebar links"

#: inc/admin/meta-boxes.php:33 inc/widgets/widgets.php:21
msgid "Right Sidebar"
msgstr "Sidebar rechts"

#: inc/admin/meta-boxes.php:28 inc/customizer.php:1701
msgid "Default Layout"
msgstr "Standaard-layout"

#: inc/admin/meta-boxes.php:16 inc/admin/meta-boxes.php:18
msgid "Select Layout"
msgstr "Selecteer layout"

#: functions.php:125
msgid "Footer Menu"
msgstr ""

#: functions.php:124
msgid "Primary Menu"
msgstr "Hoofdmenu"

#: content.php:69 content.php:75 inc/customizer.php:1840
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:436
msgid "Read more"
msgstr "Verder lezen"

#: content-page.php:41 content-single.php:86
msgid "Pages:"
msgstr "Pagina&#39;s:"

#: comments.php:67
msgid "Comments are closed."
msgstr "Reacties zijn gesloten."

#: comments.php:40 comments.php:57
msgid "Newer Comments &rarr;"
msgstr "Nieuwere reacties &rarr;"

#: comments.php:39 comments.php:56
msgid "&larr; Older Comments"
msgstr "&larr; Oudere reacties"

#: comments.php:38 comments.php:55
msgid "Comment navigation"
msgstr "Reactienavigatie"

#: archive.php:70
msgid "Archives"
msgstr "Archieven"

#: archive.php:64
msgid "Links"
msgstr "Links"

#: archive.php:61
msgid "Quotes"
msgstr "Citaten"

#: archive.php:58
msgid "Videos"
msgstr "Video&#39;s"

#: archive.php:55
msgid "Images"
msgstr "Afbeeldingen"

#: archive.php:52
msgid "Asides"
msgstr "Asides"

#: archive.php:49
msgid "Year: %s"
msgstr "Jaar: %s"

#: archive.php:46
msgid "Month: %s"
msgstr "Maand: %s"

#: archive.php:43
msgid "Day: %s"
msgstr "Dag: %s"

#: archive.php:35
msgid "Author: %s"
msgstr "Auteur: %s"

#: am/classes/class-wc-plugin-update.php:535
msgid "You changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:520
msgid "%s has not been activated. Go to the settings page and enter the license key and license email to activate %s."
msgstr ""

#: am/classes/class-wc-plugin-update.php:505
msgid "Download permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:490
msgid "A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:475
msgid "A subscription for %s could not be found. You can purchase a subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:460
msgid "The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:445
msgid "The subscription for %s is still pending. You can check on the status of the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:430
msgid "The subscription for %s has been suspended. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:415
msgid "The subscription for %s has expired. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:400
msgid "The subscription for %s has been cancelled. You can renew the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new license key will be emailed to you after your order has been completed."
msgstr ""

#: am/classes/class-wc-plugin-update.php:385
msgid "The subscription for %s is on-hold. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/classes/class-wc-plugin-update.php:370
msgid "The license key for %s has expired. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:365
msgid "Deactivates an API License Key so it can be used on another blog."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:296
msgid "Theme license deactivated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:254
msgid "The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:165
msgid "Connection failed to the License Key API server. Try again later."
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:159
msgid "Theme activated. "
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:88
msgid "Deactivate API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:87
msgid "API License Deactivation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:83
msgid "API License email"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:82
msgid "API License Key"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:81
msgid "API License Activation"
msgstr ""

#: am/admin/class-wc-api-manager-menu.php:62
#: am/admin/class-wc-api-manager-menu.php:66
msgid "Save Changes"
msgstr ""

#: 404.php:30
msgid "Error"
msgstr ""

#: 404.php:23
msgid "It looks like nothing was found at this location. Try the search below."
msgstr "Het lijkt erop dat er niets is gevonden op deze plek. Probeer de zoekfunctie hieronder."

#: 404.php:21
msgid "Oops! That page can&rsquo;t be found."
msgstr "Oeps. Deze pagina kon niet worden gevonden."

#: 404.php:28
msgid "404"
msgstr ""# Translation of Themes - ColorMag Pro in Turkish
# This file is distributed under the same license as the Themes - ColorMag Pro package.
msgid ""
msgstr ""
"PO-Revision-Date: 2018-05-30 04:35:06+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: GlotPress/3.0.0\n"
"Language: tr\n"
"Project-Id-Version: Themes - ColorMag Pro\n"

#: inc/elementor/elementor-functions.php:128
msgctxt "%s = human-readable time difference"
msgid "<span class=\"tg-post-date cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/ajax.php:111 inc/flyout-related-posts.php:50 inc/functions.php:474
#: inc/related-posts.php:65 inc/widgets/colormag-breaking-news-widget.php:301
#: inc/widgets/colormag-default-news-widget.php:274
#: inc/widgets/colormag-featured-posts-slider-widget.php:317
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:288
#: inc/widgets/colormag-featured-posts-vertical-widget.php:287
#: inc/widgets/colormag-featured-posts-widget.php:287
#: inc/widgets/colormag-highlighted-posts-widget.php:219
#: inc/widgets/colormag-news-in-picture-widget.php:335
#: inc/widgets/colormag-random-post-widget.php:125
#: inc/widgets/colormag-cm-tabbed-widget.php:143
#: inc/widgets/colormag-cm-tabbed-widget.php:224
msgctxt "%s = human-readable time difference"
msgid "<span class=\"cm-post-date human-diff-time-display\">%s ago</span>"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:117
msgid "Hide post details."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:185
msgid "Invalid Fixer API key. Get your API key from %1$shere%2$s and set it from %3$shere%4$s. "
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:183
msgid "You have not added Fixer API Key. Add it from %1$shere%2$s."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:45
msgid "Exchange rate requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:62
#: inc/widgets/colormag-featured-posts-vertical-widget.php:62
#: inc/widgets/colormag-slider-news-widget.php:71
msgid "Show posts from author"
msgstr ""

#: inc/widgets/colormag-default-news-widget.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:60
#: inc/widgets/colormag-news-in-picture-widget.php:69
#: inc/widgets/colormag-slider-news-widget.php:69
msgid "Show posts from tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:87
#: inc/widgets/colormag-default-news-widget.php:87
#: inc/widgets/colormag-featured-posts-slider-widget.php:85
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:89
#: inc/widgets/colormag-featured-posts-vertical-widget.php:87
#: inc/widgets/colormag-featured-posts-widget.php:87
#: inc/widgets/colormag-highlighted-posts-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:94
#: inc/widgets/colormag-slider-news-widget.php:96
#: inc/widgets/colormag-ticker-news-widget.php:90
#: inc/widgets/colormag-video-playlist.php:88
msgid "Select author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:77
#: inc/widgets/colormag-default-news-widget.php:77
#: inc/widgets/colormag-featured-posts-slider-widget.php:75
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:79
#: inc/widgets/colormag-featured-posts-vertical-widget.php:77
#: inc/widgets/colormag-featured-posts-widget.php:77
#: inc/widgets/colormag-highlighted-posts-widget.php:62
#: inc/widgets/colormag-news-in-picture-widget.php:84
#: inc/widgets/colormag-slider-news-widget.php:86
#: inc/widgets/colormag-ticker-news-widget.php:80
#: inc/widgets/colormag-video-playlist.php:78
msgid "Select tag"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:62
#: inc/widgets/colormag-featured-posts-slider-widget.php:60
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:64
#: inc/widgets/colormag-featured-posts-widget.php:62
#: inc/widgets/colormag-highlighted-posts-widget.php:47
#: inc/widgets/colormag-ticker-news-widget.php:65
#: inc/widgets/colormag-video-playlist.php:63
msgid "Show posts from an author"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:60
#: inc/widgets/colormag-featured-posts-slider-widget.php:58
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:62
#: inc/widgets/colormag-featured-posts-widget.php:60
#: inc/widgets/colormag-highlighted-posts-widget.php:45
#: inc/widgets/colormag-ticker-news-widget.php:63
#: inc/widgets/colormag-video-playlist.php:61
msgid "Show posts from a tag"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:82
#: inc/widgets/colormag-300x250-advertisement-widget.php:59
#: inc/widgets/colormag-728x90-advertisement-widget.php:59
msgid "Check to make dofollow link."
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:317
msgid "Pause On Hover?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:309
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:321
msgid "No"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:308
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:320
msgid "Yes"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:305
msgid "Autoplay Slider?"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:37
msgid "Block Style 10"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:296
msgid "Transition Speed"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:273
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:287
msgid "Transition Time"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:37
msgid "Trending News"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:34
msgid "Learn more about demo importer!"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:30
msgid "Ready to start importing available demos with just a single click?"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:19
msgid "Activate ThemeGrill Demo importer"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:15
msgid "Install ThemeGrill Demo importer"
msgstr ""

#: inc/customizer.php:2109
msgid "Exchange Rate API Key"
msgstr ""

#: inc/customizer.php:1703
msgid "Featured image with post title (Style 2)"
msgstr ""

#: inc/customizer.php:1684
msgid "Disable post navigation"
msgstr ""

#: inc/customizer.php:1628
msgid "Progress Bar Color"
msgstr ""

#: inc/customizer.php:1592
msgid "Display published date in \"X time ago\" format"
msgstr ""

#: inc/customizer.php:1591
msgid "Display published date "
msgstr ""

#: inc/customizer.php:1587
msgid "Choose post meta display type:"
msgstr ""

#: inc/customizer.php:1575
msgid "Post Meta Date"
msgstr ""

#: inc/customizer.php:1539
msgid "Change the Read Next text as required for your site."
msgstr ""

#: inc/customizer.php:1489
msgid "Style 4"
msgstr ""

#: inc/customizer.php:1488
msgid "Style 3"
msgstr ""

#: inc/customizer.php:1487
msgid "Style 2"
msgstr ""

#: inc/customizer.php:1486
msgid "Style 1"
msgstr ""

#: inc/customizer.php:1482
msgid "Choose the related posts layout as needed."
msgstr ""

#: inc/customizer.php:1384
msgid "Enter the number of Words you wish to show on excerpt. Default value is 20 words."
msgstr ""

#: inc/customizer.php:1373
msgid "Excerpt Length"
msgstr ""

#: inc/customizer.php:1101
msgid "Choose the author bio layout as needed."
msgstr ""

#: inc/customizer.php:1089
msgid "Author Bio Layout"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:43
msgid "Google Fonts"
msgstr ""

#: inc/customize-controls/class-colormag-typography-control.php:30
msgid "Standard Fonts"
msgstr ""

#. Template Name of the plugin/theme
msgid "Page Builder Template"
msgstr ""

#: sidebar-woocommerce-right.php:18
msgid "This is an example widget to show how the WooCommerce Right Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: sidebar-woocommerce-left.php:18
msgid "This is an example widget to show how the WooCommerce Left Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:190
msgid "You need to add longitude and latitude value to display the Google Maps. You can set it up via the widget setting."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:183
msgid "GoogleMaps requires API Key to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:91
msgid "Google Maps Zoom Size:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:86
msgid "Google Maps height in px:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:81
msgid "Latitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:76
msgid "Longitude:"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:56
msgid "GoogleMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:18
msgid "TG: Google Maps"
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:14
msgid "Display the Google Maps for your site."
msgstr ""

#: inc/widgets/colormag-video-playlist.php:102
msgid "Layout:"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:15
msgid "TG: Featured Videos Playlist"
msgstr ""

#: inc/widgets/colormag-video-playlist.php:11
msgid "Display video playlist from Video Post Formats."
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:87
msgid "Column:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:68
msgid "Exchange Currencies:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:60
msgid "Base Currency:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:15
msgid "TG: Currency Exchange"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:11
msgid "Display Currency Exchange."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:175
msgid "NNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:174
msgid "NW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:173
msgid "WNW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:172
msgid "W"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:171
msgid "WSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:170
msgid "SW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:169
msgid "SSW"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:168
msgid "S"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:167
msgid "SSE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:166
msgid "SE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:165
msgid "ESE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:164
msgid "E"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:163
msgid "ENE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:162
msgid "NE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:161
msgid "NNE"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:160
msgid "N"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:107
msgid "OpenWeatherMap requires City ID to work."
msgstr ""

#: inc/widgets/colormag-google-maps-widget.php:184
#: inc/widgets/colormag-weather-widget.php:98
msgid "Get API Key"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:97
msgid "OpenWeatherMap requires API Key to work."
msgstr ""

#: inc/widgets/colormag-weather-widget.php:89
msgid "C"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:88
msgid "m/s"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:85
msgid "F"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:84
msgid "mph"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:56
#: inc/widgets/colormag-weather-widget.php:87
msgid "Celsius"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:54
#: inc/widgets/colormag-weather-widget.php:83
msgid "Fahrenheit"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:50
#: inc/widgets/colormag-weather-widget.php:108
msgid "Get City ID"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:49
msgid "OpenWeatherMap City ID:"
msgstr ""

#: inc/widgets/colormag-exchange-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:59
#: inc/widgets/colormag-weather-widget.php:42
msgid "Enter API Key here"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:39
msgid "OpenWeatherMap requires <a href=\"%s\" target=\"_blank\">API Key</a> to work"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:15
msgid "TG: Weather"
msgstr ""

#: inc/widgets/colormag-weather-widget.php:11
msgid "Display weather."
msgstr ""

#: inc/widgets/colormag-cta-widget.php:70
msgid "Center"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:67
msgid "Text Align:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:64
msgid "Open in new tab"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:59
msgid "Button URL:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:55
msgid "Button Text:"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:37
msgid "Background Image "
msgstr ""

#: inc/widgets/colormag-cta-widget.php:15
msgid "TG: Call To Action"
msgstr ""

#: inc/widgets/colormag-cta-widget.php:11
msgid "Display Call To Action Widget."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:150
#: inc/widgets/colormag-news-in-picture-widget.php:148
#: inc/widgets/colormag-slider-news-widget.php:154
msgid "Check to disable auto slide when mouse hover."
msgstr ""

#: inc/widgets/widgets.php:267
msgid "Shows widgets at WooCommerce Left sidebar."
msgstr ""

#: inc/widgets/widgets.php:265
msgid "WooCommerce Left Sidebar"
msgstr ""

#: inc/widgets/widgets.php:256
msgid "Shows widgets at WooCommerce Right sidebar."
msgstr ""

#: inc/widgets/widgets.php:254
msgid "WooCommerce Right Sidebar"
msgstr ""

#: inc/widgets/widgets.php:243
msgid "Shows widgets just above footer copyright area."
msgstr ""

#: inc/widgets/widgets.php:241
msgid "Footer Sidebar Full Width"
msgstr ""

#: inc/header-functions.php:369 inc/header-functions.php:384
msgid "You are here:"
msgstr ""

#: inc/customizer.php:1532 inc/customizer.php:3122
#: inc/flyout-related-posts.php:7
msgid "Read Next"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:37
msgid "Grid Style 9"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:37
msgid "Grid Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:37
msgid "Grid Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:37
msgid "Grid Style 6"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:37
msgid "Grid Style 5"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:37
msgid "Grid Style 4"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:37
msgid "Grid Style 3"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:37
msgid "Grid Style 2"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:37
msgid "Grid Style 1"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:37
msgid "Block Style 9"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:37
msgid "Block Style 8"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:37
msgid "Block Style 7"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:37
msgid "Block Style 6"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:37
msgid "Block Style 5"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:37
msgid "Block Style 4"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:282
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:282
msgid "Video"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:277
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:277
msgid "Display featured image/video:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:37
msgid "Block Style 3"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:37
msgid "Block Style 2"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:304
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:291
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:291
msgid "Hide"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:303
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:290
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:290
msgid "Show"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:300
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:287
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:287
msgid "Show Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:293
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:280
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:280
msgid "Pagination"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:269
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:269
msgid "Descending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:268
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:268
msgid "Ascending"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:264
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:264
msgid "Sort Order:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:242
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:256
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:256
msgid "Comment Count"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:240
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:228
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:254
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:254
msgid "Post Modified Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:239
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:227
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:253
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:253
msgid "Post Date"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:226
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:252
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:252
msgid "Post Name(Slug)"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:237
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:225
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:251
msgid "Post Title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:236
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:224
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:250
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:250
msgid "Post Author"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:235
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:223
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:249
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:249
msgid "Post ID"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:234
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:222
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:248
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:248
msgid "None"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:230
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:244
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:244
msgid "Orderby:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:217
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:251
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:231
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:231
msgid "Select authors:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:204
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:238
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:218
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:218
msgid "Select tags:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:191
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:205
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:205
msgid "Select categories:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:197
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:197
msgid "Authors"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:182
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:196
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:196
msgid "Tags"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:181
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:195
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:195
msgid "Categories"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:176
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:190
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:190
msgid "Display the posts from:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:169
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:183
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:183
msgid "Filter"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:158
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:172
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:172
msgid "Offset Posts:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:142
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:156
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:156
msgid "Posts"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:37
msgid "Block Style 1"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:137
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:122
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:136
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:136
msgid "Text Color:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:120
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:105
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:119
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:119
msgid "Color:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:112
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:97
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:111
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:111
msgid "Widget Title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:96
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:95
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:95
msgid "Title URL"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:87
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:86
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:86
msgid "Add your custom block title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:77
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:77
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:77
msgid "Block Title"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:37
msgid "Title Widget"
msgstr ""

#: inc/elementor/elementor.php:216
msgid "ColorMag Global Widgets"
msgstr ""

#: inc/elementor/elementor.php:211
msgid "ColorMag Widget Grid"
msgstr ""

#: inc/elementor/elementor.php:206
msgid "ColorMag Widget Blocks"
msgstr ""

#: inc/elementor/elementor-functions.php:142 inc/functions.php:498
#: inc/widgets/colormag-breaking-news-widget.php:308
#: inc/widgets/colormag-default-news-widget.php:282
#: inc/widgets/colormag-featured-posts-slider-widget.php:325
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:295
#: inc/widgets/colormag-featured-posts-vertical-widget.php:295
#: inc/widgets/colormag-featured-posts-widget.php:295
#: inc/widgets/colormag-highlighted-posts-widget.php:226
#: inc/widgets/colormag-news-in-picture-widget.php:343
#: inc/widgets/colormag-random-post-widget.php:132
#: inc/widgets/colormag-cm-tabbed-widget.php:150
#: inc/widgets/colormag-cm-tabbed-widget.php:230
msgid "min read"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:1307
msgid "ColorMag Dark"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:1127
msgid "ColorMag Beauty Blog"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:995
msgid "ColorMag Business Magazine"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:787
msgid "ColorMag Pro Music"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:621
msgid "ColorMag Pro Health Blog"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:610
#: inc/demo-importer/demos/functions-demo-config.php:776
#: inc/demo-importer/demos/functions-demo-config.php:913
#: inc/demo-importer/demos/functions-demo-config.php:1116
#: inc/demo-importer/demos/functions-demo-config.php:1296
#: inc/demo-importer/demos/functions-demo-config.php:1464
msgid "Elementor"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:421
msgid "ColorMag Pro Food Recipe"
msgstr ""

#: inc/demo-importer/demos/functions-demo-config.php:113
#: inc/demo-importer/demos/functions-demo-config.php:211
#: inc/demo-importer/demos/functions-demo-config.php:320
#: inc/demo-importer/demos/functions-demo-config.php:414
#: inc/demo-importer/demos/functions-demo-config.php:614
#: inc/demo-importer/demos/functions-demo-config.php:780
#: inc/demo-importer/demos/functions-demo-config.php:917
#: inc/demo-importer/demos/functions-demo-config.php:988
#: inc/demo-importer/demos/functions-demo-config.php:1120
#: inc/demo-importer/demos/functions-demo-config.php:1300
#: inc/demo-importer/demos/functions-demo-config.php:1468
msgid "Everest Forms – Easy Contact Form and Form Builder"
msgstr ""

#: inc/customizer.php:2949
msgid "Add the background link url."
msgstr ""

#: inc/customizer.php:2892
msgid "Upper footer widget background color."
msgstr ""

#: inc/customizer.php:2750
msgid "Primary menu top border color."
msgstr ""

#: inc/customizer.php:2745
msgid "Primary sub menu background color."
msgstr ""

#: inc/customizer.php:2740
msgid "Primary menu background color."
msgstr ""

#: inc/customizer.php:2272
msgid "Check to show category color in menu."
msgstr ""

#: inc/customizer.php:2260
msgid "Category Color in Menu"
msgstr ""

#: inc/customizer.php:2205
msgid "WooCommerce Single Product Page Layout"
msgstr ""

#: inc/customizer.php:2185
msgid "WooCommerce Archive Page Layout"
msgstr ""

#: inc/customizer.php:2165
msgid "WooCommerce Shop Page Layout"
msgstr ""

#: inc/customizer.php:2151
msgid "Check to register different sidebar areas to be used for WooCommerce pages."
msgstr ""

#: inc/customizer.php:2138
msgid "Woocommerce Settings"
msgstr ""

#: inc/customizer.php:2133
msgid "Change the WooCommerce Settings from here as you want"
msgstr ""

#: inc/customizer.php:2131
msgid "WooCommerce Options"
msgstr ""

#: inc/customizer.php:2090
msgid "GoogleMaps API Key"
msgstr ""

#: inc/customizer.php:2082 inc/customizer.php:2101 inc/customizer.php:2120
msgid "API Key"
msgstr ""

#: inc/customizer.php:2070
msgid "OpenWeatherMap API Key"
msgstr ""

#: inc/customizer.php:2063
msgid "Check to enable schema markup."
msgstr ""

#: inc/customizer.php:2051
msgid "Schema Markup"
msgstr ""

#: inc/customizer.php:2044
msgid "Check to display the featured image in single page."
msgstr ""

#: inc/customizer.php:2032
msgid "Featured Image In Single Page"
msgstr ""

#: inc/customizer.php:2025
msgid "Below featured image"
msgstr ""

#: inc/customizer.php:2024
msgid "Above featured image"
msgstr ""

#: inc/customizer.php:2020
msgid "Select the post title position in single post page."
msgstr ""

#: inc/customizer.php:2008
msgid "Post Title Position"
msgstr ""

#: inc/customizer.php:2000
msgid "Check to hide the featured image in single post page."
msgstr ""

#: inc/customizer.php:1988
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:281
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:281
msgid "Featured Image"
msgstr ""

#: inc/customizer.php:1972
msgid "Check to show the image caption under the featured image in archive, search as well as the single post page."
msgstr ""

#: inc/customizer.php:1959
msgid "Featured Image Caption"
msgstr ""

#: inc/customizer.php:1894
msgid "Change the You May Also Like text as required for your site."
msgstr ""

#: inc/customizer.php:1882
msgid "Change You May Also Like Text"
msgstr ""

#: inc/customizer.php:1866
msgid "Change the View All text as required for your site."
msgstr ""

#: inc/customizer.php:1854
msgid "Change View All Text"
msgstr ""

#: inc/customizer.php:1664
msgid "The content will only be displayed if you have chosen %1$sOne Column (Featured image on left and post excerpt on right)%2$s or %1$sFull Width (Featured image on top and post excerpt below)%2$s option in %1$sBlog/Archive and Search Pages Layout%2$s under the %1$sDesign Settings%2$s."
msgstr ""

#: inc/customizer.php:1663
msgid "Important Notice:"
msgstr ""

#: inc/customizer.php:1654
msgid "Display Content"
msgstr ""

#: inc/customizer.php:1653
msgid "(Default) Display Excerpt"
msgstr ""

#: inc/customizer.php:1649
msgid "Choose to display the post content or excerpt:"
msgstr ""

#: inc/customizer.php:1637
msgid "Blog/Archive and Search Pages Display Type"
msgstr ""

#: inc/customizer.php:1611
msgid "Check to activate the reading progress indicator in single post page."
msgstr ""

#: inc/customizer.php:1599
msgid "Reading Progress Indicator"
msgstr ""

#: inc/customizer.php:1567
msgid "Check to display the reading time."
msgstr ""

#: inc/customizer.php:1555
msgid "Reading Time Display"
msgstr ""

#: inc/customizer.php:1466
msgid "Number of post to display"
msgstr ""

#: inc/customizer.php:1508
msgid "Check to display the related post when browser scrolls at end."
msgstr ""

#: inc/customizer.php:1496
msgid "Flyout Related Post"
msgstr ""

#: inc/customizer.php:1404
msgid "Check to display the breadcrumb. Note: Supports BreadCrumb NavXT plugin and Yoast SEO BreadCrumb settings."
msgstr ""

#: inc/customizer.php:1392
msgid "BreadCrumb Setting"
msgstr ""

#: inc/customizer.php:1317
msgid "Repeat Vertically"
msgstr ""

#: inc/customizer.php:1316
msgid "Repeat Horizontally"
msgstr ""

#: inc/customizer.php:1315
msgid "Repeat"
msgstr ""

#: inc/customizer.php:1314
msgid "No Repeat"
msgstr ""

#: inc/customizer.php:1310
msgid "Background Image Repeat"
msgstr ""

#: inc/customizer.php:1296
msgid "Fixed"
msgstr ""

#: inc/customizer.php:1295
msgid "Scroll"
msgstr ""

#: inc/customizer.php:1291
msgid "Background Image Attachment"
msgstr ""

#: inc/customizer.php:1277
msgid "Auto"
msgstr ""

#: inc/customizer.php:1276
msgid "Contain"
msgstr ""

#: inc/customizer.php:1275
msgid "Cover"
msgstr ""

#: inc/customizer.php:1271
msgid "Background Image Size"
msgstr ""

#: inc/customizer.php:1257
msgid "Bottom Right"
msgstr ""

#: inc/customizer.php:1256
msgid "Bottom Center"
msgstr ""

#: inc/customizer.php:1255
msgid "Bottom Left"
msgstr ""

#: inc/customizer.php:1254
msgid "Center Right"
msgstr ""

#: inc/customizer.php:1253
msgid "Center Center"
msgstr ""

#: inc/customizer.php:1252
msgid "Center Left"
msgstr ""

#: inc/customizer.php:1251
msgid "Top Right"
msgstr ""

#: inc/customizer.php:1250
msgid "Top Center"
msgstr ""

#: inc/customizer.php:1249
msgid "Top Left"
msgstr ""

#: inc/customizer.php:1245
msgid "Background Image Position"
msgstr ""

#: inc/customizer.php:1230
msgid "Background Image"
msgstr ""

#: inc/customizer.php:1218
msgid "Footer Background"
msgstr ""

#: inc/customizer.php:1149
msgid "Type 3"
msgstr ""

#: inc/customizer.php:1148
msgid "Type 2"
msgstr ""

#: inc/customizer.php:1147
msgid "Type 1 (Default)"
msgstr ""

#: inc/customizer.php:1144
msgid "Choose the main total footer area display type that you want"
msgstr ""

#: inc/customizer.php:1131
msgid "Footer Main Area Display Type"
msgstr ""

#: inc/customizer.php:1125
msgid "Footer Options"
msgstr ""

#: inc/customizer.php:1123
msgid "Change the Footer Settings from here as you want"
msgstr ""

#: inc/customizer.php:1032
msgid "Check to disable the Author Bio"
msgstr ""

#: inc/customizer.php:1020
msgid "Author Bio"
msgstr ""

#: inc/customizer.php:1014
msgid "Author Bio Options"
msgstr ""

#: inc/customizer.php:1012
msgid "Change the Author Bio Settings from here as you want"
msgstr ""

#: inc/customizer.php:770
msgid "Both header and footer"
msgstr ""

#: inc/customizer.php:769
msgid "Footer only"
msgstr ""

#: inc/customizer.php:768
msgid "Header only"
msgstr ""

#: inc/customizer.php:764
msgid "Social links to display on:"
msgstr ""

#: inc/customizer.php:699
msgid "Dark Skin"
msgstr ""

#: inc/customizer.php:698
msgid "White Skin"
msgstr ""

#: inc/customizer.php:696
msgid "Choose the color skin for your site."
msgstr ""

#: inc/customizer.php:684
msgid "Skin Color"
msgstr ""

#: inc/customizer.php:655
msgid "Grid Layout (Featured image on top and post excerpt below in two column grid)"
msgstr ""

#: inc/customizer.php:654
msgid "Full Width (Featured image on top and post excerpt below)"
msgstr ""

#: inc/customizer.php:495
msgid "Choose the main total header area display type that you want"
msgstr ""

#: inc/customizer.php:483
msgid "Main Header Area Display Type"
msgstr ""

#: inc/customizer.php:449
msgid "Custom link to header image "
msgstr ""

#: inc/customizer.php:326
msgid "Reveal the menu on scroll up"
msgstr ""

#: inc/customizer.php:325
msgid "Make the menu sticky"
msgstr ""

#: inc/customizer.php:323
msgid "Select the option you want:"
msgstr ""

#: inc/customizer.php:252
msgid "From WordPress Date Setting"
msgstr "WordPress tarih ayarından"

#: inc/customizer.php:251
msgid "Theme Default Setting"
msgstr "Tema varsayılanı ayarı"

#: inc/customizer.php:249
msgid "Date in header display type:"
msgstr "Üst alanda tarih gösterim biçimi:"

#: inc/customizer.php:1468 inc/widgets/colormag-exchange-widget.php:91
msgid "3"
msgstr ""

#: navigation.php:67 navigation.php:98
msgctxt "Next post link"
msgid "Next &rarr;"
msgstr ""

#: navigation.php:61 navigation.php:92
msgctxt "Previous post link"
msgid "&larr; Previous"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:328
msgid "Load More"
msgstr ""

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:109
msgid "Check to display the ajax load more button to load further posts from chosen category or from latest post."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:138
msgid "Maximum Slide Rows:"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:133
msgid "Slide Row Height (in px):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:128
msgid "Slide Duration Time (in ms):"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:120
msgid "Slide Direction:"
msgstr ""

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:266
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:280
#: inc/widgets/colormag-breaking-news-widget.php:116
msgid "Slide Options"
msgstr ""

#: inc/widgets/colormag-news-in-picture-widget.php:143
#: inc/widgets/colormag-slider-news-widget.php:149
msgid "Check to enable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:145
msgid "Check to disable auto slide."
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:139
#: inc/widgets/colormag-news-in-picture-widget.php:137
#: inc/widgets/colormag-slider-news-widget.php:143
msgid "Transition Pause Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:134
#: inc/widgets/colormag-news-in-picture-widget.php:132
#: inc/widgets/colormag-slider-news-widget.php:138
#: inc/widgets/colormag-ticker-news-widget.php:128
msgid "Transition Speed Time (in ms):"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:129
#: inc/widgets/colormag-slider-news-widget.php:133
msgid "Fade"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:132
#: inc/widgets/colormag-video-playlist.php:104
msgid "Vertical"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:127
#: inc/widgets/colormag-slider-news-widget.php:131
#: inc/widgets/colormag-video-playlist.php:105
msgid "Horizontal"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:125
#: inc/widgets/colormag-slider-news-widget.php:129
msgid "Slide Mode:"
msgstr ""

#: inc/widgets/colormag-featured-posts-slider-widget.php:121
#: inc/widgets/colormag-news-in-picture-widget.php:128
#: inc/widgets/colormag-slider-news-widget.php:125
#: inc/widgets/colormag-ticker-news-widget.php:124
msgid "Slider Options"
msgstr ""

#: inc/demo-importer/includes/views/html-admin-page-importer.php:32
msgid "ThemeGrill Demo Importer"
msgstr ""

#: inc/customizer.php:1702
msgid "Featured image with post title"
msgstr ""

#: inc/customizer.php:1697
msgid "Post navigation to be shown as:"
msgstr ""

#: inc/customizer.php:1672
msgid "Post Navigation"
msgstr ""

#: inc/customizer.php:121
msgid "Choose the required category to display as the latest posts:"
msgstr ""

#: inc/customizer.php:100
msgid "Category"
msgstr ""

#: inc/customizer.php:99
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:180
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:194
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:194
msgid "Latest Posts"
msgstr ""

#: inc/customizer.php:95
msgid "Choose the required option to display the latest posts from:"
msgstr ""

#: inc/ajax.php:137
msgid "No more post"
msgstr ""

#: inc/ajax.php:19
msgid "Permissions check failed."
msgstr ""

#. Author URI of the plugin/theme
msgid "https://themegrill.com/wordpress-themes/"
msgstr ""

#: inc/customizer.php:1859 inc/customizer.php:3132
#: inc/widgets/colormag-breaking-news-widget.php:242
#: inc/widgets/colormag-default-news-widget.php:216
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:225
#: inc/widgets/colormag-featured-posts-vertical-widget.php:215
#: inc/widgets/colormag-featured-posts-widget.php:215
#: inc/widgets/colormag-news-in-picture-widget.php:266
#: inc/widgets/colormag-slider-news-widget.php:273
#: inc/widgets/colormag-ticker-news-widget.php:245
#: inc/widgets/colormag-video-playlist.php:240
msgid "View All"
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:112
#: inc/widgets/colormag-default-news-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:119
#: inc/widgets/colormag-featured-posts-vertical-widget.php:112
#: inc/widgets/colormag-featured-posts-widget.php:112
#: inc/widgets/colormag-news-in-picture-widget.php:124
#: inc/widgets/colormag-slider-news-widget.php:121
#: inc/widgets/colormag-ticker-news-widget.php:120
#: inc/widgets/colormag-video-playlist.php:121
msgid "Check to display the view all button to link that button to the specific category chosen in this widget."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:107
#: inc/widgets/colormag-default-news-widget.php:107
#: inc/widgets/colormag-featured-posts-slider-widget.php:112
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:114
#: inc/widgets/colormag-featured-posts-vertical-widget.php:107
#: inc/widgets/colormag-featured-posts-widget.php:107
#: inc/widgets/colormag-highlighted-posts-widget.php:92
#: inc/widgets/colormag-news-in-picture-widget.php:119
#: inc/widgets/colormag-slider-news-widget.php:116
#: inc/widgets/colormag-ticker-news-widget.php:115
#: inc/widgets/colormag-video-playlist.php:116
msgid "Check to display the posts from child category of the chosen category."
msgstr ""

#: inc/widgets/colormag-breaking-news-widget.php:102
#: inc/widgets/colormag-default-news-widget.php:102
#: inc/widgets/colormag-featured-posts-slider-widget.php:107
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:104
#: inc/widgets/colormag-featured-posts-vertical-widget.php:102
#: inc/widgets/colormag-featured-posts-widget.php:102
#: inc/widgets/colormag-highlighted-posts-widget.php:87
#: inc/widgets/colormag-news-in-picture-widget.php:114
#: inc/widgets/colormag-slider-news-widget.php:111
#: inc/widgets/colormag-ticker-news-widget.php:110
#: inc/widgets/colormag-video-playlist.php:111
msgid "Check to display the random post from either the chosen category or from latest post."
msgstr ""

#: inc/customizer.php:1365
msgid "Check to activate the sticky options for content and sidebar areas."
msgstr ""

#: inc/customizer.php:1353
msgid "Sticky Content And Sidebar"
msgstr ""

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Select an Image"
msgstr "Bir görsel seçin"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Use image"
msgstr "Görseli kullan"

#: inc/widgets/colormag-125x125-advertisement-widget.php:76
#: inc/widgets/colormag-300x250-advertisement-widget.php:53
#: inc/widgets/colormag-728x90-advertisement-widget.php:53
#: inc/widgets/colormag-cta-widget.php:45
msgid "Choose an image"
msgstr "Bir görsel seçin"

#: inc/demo-importer/class-demo-importer.php:65
#: inc/demo-importer/includes/views/html-admin-page-importer.php:27
msgid "Demo Importer"
msgstr "Demo içeri aktarıcı"

#: inc/demo-importer/demos/functions-demo-config.php:327
msgid "ColorMag Pro Sports"
msgstr "ColorMag Pro Spor"

#: inc/demo-importer/demos/functions-demo-config.php:218
msgid "ColorMag Pro Technology"
msgstr "ColorMag Pro Teknoloji"

#: inc/demo-importer/demos/functions-demo-config.php:120
msgid "ColorMag Pro Fashion"
msgstr "ColorMag Pro Moda"

#: inc/widgets/colormag-exchange-widget.php:90
msgid "2"
msgstr "2"

#: inc/customizer.php:1469
msgid "6"
msgstr "6"

#: inc/widgets/colormag-exchange-widget.php:89
msgid "1"
msgstr "1"

#: inc/demo-importer/demos/functions-demo-config.php:926
msgid "ColorMag"
msgstr "ColorMag"

#: inc/functions.php:1027 navigation.php:107
msgctxt "Next post link"
msgid "&rarr;"
msgstr "&rarr;"

#: inc/functions.php:1026 navigation.php:106
msgctxt "Previous post link"
msgid "&larr;"
msgstr "&larr;"

#: comments.php:31
msgctxt "comments title"
msgid "One thought on &ldquo;%2$s&rdquo;"
msgid_plural "%1$s thoughts on &ldquo;%2$s&rdquo;"
msgstr[0] "&ldquo;%2$s&rdquo; için bir yorum"
msgstr[1] "&ldquo;%2$s&rdquo; için %1$s yorum"

#. Template Name of the plugin/theme
msgid "Magazine Template"
msgstr "Magazin teması"

#. Template Name of the plugin/theme
msgid "Contact Page Template"
msgstr "İletişim sayfası şablonu"

#. Description of the plugin/theme
msgid "ColorMag Pro is the pro version of ColorMag free theme."
msgstr "ColorMag Pro,ColorMag free  nin pro sürümüdür"

#. Theme URI of the plugin/theme
msgid "https://themegrill.com/themes/colormag/"
msgstr "https://themegrill.com/themes/colormag/"

#. Theme Name of the plugin/theme
msgid "ColorMag Pro"
msgstr "ColorMag Pro"

#: auto-load-next-post/content-partial.php:42 single.php:62
msgid "See all posts by %1$s"
msgstr "%1$s ile uyumlu tüm yazıları gör"

#: auto-load-next-post/content-partial.php:41 single.php:61
msgid "%1$s has %2$s posts and counting."
msgstr "%1$s in%2$s yazısı var ve artmaya devam ediyor"

#: inc/widgets/colormag-cta-widget.php:71 sidebar.php:26
msgid "Right"
msgstr "Sağ"

#: sidebar-left.php:31 sidebar.php:31
msgid "This is an example widget to show how the %s Sidebar looks by default. You can add custom widgets from the %swidgets screen%s in the admin. If custom widgets is added than this will be replaced by those widgets."
msgstr "Bu önerilen eklenti  ile %s nasıl gözüktüğünü göreceksiniz..Daha fazla araç ve özel araçlarınız  %swidgets screen%s adresini kullanın."

#: sidebar-left.php:30 sidebar-woocommerce-left.php:17
#: sidebar-woocommerce-right.php:17 sidebar.php:30
msgid "Example Widget"
msgstr "Örnek bileşen"

#: inc/widgets/colormag-cta-widget.php:69 sidebar-left.php:26
msgid "Left"
msgstr "Sol"

#: sidebar-left.php:24 sidebar.php:24
msgid "Contact Page"
msgstr "İletişim sayfası"

#: searchform.php:12
msgid "Search"
msgstr "Ara"

#: no-results.php:27
msgid "It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help."
msgstr "Aradığınız sayfa bulunamadı. Belki arama kutusu aradığınızı bulma konusunda yardımcı olabilir."

#: no-results.php:22
msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords."
msgstr "Üzgünüz fakat aradığınız kriterler ile örtüşen sonuç bulunamadı. Lütfen başka kriterler ile tekrar deneyin."

#: no-results.php:18
msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr "İlk yazınızı yayınlamaya hazır mısınız? <a href=\"%1$s\">Buradan başlayın</a>."

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:494
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:470
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:482
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:454
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:456
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:475
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:467
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:445
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:441
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:477
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:458
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:465
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:453
#: navigation.php:25 navigation.php:37
msgid "Next &rarr;"
msgstr "Sonraki &rarr;"

#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:493
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:469
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:481
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:453
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:455
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:474
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:466
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:444
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:440
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:463
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:476
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:462
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:457
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:461
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:464
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:452
#: navigation.php:24 navigation.php:36
msgid "&larr; Previous"
msgstr "&larr; Önceki"

#: license.php:421
msgid "<b>Warning!</b> You're blocking external requests which means you won't be able to get %s updates. Please add %s to %s."
msgstr "<b>Dikkat!</b> Dışardan gelen istekleri engelliyorsunuz %s Güncelemeleri alamazsınız.Almak için %s a ekleyin %s."

#: license.php:402
msgid "The License Key for Theme Colormag has not been activated, %sClick here%s to activate the license key."
msgstr "Tema lisansı aktifleştrilmedi %sBuradan%s aktifleştirebilirsiniz"

#: license.php:178
msgid "License Deactivation"
msgstr "Lisans pasifleştirme"

#: license.php:177
msgid "License Activation"
msgstr "Lisans aktifleştirme"

#: license.php:127 license.php:136
msgid "Cheatin&#8217; huh?"
msgstr "Hile mi yapıyorsun?"

#: inc/widgets/colormag-featured-posts-small-thumbnails.php:15
msgid "TG: Featured Posts (Style 3)"
msgstr "TG: Öne çıkan yazılar (Stil 3)"

#: inc/widgets/colormag-ticker-news-widget.php:105
msgid "Check to display the content in the popup"
msgstr "Penceredeki içeriği görmek için işaretle"

#: inc/widgets/colormag-ticker-news-widget.php:14
msgid "TG: Featured Posts (Style 7)"
msgstr "TG: Öne çıkan yazılar (Stil 7)"

#: inc/widgets/colormag-breaking-news-widget.php:51
msgid "Number of recent posts to show as the breaking news:"
msgstr "Kaç adet yazı son yazılarda gösterilsin"

#: inc/widgets/colormag-breaking-news-widget.php:14
msgid "TG: Breaking News Widget"
msgstr "TG: Son dakika widget ı"

#: inc/widgets/colormag-breaking-news-widget.php:11
msgid "Displays the breaking news in the news ticker way. Suitable for the Right/Left Sidebar"
msgstr "Son dakikayı daha ince göster(Yan paneller için uygun)"

#: inc/widgets/colormag-slider-news-widget.php:14
msgid "TG: Featured Posts (Style 6)"
msgstr "TG: Öne çıkan yazılar (Stil 6)"

#: inc/widgets/colormag-random-post-widget.php:30
msgid "Number of random posts to display:"
msgstr "Rastgele gösterilcek yazı sayısı"

#: inc/widgets/colormag-random-post-widget.php:15
msgid "TG: Random Posts Widget"
msgstr "TG: Rastgele yazılar bileşeni"

#: inc/widgets/colormag-random-post-widget.php:11
msgid "Displays the random posts from your site. Suitable for the Right/Left sidebar."
msgstr "Siteden rastgele yazı göster(Yan panel için)"

#: inc/widgets/colormag-cm-tabbed-widget.php:257
msgid "No comments"
msgstr "Yorum yok"

#: inc/widgets/colormag-cm-tabbed-widget.php:253
msgid "says:"
msgstr "diyorki:"

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "% Comments"
msgstr "% yorum"

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "1 Comment"
msgstr "1 Yorum"

#: inc/widgets/colormag-breaking-news-widget.php:305
#: inc/widgets/colormag-random-post-widget.php:129
#: inc/widgets/colormag-cm-tabbed-widget.php:147
msgid "No Comments"
msgstr ""

#: inc/widgets/colormag-cm-tabbed-widget.php:64
msgid "<i class=\"fa fa-comment\"></i>Comment"
msgstr "<i class=\"fa fa-comment\"></i>Yorum"

#: inc/widgets/colormag-cm-tabbed-widget.php:62
msgid "<i class=\"fa fa-history\"></i>Recent"
msgstr "<i class=\"fa fa-history\"></i>Yeni"

#: inc/widgets/colormag-cm-tabbed-widget.php:60
msgid "<i class=\"fa fa-star\"></i>Popular"
msgstr "<i class=\"fa fa-star\"></i>Popüler"

#: inc/widgets/colormag-cm-tabbed-widget.php:31
msgid "Check to enable the popular post by view count."
msgstr "Popüler yazılarda sayacı aktifleştirmek için seç"

#: inc/widgets/colormag-cm-tabbed-widget.php:25
msgid "Number of popular posts, recent posts and comments to display:"
msgstr "Kaç adet popüler yazı,yeni yazı ve yorum gösterisin"

#: inc/widgets/colormag-cm-tabbed-widget.php:14
msgid "TG: Tabbed Widget"
msgstr "TG: Sekmeli bileşen"

#: inc/widgets/colormag-cm-tabbed-widget.php:11
msgid "Displays the popular posts, latest posts and the recent comments in tab. Suitable for the Right/Left sidebar."
msgstr "Popüler yazı,yen, yazı ve yeni yorumları pencerede göster.Yan paneller için  uygun"

#: inc/widgets/colormag-default-news-widget.php:15
msgid "TG: Featured Posts (Style 4)"
msgstr "TG: Öne çıkan yazılar (Stil 4)"

#: inc/widgets/colormag-news-in-picture-widget.php:109
msgid "Check not to have the slider effect for this widget"
msgstr "Kaydırma efektini kapatmak için tıkla"

#: inc/widgets/colormag-news-in-picture-widget.php:14
msgid "TG: Featured Posts (Style 5)"
msgstr "TG: Öne çıkan yazılar (Stil 5)"

#: inc/widgets/colormag-video-widget.php:42
msgid "Vimeo Video ID:"
msgstr "Vimeo Video ID:"

#: inc/widgets/colormag-video-widget.php:38
msgid "Youtube Video ID:"
msgstr "Youtube Video ID:"

#: inc/widgets/colormag-video-widget.php:15
msgid "TG: Videos"
msgstr "TG: Videolar"

#: inc/widgets/colormag-video-widget.php:11
msgid "Add the videos here, Youtube and Vimeo Videos is only accepted for now."
msgstr "Videonuzu buraya ekleyin.Youtube ve Vimeo desteklenmekte"

#: inc/widgets/colormag-125x125-advertisement-widget.php:51
msgid "Add your Advertisement 125x125 Images Here"
msgstr "125x125 reklam görsellerinizi buraya ekleyin"

#: inc/widgets/colormag-125x125-advertisement-widget.php:15
msgid "TG: 125x125 Advertisement"
msgstr "TG: 125x125 reklam"

#: inc/widgets/colormag-125x125-advertisement-widget.php:11
msgid "Add your 125x125 Advertisement here"
msgstr "125x125 reklamınızı buradan ekleyin"

#: inc/widgets/colormag-728x90-advertisement-widget.php:39
msgid "Add your Advertisement 728x90 Images Here"
msgstr "728x90 reklam görsellerinizi buraya ekleyin"

#: inc/widgets/colormag-728x90-advertisement-widget.php:15
msgid "TG: 728x90 Advertisement"
msgstr "TG: 728x90 reklam"

#: inc/widgets/colormag-728x90-advertisement-widget.php:11
msgid "Add your 728x90 Advertisement here"
msgstr "728x90 reklamınızı buraya yerleştirin"

#: inc/widgets/colormag-125x125-advertisement-widget.php:66
#: inc/widgets/colormag-300x250-advertisement-widget.php:45
#: inc/widgets/colormag-728x90-advertisement-widget.php:45
msgid "Advertisement Image "
msgstr "Reklam görseli"

#: inc/widgets/colormag-125x125-advertisement-widget.php:59
#: inc/widgets/colormag-300x250-advertisement-widget.php:41
#: inc/widgets/colormag-728x90-advertisement-widget.php:41
msgid "Advertisement Image Link "
msgstr "Reklam görsel bağlantısı"

#: inc/widgets/colormag-300x250-advertisement-widget.php:39
msgid "Add your Advertisement 300x250 Images Here"
msgstr "300x250 reklam görsellerinizi buraya ekleyin"

#: inc/widgets/colormag-300x250-advertisement-widget.php:15
msgid "TG: 300x250 Advertisement"
msgstr "TG: 300x250 reklam"

#: inc/widgets/colormag-300x250-advertisement-widget.php:11
msgid "Add your 300x250 Advertisement here"
msgstr "300x250 reklamınızı buradan ekleyin"

#: inc/widgets/colormag-featured-posts-vertical-widget.php:15
msgid "TG: Featured Posts (Style 2)"
msgstr "TG: Öne çıkan yazılar (Stil 2)"

#: inc/widgets/colormag-cta-widget.php:52
#: inc/widgets/colormag-default-news-widget.php:48
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:50
#: inc/widgets/colormag-featured-posts-vertical-widget.php:48
#: inc/widgets/colormag-featured-posts-widget.php:48
#: inc/widgets/colormag-google-maps-widget.php:72
#: inc/widgets/colormag-news-in-picture-widget.php:57
#: inc/widgets/colormag-slider-news-widget.php:57
#: inc/widgets/colormag-ticker-news-widget.php:51
#: inc/widgets/colormag-video-playlist.php:48
msgid "Description"
msgstr "Açıklama"

#: inc/elementor/widgets/colormag-elementor-global-widgets-title.php:85
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:84
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:84
#: inc/widgets/colormag-125x125-advertisement-widget.php:48
#: inc/widgets/colormag-300x250-advertisement-widget.php:36
#: inc/widgets/colormag-728x90-advertisement-widget.php:36
#: inc/widgets/colormag-breaking-news-widget.php:47
#: inc/widgets/colormag-cta-widget.php:49
#: inc/widgets/colormag-default-news-widget.php:45
#: inc/widgets/colormag-exchange-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:47
#: inc/widgets/colormag-featured-posts-vertical-widget.php:45
#: inc/widgets/colormag-featured-posts-widget.php:45
#: inc/widgets/colormag-google-maps-widget.php:68
#: inc/widgets/colormag-news-in-picture-widget.php:54
#: inc/widgets/colormag-random-post-widget.php:26
#: inc/widgets/colormag-slider-news-widget.php:54
#: inc/widgets/colormag-ticker-news-widget.php:48
#: inc/widgets/colormag-video-playlist.php:44
#: inc/widgets/colormag-video-widget.php:34
#: inc/widgets/colormag-weather-widget.php:45
msgid "Title:"
msgstr "Başlık:"

#: inc/widgets/colormag-default-news-widget.php:41
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:43
#: inc/widgets/colormag-featured-posts-vertical-widget.php:41
#: inc/widgets/colormag-featured-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:50
#: inc/widgets/colormag-slider-news-widget.php:50
#: inc/widgets/colormag-ticker-news-widget.php:44
msgid "Layout will be as below:"
msgstr "Düzen aşağıdaki gibi olacaktır:"

#: inc/widgets/colormag-featured-posts-widget.php:15
msgid "TG: Featured Posts (Style 1)"
msgstr "TG: Öne çıkan yazılar (Stil 1)"

#: inc/widgets/colormag-default-news-widget.php:11
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:11
#: inc/widgets/colormag-featured-posts-vertical-widget.php:11
#: inc/widgets/colormag-featured-posts-widget.php:11
#: inc/widgets/colormag-news-in-picture-widget.php:11
#: inc/widgets/colormag-slider-news-widget.php:11
#: inc/widgets/colormag-ticker-news-widget.php:11
msgid "Display latest posts or posts of specific category."
msgstr "Belirli bir kategoriden yazıları ya da en güncel yazıları görüntüler."

#: inc/widgets/colormag-highlighted-posts-widget.php:15
msgid "TG: Highligted Posts"
msgstr "TG: Highligted Posts"

#: inc/widgets/colormag-highlighted-posts-widget.php:11
msgid "Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar."
msgstr "Belirli bir kategoriden yazıları ya da en güncel yazıları görüntüler. Kaydırak yan sütun harici diğer alanlar için uygundur."

#: inc/widgets/colormag-featured-posts-slider-widget.php:102
msgid "Image Size large (1400X600 pixels, suitable for Front Page: Top Full Width Area)"
msgstr "Resim büyüklüğü(1400x600px,Ön sayfa için uygundur)"

#: inc/widgets/colormag-featured-posts-slider-widget.php:100
msgid "Image Size medium (800X445 pixels)"
msgstr "Orta resim büyüklüğü(8000x455px)"

#: inc/widgets/colormag-featured-posts-slider-widget.php:98
msgid "Image Size:"
msgstr "Resim büyüklüğü:"

#: inc/widgets/colormag-breaking-news-widget.php:67
#: inc/widgets/colormag-default-news-widget.php:67
#: inc/widgets/colormag-featured-posts-slider-widget.php:65
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:69
#: inc/widgets/colormag-featured-posts-vertical-widget.php:67
#: inc/widgets/colormag-featured-posts-widget.php:67
#: inc/widgets/colormag-highlighted-posts-widget.php:52
#: inc/widgets/colormag-news-in-picture-widget.php:74
#: inc/widgets/colormag-slider-news-widget.php:76
#: inc/widgets/colormag-ticker-news-widget.php:70
#: inc/widgets/colormag-video-playlist.php:68
msgid "Select category"
msgstr "Kategori Seçin"

#: inc/widgets/colormag-breaking-news-widget.php:58
#: inc/widgets/colormag-default-news-widget.php:58
#: inc/widgets/colormag-featured-posts-slider-widget.php:56
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:60
#: inc/widgets/colormag-featured-posts-vertical-widget.php:58
#: inc/widgets/colormag-featured-posts-widget.php:58
#: inc/widgets/colormag-highlighted-posts-widget.php:43
#: inc/widgets/colormag-news-in-picture-widget.php:67
#: inc/widgets/colormag-slider-news-widget.php:67
#: inc/widgets/colormag-ticker-news-widget.php:61
#: inc/widgets/colormag-video-playlist.php:59
msgid "Show posts from a category"
msgstr "Bir kategoriden yazıları göster"

#: inc/widgets/colormag-breaking-news-widget.php:56
#: inc/widgets/colormag-default-news-widget.php:56
#: inc/widgets/colormag-featured-posts-slider-widget.php:54
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:58
#: inc/widgets/colormag-featured-posts-vertical-widget.php:56
#: inc/widgets/colormag-featured-posts-widget.php:56
#: inc/widgets/colormag-highlighted-posts-widget.php:41
#: inc/widgets/colormag-news-in-picture-widget.php:65
#: inc/widgets/colormag-slider-news-widget.php:65
#: inc/widgets/colormag-ticker-news-widget.php:59
#: inc/widgets/colormag-video-playlist.php:57
msgid "Show latest Posts"
msgstr "En son yazıları göster"

#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:149
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:163
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:163
#: inc/widgets/colormag-default-news-widget.php:51
#: inc/widgets/colormag-featured-posts-slider-widget.php:49
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:53
#: inc/widgets/colormag-featured-posts-vertical-widget.php:51
#: inc/widgets/colormag-featured-posts-widget.php:51
#: inc/widgets/colormag-highlighted-posts-widget.php:36
#: inc/widgets/colormag-news-in-picture-widget.php:60
#: inc/widgets/colormag-slider-news-widget.php:60
#: inc/widgets/colormag-ticker-news-widget.php:54
#: inc/widgets/colormag-video-playlist.php:52
msgid "Number of posts to display:"
msgstr "Görüntülenecek yazı sayısı:"

#: inc/widgets/colormag-featured-posts-slider-widget.php:14
msgid "TG: Featured Category Slider"
msgstr "TG: Öne çıkan kategori kaydırağı"

#: inc/widgets/colormag-featured-posts-slider-widget.php:11
msgid "Display latest posts or posts of specific category, which will be used as the slider."
msgstr "Kaydırakta kullanılmak üzere en güncel yazıları ya da belirli bir kategorinin yazılarını gösterir."

#: inc/widgets/widgets.php:232
msgid "Shows widgets at footer sidebar four."
msgstr "Dördüncü alt alan yan sütunda bileşenleri gösterir."

#: inc/widgets/widgets.php:230
msgid "Footer Sidebar Four ( Lower )"
msgstr "Footer paneli 4 (alt)"

#: inc/widgets/widgets.php:221
msgid "Shows widgets at footer sidebar three."
msgstr "Üçüncü alt alan yan sütunda bileşenleri gösterir."

#: inc/widgets/widgets.php:219
msgid "Footer Sidebar Three ( Lower )"
msgstr "Footer Yanpanel 3 ( Alt )"

#: inc/widgets/widgets.php:210
msgid "Shows widgets at footer sidebar two."
msgstr "İkinci alt alan yan sütunda bileşenleri gösterir."

#: inc/widgets/widgets.php:208
msgid "Footer Sidebar Two ( Lower )"
msgstr "Footer Yanpanel 2 (Alt)"

#: inc/widgets/widgets.php:199
msgid "Shows widgets at footer sidebar one."
msgstr "Birinci alt alan yan sütunda bileşenleri gösterir."

#: inc/widgets/widgets.php:197
msgid "Footer Sidebar One ( Lower )"
msgstr "Footer Yanpanel 1 (Alt)"

#: inc/widgets/widgets.php:188
msgid "Shows widgets at footer sidebar three in upper."
msgstr "Widgetları footer 3 yanpanelin üstünde göster"

#: inc/widgets/widgets.php:186
msgid "Footer Sidebar Three ( Upper )"
msgstr "Footer yanpanel 3 (üst)"

#: inc/widgets/widgets.php:177
msgid "Shows widgets at footer sidebar two in upper."
msgstr "Widgetları footer 2 de üstte göster"

#: inc/widgets/widgets.php:175
msgid "Footer Sidebar Two ( Upper )"
msgstr "Footer yanpanel 2 (üst)"

#: inc/widgets/widgets.php:166
msgid "Shows widgets at footer sidebar one in upper."
msgstr "Widgetları footer 1 de üstte göster"

#: inc/widgets/widgets.php:164
msgid "Footer Sidebar One ( Upper )"
msgstr "Footer yanpanel 1 (üst)"

#: inc/widgets/widgets.php:155
msgid "Shows widgets Just Above The Footer, suitable for TG: 728x90 widget."
msgstr "Alt kısmın üstündeki araçlar.Önerilen araç TG: 728x90 "

#: inc/widgets/widgets.php:153
msgid "Advertisement Above The Footer"
msgstr "Alt bölümün üstünde reklam alanı"

#: inc/widgets/widgets.php:144
msgid "Shows widgets on Error 404 page."
msgstr "404 hata sayfasında bileşenleri gösterir"

#: inc/widgets/widgets.php:142
msgid "Error 404 Page Sidebar"
msgstr "404 hata sayfası kenar çubuğu"

#: inc/widgets/widgets.php:133
msgid "Shows widgets on Contact Page Template."
msgstr "İletişim sayfası şablonunda bileşenleri gösterir."

#: inc/widgets/widgets.php:131
msgid "Contact Page Sidebar"
msgstr "İletişim sayfası kenar çubuğu"

#: inc/widgets/widgets.php:122
msgid "Content Middle Bottom Section"
msgstr "Ön sayfa:İçerik alt alanı"

#: inc/widgets/widgets.php:120
msgid "Front Page: Content Bottom Section"
msgstr "Ön sayfa: İçerik alt bölüm"

#: inc/widgets/widgets.php:111
msgid "Content Middle Right Section"
msgstr "İçerik orta sağ bölüm"

#: inc/widgets/widgets.php:109
msgid "Front Page: Content Middle Right Section"
msgstr "Ön sayfa: İçerik orta sağ bölüm"

#: inc/widgets/widgets.php:100
msgid "Content Middle Left Section"
msgstr "İçerik orta sol bölüm"

#: inc/widgets/widgets.php:98
msgid "Front Page: Content Middle Left Section"
msgstr "Ön sayfa: İçerik orta sol bölüm"

#: inc/widgets/widgets.php:89
msgid "Content Top Section"
msgstr "İçerik üst bölüm"

#: inc/widgets/widgets.php:87
msgid "Front Page: Content Top Section"
msgstr "Ön sayfa: İçerik üst bölüm"

#: inc/widgets/widgets.php:78
msgid "Show widget beside the slider. Suitable for TG: Highlighted Posts."
msgstr "Kaydırağın hemen yanında bileşen gösterir. TG: Dikkate değer yazılar için uygundur."

#: inc/widgets/widgets.php:76
msgid "Front Page: Area beside slider"
msgstr "Ön sayfa: Kaydırağın yanındaki alan"

#: inc/widgets/widgets.php:67
msgid "Show widget just below menu. Suitable for TG: Featured Cat Slider."
msgstr "Önerilen araç TG: Featured Cat Slider."

#: inc/widgets/widgets.php:65
msgid "Front Page: Slider Area"
msgstr "Ön sayfa: Kaydırak alanı"

#: inc/widgets/widgets.php:56
msgid "Show widget just below menu."
msgstr "Widgetları menünün altında göster"

#: inc/widgets/widgets.php:54
msgid "Front Page: Top Full Width Area"
msgstr "Ön sayfa:Genişliği kapla"

#: inc/widgets/widgets.php:45
msgid "Shows widgets in header section just above the main navigation menu."
msgstr "Ana dolaşım menüsünün hemen üstünde, üst alanda bileşenleri göster"

#: inc/widgets/widgets.php:43
msgid "Header Sidebar"
msgstr "Üst alan araç çubuğu"

#: inc/widgets/widgets.php:34
msgid "Shows widgets at Left side."
msgstr "Sol kenar çubuğunda widget gösterir."

#: inc/widgets/widgets.php:23
msgid "Shows widgets at Right side."
msgstr "Sağ kenar çubuğunda widget gösterir."

#: inc/share.php:6
msgid "Pin It"
msgstr "Pin'le"

#: inc/share.php:5
msgid "+1 This"
msgstr "+1 le"

#: inc/share.php:4
msgid "Like This"
msgstr "Beğen"

#: inc/share.php:3
msgid "Tweet This"
msgstr "Twettle"

#: inc/share.php:2
msgid "Share This Post:"
msgstr "Yazıyı paylaş:"

#: inc/customizer.php:1887 inc/customizer.php:3143 inc/related-posts.php:20
msgid "You May Also Like"
msgstr "Bunları da sevebilirsiniz"

#. Author of the plugin/theme
msgid "ThemeGrill"
msgstr "ThemeGrill"

#: inc/functions.php:1679
msgid "WordPress"
msgstr "WordPress"

#: inc/functions.php:1558
msgid "Youtube"
msgstr "Youtube"

#: inc/functions.php:1528
msgid "Google Plus"
msgstr "Google Plus"

#: inc/functions.php:1513
msgid "User Social Links"
msgstr "Kullanıcı sosyal linkleri"

#: inc/functions.php:1492
msgid "Total Views"
msgstr "Toplam gösterim"

#: inc/functions.php:1469
msgid "%s Views"
msgstr "%s Görüntüleme"

#: inc/functions.php:1467
msgid "0 View"
msgstr "0 Görüntüleme"

#: inc/functions.php:1383
msgid "Video URL"
msgstr "Video URL"

#: inc/functions.php:1169
msgid "View a random post"
msgstr "Rastgele bir yazı görüntüle"

#: inc/functions.php:2109
msgid "Reply"
msgstr "Yanıtla"

#: inc/functions.php:2103
msgid "Your comment is awaiting moderation."
msgstr "Yorumunuz denetim için bekliyor."

#: inc/functions.php:2095
msgid "%1$s at %2$s"
msgstr "%1$s tarihinde, saat %2$s"

#: inc/functions.php:2093
msgid "Post author"
msgstr "Yazar"

#: inc/functions.php:2079
msgid "(Edit)"
msgstr "(Düzenle)"

#: inc/functions.php:2079
msgid "Pingback:"
msgstr "Geri bildirim: "

#: inc/functions.php:1036
msgid "Newer posts <span class=\"meta-nav\">&rarr;</span>"
msgstr "Yeni yazılar <span class=\"meta-nav\">&rarr;</span>"

#: inc/functions.php:1032
msgid "<span class=\"meta-nav\">&larr;</span> Older posts"
msgstr "<span class=\"meta-nav\">&larr;</span> Eski yazılar"

#: inc/functions.php:1022
msgid "Post navigation"
msgstr "Yazı dolaşımı"

#: content-page.php:53 inc/functions.php:504
msgid "Edit"
msgstr "Düzenle"

#: inc/functions.php:490
msgid ", "
msgstr ", "

#: inc/functions.php:487
msgid "<i class=\"fa fa-comments\"></i> % Comments"
msgstr "<i class=\"fa fa-comments\"></i> % yorum"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 1 Comment"
msgstr "<i class=\"fa fa-comment\"></i> 1 yorum"

#: inc/functions.php:487
msgid "<i class=\"fa fa-comment\"></i> 0 Comments"
msgstr "<i class=\"fa fa-comment\"></i> 0 yorum"

#: inc/ajax.php:102 inc/flyout-related-posts.php:44 inc/functions.php:470
#: inc/related-posts.php:58 inc/widgets/colormag-breaking-news-widget.php:297
#: inc/widgets/colormag-default-news-widget.php:270
#: inc/widgets/colormag-featured-posts-slider-widget.php:313
#: inc/widgets/colormag-featured-posts-small-thumbnails.php:284
#: inc/widgets/colormag-featured-posts-vertical-widget.php:283
#: inc/widgets/colormag-featured-posts-widget.php:283
#: inc/widgets/colormag-highlighted-posts-widget.php:216
#: inc/widgets/colormag-news-in-picture-widget.php:331
#: inc/widgets/colormag-random-post-widget.php:122
#: inc/widgets/colormag-cm-tabbed-widget.php:139
#: inc/widgets/colormag-cm-tabbed-widget.php:221
msgid "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"
msgstr "<span class=\"cm-post-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><i class=\"fa fa-calendar-o\"></i> %3$s</a></span>"

#: inc/customizer.php:2912
msgid "Footer copyright part background color."
msgstr "Footer copyright ve arkaplan rengi."

#: inc/customizer.php:2907
msgid "Footer small menu text color."
msgstr "Footer küçük menu metin rengi."

#: inc/customizer.php:2902
msgid "Footer copyright link text color."
msgstr "Footer copyright link metin rengi."

#: inc/customizer.php:2897
msgid "Footer copyright text color."
msgstr "Footer copyright metin rengi"

#: inc/customizer.php:2887
msgid "Footer widget background color."
msgstr "Footer widget arkaplan rengi"

#: inc/customizer.php:2882
msgid "Footer widget content link text color."
msgstr "Footer widget içerik linkinin metin rengi"

#: inc/customizer.php:2877
msgid "Footer widget content color."
msgstr "Footer widget içerik rengi"

#: inc/customizer.php:2872
msgid "Widget title color."
msgstr "Widget başlık rengi"

#: inc/customizer.php:2865
msgid "Footer part color options"
msgstr "Footer alanı renkleri"

#: inc/customizer.php:2836
msgid "Content section background color."
msgstr "İçerik alanı arkaplanı rengi"

#: inc/customizer.php:2831
msgid "Sidebar widget title color."
msgstr "Yanpanel widget başlık rengi"

#: inc/customizer.php:2826
msgid "Button background color."
msgstr "Buton arkaplan rengi"

#: inc/customizer.php:2821
msgid "Button text color."
msgstr "Buton metin rengi"

#: inc/customizer.php:2816
msgid "Post meta color."
msgstr "Yazı metası rengi"

#: inc/customizer.php:2811
msgid "Content text color."
msgstr "İçerik metni rengi"

#: inc/customizer.php:2806
msgid "Page title color."
msgstr "Sayfa başlığı rengi"

#: inc/customizer.php:2801
msgid "Posts title color."
msgstr "Yazıların başlık rengi"

#: inc/customizer.php:2796
msgid "Content Part titles color (like h1, h2 in content section)."
msgstr "İçerik alanlarının başlığı rengi(H1 ve H2 gibi)"

#: inc/customizer.php:2789
msgid "Content part color options"
msgstr "İçerik alanının renkleri"

#: inc/customizer.php:2760
msgid "Header background color."
msgstr "Header arkaplan rengi"

#: inc/customizer.php:2755
msgid "Primary menu selected/hovered item color."
msgstr "Birincil menü seçilmiş/vurgulanmış item rengi"

#: inc/customizer.php:2735
msgid "Primary menu text color."
msgstr "Birincil menü metin rengi"

#: inc/customizer.php:2730
msgid "Site Tagline."
msgstr "Site etiketleri."

#: inc/customizer.php:2725
msgid "Site Title."
msgstr "Site başlığı"

#: inc/customizer.php:2718
msgid "Header Color Options"
msgstr "Header renk ayarı"

#: inc/customizer.php:2712
msgid "Change the Color Settings from here as you want"
msgstr "Renk ayarlarını buradan isteğine göre değiştir"

#: inc/customizer.php:2710
msgid "Color Options"
msgstr "Renk seçenekleri"

#: inc/customizer.php:2701
msgid "Footer small menu. Default is 14px"
msgstr "Footer küçük menü:Varsayılan 14px"

#: inc/customizer.php:2685
msgid "Footer copyright text font size. Default is 14px"
msgstr "Footer copyright metninin büyüklüğü (14px varsayılan)"

#: inc/customizer.php:2669
msgid "Footer widget content font size. Default is 14px"
msgstr "Footer widget içeriğinin metin büyüklüğü.Varsayılan 14px"

#: inc/customizer.php:2653
msgid "Footer widget Titles. Default is 18px"
msgstr ""

#: inc/customizer.php:2639
msgid "Footer font size options"
msgstr "Footer metin büyüklük ayarları"

#: inc/customizer.php:2630
msgid "Button text font size (Buttons like Read more, submit, post comment etc). Default is 12px"
msgstr "Buton metin büyüklüğü(Daha fazka oku ,gönder gibi) 12px varsayılan"

#: inc/customizer.php:2614
msgid "Post meta font size. Default is 12px"
msgstr "Yazı metası metin büyüklüğü.   12 px varsayılan"

#: inc/customizer.php:2598
msgid "Content font size, also applies to other text like in search fields, post comment button etc. Default is 15px"
msgstr ""

#: inc/customizer.php:2584
msgid "Content font size options"
msgstr "İçerik metin büyüklüğü ayarları"

#: inc/customizer.php:2575
msgid "Comment Title. Default is 24px"
msgstr ""

#: inc/customizer.php:2559
msgid "Widget Title. Default is 18px"
msgstr "Widget başlığı.18 px varsayılan"

#: inc/customizer.php:2543
msgid "Page Title. Default is 34px"
msgstr "Sayfa başlığı.Varsayılan 34px"

#: inc/customizer.php:2527
msgid "Post Title. Default is 32px"
msgstr "Yazı başlığı.Varsayılan 32px"

#: inc/customizer.php:2495
msgid "Heading h5 tag. Default is 22px"
msgstr ""

#: inc/customizer.php:2479
msgid "Heading h4 tag. Default is 24px"
msgstr ""

#: inc/customizer.php:2511
msgid "Heading h6 tag. Default is 18px"
msgstr ""

#: inc/customizer.php:2431
msgid "Heading h1 tag. Default is 36px"
msgstr ""

#: inc/customizer.php:2417
msgid "Titles related font size options"
msgstr "Başlık alakalı yazı büyüklüğü ayarı"

#: inc/customizer.php:2408
msgid "Primary sub menu. Default is 14px"
msgstr "Birincil alt menü.Varsayılan px14"

#: inc/customizer.php:2392
msgid "Primary menu. Default is 14px"
msgstr "Birincil menü.Varsayılan px14"

#: inc/customizer.php:2376
msgid "Site tagline font size. Default is 16px"
msgstr "Site etiketleri metin büyüklüğü.Varsayılan px16"

#: inc/customizer.php:2360
msgid "Site title font size. Default is 46px"
msgstr "Site başlık yazı büyüklüğü.Varsayılan px46"

#: inc/customizer.php:2346
msgid "Header font size Options"
msgstr "Header yazı büyüklüğü ayarı"

#: inc/customizer.php:2317
msgid "Content font and for others. Default is \"Open Sans\""
msgstr "İçerik yazı tipi ve diğerleri için.Varsayılan Open Sans"

#: inc/customizer.php:2312
msgid "All Titles font. Default is \"Open Sans\""
msgstr "Tüm başlık fontu.Open sans varsayılandır"

#: inc/customizer.php:2307
msgid "Primary menu font. Default is \"Open Sans\""
msgstr "Birincil menü yazıtipi .Open sans varsayılandır"

#: inc/customizer.php:2302
msgid "Site tagline font. Default is \"Open Sans\""
msgstr "Site etkikerleri.Open sans varsayılandır"

#: inc/customizer.php:2297
msgid "Site title font. Default is \"Open Sans\""
msgstr "Site başlık yazıtipi..Open sans varsayılandır"

#: inc/customizer.php:2289
msgid "Google Font Options"
msgstr "Google yazıtipi ayarları"

#: inc/customizer.php:2282
msgid "Change the Typography Settings from here as you want"
msgstr "Yazım ayarlarını isteğinize göre değiştirin"

#: inc/customizer.php:2281
msgid "Typography Options"
msgstr "Yazım ayarları"

#: inc/customizer.php:2250
msgid "%s"
msgstr "%s"

#: inc/customizer.php:2228
msgid "Category Color Settings"
msgstr "Kategori renk ayarları"

#: inc/customizer.php:2223
msgid "Change the color of each category items as you want."
msgstr "Her bir kategori ögesinin rengini istediğiniz gibi değiştirin"

#: inc/customizer.php:2221
msgid "Category Color Options"
msgstr "Kategori renk seçenekleri"

#: inc/customizer.php:1191 inc/customizer.php:1200
msgid "Edit the Copyright information in your footer. You can also use shortcodes [the-year], [site-link], [wp-link], [tg-link] for current year, your site link, WordPress site link and ThemeGrill site link respectively."
msgstr "Copyright bilgilerini düzenleyebilirsiniz. [the-year], [site-link], [wp-link], [tg-link] gibi kısa kodlar kullanılabilir"

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Powered by "
msgstr "Altyapı"

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Theme: ColorMag Pro by "
msgstr "Tema:ColorMag Pro üretici"

#: inc/customizer.php:1179 inc/functions.php:1698
msgid "Copyright &copy; "
msgstr "Copyright &copy; "

#: inc/customizer.php:1175
msgid "Footer Copyright Editor"
msgstr "Alt alan hak bildirimi düzenleyici"

#: inc/customizer.php:1168
msgid "Check to disable the scroll to top button."
msgstr "Yukarı kaydırma butonunu gizlemek için seç"

#: inc/customizer.php:1156
msgid "Scroll To Top Button"
msgstr "Yukarı kaydır butonu"

#: inc/customizer.php:1081
msgid "Check to display the link to the author page in the Author Bio section"
msgstr "Yazar Bio sunda yazarın sayfasına link göster"

#: inc/customizer.php:1068
msgid "Author URL In Author Bio"
msgstr "Yazar biosundaki yazar adresi"

#: inc/customizer.php:1052
msgid "Check to show the Social Profiles in the Author Bio"
msgstr "Sosyal profili yazar biosunda göster"

#: inc/customizer.php:1039
msgid "Social Profiles in Author Bio"
msgstr "Yazar biosunda sosyal profiller"

#: inc/customizer.php:1951
msgid "Check to enable the lightbox for the featured images in single post"
msgstr "Tekil yazılarda öne çıkan görseller için kutu özelliğini etkinleştirmek için işaretleyin"

#: inc/customizer.php:1939
msgid "Image Lightbox"
msgstr "Görsel kutusu"

#: inc/customizer.php:1923
msgid "Check to activate social share buttons in single post"
msgstr "Tek yazıılarda paylaşım butonlarını aktifleştirmek için seç"

#: inc/customizer.php:1910
msgid "Social Share Button"
msgstr "Sosyal paylaşım butonu"

#: inc/customizer.php:1846
msgid "Change the Read more text as required for your site."
msgstr "Daha fazla oku metnini isteğine göre değiştir"

#: inc/customizer.php:1835
msgid "Change Read More Text"
msgstr "Daha fazla oku metnini değiştirin"

#: inc/customizer.php:1827
msgid "Disable the edit button only in post meta section."
msgstr "Sadece yazı alanında düzenle butonunu pasifleştir"

#: inc/customizer.php:1813
msgid "Disable the post view only in post meta section."
msgstr "Sadece yazı alanında sadece yazıyı gösteri pasifleştir"

#: inc/customizer.php:1799
msgid "Disable the tags only in post meta section."
msgstr "Sadece yazı alanında etiketleri pasifleştir"

#: inc/customizer.php:1784
msgid "Disable the comments only in post meta section."
msgstr "Sadece yazı alanında sadece yorumları pasifleştir"

#: inc/customizer.php:1769
msgid "Disable the category only in post meta section."
msgstr "Sadece yazı alanında kategoriyi pasifleştir"

#: inc/customizer.php:1754
msgid "Disable the date only in post meta section."
msgstr "Sadece yazı alanında tarihi pasifleştir"

#: inc/customizer.php:1739
msgid "Disable the author only in post meta section."
msgstr "Sadece yazı alanında yazarı pasifleştir"

#: inc/customizer.php:1724
msgid "Disable the post meta for the post totally, ie, remove all of the meta data."
msgstr "Yazı bilgilerini yazılardan komple pasifleştir.Mesela tüm meta verileri kaldır"

#: inc/customizer.php:1710
msgid "Post Meta Display"
msgstr "Yazı meta görüntüleme"

#: inc/customizer.php:1451 inc/customizer.php:1526
msgid "Related Posts By Tags"
msgstr "Etiketlere göre ilişkili yazılar"

#: inc/customizer.php:1450 inc/customizer.php:1525
msgid "Related Posts By Categories"
msgstr "Kategorilere göre ilişkili yazılar"

#: inc/customizer.php:1446 inc/customizer.php:1521
msgid "Related Posts Must Be Shown As:"
msgstr "İlişkili yazılar şu şekilde gösterilmeli:"

#: inc/customizer.php:1425
msgid "Check to activate the related posts"
msgstr "İlişkili yazıları etkinleştirmek için işaretleyin"

#: inc/customizer.php:1412
msgid "Related Posts"
msgstr "İlişkili Yazılar"

#: inc/customizer.php:1345
msgid "Check to activate the unique post system for the bundled widgets"
msgstr "Eşsiz yazı sistemini entegre widgetlar için aktifleştir"

#: inc/customizer.php:1333
msgid "Unique Post System"
msgstr "Eşsiz yazı sistemi"

#: inc/customizer.php:1327
msgid "Additional Options"
msgstr "Ek ayarlar"

#: inc/customizer.php:1325
msgid "Change the Additional Settings from here as you want"
msgstr "Buradan ek ayarları istediğiniz gibi değiştirin"

#: inc/customizer.php:985
msgid "Preferred Social Link Color Option"
msgstr "Tercih edilen sosyal link renk ayarları"

#: inc/customizer.php:971
msgid "Preferred Social Link FontAwesome Icon"
msgstr "Tercih edilen Sosyal link FontAwesome ikonu"

#: inc/customizer.php:944
msgid "Additional Social Icons"
msgstr "Ekstra sosyal ikonlar"

#: inc/customizer.php:937 inc/header-functions.php:53
msgid "Additional Social Link Six"
msgstr "Ekstra sosyal link 6"

#: inc/customizer.php:932 inc/header-functions.php:52
msgid "Additional Social Link Five"
msgstr "Ekstra sosyal link 5"

#: inc/customizer.php:927 inc/header-functions.php:51
msgid "Additional Social Link Four"
msgstr "Ekstra sosyal link 4"

#: inc/customizer.php:922 inc/header-functions.php:50
msgid "Additional Social Link Three"
msgstr "Ekstra sosyal link 3"

#: inc/customizer.php:917 inc/header-functions.php:49
msgid "Additional Social Link Two"
msgstr "Ekstra sosyal link 2"

#: inc/customizer.php:912 inc/header-functions.php:48
msgid "Additional Social Link One"
msgstr "Ekstra sosyal link 1"

#: inc/customizer.php:900 inc/customizer.php:999
msgid "Check to show in new tab"
msgstr "Yeni pencerede göstermek için tıkla"

#: inc/customizer.php:870
msgid "VK"
msgstr "VK"

#: inc/customizer.php:865
msgid "Xing"
msgstr "Xing"

#: inc/customizer.php:860
msgid "Reddit"
msgstr "Reddit"

#: inc/customizer.php:855 inc/functions.php:1552
msgid "Tumblr"
msgstr "Tumblr"

#: inc/customizer.php:850
msgid "StumbleUpon"
msgstr "StumbleUpon"

#: inc/customizer.php:845
msgid "Vine"
msgstr "Vine"

#: inc/customizer.php:840
msgid "SoundCloud"
msgstr "SoundCloud"

#: inc/customizer.php:835
msgid "Skype"
msgstr "Skype"

#: inc/customizer.php:830 inc/functions.php:1534
msgid "Flickr"
msgstr "Flickr"

#: inc/customizer.php:825
msgid "Delicious"
msgstr "Delicious"

#: inc/customizer.php:820 inc/functions.php:1540
msgid "LinkedIn"
msgstr "LinkedIn"

#: inc/customizer.php:815
msgid "Vimeo-Square"
msgstr "Vimeo-Square"

#: inc/customizer.php:810
msgid "YouTube"
msgstr "YouTube"

#: inc/customizer.php:805
msgid "Pinterest"
msgstr "Pinterest"

#: inc/customizer.php:800 inc/functions.php:1546
msgid "Instagram"
msgstr "Instagram"

#: inc/customizer.php:795
msgid "Google-Plus"
msgstr "Google-Plus"

#: inc/customizer.php:790 inc/functions.php:1516
msgid "Twitter"
msgstr "Twitter"

#: inc/customizer.php:785 inc/functions.php:1522
msgid "Facebook"
msgstr "Facebook"

#: inc/customizer.php:750
msgid "Check to activate social links area"
msgstr "Sosyal bağlantılar alanını etkinleştirmek için tıklayın"

#: inc/customizer.php:737
msgid "Activate social links area"
msgstr "Sosyal bağlantılar alanını etkinleştir"

#: inc/customizer.php:731
msgid "Change the Social Links Settings from here as you want"
msgstr "Sosyal ayarlarını isteğinize göre düzenleyin"

#: inc/customizer.php:730
msgid "Social Options"
msgstr "Sosyal seçenekler"

#: inc/customizer.php:720
msgid "Write your custom css"
msgstr "Özel CSS ni yaz"

#: inc/customizer.php:708
msgid "Custom CSS"
msgstr "Özel CSS"

#: inc/customizer.php:676
msgid "This will reflect in links, buttons and many others. Choose a color to match your site"
msgstr "Bu bağlantılar, tuşlar ve diğer bir çok şeye etkiyecektir. Siteniz ile uyumlu bir renk seçin"

#: inc/customizer.php:664
msgid "Primary color option"
msgstr "Birincil renk seçeneği"

#: inc/customizer.php:653
msgid "One Column (Featured image on left and post excerpt on right)"
msgstr ""

#: inc/customizer.php:652
msgid "Default (First image large and other two side by side)"
msgstr "Varsayılan(ilk resim büyük diğerleri yan yana ikili)"

#: inc/customizer.php:650
msgid "Choose the layout option for the blog, archive and search results pages."
msgstr "Blog,arşiv ve arama sonuöları için düzen"

#: inc/customizer.php:638
msgid "Blog/Archive and Search Pages Layout"
msgstr "Blog/Arşiv ve arama sayfası düzeni"

#: inc/customizer.php:624
msgid "Select default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific post"
msgstr "Tekil yazılar için varsayılan düzeni seçin. Bu düzen belirli bir yazıya eşsiz bir düzen seçilmediği sürece tüm sayfalara uygulanacaktır"

#: inc/customizer.php:612
msgid "Default layout for single posts only"
msgstr "Tekil yazılar için varsayılan düzen"

#: inc/customizer.php:598
msgid "Select default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific page"
msgstr "Sayfalar için varsayılan düzeni seçin. Bu düzen belirli bir sayfaya eşsiz bir düzen seçilmediği sürece tüm sayfalara uygulanacaktır"

#: inc/customizer.php:586
msgid "Default layout for pages only"
msgstr "Sayfalar için varsayılan düzen"

#: inc/customizer.php:572
msgid "Select default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below options"
msgstr "Varsayılan düzeni seçin. Bu düzen tüm site arşivleri, kategoriler, arama sayfaları vb. alanlara uygulanacaktır. Tekil yazı ve sayfaların düzeni aşağıdaki seçenekler ile kontrol edilebilir."

#: inc/customizer.php:560
msgid "Default layout"
msgstr "Varsayılan düzen"

#: inc/customizer.php:552
msgid "Wide Layout"
msgstr "Geniş düzen"

#: inc/customizer.php:551
msgid "Boxed Layout"
msgstr "Kutulu düzen"

#: inc/customizer.php:549
msgid "Choose your site layout. The change is reflected in whole site"
msgstr "Site yerleşimini seçin. Bu değişiklik tüm siteye yansır"

#: inc/customizer.php:536
msgid "Site Layout"
msgstr "Site düzeni"

#: inc/customizer.php:529
msgid "Check to hide blog posts/static page on front page"
msgstr "Blog yazılarını/statik sayfaları ön sayfadan gizlemek için işaretleyin"

#: inc/customizer.php:518
msgid "Front Page Settings"
msgstr "Ön sayfa ayarları"

#: inc/customizer.php:512
msgid "Design Options"
msgstr "Tasarım Ayarları"

#: inc/customizer.php:510
msgid "Change the Design Settings from here as you want"
msgstr "Buradan tasarım ayarlarını istediğiniz gibi değiştirin"

#: inc/customizer.php:476
msgid "Type 3: Header text, header sidebar both aligned center"
msgstr "Tip 3:Header metni,yanpanel merkezi hizalı"

#: inc/customizer.php:475
msgid "Type 2: Header sidebar on left, header text & logo on right"
msgstr "Tip 2:Header paneli solda,metni ve logo sağda"

#: inc/customizer.php:474
msgid "Type 1 (Default): Header text & logo on left, header sidebar on right"
msgstr "Tip 1(Varsayılan):Header merni ve logo salda.panel sağda"

#: inc/customizer.php:471
msgid "Choose the header display type that you want"
msgstr "Header gösterim tipini seç"

#: inc/customizer.php:458
msgid "Header Display Type"
msgstr "Hader gösterim tipi"

#: inc/customizer.php:437
msgid "Check to make header image link back to home page"
msgstr "Üst kısım görsel bağlantısının ana sayfaya yönlendirilmesi için işaretleyin"

#: inc/customizer.php:425
msgid "Display the Header image below main/primary menu."
msgstr "Üst kısım görselini ana/birincil menünün altında göster."

#: inc/customizer.php:424
msgid "Default: Display the Header image between site title/text and the main/primary menu."
msgstr "Varsayılan: Üst kısım görselini site başlığı/metni ile ana/birincil menü arasında göster."

#: inc/customizer.php:423
msgid "Display the Header image just above the site title/text."
msgstr "Üst kısım görselini site başlığının/metninin hemen üstünde göster."

#: inc/customizer.php:420
msgid "Header image display position"
msgstr "Üst kısım görseli görüntüleme konumu"

#: inc/customizer.php:408
msgid "Header Image Position"
msgstr "Başlık görseli konumu"

#: inc/customizer.php:401
msgid "Disable"
msgstr "Etkisizleştir"

#: inc/customizer.php:400
msgid "Show Both"
msgstr "İkisini de göster"

#: inc/customizer.php:399
msgid "Header Text Only"
msgstr "Başlık Sadece Yazı "

#: inc/customizer.php:398
msgid "Header Logo Only"
msgstr "Başlık Sadece Logo "

#: inc/customizer.php:395
msgid "Choose the option that you want"
msgstr "İstediğiniz seçeneği seçin"

#: inc/customizer.php:383
msgid "Header Logo"
msgstr "Başlık Logo"

#: inc/customizer.php:367
msgid "Check to display the Random Post Icon in the primary menu"
msgstr "Birincil menüde rastgele yazı simgesini göstermek için işaretleyin"

#: inc/customizer.php:353
#: inc/elementor/widgets/colormag-elementor-global-widgets-trending-news.php:241
#: inc/elementor/widgets/colormag-elementor-widgets-block-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-10.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-4.php:229
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-block-9.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-1.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-2.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-3.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-4.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-5.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-6.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-7.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-8.php:255
#: inc/elementor/widgets/colormag-elementor-widgets-grid-9.php:255
msgid "Random Post"
msgstr "Rastgele Yazı"

#: inc/customizer.php:346
msgid "Check to display the Search Icon in the primary menu"
msgstr "Birincil menüde arama simgesini göstermek için işaretleyin"

#: inc/customizer.php:333
msgid "Search Icon"
msgstr "Arama simgesi"

#: inc/customizer.php:310
msgid "Check to enable the sticky behavior of the primary menu"
msgstr "Birincil menünün yapışkan özelliğini etkinleştirmek için tıklayın"

#: inc/customizer.php:297
msgid "Sticky Menu"
msgstr "Yapışkan menü"

#: inc/customizer.php:282
msgid "Check to show the home icon in the primary menu"
msgstr "Birincil menüde ana sayfa simgesi göstermek için işaretleyin"

#: inc/customizer.php:268
msgid "Show Home Icon"
msgstr "Ana sayfa simgesi göster"

#: inc/customizer.php:226
msgid "Check to show the date in header"
msgstr "Üst alanda tarih göstermek için işaretleyin"

#: inc/customizer.php:212
msgid "Show Date"
msgstr "Tarih göster"

#: inc/customizer.php:206
msgid "Below Navigation"
msgstr "Alt navigasyon"

#: inc/customizer.php:205
msgid "Header"
msgstr "Header"

#: inc/customizer.php:201
msgid "Choose the location/area to place the Breaking News"
msgstr "Son haberlerin konumunu seç"

#: inc/customizer.php:187
msgid "Enter the speed time for the Breaking News in the Header"
msgstr "Son haber değişme hızı"

#: inc/customizer.php:174
msgid "Enter the duration time for the Breaking News in the Header"
msgstr "Flaş haberler için gösterilme süresi"

#: inc/customizer.php:162 inc/widgets/colormag-breaking-news-widget.php:123
msgid "Down"
msgstr "Aşa"

#: inc/customizer.php:161 inc/widgets/colormag-breaking-news-widget.php:122
msgid "Up"
msgstr "Yukarı"

#: inc/customizer.php:157
msgid "Choose the animation style for the Breaking News in the Header"
msgstr "Flaş haber animasyonunu seç"

#: inc/customizer.php:135
msgid "Enter the text to display for the ticker news"
msgstr "Ticker haberler için görüntüleme metni"

#: inc/customizer.php:128 inc/customizer.php:3094 inc/functions.php:1100
msgid "Latest:"
msgstr "En güncel:"

#: inc/customizer.php:81
msgid "Check to enable the breaking news section"
msgstr "Son dakika haberleri bölümünü etkinleştirmek için işaretleyin"

#: inc/customizer.php:68
msgid "Breaking News"
msgstr "Son dakika haberleri"

#: inc/customizer.php:63
msgid "Header Options"
msgstr "Sayfa Tepesi Seçenekleri"

#: inc/customizer.php:61
msgid "Change the Header Settings from here as you want"
msgstr "Üst alan ayarlarını buradan istediğiniz gibi değiştirin"

#: inc/customizer.php:51
msgid "Important Links"
msgstr "Önemli bağlantılar"

#: inc/customizer.php:39
msgid "ColorMag Theme Important Links"
msgstr "ColorMag teması önemli linkler"

#: inc/customize-controls/class-colormag-important-links.php:33
msgid "Rate This Theme"
msgstr "Temayı değerlendir"

#: inc/customize-controls/class-colormag-important-links.php:29
msgid "View Demo"
msgstr "Demoyu görüntüle"

#: inc/customize-controls/class-colormag-important-links.php:25
msgid "Support"
msgstr "Destek"

#: inc/customize-controls/class-colormag-important-links.php:21
msgid "Documentation"
msgstr "Belgeler"

#: inc/admin/meta-boxes.php:48
msgid "No Sidebar Content Centered"
msgstr "Ortalanmış içerikli yan sütun yok"

#: inc/admin/meta-boxes.php:43
msgid "No Sidebar Full Width"
msgstr "Tam genişlikli yan sütun yok"

#: inc/admin/meta-boxes.php:38 inc/widgets/widgets.php:32
msgid "Left Sidebar"
msgstr "Sol Menü"

#: inc/admin/meta-boxes.php:33 inc/widgets/widgets.php:21
msgid "Right Sidebar"
msgstr "Sağ Menü"

#: inc/admin/meta-boxes.php:28 inc/customizer.php:1701
msgid "Default Layout"
msgstr "Varsayılan düzen"

#: inc/admin/meta-boxes.php:16 inc/admin/meta-boxes.php:18
msgid "Select Layout"
msgstr "Düzen seçin"

#: functions.php:125
msgid "Footer Menu"
msgstr "Footer Menu"

#: functions.php:124
msgid "Primary Menu"
msgstr "Birincil menü"

#: content.php:69 content.php:75 inc/customizer.php:1840
#: inc/elementor/widgets/colormag-elementor-widgets-block-5.php:436
msgid "Read more"
msgstr "Devam"

#: content-page.php:41 content-single.php:86
msgid "Pages:"
msgstr "Sayfalar"

#: comments.php:67
msgid "Comments are closed."
msgstr "Yorumlar kapatıldı."

#: comments.php:40 comments.php:57
msgid "Newer Comments &rarr;"
msgstr "Yeni yorumlar &rarr;"

#: comments.php:39 comments.php:56
msgid "&larr; Older Comments"
msgstr "&larr; Eski yorumlar"

#: comments.php:38 comments.php:55
msgid "Comment navigation"
msgstr "Yorum dolaşımı"

#: archive.php:70
msgid "Archives"
msgstr "Arşiv"

#: archive.php:64
msgid "Links"
msgstr "Bağlantılar"

#: archive.php:61
msgid "Quotes"
msgstr "Alıntılar"

#: archive.php:58
msgid "Videos"
msgstr "Videolar"

#: archive.php:55
msgid "Images"
msgstr "Görseller"

#: archive.php:52
msgid "Asides"
msgstr "Yan sütunlar"

#: archive.php:49
msgid "Year: %s"
msgstr "Yıl: %s"

#: archive.php:46
msgid "Month: %s"
msgstr "Aylar: %s"

#: archive.php:43
msgid "Day: %s"
msgstr "Gün :%s"

#: archive.php:35
msgid "Author: %s"
msgstr "Yazar: %s"

#: am/classes/class-wc-plugin-update.php:535
msgid "You changed the subscription for %s, so you will need to enter your new API License Key in the settings page. The License Key should have arrived in your email inbox, if not you can get it by logging into your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "%s, için üyrlik değiştirildi.Yani yeni lisans anahtarını ayarlar bölümünden girmen lazım. The License Emailinize gelmiş olması lazım.Gelmediyse giriş yapıp edinebilirsiniz. <a href=\"%s\" target=\"_blank\">dashboard</a>."

#: am/classes/class-wc-plugin-update.php:520
msgid "%s has not been activated. Go to the settings page and enter the license key and license email to activate %s."
msgstr "%s aktifleştirilmedi.Ayarlara gidip lisans ve lisans emailini girip aktfileştir %s."

#: am/classes/class-wc-plugin-update.php:505
msgid "Download permission for %s has been revoked possibly due to a license key or subscription expiring. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "İndirme izni %s için kapatıldı.Lisans bittiği için olabilir. Yeniden aktifleştirmek için hesabınıza gidin <a href=\"%s\" target=\"_blank\">dashboard</a>."

#: am/classes/class-wc-plugin-update.php:490
msgid "A license key for %s could not be found. Maybe you forgot to enter a license key when setting up %s, or the key was deactivated in your account. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "%s için lisans bulunamadı.Belki de lisans anahtarı girmeyi unuttunuz.Veya hesabınızda ki lisans pasif.Yeniden aktifleştirmek için <a href=\"%s\" target=\"_blank\">dashboard</a>."

#: am/classes/class-wc-plugin-update.php:475
msgid "A subscription for %s could not be found. You can purchase a subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "%s için lisans bulunamadı.Hesabınızdan yeniden üyelik alabilirsiniz <a href=\"%s\" target=\"_blank\">dashboard</a>."

#: am/classes/class-wc-plugin-update.php:460
msgid "The subscription for %s has been placed in the trash and will be deleted soon. You can purchase a new subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "%s için lisans çöpe taşındı ve yakında silinecek. Hesabınızdan yeni üyelik alabilirsiniz <a href=\"%s\" target=\"_blank\">dashboard</a>."

#: am/classes/class-wc-plugin-update.php:445
msgid "The subscription for %s is still pending. You can check on the status of the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "%s halen beklemede.Durumunu burdan kontrol edebilirsiniz <a href=\"%s\" target=\"_blank\">dashboard</a>."

#: am/classes/class-wc-plugin-update.php:430
msgid "The subscription for %s has been suspended. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "%s için üyelik durduruldu. Hesabınızdan yeniden aktifleştirin <a href=\"%s\" target=\"_blank\">dashboard</a>."

#: am/classes/class-wc-plugin-update.php:415
msgid "The subscription for %s has expired. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr " %s Lisans süresi bitti.Hesabınızdan yeniden aktifleştirin <a href=\"%s\" target=\"_blank\">dashboard</a>."

#: am/classes/class-wc-plugin-update.php:400
msgid "The subscription for %s has been cancelled. You can renew the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>. A new license key will be emailed to you after your order has been completed."
msgstr " %s e ait üyelik iptal edildi.Hesabınızdan tekrar aktifleştirebilirsiniz<a href=\"%s\" target=\"_blank\">Panel</a>. Yeni lisans satın alma işleminden sonra email olarak size gelecektir"

#: am/classes/class-wc-plugin-update.php:385
msgid "The subscription for %s is on-hold. You can reactivate the subscription from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr "%s için üyelik beklemede. Hesabınızdan yeniden aktifleştirebilirsiniz <a href=\"%s\" target=\"_blank\">dashboard</a>."

#: am/classes/class-wc-plugin-update.php:370
msgid "The license key for %s has expired. You can reactivate or purchase a license key from your account <a href=\"%s\" target=\"_blank\">dashboard</a>."
msgstr " %s için lisans bitti. Hesabınızdan yeniden aktifleştirin yada yeni lisans satın alın <a href=\"%s\" target=\"_blank\">dashboard</a>."

#: am/admin/class-wc-api-manager-menu.php:365
msgid "Deactivates an API License Key so it can be used on another blog."
msgstr "API lisans anahtarını pasifleştirerek başka bloglarda kullanabilirsiniz"

#: am/admin/class-wc-api-manager-menu.php:296
msgid "Theme license deactivated. "
msgstr "Tema lisansı pasifleştirildi"

#: am/admin/class-wc-api-manager-menu.php:254
msgid "The license could not be deactivated. Use the License Deactivation tab to manually deactivate the license before activating a new license."
msgstr "Lisans pasifleştirilemedi.Lisans pasifleştirme penceresinde elle pasifleştirin"

#: am/admin/class-wc-api-manager-menu.php:165
msgid "Connection failed to the License Key API server. Try again later."
msgstr "Lisans anahtarı API sunucusuna bağlantı kurulamadı.Tekrar deneyin"

#: am/admin/class-wc-api-manager-menu.php:159
msgid "Theme activated. "
msgstr "Tema aktifleştirildi"

#: am/admin/class-wc-api-manager-menu.php:88
msgid "Deactivate API License Key"
msgstr "API Lisans anahtarı pasifleştir"

#: am/admin/class-wc-api-manager-menu.php:87
msgid "API License Deactivation"
msgstr "API Lisans  pasifleştir"

#: am/admin/class-wc-api-manager-menu.php:83
msgid "API License email"
msgstr "API Lisans emaili"

#: am/admin/class-wc-api-manager-menu.php:82
msgid "API License Key"
msgstr "API lisans anahtarı"

#: am/admin/class-wc-api-manager-menu.php:81
msgid "API License Activation"
msgstr "API lisans aktifleştirme"

#: am/admin/class-wc-api-manager-menu.php:62
#: am/admin/class-wc-api-manager-menu.php:66
msgid "Save Changes"
msgstr "Kaydet"

#: 404.php:30
msgid "Error"
msgstr "hata"

#: 404.php:23
msgid "It looks like nothing was found at this location. Try the search below."
msgstr "Görünen o ki burada hiç bir şey bulunamadı. Bir de aşağıdan arama yapmayı deneyin."

#: 404.php:21
msgid "Oops! That page can&rsquo;t be found."
msgstr "Off! Bu sayfa bulunamadı."

#: 404.php:28
msgid "404"
msgstr "404"������������(�'�)0Hsy�##,"P*s*�)��"AVpy
�
�
�
�
�
����

1I4_0�0�0�4'\#p#�9�4�3')[C�7�2541j �/��$�<"<_�>�
�	.Ian�������3
G	R\y���$�T�7CRUZ3�`�1E8w�
����
7>Vt����"�'()Rr�������� >JY	`GjW�
8=JP	nx0����� 
/ %= c y 	� 	� � � � � � � � � 	!F!
V!d!�!�!�!�!
�!�!�!
�!�!""y$"��"�&#	�#	�#�#�#$B+$n$�$%�$$�$&�$$%D>%'�% �%�%
�%�%�%\&k&w&&�&�&�&�&'#'@']'z'�'�'�'
�'�'�'
(V(m(z(�(�(�(�(	�(�(	�(�(
�(�(�(	)))+)$3)TX)'�)�)�)�)�)
�*�*�*+
 ++++.+)Z+,�+3�+s�+%Y,","�,!�,(�,(-'9-a-|-�-�-�-�-
�-�-�-�-..#./.;.U.d.
q.|.#�.�.5�.5/<A/;~/,�/�/6�/,-0@Z08�0;�051CF1@�1K�1C27[2&�2,�2
�2*�2? 3A`3!�3M�34"4)424J4d4}4�4�4�4�4�4�4
5 #5D5c5v5�5�5�5�5�5 �5,�5F!6h6t6
�6Q�6;�6p(7)�7;�7�7
8!8*8
F8T8]8i8�8"�8�8�8
�8�89!19S9+q9)�9�9�9�9::):8:G:e::�:�:�:�:
�:;	;G;UZ;�;�;�;�;�;<"<
/<:<2S<
�<�<$�<�<�<�<	=(=A=	H=	R=\=p=�=�=	�=�=�=�=�=L�=(>);>%e>)�>�>�>�>�>�>�>
�>??�!?��?�,@
�@
�@�@AA?6AvA�A(�A(�A'B&(B6OB(�B�B�B	�B#�B
Ce+C
�C�C�C�C�C�C�CD9DVDsD�D�D"�D�D
�D
EE
.E`9E�E�E�E�E�E�E�E�E	�EF	F%F1F	>FHFPFhF#pFK�F'�FG
GG%1$s at %2$s%s&larr; Older Comments&larr; Previous(Edit), <i class="fa fa-comment"></i> 0 Comments<i class="fa fa-comment"></i> 1 Comment<i class="fa fa-comments"></i> % Comments<span class="meta-nav">&larr;</span> Older posts<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Activate social links areaAdd your 125x125 Advertisement hereAdd your 300x250 Advertisement hereAdd your 728x90 Advertisement hereAdd your Advertisement 125x125 Images HereAdd your Advertisement 300x250 Images HereAdd your Advertisement 728x90 Images HereAdd your custom block titleAdditional OptionsAdvertisement Above The FooterAdvertisement Image Advertisement Image Link ArchivesAsidesAuthor: %sBlock Style 1Block Style 2Block Style 4Block Style 6Block Style 9Block TitleBoth header and footerBoxed LayoutBreaking NewsCategoriesCategory Color OptionsCategory Color SettingsChange Read More TextChange the Additional Settings from here as you wantChange the Design Settings from here as you wantChange the Footer Settings from here as you wantChange the Header Settings from here as you wantChange the color of each category items as you want.Cheatin&#8217; huh?Check to activate social links areaCheck to activate the related postsCheck to display the Random Post Icon in the primary menuCheck to display the Search Icon in the primary menuCheck to display the featured image in single page.Check to enable the breaking news sectionCheck to enable the lightbox for the featured images in single postCheck to enable the sticky behavior of the primary menuCheck to hide blog posts/static page on front pageCheck to hide the featured image in single post page.Check to make header image link back to home pageCheck to show the date in headerCheck to show the home icon in the primary menuChoose an imageChoose the color skin for your site.Choose the main total footer area display type that you wantChoose the main total header area display type that you wantChoose the option that you wantChoose your site layout. The change is reflected in whole siteColor OptionsColor:ColorMagColorMag Beauty BlogColorMag Business MagazineColorMag Global WidgetsColorMag ProColorMag Widget BlocksColorMag Widget GridComment navigationComments are closed.Contact PageContact Page SidebarContact Page TemplateContent Middle Left SectionContent Middle Right SectionContent Top SectionCustom CSSDark SkinDate in header display type:Day: %sDefault LayoutDefault layoutDefault layout for pages onlyDefault layout for single posts onlyDefault: Display the Header image between site title/text and the main/primary menu.DescriptionDesign OptionsDisableDisplay latest posts or posts of specific category, which will be used as the slider.Display latest posts or posts of specific category.Display latest posts or posts of specific category. Suitable for the Area Beside Slider Sidebar.Display the Header image below main/primary menu.Display the Header image just above the site title/text.Display the posts from:DocumentationEditError 404 Page SidebarExample WidgetFacebookFeatured ImageFeatured Image In Single PageFilterFooter Copyright EditorFooter Main Area Display TypeFooter OptionsFooter onlyFrom WordPress Date SettingFront Page SettingsFront Page: Area beside sliderFront Page: Content Bottom SectionFront Page: Content Middle Left SectionFront Page: Content Middle Right SectionFront Page: Content Top SectionFront Page: Slider AreaGoogle-PlusGrid Style 2Grid Style 3Grid Style 4Grid Style 5Header Image PositionHeader Logo OnlyHeader OptionsHeader SidebarHeader Text OnlyHeader image display positionHeader onlyImage LightboxImagesInstagramIt looks like nothing was found at this location. Try the search below.It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.Latest PostsLatest:Layout will be as below:LeftLeft SidebarLinksMain Header Area Display TypeMonth: %sNewer Comments &rarr;Newer posts <span class="meta-nav">&rarr;</span>Next &rarr;Next post link&rarr;No Sidebar Content CenteredNo Sidebar Full WidthNumber of posts to display:Offset Posts:Oops! That page can&rsquo;t be found.Page Builder TemplatePages:Pingback:PinterestPost authorPost navigationPostsPrevious post link&larr;Primary MenuPrimary color optionQuotesRandom PostRead moreReady to publish your first post? <a href="%1$s">Get started here</a>.Related PostsRelated Posts By CategoriesRelated Posts By TagsRelated Posts Must Be Shown As:ReplyRightRight SidebarSearchSearch IconSelect LayoutSelect an ImageSelect categories:Select categorySelect default layout for pages. This layout will be reflected in all pages unless unique layout is set for specific pageSelect default layout for single posts. This layout will be reflected in all single posts unless unique layout is set for specific postSelect default layout. This layout will be reflected in whole site archives, categories, search page etc. The layout for a single post and page can be controlled from below optionsShow BothShow DateShow Home IconShow latest PostsShow posts from a categoryShow widget beside the slider. Suitable for TG: Highlighted Posts.Shows widgets at Left side.Shows widgets at Right side.Shows widgets at footer sidebar four.Shows widgets at footer sidebar one.Shows widgets at footer sidebar three.Shows widgets at footer sidebar two.Shows widgets in header section just above the main navigation menu.Shows widgets on Contact Page Template.Shows widgets on Error 404 page.Site LayoutSkin ColorSocial OptionsSocial links to display on:Sorry, but nothing matched your search terms. Please try again with some different keywords.Sticky MenuSupportTG: 125x125 AdvertisementTG: 300x250 AdvertisementTG: 728x90 AdvertisementTG: Featured Category SliderTG: Featured Posts (Style 1)TG: Featured Posts (Style 2)TG: Featured Posts (Style 3)TG: Featured Posts (Style 4)TG: Featured Posts (Style 5)TG: Featured Posts (Style 6)TG: Featured Posts (Style 7)TG: Random Posts WidgetTG: Tabbed WidgetTG: VideosText Color:Theme Default SettingThemeGrillThis will reflect in links, buttons and many others. Choose a color to match your siteTitle WidgetTitle:TwitterType 1 (Default)Type 2Unique Post SystemUse imageVideosView DemoView a random postWhite SkinWide LayoutWidget TitleWordPressYear: %sYou May Also LikeYouTubeYour comment is awaiting moderation.comments titleOne thought on &ldquo;%2$s&rdquo;%1$s thoughts on &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126PO-Revision-Date: 2019-05-16 08:55:50+0000
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Plural-Forms: nplurals=2; plural=n != 1;
X-Generator: GlotPress/3.0.0
Language: sv_SE
Project-Id-Version: Themes - ColorMag Pro
%1$s kl. %2$s%s&larr; äldre kommentarer&larr; Föregående(Redigera), <i class="fa fa-comment"></i> 0 kommentarer<i class="fa fa-comment"></i> 1 kommentar<i class="fa fa-comments"></i> % kommentarer<span class="meta-nav">&larr;</span> Äldre inlägg<span class="posted-on"><a href="%1$s" title="%2$s" rel="bookmark"><i class="fa fa-calendar-o"></i> %3$s</a></span>Aktivera sektion för sociala länkarLägg till din 125x125-annons härLägg till din 300x250-annons härLägg till din 728x90-annons härLägg till bild för 125x125-annons härLägg till bild för 300x250-annons härLägg till bild för 728x90-annons härLägg till din blockrubrikAvancerade inställningarAnnons ovanför sidfotenAnnonsbild Länk för annonsbild ArkivNoteringarFörfattare: %sBlockstil 1Blockstil 2Blockstil 4Blockstil 6Blockstil 9BlockrubrikBåde sidhuvud och sidfotInramad layoutSenaste nyttKategorierAlternativ för kategorifärgerInställningar för kategorifärgerÄndra läs mer textÄndra ytterligare inställningar som du önskar härÄndra inställningar för design som du önskar härÄndra inställningarna för sidfoten enligt önskemål härÄndra inställningarna för sidhuvudet som du önskar härÄndra färg på varje kategori som önskat.Fuskar du, va?Markera för att aktivera sektion för sociala länkarMarkera för att aktivera relaterade inläggMarkera för att visa ikonen för slumpvalt inlägg i huvudmenynMarkera för att visa ikonen för sökfält i huvudmenynKryssa i för att visa den utvalda bilden på en enda sida.Markera för att aktivera sektionen för senaste nyttMarkera för att aktivera bildvisare för bilder i enskilda inläggMarkera för att aktivera funktionalitet för klistrad huvudmenyMarkera för att dölja innehåll från inlägg/statisk sida på startsidanKryssa i för att dölja den utvalda bilden i enskild inläggssida.Markera för att länka bild i sidhuvud till startsidanMarkera för att visa datum i sidhuvudMarkera för att visa hemikonen i huvudmenynVälj en bildVälj färg på skalet för din webbplats.Välj den huvudsakliga visningstypen av sidfot du vill användaVälj den huvudsakliga visningstypen av sidhuvud du vill användaVälj den inställning du vill haVälj layout för din webbplats. Ändringen återspeglas på hela webbplatsenFärgalternativFärg:ColorMagColorMag SkönhetsbloggColorMag företagsmagasinColorMag globala widgetsColorMag ProColorMag blockwidgetColorMag rutnätswidgetKommentarsnavigationKommentarer inaktiverade.KontaktsidaSidofält för kontaktsidaMall för kontaktsidaInnehåll i mitten till vänsterInnehåll i mitten till högerInnehåll överdelAnpassad CSSMörkt skalFormat för datum i sidhuvud:Dag: %sStandardlayoutStandardlayoutStandardlayout för endast sidorStandardlayout, endast för enskilda inläggStandard: Visa bild för sidhuvud mellan webbplatstitel och huvudmeny.BeskrivningInställningar för designInaktiveraVisa senaste inlägg eller inlägg från specifik kategori, används för slider.Visa senaste inlägg eller inlägg ur en specifik kategori.Visa senaste inlägg eller inlägg från specifik kategori. Passar för widgetfält vid området bredvid slider.Visa bild för sidhuvud under huvudmenyn.Visa bild för sidhuvud precis ovanför webbplatsens titel.Visa inlägg från:DokumentationRedigeraSidofält för 404-felsidorExempelwidgetFacebookUtvald bildUtvald bild i enskilt sidaFiltreraRedigerare för copyright i sidfotVisningstyp för primär sidfotAlternativ för sidfotEndast sidfotWordPress datuminställningarInställningar för startsidaStartsida: Område bredvid sliderStartsida: Innehåll underdelStartsida: Innehåll i mitten till vänsterStartsida: Innehåll i mitten till högerStartsida: Innehåll överdelStartsida: Slider-sektionGoogle-PlusRutnätsstil 2Rutnätsstil 3Rutnätsstil 4Rutnätsstil 5Position för bild i sidhuvudEndast logotyp i sidhuvudInställningar för sidhuvudSidofält i sidhuvudEndast text i sidhuvudPosition för bild i sidhuvudEndast sidhuvudBildvisareBilderInstagramDet verkar inte som något kunde hittas här. Försök att söka nedan.Det verkar som att vi inte kan hitta det du letar efter. Prova att göra en sökning.Senaste inläggenSenaste:Layout visas som nedan:VänsterSidofält till vänsterLänkarVisningstyp för primärt sidhuvudMånad: %sNyare kommentarer &rarr;Nyare inlägg <span class="meta-nav">&rarr;</span>Nästa &rarr;&rarr;Inget sidofält, innehåll centreratInget sidofält, fullbreddAntal inlägg att visa:Inläggskompensering:Oops! Sidan kunde inte hittas.Template för sidbyggareSidor:Pingback:PinterestInläggsförfattareInläggsnavigeringInlägg&larr;HuvudmenyAlternativ för primär färgCitatSlumpvalt inläggLäs merRedo att publicera ditt första inlägg? <a href="%1$s">Kom igång här</a>.Relaterade inläggRelaterade inlägg baserat på kategorierRelaterade inlägg baserat på taggarRelaterade inlägg ska visas baserat på:SvarHögerSidofält till högerSökSökikonVälj layoutVälj en bildVälj kategorier:Välj kategoriVälj standardlayout för sidor. Denna layout kommer påverka alla sidor om inte en specifik layout väljs för en specifik sidaVälj standardlayout för inlägg. Denna layout kommer påverka alla inlägg om inte en specifik layout väljs för ett specifikt inläggVälj standardlayout. Layouten kommer påverka webbplatsens arkiv, kategorier, sök, osv. Layouten i enskilda inlägg och på sidor kan ändras genom nedanstående inställningarVisa bådaVisa datumVisa hemikonVisa senaste inläggVisa inlägg från en kategoriVisa widgetfält bredvid slider. Passar TG: Framhävda inlägg.Visar widgets till vänster.Visar widgets till höger.Visar widgets i fjärde sidfotsområdet.Visar widgets i första sidfotsområdet.Visar widgets i tredje sidfotsområdet.Visar widgets i andra sidfotsområdet.Visar widgets i sidhuvudet precis ovanför huvudmenyn.Visar widgets i mallen för kontaktsida.Visar widgets på 404-felsidor.WebbplatslayoutSkalfärgInställningar för sociala länkarSociala länkar att visa på:Beklagar, inget som matchade dina söktermer kunde hittas. Vänligen försök igen med andra sökord.Klistrad menySupportTG: 125x125-annonsTG: 300x250-annonsTG: 728x90-annonsTG: Slider för utvald kategoriTG: Utvalda inlägg (stil 1)TG: Utvalda inlägg (stil 2)TG: Utvalda inlägg (stil 3)TG: Utvalda inlägg (stil 4)TG: Utvalda inlägg (stil 5)TG: Utvalda inlägg (stil 6)TG: Utvalda inlägg (stil 7)TG: Widget för slumpvalda inläggTG: FlikwidgetTG: VideosTextfärg:Temats standardinställningThemeGrillDetta kommer påverka länkar, knappar och mycket annat. Välj en färg som passar din webbplatsRubrikwidgetTitel:TwitterTyp 1 (Standard)Typ 2Unikt inläggssystemAnvänd bildVideorVisa demoVisa ett slumpvalt inläggVitt skalBred layoutWidgetrubrikWordPressÅr: %sDu kanske också gillarYouTubeDin kommentar inväntar granskning.En reaktion till &ldquo;%2$s&rdquo;%1$s reaktioner till &ldquo;%2$s&rdquo;https://themegrill.com/themes/colormag/126

F1le Man4ger