.slick-list,
.slick-slider,
.slick-track {
position: relative;
display: block;
}
.slick-loading .slick-slide,
.slick-loading .slick-track {
visibility: hidden;
}
.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
font-family: slick;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-slider {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: 0;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
top: 0;
left: 0;
}
.slick-track:after,
.slick-track:before {
display: table;
content: '';
}
.slick-track:after {
clear: both;
}
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide {
float: right;
}
.slick-slide img {
display: block;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
.slick-dots,
.slick-next,
.slick-prev {
position: absolute;
display: block;
padding: 0;
}
.slick-loading .slick-list {
background: url(//homegrownonpiper.com.au/wp-content/themes/homegrown/img/ajax-loader.gif) center center no-repeat #fff;
}
@font-face {
font-family: slick;
font-weight: 400;
font-style: normal;
src: url(//homegrownonpiper.com.au/wp-content/themes/homegrown/css/fonts/slick.eot);
src: url(//homegrownonpiper.com.au/wp-content/themes/homegrown/css/fonts/slick.eot?#iefix) format('embedded-opentype'),
url(//homegrownonpiper.com.au/wp-content/themes/homegrown/css/fonts/slick.woff) format('woff'),
url(//homegrownonpiper.com.au/wp-content/themes/homegrown/css/fonts/slick.ttf) format('truetype'),
url(//homegrownonpiper.com.au/wp-content/themes/homegrown/css/fonts/slick.svg#slick) format('svg');
}
.slick-next,
.slick-prev {
font-size: 0;
line-height: 0;
top: 50%;
width: 20px;
height: 20px;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: 0;
background: 0 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
color: transparent;
outline: 0;
background: 0 0;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
font-size: 20px;
line-height: 1;
opacity: 0.75;
color: #fff;
}
.slick-prev {
left: -25px;
}
[dir='rtl'] .slick-prev {
right: -25px;
left: auto;
}
.slick-prev:before {
content: '←';
}
.slick-next:before,
[dir='rtl'] .slick-prev:before {
content: '→';
}
.slick-next {
right: -25px;
}
[dir='rtl'] .slick-next {
right: auto;
left: -25px;
}
[dir='rtl'] .slick-next:before {
content: '←';
}
.slick-dotted.slick-slider {
margin-bottom: 30px;
}
.slick-dots {
bottom: -25px;
width: 100%;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li {
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button {
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: 0;
background: 0 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
opacity: 1;
}
.slick-dots li button:before {
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: 0.25;
color: #000;
}
.slick-dots li.slick-active button:before {
opacity: 0.75;
color: #000;
} .slick-next,
.slick-prev {
background-color: white;
border-radius: 0;
box-shadow: none;
height: 30px;
width: 30px;
transform: none;
z-index: 2;
cursor: pointer;
}
.slick-next:focus,
.slick-prev:focus,
.slick-next:hover,
.slick-prev:hover {
box-shadow: none;
background-color: black;
}
.slick-next { }
.slick-next::before,
.slick-prev::before {
font-size: 32px;
line-height: 0px;
content: '<';
color: black;
}
.slick-next::before:hover,
.slick-prev::before:hover {
color: white;
}
.slick-next::before {
content: '>';
}#cboxWrapper,.cboxPhoto{max-width:none}.cboxIframe,.cboxPhoto{display:block;border:0}#cboxCurrent,#cboxTitle{top:-22px;position:absolute}#cboxClose:active,#cboxNext:active,#cboxPrevious:active,#cboxSlideshow:active,#colorbox{outline:0}#cboxOverlay,#cboxWrapper,#colorbox{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxOverlay{position:fixed;width:100%;height:100%;background:#fff;opacity:.9;filter:alpha(opacity=90)}#cboxBottomLeft,#cboxMiddleLeft{clear:left}#cboxTitle{margin:0;left:0;color:#000}#cboxLoadingGraphic,#cboxLoadingOverlay{position:absolute;top:0;left:0;width:100%;height:100%}.cboxPhoto{float:left;margin:auto;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;padding:0;margin:0}#cboxContent,#cboxLoadedContent,#colorbox{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxContent{position:relative;margin-top:32px;overflow:visible;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch;background:#000;padding:1px}#cboxLoadingGraphic{background:url(//homegrownonpiper.com.au/wp-content/themes/homegrown/img/loading.gif) center center no-repeat}#cboxLoadingOverlay{background:#000}#cboxCurrent{right:205px;text-indent:-9999px}#cboxClose,#cboxNext,#cboxPrevious,#cboxSlideshow{cursor:pointer;border:0;padding:0;margin:0;overflow:visible;text-indent:-9999px;width:20px;height:20px;position:absolute;top:-20px;background:url(//homegrownonpiper.com.au/wp-content/themes/homegrown/img/controls.png) no-repeat}#cboxPrevious{background-position:0 0;right:44px}#cboxPrevious:hover{background-position:0 -25px}#cboxNext{background-position:-25px 0;right:22px}#cboxNext:hover{background-position:-25px -25px}#cboxClose{background-position:-50px 0;right:0}#cboxClose:hover{background-position:-50px -25px}.cboxSlideshow_off #cboxPrevious,.cboxSlideshow_on #cboxPrevious{right:66px}.cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px;right:44px}.cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px}.cboxSlideshow_off #cboxSlideshow{background-position:-100px 0;right:44px}.cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px}html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
*,
*:before,
*:after { -webkit-box-sizing: inherit;
box-sizing: inherit;
}
body {
background: #fff; }
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
}
blockquote,
q {
quotes: '' '';
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
table {
margin: 0 0 1.5em;
width: 100%;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 3.5em 1.5em 1.5em;
font-size: 1.1rem;
font-style: italic;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: 'Courier 10 Pitch', Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
} button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
-webkit-border-radius: 3px;
border-radius: 3px;
background: #e6e6e6;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5),
inset 0 15px 17px rgba(255, 255, 255, 0.5),
inset 0 -5px 12px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5),
inset 0 15px 17px rgba(255, 255, 255, 0.5),
inset 0 -5px 12px rgba(0, 0, 0, 0.05);
color: rgba(0, 0, 0, 0.8);
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: 0.6em 1em 0.4em;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
border-color: #ccc #bbb #aaa;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8),
inset 0 15px 17px rgba(255, 255, 255, 0.8),
inset 0 -5px 12px rgba(0, 0, 0, 0.02);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8),
inset 0 15px 17px rgba(255, 255, 255, 0.8),
inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus,
button:active,
input[type='button']:active,
input[type='reset']:active,
input[type='submit']:active {
border-color: #aaa #bbb #bbb;
-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5),
inset 0 2px 5px rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5),
inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
color: #666;
border: 1px solid #ccc;
-webkit-border-radius: 3px;
border-radius: 3px;
}
select {
border: 1px solid #ccc;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus {
color: #111;
}
input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'] {
padding: 3px;
}
textarea {
padding-left: 3px;
width: 100%;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex='-1']:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: '';
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em;
} .widget select {
max-width: 100%;
}
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
}
.comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
}
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*='wp-image-'] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
}
.sticky {
display: block;
}
.hentry {
margin: 0 0 1.5em;
}
.page-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} html,
body,
button,
input,
select,
textarea {
color: #292929;
font-family: droid-serif, serif;
font-size: 16px;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
h1,
h2,
h3 {
}
h1,
h2 {
color: #901235;
font-family: droid-sans, sans-serif;
font-weight: 700;
margin-bottom: 0.6em;
line-height: 1.4em;
}
p {
margin-bottom: 1.5em;
} a {
color: #901235;
text-decoration: none;
}
a:hover,
a:focus,
a:active {
color: #f4960f;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
}  nav a {
color: white;
font-size: 1.5em;
margin: 0;
padding: 0.5em 1em;
display: block;
transition: color 0.3s ease;
}
nav button {
box-shadow: none;
border: 1px solid rgba(255, 255, 255, 0.3);
}
nav li {
}
nav .children li:last-child {
border-bottom: 1px solid transparent;
}
nav ul {
list-style-type: none;
padding-left: 0;
margin: 0;
}
.main-navigation {
padding: 2em 0;
position: fixed;
z-index: 9999;
left: -100vw;
transition: left 0.3s ease;
background-color: #901235;
width: 100%;
}
.main-navigation.toggled {
left: 0;
}
.main-navigation a {
color: white;
font-family: droid-sans, sans-serif;
font-weight: 700;
text-transform: uppercase;
margin: 0;
text-align: left;
padding: 4px 8px;
}
.main-navigation a:hover {
}
.main-navigation li a:hover {
background-color: rgba(255,255,255,1);
color: #901235;
-webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black;
} @media (min-width: 64em) {
.site-header .menu-toggle {
display: none;
}
nav ul {
display: flex;
}
nav a {
text-align: center;
}
.menu-item-has-children,
.page_item_has_children {
display: block;
position: relative;
}
.sub-menu-toggle {
display: none;
}
.sub-menu,
.children {
flex-flow: column;
background-color: rgba(0, 0, 0, 0.3);
position: absolute;
top: 100%;
z-index: 999;
}
.menu-item-has-children:hover > .sub-menu,
.page_item_has_children:hover > .children {
max-height: 50vh;
width: auto;
width: max-content;
}
.main-navigation {
position: static;
max-width: none;
padding: 0 1em;
display: block;
float: right;
clear: right;
width: auto;
margin-top: 140px;
margin-right: 30px;
background-color: transparent;
}
.main-navigation .menu {
margin: 0 auto;
max-width: 1000px;
}
.main-navigation li a {
color: #901235;
}
}
@media screen and (min-width: 769px) {
.menu-toggle {
position: absolute;
bottom: 1em;
right: 1em;
}
}
@media screen and (max-width: 768px) {
}  #page {
}
body.admin-bar #page {
min-height: calc(100vh - 32px);
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0;
position: relative;
width: auto;
}
.site-header {
position: relative;
background-color: white;
background-image: url(//homegrownonpiper.com.au/wp-content/themes/homegrown/img/woody.jpg);
background-size: cover;
background-repeat: no-repeat;
}
.site-header .menu-toggle {
position: absolute;
top: 30px;
right: 30px;
z-index: 99999;
}
.site-branding {
max-width: 300px;
float: left;
margin: 1em;
transition-duration: 0.3s;
transition-timing-function: ease;
}
.social {
float: right;
margin-top: 30px;
margin-right: 20px;
}
.social a {
display: inline-block;
max-width: 40px;
-webkit-transition: -webkit-transform .3s ease-in-out;
transition:         transform .3s ease-in-out;
margin-right: 10px;
}
.social img {
-webkit-border-radius: 24px;
-moz-border-radius: 24px;
border-radius: 24px;
}
.social a:hover {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
.site-header.sticky .site-branding {
max-width: 200px;
margin-left: 0;
}
.site-branding img,
.site-branding a {
display: block;
margin: 0 auto;
}
.site-title {
margin: 0;
}
.menu-toggle-inner,
.menu-toggle-inner::before,
.menu-toggle-inner::after {
background-color: #901235;
} .stripper img {
width: 100%;
}
@media screen and (max-width: 800px) {
.stripper {
max-width: none;
overflow: hidden;
}
.stripper img {
width: auto;
max-width: 140%;
}
}
.site-content {
}
.site-content {
display: flex;
}
.widget-area {
margin-top: 30px;
width: 30%;
margin-right: auto;
}
.widget-area .widget ul {
margin: 0;
padding: 0;
}
.widget-area .widget ul li {
padding: 0;
margin: 0;
list-style-type: none;
}
.widget-area .widget ul li a {
display: block;
width: 100%;
color: white;
background-color: #901235;
padding: 8px 12px;
margin-bottom: 10px;
}
.widget-area .widget ul li a:hover {
background-color: #f5830a;
}
.content-area {
width: 65%;
margin-right: 5%;
}
.content-area {
min-height: 450px;
}
#slideshow {
margin: 50px auto;
position: relative;
width: 1000px;
max-width: 90%;
height: 360px;
padding: 10px;
box-shadow: 0 0 20px rgba(0,0,0,0.4);
}
@media screen and (max-width: 1000px) {
#slideshow {
width: 600px;
height: 300px;
}
}
#slideshow > div {
position: absolute;
top: 10px;
left: 10px;
right: 10px;
bottom: 10px;
}
.site-footer {
color: white;
background-color: #901235;
font-size: 1rem;
padding: 16px 0;
min-height: 120px;
}
.site-footer a {
color: white;
text-decoration: none;
}
.site-footer a:hover {
text-shadow: 2px 2px 2px rgba(44, 46, 46, 0.9);
}
.footer-navigation {
text-align: right;
}
.footer-navigation .menu {
list-style-type: none;
margin: 0;
padding: 0;
}
.footer-navigation li {
display: inline-block;
}
.footer-navigation a {
display: block;
font-size: 15px;
margin: 0 0 0 16px;
padding: 0;
}
@media (max-width: 1300px) {
.container {
padding: 0 50px;
}
.mobgone {
display: none;
}
.social {
margin-top: 90px;	
margin-right: 0;    
}
}
@media screen and (max-width: 1064px) {
}
@media screen and (max-width: 874px) {
}
@media screen and (max-width: 768px) {
.site-branding {
max-width: 50%;
float: left;
}
.container {
padding: 0 30px;
}
.site-content {
display:block;
}
.widget-area, .content-area {
width: 100%;
margin-right: 0;
}