/*!
Theme Name: BunkBed.ie
Theme URI: http://underscores.me/
Author: Edward Manta
Author URI: https://bunkbed.ie/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bunkbed
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

BunkBed.ie is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@font-face {
  font-family: "Beauty and the Beast";
  src: url("fonts/beauty_and_the_beast-webfont.woff2") format("woff2"), url("fonts/beauty_and_the_beast-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* General Colours */
/* Text Colours */
/* Special Colours & Related Rules */
/*--------------------------------------------------------------
# Borders
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, optgroup, textarea {
  color: #404040;
  font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
}
h1, h2, h3 {
  font-family: "Fira Sans", "Segoe UI", Frutiger, "Frutiger Linotype", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1.25;
}
#primary h2, #primary h3 {
  font-size: 2em;
  color: #22CEF3;
}
.page-title {
  text-align: center;
  color: #22CEF3;
}
/*--------------------------------------------------------------
# Responsiveness
--------------------------------------------------------------*/
@media (min-width: 960px) {
  .entry-header .entry-title, .page-title {
    font-size: 54px;
    margin: 50px 0;
  }
  #primary h2, #primary h3 {
    font-size: 54px;
    margin: 50px 0;
  }
}
p {
  margin-bottom: 1.5em;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
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", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
hr {
  background-color: #ddd;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul, ol {
  margin: 0 0 1.5em 0;
  padding-left: 40px;
}
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;
}
#primary li:not(:last-child) {
  margin-bottom: 2em;
}
#primary li.sow-slider-image {
  margin-bottom: 0;
}
.nice-list ul {
  list-style: none;
}
.nice-list li {
  position: relative;
}
.nice-list li strong {
  font-family: "Fira Sans", "Segoe UI", Frutiger, "Frutiger Linotype", "Helvetica Neue", Arial, sans-serif;
  color: #45515C;
  font-size: 1.4em;
  font-weight: 800;
}
.nice-list li:before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background: url(img/icon-glyph1.svg) no-repeat top left;
  background-size: contain;
  position: absolute;
  top: 4px;
  left: -40px;
  z-index: 0;
}
.nice-list li:nth-child(4n+2):before {
  background: url(img/icon-glyph2.svg) no-repeat top left;
  background-size: contain;
}
.nice-list li:nth-child(4n+3):before {
  background: #1EE0BE;
  width: 24px;
  height: 8px;
  top: 12px;
}
.nice-list li:nth-child(4n+4):before {
  width: 27px;
  height: 14px;
  top: 10px;
  background: url(img/icon-glyph3.svg) no-repeat top left;
  background-size: contain;
}
/*--------------------------------------------------------------
# Responsiveness
--------------------------------------------------------------*/
@media (min-width: 960px) {
  ul {
    padding-left: 60px;
  }
  .nice-list li:before {
    width: 33px;
    height: 33px;
    left: -60px;
    top: -2px;
  }
  .nice-list li:nth-child(4n+3):before {
    height: 11px;
    width: 34px;
    top: 9px;
  }
  .nice-list li:nth-child(4n+4):before {
    width: 37px;
    height: 18px;
  }
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
.note {
  background: #F5FBFC;
  padding: 1px 15px;
  border-radius: 6px;
  margin: 15px 0;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"], .button, .ow-button-base a {
  border: none;
  border-radius: 24px;
  background: #FF7E35;
  color: #fff;
  line-height: 1;
  padding: 25px 40px;
  font-family: "Fira Sans", "Segoe UI", Frutiger, "Frutiger Linotype", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  outline: none;
  display: inline-block;
  vertical-align: top;
  transition: all 0.2s ease;
  cursor: pointer;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover, .ow-button-base a:hover {
  background-color: #ff5d02;
}
.single_add_to_cart_button {
  background: #22CEF3;
  padding: 30px 55px;
  font-size: 19px;
}
.ow-button-base a {
  border-radius: 6px !important;
  background: #FF7E35 !important;
  color: #fff !important;
  padding: 25px 40px !important;
  display: inline-block !important;
  border: none !important;
  font-size: 1em !important;
}
.ow-button-base a:hover {
  background-color: #ff5d02 !important;
}
/*--------------------------------------------------------------
# Responsiveness
--------------------------------------------------------------*/
@media (min-width: 960px) {
  .main-navigation .menu-item-home > a {
    border: none;
    border-radius: 24px;
    background: #FF7E35;
    color: #fff;
    line-height: 1;
    padding: 25px 40px;
    font-family: "Fira Sans", "Segoe UI", Frutiger, "Frutiger Linotype", "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    outline: none;
    display: inline-block;
    vertical-align: top;
    transition: all 0.2s ease;
    cursor: pointer;
    position: relative;
  }
  .main-navigation .menu-item-home > a::after {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    border: 4px solid #22CEF3;
    background: #FFCE4E;
  }
}
@media (min-width: 1200px) {
  .ow-button-base a {
    padding: 30px 55px !important;
  }
}
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: none;
  background: #EEEEEE;
  outline: none;
  border-radius: 3px;
  padding: 12px 15px;
}
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: #2F353B;
}
select {
  border: none;
  background: #EEEEEE;
}
textarea {
  width: 100%;
}
.select2-container .select2-selection--single {
  border: none;
  background: #EEEEEE;
  padding: 10px 15px;
  height: auto;
  height: 48px;
  margin: 0;
  outline: none;
  border-radius: 3px;
  outline: none;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  top: 13px;
  right: 15px;
}
.select2-container li {
  outline: none !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background: #22CEF3;
}
.select2-container--default .select2-search--dropdown .select2-search__field, .select2-dropdown {
  border-color: #EEEEEE;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #22CEF3;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  margin-left: -15px;
  margin-right: -15px;
}
.main-navigation.toggled {
  padding-bottom: 10px;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  border-left: 6px solid rgba(255, 255, 255, 0.3);
  margin-left: 15px;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  padding: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.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%;
}
.menu-toggle, .main-navigation.toggled ul {
  display: block;
}
/*--------------------------------------------------------------
# Responsiveness
--------------------------------------------------------------*/
@media (min-width: 960px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
  .main-navigation .sub-menu {
    display: none;
  }
}
@media (min-width: 1200px) {
  .main-navigation .menu-item-has-children {
    height: 100px;
    position: static;
  }
  .main-navigation .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  .main-navigation .sub-menu {
    transition: all 0.2s ease;
    display: block;
    opacity: 0;
    visibility: hidden;
    border: none;
    margin: 0;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: #0dc7ef;
    text-align: center;
  }
  .main-navigation .sub-menu a {
    padding: 0 !important;
    background: none !important;
    border-radius: 0 !important;
    margin: 20px 25px;
  }
  .menu-item-home {
    position: relative !important;
    height: auto !important;
  }
  .menu-item-home:hover .sub-menu {
    display: block !important;
  }
  .menu-item-home:hover > a::after {
    /* 	background: #20CEF3 !important; */
    z-index: 50;
  }
  .main-navigation .sub-menu {
    width: 240px;
    left: -40px;
    top: 100%;
    background: #20CEF3 !important;
    border-radius: 24px;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15) !important;
    padding: 12px 0;
    margin-top: 0 !important;
    display: none !important;
    overflow: hidden;
  }
  .main-navigation .sub-menu li {
    padding: 0;
    background: transparent !important;
    display: block !important;
  }
  .main-navigation .sub-menu a {
    display: block !important;
    margin: 0;
    padding: 16px 12px !important;
    background: transparent !important;
    width: 100% !important;
    transition: 0.2s ease background;
  }
  .main-navigation .sub-menu a:hover {
    background: #1EB9DB !important;
  }
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #ddd;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  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;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.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;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.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;
}
/*--------------------------------------------------------------
# Modifiers
--------------------------------------------------------------*/
.accent {
  border-left: 6px solid #FFC266;
}
.accent2 {
  border-color: #1EE0BE;
}
.accent3 {
  border-color: #A763A8;
}
.no-before:before {
  display: none !important;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# General Rules
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 1.5em;
}
.updated:not(.published) {
  display: none;
}
.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#masthead, #colophon, #primary, .container {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#masthead {
  background: #22CEF3;
  color: #fff;
  border-radius: 0 0 24px 24px;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.15);
}
#masthead a {
  color: #fff;
}
.site-title > a {
  width: 180px;
  height: 71px;
  background: url(img/logo.svg) no-repeat top left;
  background-size: contain;
  text-indent: -9999px;
  display: block;
}
.menu-toggle {
  width: 60px;
  height: 50px;
  text-indent: -9999px;
  background-image: url(img/menu.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 28px 19px;
  position: absolute;
  top: 25px;
  right: 15px;
  padding: 0;
}
#header_cta {
  text-align: center;
  font-weight: bold;
  font-size: 0;
  margin-left: -15px;
  margin-right: -15px;
  clear: both;
}
#header_cta .phone {
  font-size: 24px;
  padding: 10px 15px;
  display: block;
  background: #0dc7ef;
}
.entry-header .entry-title {
  text-align: center;
  color: #22CEF3;
}
.mt-offset {
  margin-top: -10px;
}
/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.so-widget-sow-hero {
  overflow: hidden;
}
.so-widget-sow-hero .sow-slider-image-wrapper {
  padding: 50px 20px !important;
}
.so-widget-sow-hero .sow-slider-image-wrapper h1 {
  font-size: 56px !important;
  line-height: 100% !important;
}
.so-widget-sow-hero .sow-slider-image-wrapper p {
  font-size: 19px !important;
}
/*--------------------------------------------------------------
# Main Content - General
--------------------------------------------------------------*/
.no-header {
  margin-top: 0;
}
#content {
  margin-bottom: 30px;
}
.woocommerce-cart #primary {
  max-width: 990px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#colophon {
  border-top: 14px solid #EEEEEE;
  text-align: center;
  color: #9C9C9C;
}
/*--------------------------------------------------------------
# Responsiveness
--------------------------------------------------------------*/
@media (min-width: 960px) {
  #masthead {
    z-index: 200;
  }
  #masthead .site-title > a {
    margin-left: auto;
    margin-right: auto;
    width: 222px;
    height: 91px;
  }
  .main-navigation {
    text-align: center;
    margin-bottom: 20px;
  }
  .main-navigation li {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
  }
  .main-navigation a {
    padding: 25px 40px;
  }
  .so-widget-sow-hero {
    margin-bottom: 30px;
  }
  .so-widget-sow-hero .sow-slider-image-wrapper {
    padding: 90px 20px 80px !important;
  }
  .so-widget-sow-hero:before {
    width: 265px;
    height: 240px;
    background: url(img/brush-double.svg) no-repeat top left;
    background-size: contain;
    content: "";
    display: block;
    position: absolute;
    top: -170px;
    left: 50%;
    margin-left: 250px;
    z-index: 100;
  }
  .narrow {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
  #colophon {
    border-top-width: 20px;
  }
  #copyright {
    margin: 35px 0;
  }
}
@media (min-width: 1200px) {
  #masthead {
    height: 120px;
  }
  #masthead .site-title a {
    z-index: 205;
    position: relative;
  }
  #masthead, #colophon {
    max-width: initial;
  }
  #primary-menu {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -105px;
  }
  .main-navigation {
    text-align: left;
  }
  .main-navigation a {
    padding: 25px 15px;
    font-size: 15px;
  }
  #header_cta {
    font-size: 1em;
    width: 250px;
    text-align: right;
    display: block;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: 335px;
  }
  #header_cta .phone {
    background: none;
    padding: 0;
    font-size: 36px;
    font-weight: normal;
    margin-top: -5px;
  }
  .so-widget-sow-hero {
    position: relative;
    margin-bottom: 15px;
  }
  .so-widget-sow-hero .sow-slider-image-wrapper h1 {
    font-size: 72px !important;
  }
  .so-widget-sow-hero .sow-slider-image-wrapper p {
    font-size: 26px !important;
  }
  .so-widget-sow-hero:before {
    margin-left: 370px;
  }
  .mt-offset {
    margin-top: -55px;
  }
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.customer-reviews #reviews-heading {
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  font-family: "Fira Sans", "Segoe UI", Frutiger, "Frutiger Linotype", "Helvetica Neue", Arial, sans-serif;
  margin: 70px 0 40px;
}
.customer-reviews #reviews-heading:before {
  width: 60px;
  height: 51px;
  background: url(img/smiley.svg) no-repeat top left;
  margin-bottom: 20px;
  content: "";
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.customer-reviews .comment, .customer-reviews .review {
  list-style-type: none;
  border: 3px solid #FF7E35;
  padding: 20px;
  border-radius: 0 18px 0 18px;
}
.customer-reviews .comment:nth-child(3n+2), .customer-reviews .review:nth-child(3n+2) {
  border-color: #FFCE4E;
}
.customer-reviews .comment:nth-child(3n+3), .customer-reviews .review:nth-child(3n+3) {
  border-color: #1EE0BE;
}
.customer-reviews .comment img, .customer-reviews .review img {
  border-radius: 50%;
  float: left;
  margin-bottom: 10px;
  margin-right: 15px;
}
.customer-reviews .comment .description, .customer-reviews .review .description {
  clear: both;
}
.customer-reviews .comment .meta, .customer-reviews .review .meta {
  margin-top: 0;
  line-height: 60px;
  font-family: "Fira Sans", "Segoe UI", Frutiger, "Frutiger Linotype", "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  margin-bottom: 0;
}
/**
 * Responsiveness
 */
