<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ----------------------------
* CSS Blackwater Open Farm
* Author : Morgane;
* June 2018
*---------------------------------*/

/* ------------------------------------
* GENERAL
*-------------------------------------*/

@font-face {
  font-family: "Ink Free";
  src: url("/wp-content/themes/theme-2018/assets/fonts/Inkfree.ttf");
}

body {
  font-size: 18px;
  color: #535151;
  font-family: "Open sans", sans-serif;
}

button.btn,
input.wpcf7-submit {
  background-color: green;
  color: white;
  padding: 10px 20px;
  border-radius: 12px;
  margin-top: 16px;
}

.panel {
  border: none;
  box-shadow: none;
  margin: 0 auto;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

/* ------------------------------------
* TITLE &amp; SPECIAL
*-------------------------------------*/

h1,
h2 {
  font-family: "Shadows Into Light";
  font-size: 32px;
}

h4 {
  font-family: "Shadows Into Light";
  font-size: 25px;
  color: #34952a;
}

.green {
  color: #34952a;
}

.red {
  color: #d2232a;
}

.white {
  color: white;
}

.uppercase {
  text-transform: uppercase;
}

.sans-serif {
  font-family: sans-serif;
}

a,
a:focus,
a:visited,
a:link,
a:hover {
  color: black;
}

/* ------------------------------------
* HEADER &amp; NAVIGATION
*-------------------------------------*/

.header-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
}

img.logo-nav {
  z-index: 999;
  position: absolute;
}

@media screen and (min-width: 1200px) {
  img.logo-nav {
    margin-left: -1%;
    width: 250px;
    margin-top: -60px;
  }
}

@media screen and (min-width: 500px) and (max-width: 1200px) {
  img.logo-nav {
    margin-left: -2%;
    width: 20vw;
    margin-top: -5vw;
  }
}

@media screen and (max-width: 500px) {
  img.logo-nav {
    position: relative;
    margin: 0 auto;
    display: block;
    width: 160px;
    margin-bottom: 10px;
  }
  .header-inner {
    padding: 0;
  }
  #mega_main_menu.primary.primary_style-buttons
    &gt; .menu_holder
    &gt; .menu_inner
    &gt; ul
    &gt; li
    &gt; .item_link,
  #mega_main_menu.primary.primary_style-buttons
    &gt; .menu_holder
    &gt; .menu_inner
    &gt; .nav_logo
    &gt; .mobile_toggle,
  #mega_main_menu.primary.primary_style-buttons.direction-vertical
    &gt; .menu_holder
    &gt; .menu_inner
    &gt; ul
    &gt; li:first-child
    &gt; .item_link,
  #mega_main_menu.primary &gt; .menu_holder &gt; .mmm_fullwidth_container,
  #mega_main_menu.primary &gt; .menu_holder &gt; .menu_inner &gt; ul &gt; li .post_details,
  #mega_main_menu.primary &gt; .menu_holder &gt; .menu_inner &gt; ul .mega_dropdown {
    border-radius: 0 !important;
  }
  body.page-template-page-full div#content,
  body.single div#primary,
  body.woocommerce-page div#content,
  body.page-template-page-book div#content {
    margin-top: 0 !important;
  }
  .header-inner {
    background-image: url("https://www.blackwateropenfarm.ie/wp-content/uploads/2018/06/2nd-layer-hills.png");
    background-size: cover;
    background-position: bottom;
    background-color: #8debed;
  }

  .book .button {
    font-size: 12px !important;
  }
}

.contact-details {
  text-align: right;
  position: relative;
  z-index: 9999;
  top: -15px;
  font-size: 14px;
  color: black;
  font-weight: 600;
}

.contact-details svg {
  margin: 0px 6px;
}

.slider-full {
  position: absolute;
  top: 0;
}

span.cart {
  background-color: #34942b;
  padding: 10px;
  border-radius: 8px;
  color: white;
}

/* ------------------------------------
* WELCOME TO BLACK WATER OPEN FARM
*-------------------------------------*/

div.welcome h2 {
  font-size: 30px;
  margin: 0 auto;
}

div.welcome img.separation {
  margin-top: -120px;
  position: relative;
  vertical-align: bottom;
}

div.welcome h1 {
  font-size: 40px;
  margin: 0 auto;
}

.welcome hr {
  border: 1px solid #d2232a;
}

.panel.open-days {
  background-image: url("/wp-content/themes/theme-2018/assets/images/panel-welcome-blackwater-farm.jpg");
  height: 500px;
  text-align: center;
  font-weight: 900;
  font-size: 22px;
}

