<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name:		Bellingdale Farm
Description:	Custom theme built on Genesis by Tailored Media 2019.
Author:			Tailored Media
Author URI:		http://www.tailoredmedia.com.au/
Version:		3.0
Template:		genesis
Template Version: 3.0
*/



/**
 *	Fonts
 */
@font-face {
	font-family: 'Yukikato';
	src:	url('fonts/Yukikato.eot?#iefix') 	format('embedded-opentype'),  
			url('fonts/Yukikato.woff') 			format('woff'), 
			url('fonts/Yukikato.ttf')  			format('truetype'), 
			url('fonts/Yukikato.svg#Yukikato') 	format('svg');
	font-weight: normal;
	font-style: normal;
}


/**
 *	General Defaults
 */
body { background:#FFF; }
a, img, a img, a:hover img { outline:none !important; }
a, a:link { color:#23a4c4; }
a:hover, a:active { color:#111; }

html { font-size:62.5%; }
body { 
	font-family: 'Raleway', sans-serif;
	font-weight:500; 
}
h1, h2, h3, h4, h5, h6 { 
	font-family:'Raleway',sans-serif; 
	font-weight:400; 
}


/**
 *	Site Width
 */
.tws-flexslider-wrap .flexslider { width:1200px; max-width:100%; }
.site-inner, 
.wrap { width:1200px; max-width:95%; }


@media only screen and (max-width: 600px) {
	.not-mobile {
		display:none;
	}
}


/**
 *	Header
 */
.site-header { text-align:center; }

.site-header &gt; .wrap::before,
.site-header &gt; .wrap::after {
	display:none;
}
.site-header &gt; .wrap {
	display:grid;
	grid-template-areas:"logo menu";
	grid-gap:1em;
	align-items: center;
} 

.site-header .site-title { 
	grid-area:logo;
	margin:0;
}
.site-header .site-title a {
	line-height:1px;
}
.site-header .site-title img { }
.site-header .site-description { }

.site-header .hamburger-menu-toggle {
	grid-area:menu;
	margin:0;
}
.site-header .hamburger-menu-toggle a {
	font-size:1.2em;
	color:#6d6689;
}
.site-header .hamburger-menu-toggle a:hover {
	color:#000;
}

.site-header .nav-primary {
	grid-area:menu;
}
.site-header .nav-primary .wrap {
	width:auto;
	max-width:100%;
	margin:0;
	padding:0;
}


@media only screen and (min-width: 960px) {
	.site-header &gt; .wrap {
		grid-template-columns:1fr 3fr;
	}
}
@media only screen and (min-width: 1200px) {
	.site-header &gt; .wrap {
		grid-template-areas:"logo . menu";
		grid-template-columns:300px auto auto;
	}
}



/**
 *	Menu Bar
 */
.nav-primary { }

@media only screen and (max-width:960px) {
	.nav-primary { 
		background:#F1E6E0;
		color:#251d28;
	}
	.nav-primary ul.menu li.current-menu-item &gt; a,
	.nav-primary ul.menu li.current-menu-ancestor &gt; a,
	.nav-primary ul.menu li:hover &gt; a,
	.nav-primary ul.menu li a:focus,
	.nav-primary ul.menu li a:hover { 
		color:#000 !important;
	}
}

@media only screen and (min-width:960px) {
	.nav-primary { background:none; text-align:center; }
	.nav-primary ul.menu { text-transform:uppercase; padding:0.5em 0; font-weight:200; }
	.nav-primary ul.menu li a { padding:0.5em 0.7em; color:#737373; }
	.nav-primary ul.menu li.current-menu-item &gt; a,
	.nav-primary ul.menu li.current-menu-ancestor &gt; a,
	.nav-primary ul.menu li:hover &gt; a,
	.nav-primary ul.menu li a:focus,
	.nav-primary ul.menu li a:hover { background:none; color:#111; }
	
	.nav-primary ul.menu ul.sub-menu { background:#f0efed; }
	.nav-primary ul.menu ul.sub-menu li { }
	.nav-primary ul.menu ul.sub-menu li a { background:none; color:#737373 !important; padding:0.9em 1em; }
	.nav-primary ul.menu ul.sub-menu li.current-menu-item &gt; a,
	.nav-primary ul.menu ul.sub-menu li.current-menu-ancestor &gt; a,
	.nav-primary ul.menu ul.sub-menu li:hover &gt; a,
	.nav-primary ul.menu ul.sub-menu li a:focus,
	.nav-primary ul.menu ul.sub-menu li a:hover { background:none; color:#111 !important; }
}



/**
 *	Hero Banner
 */
.tws-flexslider-wrap { 
	position:relative; 
	z-index:1; 
	line-height:1; 
}
.tws-flexslider-wrap .flexslider { 
	margin:0 auto; 
	overflow:hidden; 
	background:none; 
	border:0; 
	border-radius:0; 
	box-shadow:none;
}




/**
 *	Content
 */
.site-inner {
	padding-top:2em;
}

.entry-comments, 
.comment-respond, 
.entry-pings,
.content .entry, 
.sidebar .widget { 
	background:none; 
	border-radius:0;
	padding:0; 
}

.archive-description, 
.author-box { 
	background:none; 
	font-size:1em;
	padding:0; 
	margin:0 0 1em 0; 
}
.archive-title, 
.entry-title { 
	font-size:1.8em; 
	font-weight:300;
}

.archive-title, 
.entry-title, 
.entry-title a {  }

h1 strong, 
h2 strong, 
h3 strong, 
h4 strong { 
	font-weight:inherit; 
}

h1, 
h2 { 
	font-size:1.5em; 
	text-transform:uppercase;
}
h1:after,
h2:after {
	content:"";
	display:block;
	width:6em;
	max-width:90%;
	margin:4px 0 0;
	background:#F1E6E0;
	height:5px;
	border-radius:5px;
}
h1.has-text-align-center:after,
h2.has-text-align-center:after {
	margin-left:auto;
	margin-right:auto;
}

h3 { 
	font-size:1.3em; 
}
h4 { 
	font-size:1.2em; 
}

.entry-content p,
.entry-content ol, 
.entry-content ul { margin-bottom:1.2em; }

.entry-content &gt; :last-child { margin-bottom:0; }

blockquote { margin:0 0 1.5em 0; padding:0 0 0 2.5em; font-style:inherit; }
blockquote::before { font-family:sans-serif; font-size:5.5em; top:-0.4em; left:-0.4em; opacity:0.3; }



/**
 *	Stripe: Instagram Feed
 */
.stripe-instagram {
	padding:1em 0 2em;
	text-align:center;
}
.stripe-instagram .wrap {
	width:1800px;
}



/**
 *	Template: Homepage
 */
.template-homepage .site-inner {
	padding-top:0;
}


/**
 *	Blog
 */
 
.blog-layout .entry::before,
.blog-layout .entry::after {
	display:none;
}
.blog-layout .entry {
	display:grid;
	grid-template-areas:
		"image"
		"header"
		"content";
	grid-gap:1em;
}
.blog-layout .entry .entry-header {
	grid-area:header;
}
.blog-layout .entry .entry-header :last-child {
	margin-bottom:0;
}
.blog-layout .entry .entry-image-link {
	grid-area:image;
}
.blog-layout .entry .entry-image-link img {
	margin:0;
	float:none;
}
.blog-layout .entry .entry-content {
	grid-area:content;
}
.blog-layout .entry .entry-footer {
	display:none;
}
@media only screen and (min-width:600px) {
	.blog-layout .entry {
		grid-template-areas:
			"header image"
			"content image";
		align-items:start;
	}
}

.archive-description {
	margin-bottom:2em;
}
.archive-description .archive-title {
	font-size:2em;
}
.archive-description .archive-title::after { 
	display:none; 
}
.type-post .entry-title a {
	color:inherit;
	text-decoration:inherit;
}
.entry-footer { 
	padding-top:1em;
}





/**
 *	Widgets
 */
.widget-bullets { }
.widget-bullets ul.bullets { }
.widget-bullets ul.bullets li { }
.widget-bullets ul.bullets li a { }

.widget-bullets ul.bullets li,
.widget_recent_entries ul li,
.widget_archive ul li,
.widget_categories ul li { margin:0; padding:0; border:0; }

.widget-bullets ul.bullets li a,
.widget_recent_entries ul li a,
.widget_archive ul li a,
.widget_categories ul li a { display:block; padding:4px 0; }

.widget-mailchimp { }
.widget-mailchimp p { margin-bottom:1em; }
.widget-mailchimp .textwidget { margin-bottom:0.5em; }
.widget-mailchimp form.mailchimp { margin-bottom:1em; }
.widget-mailchimp form.mailchimp p label { display:block; cursor:pointer; }
.widget-mailchimp form.mailchimp p label span { display:inline-block; min-width:3em; }
.widget-mailchimp form.mailchimp p label input { width:10em; width:75%; }
.widget-mailchimp form.mailchimp p.submit { text-align:center; }

.widget-thumbnails { }
.widget-thumbnails .thumbnails { text-align:center; }
.widget-thumbnails .thumbnails img { max-width:45%; margin:4px; }
.widget-thumbnails .thumbnails a img { }
.widget-thumbnails .thumbnails a:hover img { }

.widget-flexslider { }
.widget-flexslider ul, 
.widget-flexslider li { margin:0; padding:0; list-style:none; border:0; }
.widget-flexslider .flexslider { margin:0; padding:0; border:0; background:none; overflow:hidden; line-height:1; border-radius:0; }

.widget-image-caption { }
.widget-image-caption p.image { position:relative; text-align:center; }
.widget-image-caption p.image img { display:block; width:100%; height:auto; }
.widget-image-caption p.image .caption { position:absolute; left:0; bottom:0; width:100%; padding:0.4em; }
.widget-image-caption p.image .caption { background:rgba(0,0,0,0.6); color:#FFF; text-shadow:1px 1px 0 rgba(0,0,0,0.5); }

/**
 *	Widgets: Font Awesome;
 */
.widget-menu ul li a:before,
.widget-bullets ul.bullets li:before,
.widget_recent_entries ul li a:before,
.widget_recent_comments ul li .comment-author-link a:before,
.widget_archive ul li a:before,
.widget_categories ul li a:before {
	font-family:"Font Awesome 5 Regular", "Font Awesome 5 Pro", "Font Awesome 5 Free";
	display:inline-block;
	margin-right:0.3em; 
	opacity:0.5em;
	content: "\f054";
	font-weight:600;
}
.widget_recent_comments ul li .comment-author-link a:before { content:"\f075"; font-weight:400; }
.widget_archive ul li a:before { content: "\f133"; font-weight:400; }
.widget_categories ul li a:before { content: "\f07c"; font-weight:400; }
.widget_categories ul li.current-cat a:before { font-weight:900; }


/**
 *	Font Awesome with the JS pseudo-elements
 *	This approach not recommended for performance reasons, but available if needed.
 *
.fontawesome-i2svg-active .widget-bullets ul.bullets li:before,
.fontawesome-i2svg-active .widget_recent_entries ul li a:before,
.fontawesome-i2svg-active .widget_archive ul li a:before,
.fontawesome-i2svg-active .widget_categories ul li a:before {
	display:none;
}
.fontawesome-i2svg-active .widget-bullets ul.bullets li svg,
.fontawesome-i2svg-active .widget_recent_entries ul li a svg,
.fontawesome-i2svg-active .widget_archive ul li a svg,
.fontawesome-i2svg-active .widget_categories ul li a svg {
	margin-right:0.4em;
}


/**
 *	Sidebars
 */
.sidebar .widget { }
.sidebar .widget-wrap { }
.sidebar .widget-title { }









/**
 *	Footer
 */
.site-footer { 
	text-align:center;
	background:#F1E6E0;
	color:#333333;
	padding-top:1em;
}
.site-footer .wrap { 
	display:grid;
	grid-template-areas:
		"contact"
		"social";
	grid-row-gap:1em;
	grid-column-gap:1em;
}
.site-footer div.contact {
	grid-area:contact;
	margin-bottom:1em;
}
.site-footer p.social {
	grid-area:social;
	margin-bottom:0;
	font-size:2em;
}

.site-footer div.contact .fa-fw {
	margin-right:0.25em;
}


.site-footer p { margin-bottom:1em; }
.site-footer p:last-child { margin-bottom:0; }

.site-footer a {
	color:inherit;
	text-decoration:inherit;
}
.site-footer a:hover {
	color:#000;
}

@media only screen and (min-width: 600px) {
	.site-footer .wrap {
		grid-template-areas:
			"contact social";
		align-items:center;
		grid-template-columns:1fr 1fr;
	}
	.site-footer div.contact {
		text-align:left;
		margin-bottom:0;
	}
	.site-footer div.contact p:last-child {
		margin-bottom:0;
	}
	.site-footer p.social {
		text-align:right;
	}
}
@media only screen and (min-width: 800px) {
	.site-footer .wrap {
		grid-template-areas:"contact . social";
		grid-template-columns:1fr auto 1fr;
	}
}




/**
 *	Footer Copright
 */
.footer-copyright {
	padding:0.4em 0;
	color:#333333;
	text-align:center;
}
.footer-copyright p {
	display:inline-block;
	margin:0;
}

.footer-copyright a {
	color:inherit;
	text-decoration:inherit;
}
.footer-copyright a:hover {
	color:#000;
}

.footer-copyright a.link { 
	display:inline-block; 
	margin-left:0.5em; 
	padding-left:0.75em; 
	border-left:1px solid rgba(74,67,102,0.3); 
}
.footer-copyright a.link:first-child { 
	xmargin-left:0; 
	xpadding-left:0; 
	xborder-left:0; 
}








/**
 *	Forms
 */
form label { cursor:pointer; }
form select { cursor:pointer; }
input, select, textarea { font-size:1em; padding:0.5em; }

form.tws p.submit input, 
button, input[type="button"], 
input[type="reset"], 
input[type="submit"], 
.button, a.button { 
	padding:0.8em 1.5em; 
	cursor:pointer;
	text-decoration:none;
	background:none;
	border:2px solid #dacec7;
	color:#cbbdb5; 
	text-transform:uppercase;
	font-weight:600;
	border-radius:0;
	transition:0.2s all;
	box-shadow:none;

	color:#73655e;
	background:#F1E6E0;
	border:0;
}

.entry-content .button:hover,
form.tws p.submit input:hover, 
button:hover, 
input:hover[type="button"], 
input:hover[type="reset"], 
input:hover[type="submit"], 
.button:hover, a.button:hover { 
	background:#dbcec6;
	color:#73655e; 
	box-shadow:none; 
}
.entry-content .button:focus,
form.tws p.submit input:focus, 
button:focus, 
input:focus[type="button"], 
input:focus[type="reset"], 
input:focus[type="submit"], 
.button:focus, a.button:focus {
	color:#73655e; 
}





/** 
 *	Comments
 */
.comment-list .comment { padding:0; border:0; background:none; }
.comment-list .comment .comment-author img.avatar { transform:rotate(-3deg); border:2px solid #FFF; box-shadow:1px 1px 1px rgba(0,0,0,0.2); }

.comment-form { }
.comment-form p label { display:inline-block; min-width:5em; width:15%; }
.comment-form input[type="email"], .comment-form input[type="text"], .comment-form input[type="url"] { width:80%; padding:0.5em; }
.comment-form textarea { padding:0.5em; }


/**
 *	WordPress Gallery
 */
.gallery { margin:0 auto 1em; line-height:1.4; clear:both; }
.gallery:after { content:""; clear:both; display:table; }
.gallery br { display:none; }
.gallery .gallery-item { float:left; padding:0 1em 1em; margin:0; text-align:center; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
.gallery .gallery-item .gallery-icon { }
.gallery .gallery-item .gallery-icon img { border:1px solid #CFCFCF; background:#FFF; padding:1px; }
.gallery .gallery-item .gallery-icon a img { box-shadow:1px 1px 1px rgba(0,0,0,0.01); }
.gallery .gallery-item .gallery-icon a:hover img { border-color:#BBB; box-shadow:1px 1px 1px rgba(0,0,0,0.1); }
.gallery .gallery-item .gallery-caption { font-size:0.85em; margin:0; font-weight:inherit; }

.gallery-columns-2 .gallery-item {	width:50%; }	.gallery-columns-2 .gallery-item:nth-of-type(odd)  { clear:left; } 
.gallery-columns-3 .gallery-item {	width:33%; }	.gallery-columns-3 .gallery-item:nth-of-type(3n+1) { clear:left; }
.gallery-columns-4 .gallery-item {	width:25%; }	.gallery-columns-4 .gallery-item:nth-of-type(4n+1) { clear:left; }
.gallery-columns-5 .gallery-item {	width:20%; }	.gallery-columns-5 .gallery-item:nth-of-type(5n+1) { clear:left; } 

@media only screen and (max-width: 550px) {
	.gallery .gallery-item { width:50%; }
}

@media only screen and (max-width: 400px) {
	.gallery .gallery-item { float:none; margin:0 0 1em 0; width:100%; }
}


/**
 *	WordPress Captions
 */
.wp-caption { max-width:100%; background:#FFF; border:1px solid rgba(0,0,0,0.1); box-shadow:1px 1px 2px rgba(0,0,0,0.05); border-radius:0 0 5px 5px; text-align:center; padding:3px;  }
.wp-caption .wp-caption-text { }
.wp-caption-text { font-weight:normal; margin-bottom:0.25em; }
div.alignright, .wp-caption.alignright { margin-right:4px; }


/**
 *	A few Tailored Tweaks
 */
.entry-content a.post-edit-link { display:block; clear:both; float:right; padding:0 1em; margin-top:2em; }


/**
 *	Icons for blog posts &amp; WooCommerce products
 *	Uses font awesome - only for CSS mode though, not JS
 */
.woocommerce .product_meta &gt; span:before,
.entry-meta .entry-time::before,
.entry-meta .entry-categories::before,
.entry-meta .entry-tags::before,
.entry-meta .entry-comments-link::before,
.entry-meta .post-edit-link::before {
	font-family:"Font Awesome 5 Regular", "Font Awesome 5 Pro", "Font Awesome 5 Free";
	display:inline-block;
	min-width:1.5em; 
	padding-right:0.3em; 
	opacity:0.5em;
}
.entry-meta .entry-time::before			{ content:"\f133"; }
.woocommerce .product_meta .posted_in::before,
.entry-meta .entry-categories::before	{ content:"\f07c"; }
.woocommerce .product_meta .tagged_as::before,
.entry-meta .entry-tags::before			{ content:"\f02b"; }
.entry-meta .entry-comments-link::before{ content:"\f075"; transform: scaleX(-1); }
.entry-meta .post-edit-link::before		{ content:"\f044"; color:#000; }
.woocommerce .product_meta .sku_wrapper::before { content:"\f02a"; }

.woocommerce .product_meta &gt; span { display:block; }
.entry-meta .entry-time { margin-right:0.5em; }
.entry-meta .entry-comments-link { margin-left:1em; }
.entry-meta .post-edit-link { margin-left:1em; }


/**
 *	Font Awesome with the JS pseudo-elements
 *	This approach not recommended for performance reasons, but available if needed.
 */
.fontawesome-i2svg-active .woocommerce .product_meta .posted_in::before,
.fontawesome-i2svg-active .woocommerce .product_meta .tagged_as::before,
.fontawesome-i2svg-active .woocommerce .product_meta .sku_wrapper::before,
.fontawesome-i2svg-active .entry-meta .entry-time::before,
.fontawesome-i2svg-active .entry-meta .entry-categories::before,
.fontawesome-i2svg-active .entry-meta .entry-tags::before,
.fontawesome-i2svg-active .entry-meta .entry-comments-link::before,
.fontawesome-i2svg-active .entry-meta .post-edit-link::before {
	display:none;
}
.fontawesome-i2svg-active .woocommerce .product_meta svg,
.fontawesome-i2svg-active .entry-meta .entry-time svg,
.fontawesome-i2svg-active .entry-meta .entry-categories svg,
.fontawesome-i2svg-active .entry-meta .entry-tags svg,
.fontawesome-i2svg-active .entry-meta .entry-comments-link svg,
.fontawesome-i2svg-active .entry-meta .post-edit-link svg { 
	margin-right:0.4em;
}




/**
 *	Responsive video embeds
 */
.oembed-wrap { position:relative; padding-bottom:56.25%; height:0; margin:0 0 1.5em 0; line-height:1px; overflow:hidden; clear:both; }
.oembed-wrap iframe { position:absolute; top:0; left:0; width:100%; height:100%; }
.oembed-wrap.aspect-4-3 { padding-bottom:75%; }
.oembed-wrap.aspect-16-9 { padding-bottom:56.25%; }
.oembed-wrap.aspect-21-9 { padding-bottom:42.86%; }
_::-moz-range-track, body:last-child .oembed-wrap.aspect-16-9 iframe { top:-1px; }	/* Firefox only */


/**
 *	Responsive map embed
 */
.googlemap { clear:both; margin:0 0 1.5em 0; }
.googlemap img, .googlemap iframe { max-width:100%; border:1px solid rgba(0,0,0,0.5); padding:1px; background:rgba(255,255,255,0.5); }
.googlemap img { display:block; }
.googlemap iframe { display:none; }
@media only screen and (min-width:500px) {
	.googlemap img { display:none; }
	.googlemap iframe { display:block; }
}


/**
 *	jQuery UI Tabs
 */
.ui-tabs .ui-tabs-panel { border-top:4px solid #7f05a5;  }
.ui-tabs .ui-tabs-panel h2 { display:none; }
.ui-tabs .ui-tabs-nav { clear:both; font-size:1em; font-size:0.9em; }
.ui-tabs .ui-tabs-nav li a { color:#000; background:#d0d0d0; margin:0 1px 0 0; text-decoration:none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active a { color:#FFF; background:#7f05a5; }
@media only screen and (max-width: 760px) {
	.ui-tabs .ui-tabs-nav { display:none; }
	.ui-tabs .ui-tabs-panel { display:block !important; border:0; padding:0 0 1em 0; }
	.ui-tabs .ui-tabs-panel h2 { display:block; }
}



/**
 *	Print Rules
 */
@media print {
}
</pre></body></html>