@media (min-width: 768px) {
  .customer-reviews #reviews-heading {
    margin-bottom: 60px;
  }
  .customer-reviews .reviews-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .customer-reviews .reviews-container .comment, .customer-reviews .reviews-container .review {
    width: 31.5%;
    margin-right: 30px;
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 30px !important;
    background: #fff;
  }
  .customer-reviews .reviews-container .comment:nth-child(3n), .customer-reviews .reviews-container .comment:last-child, .customer-reviews .reviews-container .review:nth-child(3n), .customer-reviews .reviews-container .review:last-child {
    margin-right: 0;
  }
  .customer-reviews .reviews-container .comment .star-rating, .customer-reviews .reviews-container .review .star-rating {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -80px;
  }
}
@media (min-width: 1200px) {
  .customer-reviews {
    position: relative;
  }
  .customer-reviews:before {
    width: 315px;
    height: 339px;
    content: "";
    display: block;
    position: absolute;
    top: 150px;
    left: -255px;
    background: url(img/brush-double2.svg) no-repeat top left;
  }
  .customer-reviews:after {
    width: 234px;
    height: 115px;
    content: "";
    display: block;
    position: absolute;
    top: 150px;
    right: -90px;
    z-index: -1;
    background: url(img/brush-green.svg) no-repeat top left;
    background-size: contain;
    transform: rotate(43deg);
  }
}
/*--------------------------------------------------------------
## Global rules
--------------------------------------------------------------*/
.woocommerce-result-count, .woocommerce-ordering, .woocommerce-form-coupon-toggle, .woocommerce-billing-fields h3, #billing_country_field, #billing_address_2_field, #billing_postcode_field, .woocommerce-additional-fields, #order_review_heading, .woocommerce-checkout .shop_table thead, .woocommerce-checkout .shop_table tbody, .coupon, .woocommerce-checkout-review-order-table {
  display: none !important;
}
html, body {
  overflow-x: hidden;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Older / Newer Posts Navigation (always hidden) */
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.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;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
# Visual effects
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Page & Post
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Shop
--------------------------------------------------------------*/
.products .product {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0);
  transition: all 0.2s ease;
}
.products .product h3.woocommerce-loop-product_title {
  transition: all 0.2s ease;
}
.products .product:hover {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.15);
}
.products .product:hover h3.woocommerce-loop-product_title {
  transform: scale(1.05);
  bottom: 3px !important;
}
.products .product:hover .product-subtitle:after {
  color: #ff5d02 !important;
}
.single-product .product .ppom-wrapper .form-check-label {
  cursor: pointer;
  transition: all 0.2s ease;
}
.single-product .product .ppom-wrapper .form-check-label:hover {
  background: #F0F9F9 !important;
}
.single-product .product .single_add_to_cart_button:hover {
  background: #0dc7ef;
}
.woocommerce-checkout .wc_payment_methods .wc_payment_method {
  cursor: pointer;
}
.woocommerce-checkout .wc_payment_methods .wc_payment_method > label {
  cursor: pointer;
}
.widget_media_image img {
  transition: all 0.2s ease;
}
.widget_media_image:hover img {
  opacity: 0.9;
  transform: scale(1.02);
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Other
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Responsiveness
--------------------------------------------------------------*/
@media (min-width: 960px) {
  #primary-menu > li:not(.current_page_item):not(.current-menu-item) > a {
    position: relative;
  }
}
/*--------------------------------------------------------------
# Emergency overrides with custom CSS
--------------------------------------------------------------*/
.secondary-menu {
  background: #74CFE3;
  margin: 0;
  padding: 15px 0;
}
.secondary-menu .sub-menu {
  margin: 0;
  padding: 0;
}
.secondary-menu .menu {
  margin-bottom: 0;
  padding-left: 0;
}
.secondary-menu .menu > li > a {
  display: none;
}
.secondary-menu li {
  list-style: none;
  margin: 0;
}
.secondary-menu a {
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 15px;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 30px;
}
.sow-slider-base {
  display: block !important;
}
#primary li.sow-slider-image {
  height: 560px !important;
}
.wp-caption {
  position: relative;
  margin: 0;
}
.wp-caption figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin: 0 !important;
  margin-top: 10px !important;
  font-family: "Beauty and the Beast", "Fira Sans", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  color: #fff;
  font-size: 28px;
  transition: 0.2s all ease;
  transform: translateY(-50%);
  pointer-events: none;
}
.wp-caption img:hover {
  transform: none;
  opacity: 1;
}
@media screen and (min-width: 1200px) {
  .secondary-menu {
    display: none;
  }
  #primary-menu .sub-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    margin-top: -50px;
  }
  #masthead {
    height: 170px !important;
  }
  .main-navigation .current-menu-item a {
    font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  }
  .main-navigation li.spaced {
    float: right;
    margin-right: 300px;
  }
}
.woocommerce-products-header {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.archive .woocommerce-products-header {
  background-size: cover !important;
  text-align: center;
  padding: 80px 15px 130px;
  position: relative;
  margin-bottom: 40px;
}
.archive .woocommerce-products-header h1 {
  color: #fff;
  font-size: 68px;
  position: relative;
  z-index: 5;
}
.archive .woocommerce-products-header h1::before {
  width: 60px;
  height: 51px;
  background: url(https://bunkbed.ie/wp-content/themes/bunkbed/img/smiley.svg) no-repeat top left;
  margin-bottom: 20px;
  content: "";
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.archive .woocommerce-products-header::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #000;
  z-index: 0;
  opacity: 0.4;
}
.archive .woocommerce-products-header .button {
  position: relative;
  z-index: 5;
  margin-left: 10px;
  margin-right: 10px;
  width: 200px;
  padding-left: 0;
  padding-right: 0;
}
.archive .woocommerce-products-header .button.button-alt {
  background: #74CFE3;
}
.archive .woocommerce-products-header .button.button-alt:hover {
  background: #5EC8DF;
}
@media screen and (max-width: 600px) {
  .archive .woocommerce-products-header h1 {
    font-size: 52px;
  }
  .archive .woocommerce-products-header .button-alt {
    display: none;
  }
}
.button-contact-store {
  background: #956e99;
}
.so-widget-sow-hero:before {
  display: none;
}
.single-product .product_cat-mattresses .ppom-input-delivery_options .form-check:last-child {
  display: none !important;
}
.single-product .product_cat-mattresses.has-delivery .ppom-input-delivery_options .form-check {
  display: none !important;
}
.single-product .product_cat-mattresses.has-delivery .ppom-input-delivery_options .form-check:last-child {
  display: block !important;
}
@media (min-width: 1200px) {
  #masthead {
    height: 120px !important;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15) !important;
    z-index: 100 !important;
    position: relative !important;
    margin-bottom: -24px;
  }
}
.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-overlay.sow-slider-image-cover {
  opacity: 1 !important;
}
.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-overlay.sow-slider-image-cover::after {
  background: linear-gradient(180deg, rgba(197, 210, 213, 0.15) 11.88%, rgba(84, 148, 162, 0.8) 100%);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper p {
  font-weight: bold;
}
@media screen and (max-width: 595px) {
  .sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-overlay.sow-slider-image-cover::after {
    background: linear-gradient(180deg, rgba(150, 162, 165, 0.3) 11.88%, rgba(82, 146, 159, 0.7) 90%) !important;
  }
}
.sow-hero-buttons {
  margin-top: 1.5rem !important;
}
@media screen and (min-width: 960px) {
  .so-widget-sow-hero .sow-slider-image-container {
    bottom: 100px !important;
    position: absolute !important;
    top: auto !important;
    margin: 0 !important;
    transform: none !important;
  }
  .so-widget-sow-hero .sow-slider-image-wrapper {
    padding: 0 20px !important;
  }
}
@media screen and (max-width: 1199px) {
  .so-widget-sow-hero .sow-slider-image-container {
    bottom: 150px !important;
  }
}
@media screen and (max-width: 959px) {
  .so-widget-sow-hero .sow-slider-image-container {
    top: auto !important;
  }
}
@media screen and (max-width: 595px) {
  .so-widget-sow-hero .sow-slider-image-container {
    bottom: 50px !important;
  }
  .sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-overlay.sow-slider-image-cover {
    opacity: 1 !important;
  }
}
/*# sourceMappingURL=style.css.map */