@media screen and (min-width: 1200px) {
  .panel.open-days {
    padding: 110px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .panel.open-days {
    padding: 90px;
  }
}

@media screen and (min-width: 680px) and (max-width: 992px) {
  .panel.open-days {
    padding: 100px 160px;
  }
}

@media screen and (min-width: 450px) and (max-width: 680px) {
  .panel.open-days {
    padding: 22vw 12vw 12vw 12vw;
  }
}

@media screen and (max-width: 450px) {
  .panel.open-days {
    padding: 120px 10px;
    background-size: 125% 105%;
    margin: 50px 0px;
  }
}

.panel.open-days span {
  display: block;
}

.panel.open-days span.spacing {
  margin-top: 20px;
  color: black;
}

/* ------------------------------------
* FEATURES
*-------------------------------------*/

img.separation {
  width: 100%;
  vertical-align: top;
}

div.features {
  background-color: #d2232a;
  padding: 80px 0px;
}

div.panel.features-title {
  background-image: url("/wp-content/themes/theme-2018/assets/images/panel-features.png");
  height: 350px;
  text-align: center;
  padding-top: 50px;
  background-size: 120%;
}

img.cow {
  position: absolute;
}

.features-picture {
  height: 170px;
  background-size: cover;
  background-position: center;
  border: 4px solid white;
  border-radius: 16px;
}

.features-inner h3 {
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 20px;
}

.features-block {
  transition: ease all 0.6s;
}

.features-block:hover {
  transform: scale(0.96);
}

/* ------------------------------------
* OPEN HOURS &amp; FACILITIES
*-------------------------------------*/

.facilities h2 {
  font-size: 40px;
}

div.panel.facilities-include {
  background-image: url("/wp-content/themes/theme-2018/assets/images/panel-facilities.png");
  height: 500px;
  position: relative;
}

div.panel.facilities-include hr {
  margin: 12px 0px;
}

ul.facilities-include-list {
  list-style-image: url("/wp-content/themes/theme-2018/assets/images/blackwater-li-style.png");
  color: white;
  margin: 0 auto;
  font-size: 16px;
}

ul.facilities-include-list li {
  padding: 6px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

@media screen and (min-width: 1200px) {
  div.panel.facilities-include {
    top: -150px;
    padding: 50px 250px 50px 120px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  div.facilities {
    text-align: center;
  }

  div.panel.facilities-include {
    padding: 3vw 33vw 3vw 19vw;
  }
}

@media screen and (max-width: 992px) {
  div.facilities {
    text-align: center;
  }

  div.panel.facilities-include {
    padding: 3vw 28vw 3vw 10vw;
    right: -50px;
  }
}

@media screen and (max-width: 680px) {
  div.panel.facilities-include {
    background-image: url("/wp-content/themes/theme-2018/assets/images/panel-facilities-mobile.png");
    right: 0px;
    padding: 3vw 14vw 3vw 18vw;
  }
}

@media screen and (max-width: 550px) {
  div.panel.facilities-include {
    background-size: 100% 100%;
    height: 650px;
    padding: 10vw 14vw 3vw 18vw;
  }
}

ul.opening-hours {
  margin: 0 auto;
  list-style: none;
  padding: 0px;
}

ul.opening-hours li {
  padding: 10px 0px;
  font-size: 16px;
}

small {
  font-size: 11px;
  font-weight: 600;
}

/* ------------------------------------
* FOOTER
*-------------------------------------*/

.footer-widgets.container {
  right: 0;
  left: 0;
  position: absolute;
}

footer#colophon {
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #ffffff 0%,
    #fdfbce 56%,
    #fdfbce 56%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #fdfbce 56%,
    #fdfbce 56%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #fdfbce 56%,
    #fdfbce 56%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fdfbce',GradientType=0 ); /* IE6-9 */
}

h2.widget-title {
  color: #d2232a;
  font-size: 40px;
}

div.notice {
  color: black;
  margin-top: 80px;
  position: relative;
  z-index: 2;
}

footer div.gr-gallery .gallery-item {
  padding-left: 2px;
  padding-right: 2px;
}

div.slider-footer {
  pointer-events: none;
}

footer section.col-md-4 {
  padding-left: 40px;
  padding-right: 40px;
}

@media screen and (min-width: 1100px) {
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  div.slider-footer {
    margin-top: 35vw;
  }
}

@media screen and (max-width: 768px) {
  .footer-widgets.container {
    position: static;
  }

  div.slider-footer {
    margin-top: -42vw;
  }
}

.floating-footer {
  background-color: white;
  text-align: center;
  padding: 10px 0px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

.floating-footer button {
  margin: 0 auto;
}

/* ------------------------------------
* OTHER
*--------------------------------------*/

body.page-template-page-full div#content,
body.single div#primary,
body.woocommerce-page div#content,
body.page-template-page-book div#content {
  margin-top: 400px;
}

h1.page-title,
h1.entry-title {
  text-align: center;
  color: #34952a;
  font-weight: bolder;
}

form.wpcf7-form {
  font-size: 16px;
}

form.wpcf7-form label {
  font-weight: 500;
}

.img-gallery {
  min-height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-item {
  padding-left: 10px;
  padding-right: 10px;
  padding: 10px;
  transition: ease all 0.6s;
}

.gallery-item:hover {
  transform: scale(0.96);
}

@media screen and (min-width: 768px) {
  .img-gallery {
    min-height: calc(110vh / 3);
  }
}

@media screen and (max-width: 768px) {
  .img-gallery {
    min-height: calc(80vw / 2);
  }

  .contact-details {
    display: none;
  }
  .header-wrapper {
    position: relative;
    top: 0;
  }
}

.events-picture {
  height: 320px;
  background-size: cover;
  background-position: center center;
}

div.events-picture div.events-inner {
  padding: 40px;
  text-align: center;
  transition: ease all 0.4s;
  height: 320px;
}

div.events-picture:hover div.events-inner {
  background-color: rgba(0, 0, 0, 0.5);
}

.events-picture h3 {
  color: white;
  text-shadow: 1px 1px 1px black;
  margin: 40px 0px;
  font-size: 30px;
  font-weight: 600;
}

.events-block {
  padding-left: 0px;
  padding-right: 0px;
}

.events-content {
  font-size: 14px;
}

.transform-animation {
  color: transparent;
  transition: ease all 0.8s;
}

.transform-animation.from-right {
  -webkit-transform: translate3d(30px, 0, 0);
  -moz-transform: translate3d(30px, 0, 0);
  -ms-transform: translate3d(30px, 0, 0);
  -o-transform: translate3d(30px, 0, 0);
  transform: translate3d(30px, 0, 0);
}

div.events-picture:hover .transform-animation {
  color: white;
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  -o-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

/*Back to top*/
#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  background: #f5f5f5;
  color: #444;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}

#back-to-top:hover {
  background: #e9ebec;
}

#back-to-top.show {
  opacity: 1;
}

/*
Widgets
 */
#secondary .widget ul,
#colophon .widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*
Content
 */
.site-content {
  margin-top: 15px;
}
body.home .site-content {
  margin-top: 0;
}

/*
News Widget
 */

.latest-news .blog-img {
  padding: 0;
}
.latest-news .post-title h3 {
  margin-top: 0;
}
.latest-news .date {
  font-size: 12px;
}
.latest-news .date::before {
  font-family: FontAwesome;
  content: "\f073";
  margin-right: 8px;
}

/*
Blog
 */

.posted-on time::before {
  font-family: FontAwesome;
  content: "\f073";
  margin-right: 3px;
}
.entry-meta {
  font-size: 13px;
  margin-bottom: 10px;
}

/*
Booking Table
*/

.book .btn {
  margin: 0;
  padding: 7px;
  border-radius: 3px;
  border: 0;
}
.book .form-control {
  width: 95px;
  display: inline-block;
  height: 38px;
  font-size: 20px;
}
.book .ticket-info {
  font-size: 12px;
}
.book .th {
  padding-left: 0;
}
.book .th h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}
.book .book-wrap {
  border: 1px solid #ccc;
  padding: 5px;
  margin-bottom: 6px;
}

div#accordion h4 {
  font-size: 16px;
  color: #535151;
  font-family: "Open sans", sans-serif;
}

.panel-title a {
  width: 100%;
  display: block;
  text-decoration: none;
}

h4.panel-title svg {
  float: right;
}

#accordion .panel-body {
  font-size: 14px;
}
#accordion .panel-title a::after {
  content: "\25BC";
  float: right;
}

@media (min-width: 1024px) {
  .site-main {
    min-height: calc(100vh - 675px);
    padding-bottom: 60px;
  }
}

article .entry-header {
  min-height: 138px;
}
</pre></body></html>