<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * FishPig_WordPress
 * WordPress Integration for Magento eCommerce
 * by FishPig
 *
 * http://fishpig.co.uk/wordpress-integration.html
 *
 */

/**
 * Search block
 *
 */
input#blog-search { clear: both; margin-bottom: 6px;}
.blog-search input.input-text {
    padding: 4px 0 4px 8px;
    border: 1px solid #e8be30;
}
.blog-search button.button {
    background: #e8be30;
    padding: 3px 6px;
    margin-left: -4px;
}
/**
 * General post (view and list)
 *
 */
.post-date { font-style: italic; font-size: 98%; margin-bottom: 10px; }
.post-meta { font-style: italic; }
.post-entry { 
    font-size: 14px; 
    margin-bottom: 1.5em; 
    line-height: 15px;
}
.post-list .post-entry { 
    font-size: 14px; 
    height: 60px; 
    margin-bottom: 7px; 
    overflow: hidden; 
    line-height: 15px;
}
 
.more button.more {
    margin-top: 0px;
}
.post-entry-with-image { 
    margin-top: 9px;
    text-align: center;
}
.post-entry p { margin-bottom: 1em; }

.featured-image.list {
    margin: -10px -10px 6px -10px;
    height: 150px;
    overflow: hidden;
}

.featured-image.right {
	margin: 2px 0 4px 10px;
}

.is-blog .toolbar { margin: 0 0 10px; }
.block-recent-posts li.item {
    display: block;
    height: auto;
    line-height: 14px;
}
/**
 * Blog homepage
 *
 */
.blog-title.not-first-page { display: none; }
.blog-title.with-tagline { margin-bottom: 10px; }
.blog-tag-line {  }

/**
 * Post list page
 *
 */
.post-list li.item { 
    margin-bottom: 20px;
    width: 316px;
    display: inline-block;
    vertical-align: top;
    height: 300px;
    overflow: hidden;
    margin-right: 20px;
    padding: 10px;
}
.post-list li.item:hover { 
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
.post-list li.item.even { 
    margin-right: 0px;
}

.post-list h2 { line-height: 1em; margin-bottom: 1em; }

/**
 * Post view page
 *
 */
.page-title.post-title { 
    margin-bottom: 4px;
    margin-top: 6px;
}
.page-title {
    width: 100%;
    overflow: hidden;
    margin: 6px 0 15px;
}
.post-view .post-meta { 
   margin-bottom: 20px; 
   min-height: 11px;
}
.post-view .post-skips { display: block; width: 100%; }
.post-view .post-skips .post-skip-previous { margin-right: 10px; }

/**
 * Post comments
 *
 */
.comments-wrapper h2 { margin-bottom: 10px; }
.comment { height: 1%; overflow: hidden; margin-bottom: 10px; }
.comment .gravatar { float: left; margin: 0 10px 10px 0; }
.comment .comment-meta { margin-bottom: 10px; }
.comment .comment-when { display: block; text-decoration: none; }
.comment .comment-entry { clear: both; font-size: 110%; }

/**
 * Author page
 *
 */
.author-description { font-style: italic; margin-bottom: 20px; }

/**
 * PinterestRssWidget plugin
 *
 */


.block-blog-pinterest li.item { text-align: center; }
.block-blog-pinterest .follow { text-align: center; margin: 10px 0 15px; }

.shortcode-pinterest {}
.shortcode-pinterest ul { height: 1%; overflow: hidden; }
.shortcode-pinterest li { list-style: none; padding: 0; margin: 0 10px 10px; float: left; }

/**
 * Alignment and captions
 * Taken from default WordPress CSS file
 *
 */
.alignleft { display: inline; float: left; margin-right: 1.625em; }
.alignright { display: inline; float: right; margin-left: 1.625em; }
.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }

img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #ddd;
	padding: 6px;
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
max-width: 97.5%;
width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.alignleft,
img.alignright,
img.aligncenter {
margin-bottom: 1.625em;
}

.wp-caption {
margin-top: 0.4em;
}
.wp-caption {
background: #eee;
margin-bottom: 1.625em;
max-width: 96%;
padding: 9px;
}
.wp-caption img {
display: block;
margin: 0 auto;
max-width: 98%;
border-color: #eee;
}
.wp-caption .wp-caption-text {
color: #666;
font-family: Georgia, serif;
font-size: 12px;
}
.wp-caption .wp-caption-text {
margin-bottom: 0.6em;
padding: 10px 0 5px 40px;
position: relative;
}
.wp-caption .wp-caption-text:before {
color: #666;
content: '\2014';
font-size: 14px;
font-style: normal;
font-weight: bold;
margin-right: 5px;
position: absolute;
left: 10px;
top: 7px;
}
.wp-caption img {
border-color: #eee;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {
background: #fff;
border-color: #ddd;
}

div.gallery { height: 1%; overflow: hidden; }
.gallery-columns-2 dl.gallery-item { width: 50%; }
.gallery-columns-3 dl.gallery-item { width: 33%; }
.gallery-columns-4 dl.gallery-item { width: 25%; }
.gallery-columns-5 dl.gallery-item { width: 20%; }

dl.gallery-item { float: left; }

.post-view ul.form-list { list-style: none outside none; }


/**
 * Yarpp thumbnails
 * This is taken directly from the Yarpp plugin
 */

.yarpp-thumbnails-horizontal .yarpp-thumbnail, .yarpp-thumbnail-default, .yarpp-thumbnail-title {
	display: inline-block;
	*display: inline;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
	border: 1px solid rgba(127,127,127,0.1);
	width: 130px;
	height: 170px;
	margin: 5px;
	margin-left: 0px;
	vertical-align: top;
}
.yarpp-thumbnail &gt; img, .yarpp-thumbnail-default {
	width: 120px;
	height: 120px;
	margin: 5px;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail &gt; img, .yarpp-thumbnails-horizontal .yarpp-thumbnail-default {
	margin-bottom: 0px;
	display: block;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
	font-size: 1em;
	max-height: 2.8em;
	line-height: 1.4em;
	margin: 7px;
	margin-top: 0px;
	width: 120px;
	text-decoration: inherit;
	overflow: hidden;
}

.yarpp-thumbnail-default {
	overflow: hidden;
}
.yarpp-thumbnail-default &gt; img.yarpp-thumbnail-default-wide {
	height: 120px;
	max-width: none;
}
.yarpp-thumbnail-default &gt; img.yarpp-thumbnail-default-tall {
	width: 120px;
	max-height: none;
}
.post-pager .pager {
    font-size: 12px;
    background: none;
    padding: 0;
    border-top: none;
    text-align: right; 
}
.post-pager .pager .pages {
    margin: 0;
}
.post-pager  .pages ol a, 
.post-pager a.next.i-next,
.post-pager a.previous.i-previous{
    background: #e8bf32;
    border: 1px solid #e8bf32;
    padding: 5px 10px;
    color: #000;
}
.post-pager  .pages ol a:hover, 
.post-pager a.next.i-next:hover,
.post-pager a.previous.i-previous:hover{
    background: #fff;
    color: #e8bf32;
}
.post-pager a.next.i-next:after {
    content: "&gt;";
    margin-left: 5px;
    font-family: monospace;
}
.post-pager a.previous.i-previous:before {
    content: "&lt;";
    margin-right: 5px;
    font-family: monospace;
}</pre></body></html>