<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name:         Reverie
Theme URI:          http://themefortress.com/reverie/
Description:        Reverie is a versatile HTML5 responsive WordPress framework based on ZURB's Foundation.
Version:            3.0.0
Author:             Zhen Huang
Author URI:         http://themefortress.com/

License:            MIT License
License URI:        http://www.opensource.org/licenses/mit-license.php
*/

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Customized Adjustments of Foundation for WordPress
:: Styling Basic WordPress Outputs
:: Customize Foundation Style Pagination for WP-Pagenavi
:: Customize for BuddyPress
:: Your Customized Style
*/

/* ---------------------------------------------------
   Customized Adjustments of Foundation for WordPress
--------------------------------------------------- */
 
	/* Foundation-specific presentation CSS by ZURB */
	div.reverie-header { margin: 0 0 20px 0; padding: 20px 0 0 0; border-bottom: solid 1px #ccc; }
	div.reverie-header h1 { font-weight: 500; margin-bottom: 0; padding: 0; }
	div.reverie-header h1 a { color: #181818; }
	div.reverie-header h1 a:hover { color: #181818; }
	
	@media handheld, only screen and (max-width: 767px) {
	header { position: relative; }
	header .subheader { margin-bottom: 0; }
	header .menu-action { float: left; position: relative; top: 1px; margin-top: -12px; }
	header .menu-action .button.small { padding: 8px; }
	header .menu-action .button.small svg { opacity: 0.5; }
	header h1 { font-size: 27px; font-size: 2.7rem; margin-bottom: 18px; }
	header h4 { font-size: 17px; font-size: 1.7rem; }
	}

/* -----------------------------------------
   Styling Basic WordPress Outputs
----------------------------------------- */
	
	/* Global */
	h1, h2, h3, h4, h5 { font-family: "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif; font-weight: 300; }
	
	/* Add Divider for Listed Posts */
	.divider { background:url(images/divider.png) no-repeat center top; height:36px; margin:20px 0 27px; }	
	
	/* Add Class for Images */
	img.alignright { float: right; margin: 0 0 18px 18px; }
	img.alignleft { float: left; margin: 0 18px 18px 0; }
	img.aligncenter { display: block; margin: 18px auto; }
	
	/* Add HTML5 Class for Images */
	figure img {
	height: auto;
	border: 1px solid #DDD;
	margin: 0 auto;
	display: block;
	box-shadow: 0px 2px 10px #ddd;
	-moz-box-shadow: 0px 2px 10px #ddd;
	-webkit-box-shadow: 0px 2px 10px #ddd;
	border-image: initial;
	}
	
	/* Add HTML5 Caption Class for Images */
	figure.figure {	margin: 0 auto;	-webkit-border-radius: 3px;	-moz-border-radius: 3px; display: inline-block; }
	figure.figure figcaption { padding: 8px 10px; font-size: 13px; font-size: 1.3rem; line-height: 18px; color: #555; }
	figure.alignright.figure { float: right; margin: 0 0 18px 18px; }
	figure.alignleft.figure { float: left; margin: 0 18px 18px 0; }
	
	/* Sidebar Adjustment */
	.sidebar-section { padding-bottom: 10px; padding-top: 20px;	font-size: 13px; font-size: 1.3rem; font-weight: normal; }
	
	/* Footer Nav */
	.footer-section { padding-bottom: 10px; padding-top: 20px; font-size: 13px; font-size: 1.3rem; font-weight: normal; }
	.footer-nav li { display: block; float: right; padding-left: 3%; margin-bottom: 0; }
	
	/* Breadcrumb Adjustment */
	ul.breadcrumbs li span { padding-left: 3px; }
	ul.breadcrumbs li a { padding-left: 0; }
	
	/* Comment Textarea Adjustment */
	#respond textarea { height: 100px; }	

/*  -------------------------------------------------------
    Adjust Foundation 3 Pagination Style for WordPress
    ---------------------------------------------------- */ 
    
    ul.page-numbers { display: block; height: 24px; margin-left: -5px; }
    ul.page-numbers li {float: left; display: block; height: 24px; color: #999; font-size: 14px; margin-left: 5px; }
    ul.page-numbers li a { display: block; padding: 1px 7px 1px; color: #555; }
    ul.page-numbers li:hover a, ul.page-numbers li a:focus { background: #e6e6e6; }
    ul.page-numbers li.unavailable a { cursor: default; color: #999; }
    ul.page-numbers li.unavailable:hover a,ul.page-numbers li.unavailable a:focus { background: transparent; }
    ul.page-numbers li span.current { background: #2ba6cb; color: #fff; font-weight: bold; cursor: default; display: block; padding: 1px 7px 1px; }    
    
/*  ---------------------------
    :: Customize for BuddyPress
    --------------------------- */

	.padder label + textarea { margin-top: 0; }
	.padder #item-body #message-threads .thread-avatar img { max-width: 50px; }
	ul.item-list.activity-list li.new_blog_post { padding-bottom: 15px; }
    .padder select { display: inline-block; }
    .padder div.item-list-tabs { margin: 25px 0; }
    .padder form#whats-new-form textarea { height: 30px; }
    .padder .button { display: inline; }
    
	
/*  --------------------------
    Your Customized Style
    ----------------------- */
	
	.top { background: #f2f2f2; height: 60px; display: none; }
	.top .four { padding: 0; }
	.top .two { padding: 0; }
 	#searchform { margin: 29px 0 0 0; }
	#s { webkit-border-radius: 5px 0 0 0; -moz-border-radius: 5px 0 0 0; -ms-border-radius: 5px 0 0 0; -o-border-radius: 5px 0 0 0; border-radius: 5px 0 0 0; }
	#searchsubmit { webkit-border-radius: 0 5px 0 0; -moz-border-radius: 0 5px 0 0; -ms-border-radius: 0 5px 0 0; -o-border-radius: 0 5px 0 0; border-radius: 0 5px 0 0; }
	.header { border-top: 1px solid #CCC; display: none; }
	.menu { display: none; }
	.translate { margin: 29px 0 0 0; }
	.goog-te-gadget-simple { height: 32px; border: 1px solid #CCC !important; -moz-border-radius: 5px 5px 0 0; -ms-border-radius: 5px 5px 0 0; -o-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; }
	.goog-te-gadget-icon { margin-top: 5px; }
	
	.data { margin: 36px 0 0 0; }
	.bip { float: right; margin: 0 5px 0 0; }
	
	ul.city { list-style: none; margin-bottom: 0; width: 135px; }
	ul.city a li { height: 43px; }
	ul.city a li span { float: left; margin: 5px 0 0 10px; }
	ul.city a li img { float: left; }
	
	.header .columns { margin: 15px 0 0 0; }
	
	.nav-bar &gt; li.home a { padding: 10px 20px ; }
	.nav-bar &gt; li.sprawyBiezace a { padding: 10px 20px ; }
	.nav-bar &gt; li.starostwo a {  padding: 20px 20px ; }
	.nav-bar &gt; li.powiat a { padding: 20px 23px ; }
	.nav-bar &gt; li.fundusze a { padding: 10px 20px ; }
	.nav-bar &gt; li.turystyka a { padding: 20px 20px ; }
	.nav-bar &gt; li.ngo a { padding: 10px 20px ; }
	
	li.home ul.flyout { left: -1px; position: absolute; }
	li.sprawyBiezace ul.flyout { left: -1px; position: absolute; width: 300px; }
	li.starostwo ul.flyout { width: 450px; left: -1px; position: absolute;  }
	li.powiat ul.flyout { width: 500px; left: -1px; position: absolute; }
	li.fundusze ul.flyout { left: -1px; position: absolute; width: 300px; }
	li.turystyka ul.flyout { width: 450px; right: -1px;  position: absolute;}
	li.ngo ul.flyout { width: 450px; left: -1px; position: absolute; }
	
	.flyout [class*="column"] + [class*="column"]:last-child { float: left; }
	.flyout &gt; li.column, li.columns { padding: 0; }
	
	.nav-bar { webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; -ms-border-radius: 5px 5px 5px 5px; -o-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; }
	
	.index-post-box .entry-title { font-size: 18px; font-weight: 400; width: 100%; float: left; margin: 5px 0 10px 0; }
	.index-post-box .entry-title a { color: #003399; float: left; position: relative; }
	.index-post-box .entry-title a:active { position: relative; top: 1px; }
	.index-post-box .entry-content { text-align: justify; float: left; }
	.index-post-box article { padding: 0 5px 0 5px; border-bottom: 1px dashed #ccc; float: left; width: 100%; }
	
	.index-post-box time.updated { color: #ccc; margin: 20px 0 0 0; float: left; font-size: 12px; }
	.post-box time.updated { color: #ccc; margin: 10px 0 0 0; float: left; font-size: 12px; }
	
	.post-box .entry-title { font-size: 18px; font-weight: 400; width: 100%; float: left; color: #003399; line-height: 22px; margin: 25px 0 10px 5px; }
	.post-box article header { border-bottom: 1px dashed #ccc; float: left; padding: 0 5px 5px 5px; width: 100%; display: none;  }
	.post-box .entry-content { text-align: justify; float: left; margin: 15px 5px; }
	.post-box article { padding: 0 5px 0 5px; float: left; }
	.post-box article footer { border-top: 1px dashed #ccc; float: left; padding: 0 5px; width: 100%; }
	
	
	#content-info { border-top: 1px solid #CCC; background: #f2f2f2; margin: 20px 0 0 0; display: none; }
	
	#breadcrumbs { font-size: 12px; color: #ccc; margin: 5px 0 0 0; float: left; }
	#breadcrumbs a { color: #ccc; }
	#breadcrumbs a:hover { text-decoration: underline; }
	
	.print { color: #ccc; font-size: 12px; float: right; } 
	.print:hover { color: #ccc; text-decoration: underline; }
	
	.jakZalatwicSprawe { webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; -ms-border-radius: 5px 5px 5px 5px; -o-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; background: url('images/jakZalatwicSprawe.jpg') no-repeat 0 20px; height: 150px; }
	.jakZalatwicSprawe p { background: #2BA6CB; padding: 5px 10px; width:100%; webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; -ms-border-radius: 5px 5px 0 0; -o-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; margin: 20px 0 0 0; }
	.jakZalatwicSprawe p a  { color: #fff; font-weight: 600; }

	#content .two.columns { padding: 0 15px 0 0; }
	#content .two { width: 19.667% !important; }
	
	#content .four.columns { padding: 0 15px 0 0; }
	#content .four { width: 31.333% !important; }	
	
	#content .six { width: 49% !important; }
	
	.links { webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; -ms-border-radius: 5px 5px 5px 5px; -o-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; background: #2BA6CB; margin: 37px 0 0 0; }
	.links p { padding: 5px 10px; color: #fff; font-weight: 600; margin: 0 0 5px 0;  }
	.links .columns { padding: 0 5px; }
	.links img { margin: 10px 0; }
	
	.links-footer ul { padding: 20px 0; list-style: none; }
	.links-footer li img { margin: 0 10px 0 0; float: left; display: block; }
	
	.copyright { margin: 20px 0 0 0; }
	
	.events .title { webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; -ms-border-radius: 5px 5px 5px 5px; -o-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; background: #2BA6CB; margin: 3px 0 0 0; float: left; width: 100%; }
	.events .title p { padding: 5px 10px; color: #fff; font-weight: 600; margin: 0;  }	
	.events ul { list-style: none; }
	.events ul li { padding: 15px 5px 0 5px; border-bottom: 1px dashed #ccc; float: left; width: 100%; }
	.etitle { margin: 14px 0; }
	.etitle-sidebar { margin: 5px 0; }	
	.etitle a { color:#039; font-size: 18px; }
	.etitle-sidebar a { color:#039; font-size: 16px; }
	.etitle a:active { position: relative; top: 1px; }
	.etitle-sidebar a:active { position: relative; top: 1px; }			
	.edate { font-size: 12px; margin: 0; }
	.eexcerpt { font-size: 12px; text-align: justify; }
	
	.informator .title { webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; -ms-border-radius: 5px 5px 5px 5px; -o-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; background: #2BA6CB; margin: 20px 0 0 0; float: left; width: 100%; }
	.informator .title p { padding: 5px 10px; color: #fff; font-weight: 600; margin: 0;  }
	.informator .entry-title { font-weight: 400; width: 100%; float: left; }
	.informator .entry-title a { color: #003399; float: left; position: relative; font-size: 18px; }
	.informator .entry-title a:active { position: relative; top: 1px; }
	.informator .entry-content p { text-align: justify; float: left; font-size: 12px; }
	.informator article { padding: 0 5px 0 5px; border-bottom: 1px dashed #ccc; float: left; width: 100%; }
	
	.sidebar a { font-size: 16px !important; }
	h1.entry-title.sidebar  { margin: 10px 0; }
	.herbPowiatu { margin: 0 0 0 5px; }
	
	a img { border: none; }
	
	#featured { float: left; position: relative; }
	#featured { background: url('images/foundation/orbit/spinner.gif') center center #fff no-repeat; width: 570px; height: 121px; }
	#featured img { display: none; }
	#featured.orbit { background: none; }
	#featured.orbit img { display: block; }
	#featured .title { position: absolute; bottom: 0; left: 0; color: white; }
	#featured .title p { background: url('images/featuredBg.png'); padding: 5px 10px; margin: 0 0 5px 0; }
	#featured .title p a { color: #fff; }
	.orbit-wrapper .slider-nav span { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -webkit-transition: opacity 400ms; -moz-transition: opacity 400ms; -o-transition: opacity 400ms; transition: opacity 400ms; }
	.orbit-wrapper:hover .slider-nav span { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; }
	
	.promo { float: left; margin: 15px 10px 0 10px; height: 121px; width: 570px; }
	
	.wp-post-image { float: left; margin: 6px 15px 5px 0; }
	#main &gt; .four.columns { padding: 0 0 0 15px; width: 32.8%;  margin: 0; }
	.four.columns { display: none; }
	#main .eight.columns { width: 100%; }
	a:link:after, a:visited:after { content: ''; }</pre></body></html>