/*!
Theme Name: hayley-bonnick
Theme URI: https://hayleybonnick.com/
Author: Mike Chappels Design
Author URI: https://mikechappels.co.uk/
Description: Bespoke Website Theme for Hayley Bonnick Marketing
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hayley-bonnick
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.

hayley-bonnick is based on Underscores https://underscores.me/, (C) 2012-2020 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/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | 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;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * 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;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

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;
  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;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

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: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

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;
  border-radius: 3px;
  padding: 3px;
}

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;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  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;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* 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 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;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* 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;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  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: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

body {
  font-family: "Nunito", sans-serif;
  color: #1F3629;
  background: #EDEAE5;
  margin: 0 !important;
  padding-top: 200px;
}
body.single {
  padding-top: 0px;
}
body.home {
  padding-top: 0;
}

a, a:visited {
  color: #F7941D;
}
a:hover, a:visited:hover {
  color: #1F3629;
}

p {
  margin: 0 0 1.5rem;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}

.entry-meta {
  font-size: 0.8rem;
}

.single-hero .entry-meta {
  color: #FFFFFF;
}
.single-hero .entry-meta a:hover {
  color: #FFFFFF;
}

.cta {
  padding: 12px 20px;
  border-radius: 100px;
  background: #F7941D;
  color: #FFFFFF !important;
  display: inline-block;
  text-decoration: none;
  font-size: 1.25rem;
  box-shadow: 0 10px 30px rgba(31, 54, 41, 0.3);
  border: 2px solid #FFFFFF;
}
.cta:hover {
  color: #FFFFFF;
  background: #1F3629;
}

ul, ol {
  margin: 0 0 32px;
  padding-left: 20px;
}

h1 {
  font-size: 3rem;
  font-weight: 300;
  margin: 0 0 32px;
  line-height: 3.5rem;
}

h4 {
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 0;
  color: #F7941D;
}

h2 {
  font-size: 2.25rem;
  font-weight: 800;
  margin-top: 16px;
  line-height: 3rem;
}

.small-print {
  font-size: 12px;
  opacity: 0.5;
}

.menu-terms-menu-container {
  opacity: 0.5;
}

.cover {
  background-size: cover !important;
}

.contain {
  background-size: contain !important;
}

.flex {
  display: flex;
}

article img {
  border-radius: 10px;
}

.wrap {
  flex-wrap: wrap;
}

.center {
  text-align: center;
}

.v-center {
  align-items: center;
}

.wrapper {
  width: 100%;
  position: relative;
}
.wrapper .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 32px 20px;
}

@media all and (min-width: 768px) {
  .wrapper .container {
    padding: 32px 40px;
  }
  h1 {
    font-size: 4rem;
    line-height: 5rem;
  }
}
@media all and (min-width: 1024px) {
  .flip {
    flex-direction: row-reverse;
  }
}
@view-transition {
  navigation: auto;
}
::view-transition-group(*) {
  animation-duration: 0.33s;
}

::view-transition-old(root) {
  animation: 0.33s ease-in both leave;
}

::view-transition-new(root) {
  animation: 0.33s ease-in both enter;
}

@media (prefers-reduced-motion: reduce) {
  ::view-transition-group(*) {
    animation-duration: 0s;
  }
}
header#masthead {
  padding: 20px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 97;
  background: url(images/dots-green.png) repeat center rgba(31, 54, 41, 0.92);
  background-size: 32px;
  transition: all 0.4s ease-in-out;
}
header#masthead .site-branding {
  display: inline-block;
}
header#masthead .site-branding h1.site-title, header#masthead .site-branding p.site-title {
  display: inline-block;
  margin: 0;
  position: relative;
  z-index: 101;
}
header#masthead .site-branding h1.site-title a, header#masthead .site-branding p.site-title a {
  display: inline-block;
  width: 130px;
  background: url("images/hayley-bonnick-marketing-logo-white.svg") no-repeat center transparent;
  background-size: contain;
  height: 100px;
  text-indent: -3000px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

.single header#masthead {
  background: transparent;
}
.single.scrolled header#masthead, .single.open-menu header#masthead {
  background: url(images/dots-green.png) repeat center rgba(31, 54, 41, 0.92);
  background-size: 32px;
}

.open-menu header#masthead .site-branding h1.site-title a, .open-menu header#masthead .site-branding p.site-title a {
  background: url("images/hayley-bonnick-marketing-logo-white.svg") no-repeat center transparent;
  background-size: contain;
}

.open-form header#masthead .site-branding h1.site-title a, .open-form header#masthead .site-branding p.site-title a {
  background: url("images/hayley-bonnick-marketing-logo-all-white.svg") no-repeat center transparent;
  background-size: contain;
}

.single-hero {
  background-size: cover !important;
  position: relative;
}
.single-hero .container {
  padding-top: 200px;
  position: relative;
}
.single-hero .container header.entry-header h1 {
  color: #FFFFFF;
  max-width: 900px;
}

@media all and (min-width: 768px) {
  header#masthead {
    padding: 20px 40px;
  }
}
@media all and (min-width: 1024px) {
  .home.scrolled header#masthead {
    background: url(images/dots-green.png) repeat center rgba(31, 54, 41, 0.92);
    background-size: 32px;
    box-shadow: 0 0 30px #1F3629;
  }
  .home header#masthead {
    background: transparent;
    box-shadow: none;
  }
  .open-menu header#masthead .site-branding h1.site-title a, .open-menu header#masthead .site-branding p.site-title a {
    background: url("images/hayley-bonnick-marketing-logo-white.svg") no-repeat center transparent;
    background-size: contain;
  }
}
nav#site-navigation {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  z-index: 100;
  background: #1F3629;
  padding-top: 150px;
}
nav#site-navigation .menu-main-menu-container ul#primary-menu {
  margin: 0;
  padding: 0 20px;
}
nav#site-navigation .menu-main-menu-container ul#primary-menu li {
  display: block;
  list-style: none;
  transition: all 0.3s ease-in-out;
  transform: translateX(-80px);
  transition-delay: 0.2s;
  opacity: 0;
}
nav#site-navigation .menu-main-menu-container ul#primary-menu li a {
  padding: 8px 0;
  text-align: left;
  font-weight: 200;
  font-size: 2rem;
  color: #E2B04A;
}
nav#site-navigation .menu-main-menu-container ul#primary-menu li a:hover {
  color: #FFFFFF;
}

button.menu-toggle {
  background: url(images/menu-icon-white.svg) no-repeat center transparent;
  background-size: contain;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  position: absolute;
  top: 50px;
  right: 20px;
  width: 30px;
  height: 30px;
  z-index: 102;
}

.open-menu button.menu-toggle {
  background: url(images/menu-icon-white.svg) no-repeat center transparent;
  background-size: contain;
}
.open-menu nav#site-navigation {
  opacity: 1;
  visibility: visible;
}
.open-menu nav#site-navigation .menu-main-menu-container ul#primary-menu li {
  transform: translateX(0);
  opacity: 1;
}

.menu-footer-menu-container ul#footer-menu {
  margin: 0 0 24px;
  padding: 0;
}
.menu-footer-menu-container ul#footer-menu li {
  list-style: none;
  padding: 0;
  margin: 0 10px 0 0;
  display: inline-block;
}
.menu-footer-menu-container ul#footer-menu li a {
  display: block;
  padding: 8px 0;
}

.menu-terms-menu-container ul#terms-menu {
  margin: 0;
  padding: 0;
}
.menu-terms-menu-container ul#terms-menu li {
  list-style: none;
  padding: 0;
  margin: 0 10px 0 0;
  display: inline-block;
}
.menu-terms-menu-container ul#terms-menu li a {
  display: block;
  padding: 0;
  font-size: 12px;
}

@media all and (min-width: 768px) {
  nav#site-navigation .menu-main-menu-container ul#primary-menu {
    padding: 0 40px;
  }
}
@media all and (min-width: 1024px) {
  button.menu-toggle {
    display: none;
  }
  .main-navigation ul ul {
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(31, 54, 41, 0.4);
    margin-left: 0;
    padding-left: 0;
  }
  .main-navigation ul ul li a {
    color: #1F3629 !important;
  }
  .main-navigation ul ul li a:hover {
    color: #F7941D !important;
  }
  nav#site-navigation {
    visibility: visible;
    opacity: 1;
    background: transparent;
    transform: translateX(0px);
    bottom: auto;
    padding-top: 0;
    bottom: auto;
    left: 250px;
    transition: none;
    top: 30px;
  }
  nav#site-navigation .menu-main-menu-container ul#primary-menu {
    text-align: right;
    width: calc(100% - 250px);
    padding: 20px 20px 0 0;
  }
  nav#site-navigation .menu-main-menu-container ul#primary-menu li {
    transform: translateX(0px);
    opacity: 1;
    display: inline-block;
  }
  nav#site-navigation .menu-main-menu-container ul#primary-menu li.menu-item-has-children > a {
    padding-right: 40px;
    position: relative;
  }
  nav#site-navigation .menu-main-menu-container ul#primary-menu li.menu-item-has-children > a:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: url(images/arrow-down.svg) no-repeat center transparent;
    background-size: 10px;
    right: 15px;
    top: 18px;
  }
  nav#site-navigation .menu-main-menu-container ul#primary-menu li.highlight a {
    padding: 8px 20px;
    border-radius: 100px;
    border: 2px solid #F7941D;
  }
  nav#site-navigation .menu-main-menu-container ul#primary-menu li a {
    padding: 8px 20px;
    font-size: 1.25rem;
    color: #FFFFFF;
    font-weight: 500;
  }
  nav#site-navigation .menu-main-menu-container ul#primary-menu li a:hover {
    color: #F7941D;
  }
}
@media all and (max-width: 1023px) {
  nav#site-navigation {
    overflow-y: scroll;
  }
  nav#site-navigation ul li a {
    padding-right: 90px;
  }
  nav#site-navigation ul li a .more {
    position: absolute;
    top: 10px;
    right: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(images/arrow-down.svg) no-repeat center transparent;
    background-size: 15px;
  }
  nav#site-navigation ul li ul.sub-menu {
    position: relative;
    left: 0;
    float: none;
    display: none;
    margin-left: 0;
    box-shadow: none;
  }
  nav#site-navigation ul li ul.sub-menu li a {
    font-size: 1.5rem !important;
    display: block;
    width: 100%;
  }
}
body.single article {
  width: 100%;
}
body.single .sidebar {
  width: 100%;
}
body.single .badge {
  background: #FFFFFF;
  display: inline-block;
  padding: 4px 10px;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 16px;
  border-radius: 3px;
}
body.single .stats ul {
  padding: 0;
}
body.single .stats ul li {
  width: 50%;
  list-style: none;
  text-align: center;
  padding: 16px 0;
  background: #FFFFFF;
  border: 3px solid #EDEAE5;
  border-radius: 10px;
}
body.single .stats ul li span.prefix {
  font-size: 2rem;
}
body.single .stats ul li span.number {
  font-size: 2rem;
}
body.single .stats ul li span.suffix {
  font-size: 2rem;
}
body.single .stats ul li span.stat-text {
  display: block;
}

.coffee .columns .column img {
  max-width: 400px;
  margin: 100px auto 0 auto;
  display: block;
  width: 100%;
}

figure.client-logo {
  width: 100%;
  max-width: 130px;
  border-radius: 100%;
  border: 1px solid rgba(31, 54, 41, 0.3);
  background: #FFFFFF;
  margin: 0 auto 32px 0;
  overflow: hidden;
  padding: 10px;
}
figure.client-logo img {
  display: block;
  width: 100%;
}

@media all and (min-width: 1024px) {
  body.single article {
    width: 65%;
  }
  body.single .sidebar {
    width: 30%;
    margin-left: 5%;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
  }
  body.single .stats ul li {
    width: 25%;
    padding: 16px 8px;
  }
  body.single .stats ul li span.stat-text {
    display: block;
  }
  .coffee .columns .column img {
    margin-top: 0px;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .parallax {
    animation: parallax linear forwards;
    animation-timeline: view();
    animation-range-start: 0px;
    animation-range-end: 100vh;
    animation-timing-function: ease-in-out;
    background-position-x: center;
    background-position-y: 0px;
  }
  @keyframes parallax {
    0% {
      background-position-y: 0px;
    }
    100% {
      background-position-y: -200px;
    }
  }
}
#colophon {
  background: #1F3629;
  color: #EDEAE5;
}
#colophon a, #colophon a:visited {
  text-decoration: underline;
  text-decoration-color: #F7941D;
  color: #FFFFFF;
}
#colophon a:hover {
  color: #E2B04A;
}
#colophon .foot-logo {
  width: 100px;
  height: 58px;
  text-indent: -2000px;
  overflow: hidden;
  background: url(images/hayley-bonnick-marketing-logo-white.svg) no-repeat center transparent;
  background-size: contain;
  display: block;
  margin-bottom: 16px;
}

.dots-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(images/dots.png) repeat center rgba(0, 0, 0, 0.6);
  background-size: 20px;
  opacity: 0.2;
}

.cta-block.wrapper {
  background: url(images/cta-image-02.jpg) no-repeat center #F7941D;
  background-size: 500% !important;
  position: relative;
}
.cta-block.wrapper .container {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.cta-block.wrapper .container .cta-text {
  background: rgba(226, 176, 74, 0.75);
  backdrop-filter: blur(8px);
  text-align: center;
  padding: 40px;
  border-radius: 10px;
  color: #FFFFFF;
}
.cta-block.wrapper .container .cta-text h2 {
  margin-bottom: 16px;
}
.cta-block.wrapper .container .cta-text p {
  font-size: 1.25rem;
  max-width: 960px;
  margin: 0 auto 24px;
}
@media all and (min-width: 768px) {
  .cta-block.wrapper {
    background-size: 300% !important;
  }
}
@media all and (min-width: 1024px) {
  .site-info.container {
    display: flex;
    justify-content: space-between;
  }
  .site-info.container .col {
    width: 48%;
  }
  .site-info.container .col.right-col {
    text-align: right;
  }
  .cta-block.wrapper {
    background-size: cover !important;
  }
}
.home .hero {
  padding-top: 64px;
  position: relative;
  height: 100vh;
  min-height: 500px;
  max-height: 500px;
  width: calc(100% - 40px);
  margin: 140px auto 0;
  overflow: hidden;
  border-radius: 20px;
}
.home .hero .hero-wrapper.wrapper {
  position: relative;
  z-index: 4;
}
.home .hero .hero-wrapper.wrapper .container h1 {
  font-weight: 300;
  color: #FFFFFF;
  margin: 0 0 16px;
  max-width: 790px;
  font-size: 2rem;
  line-height: 2.5rem;
}
.home .hero .hero-wrapper.wrapper .container p {
  color: #FFFFFF;
  font-size: 1.25rem;
  max-width: 700px;
}
.home .hero .hero-wrapper.wrapper .container a.cta {
  color: #FFFFFF;
}
.home .hero .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background: rgba(31, 54, 41, 0.5);
}
.home .hero .heroes {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.home .hero .heroes .hero-slide {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover !important;
  height: 100vh;
  min-height: 800px;
  max-height: 800px;
}
.home header#masthead {
  background: transparent;
}
.home header#masthead .site-branding p.site-title a {
  background: url(images/hayley-bonnick-marketing-logo.svg) no-repeat center transparent;
  background-size: contain;
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out;
}
.home button.menu-toggle {
  background: url(images/menu-icon-green.svg) no-repeat center transparent;
  background-size: contain;
}
.home.scrolled button.menu-toggle, .home.open-menu button.menu-toggle {
  background: url(images/menu-icon-white.svg) no-repeat center transparent;
  background-size: contain;
}
.home.scrolled header#masthead, .home.open-menu header#masthead {
  background: url(images/dots-green.png) repeat center rgba(31, 54, 41, 0.92);
  background-size: 32px;
}
.home.scrolled header#masthead .site-branding p.site-title a, .home.open-menu header#masthead .site-branding p.site-title a {
  background: url(images/hayley-bonnick-marketing-logo-white.svg) no-repeat center transparent;
  background-size: contain;
}

@media all and (min-width: 768px) {
  .home .hero {
    min-height: 650px;
    max-height: 650px;
    padding-top: 150px;
  }
  .home .hero .hero-wrapper.wrapper .container h1 {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
}
@media all and (min-width: 1024px) {
  .home nav#site-navigation .menu-main-menu-container ul#primary-menu li.menu-item-has-children > a:before {
    background: url(images/arrow-down-green.svg) no-repeat center transparent;
    background-size: 10px;
  }
  .home nav#site-navigation .menu-main-menu-container ul#primary-menu li a {
    color: #1F3629;
  }
  .home.scrolled nav#site-navigation .menu-main-menu-container ul#primary-menu li.menu-item-has-children > a:before {
    background: url(images/arrow-down.svg) no-repeat center transparent;
    background-size: 10px;
  }
  .home.scrolled nav#site-navigation .menu-main-menu-container ul#primary-menu li a {
    color: #FFFFFF;
  }
}
.socials a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-indent: 3000px;
  overflow: hidden;
  margin-right: 10px;
  background-size: 20px !important;
}
.socials a.insta {
  background: url(images/insta-logo-white.svg) no-repeat center transparent;
}
.socials a.x {
  background: url(images/x-logo-white.svg) no-repeat center transparent;
}
.socials a.facebook {
  background: url(images/facebook-logo-white.svg) no-repeat center transparent;
}
.socials a.linkedin {
  background: url(images/linkedin-logo-white.svg) no-repeat center transparent;
}

.slide-form {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFFFFF;
  padding: 50px 20px 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  transform: translateX(50px);
  overflow-y: scroll;
  z-index: 100;
}
.slide-form .form-container {
  color: #FFFFFF;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.slide-form .form-container .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background: url(images/close-orange.svg) no-repeat center transparent;
  background-size: 20px;
  cursor: pointer;
}

.form-button {
  position: fixed;
  right: -500px;
  top: 80svh;
  width: 100px;
  height: 100px;
  background: #F7941D;
  border-radius: 100%;
  transition: all 0.4s ease-in-out;
  z-index: 98;
  transform: scale(0.6);
  cursor: pointer;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
}
.form-button:before {
  position: absolute;
  bottom: 11px;
  content: "";
  border-top: 15px solid #F7941D;
  border-bottom: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  transform: rotate(53deg);
  right: -6px;
}
.form-button .dot-container {
  width: 70px;
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-button .dot-container .dot {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  animation-name: fade;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  background: #EDEAE5;
}
.form-button .dot-container .dot.dot-two {
  animation-delay: 0.2s;
}
.form-button .dot-container .dot.dot-three {
  animation-delay: 0.4s;
}

@keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.scrolled .form-button {
  right: 20px;
}

.open-form .slide-form {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}
.open-form button.menu-toggle {
  z-index: 99;
}

@media all and (min-width: 768px) {
  .slide-form {
    padding: 50px 40px 40px;
  }
  .slide-form .form-container .close {
    right: 40px;
    top: 40px;
  }
}
ul.slick-dots {
  margin: 0;
  padding: 0;
  text-align: center;
}
ul.slick-dots li {
  list-style: none;
  display: inline-block;
}
ul.slick-dots li button {
  width: 16px;
  height: 16px;
  border-radius: 16px;
  border: 2px solid #F7941D;
  background: transparent;
  margin: 0 5px;
  padding: 0;
  overflow: hidden;
  text-indent: -3000px;
  transition: all 0.2s ease-in-out;
}
ul.slick-dots li.slick-active button {
  background: #F7941D;
  width: 35px;
}

.slider-block.wrapper {
  background: url(images/dots-02.png) repeat center transparent;
  background-size: 32px;
}
.slider-block.wrapper .container {
  padding: 32px 0;
}
.slider-block.wrapper .container .intro-text {
  padding: 16px 20px;
  margin: 32px auto;
  text-align: center;
}
.slider-block.wrapper .container .slides .slick-slide img {
  max-height: 100px;
}

@media all and (min-width: 768px) {
  .slider-block.wrapper .container .intro-text {
    padding: 0 40px;
    max-width: 1000px;
    font-size: 1.25rem;
    font-weight: 600;
  }
}
.testimonials-block.wrapper {
  background: #1F3629;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  margin: 136px 0;
}
.testimonials-block.wrapper:before {
  position: absolute;
  border-right: 100vw solid #1F3629;
  border-left: 0;
  border-top: 100px solid transparent;
  left: 0;
  border-bottom: 0;
  top: -100px;
  content: "";
}
.testimonials-block.wrapper:after {
  position: absolute;
  border-left: 100vw solid #1F3629;
  border-right: 0;
  border-bottom: 100px solid transparent;
  border-top: 0;
  bottom: -100px;
  content: "";
  right: 0;
}
.testimonials-block.wrapper .container {
  padding: 32px 0;
}
.testimonials-block.wrapper .container .testimonial-slider {
  position: relative;
}
.testimonials-block.wrapper .container .testimonial-slider:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  background: #1F3629;
  background: -webkit-linear-gradient(90deg, rgb(31, 54, 41) 0%, rgba(31, 54, 41, 0) 100%);
  background: -moz-linear-gradient(90deg, rgb(31, 54, 41) 0%, rgba(31, 54, 41, 0) 100%);
  background: linear-gradient(90deg, rgb(31, 54, 41) 0%, rgba(31, 54, 41, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1F3629", endColorstr="#1F3629", GradientType=1);
  z-index: 5;
}
.testimonials-block.wrapper .container .testimonial-slider:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  background: #1F3629;
  background: -webkit-linear-gradient(270deg, rgb(31, 54, 41) 0%, rgba(31, 54, 41, 0) 100%);
  background: -moz-linear-gradient(270deg, rgb(31, 54, 41) 0%, rgba(31, 54, 41, 0) 100%);
  background: linear-gradient(270deg, rgb(31, 54, 41) 0%, rgba(31, 54, 41, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1F3629", endColorstr="#1F3629", GradientType=0);
  z-index: 5;
}
.testimonials-block.wrapper .container .testimonial-text h2 {
  color: #F7941D;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0;
}
.testimonials-block.wrapper .container .testimonial-text .slick-active .testimonial-body p {
  opacity: 1;
  transform: translateX(0);
}
.testimonials-block.wrapper .container .testimonial-text .testimonial-body p {
  font-size: 1.25rem;
  width: calc(100% - 80px);
  margin: 24px auto;
  max-width: 800px;
  transform: translateX(100px);
  opacity: 0;
  transition: all 0.7s ease-in-out;
}
.testimonials-block.wrapper .container .testimonial-text .attribution {
  color: #EDEAE5;
}
.testimonials-block.wrapper .container .testimonial-text .attribution h4 {
  margin: 0 0 8px;
}
.testimonials-block.wrapper .container .testimonial-text .attribution h5 {
  margin: 0 0 32px;
  opacity: 0.7;
}

@media all and (min-width: 1024px) {
  .testimonials-block.wrapper .container .testimonial-slider {
    position: relative;
  }
  .testimonials-block.wrapper .container .testimonial-slider:before {
    width: 100px;
  }
  .testimonials-block.wrapper .container .testimonial-slider:after {
    width: 100px;
  }
  .testimonials-block.wrapper .container .testimonial-text .testimonial-body p {
    font-size: 2.5rem;
  }
}
.column h4 {
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 0;
  color: #F7941D;
}
.column h2 {
  font-size: 2.25rem;
  font-weight: 800;
  margin-top: 16px;
  line-height: 3rem;
}

.white {
  background: #FFFFFF;
}

.green {
  color: #EDEAE5;
  background: #1F3629;
}

@media all and (min-width: 1024px) {
  .cols-2 {
    justify-content: space-between;
  }
  .cols-2 .column {
    width: 45%;
  }
  .cols-3 {
    justify-content: space-between;
  }
  .cols-3 .column {
    width: 31%;
  }
  .columns.flip .column img.photo {
    transform: rotate(-5deg);
  }
  .columns .column img.photo {
    border-radius: 10px;
    transform: rotate(5deg);
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
  }
  .columns .column img.photo:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 10px;
    top: 20px;
    bottom: -20px;
    right: -10px;
    border-radius: 10px;
    background: url(images/dots-green.png) repeat center transparent;
  }
}
.services-block.wrapper {
  margin: 60px 0;
}
.services-block.wrapper .container p {
  max-width: 800px;
}
.services-block.wrapper .container .service-container {
  margin-top: 48px;
}
.services-block.wrapper .container .service-container .service {
  width: 100%;
}
.services-block.wrapper .container .service-container .service a {
  text-decoration: none;
}
.services-block.wrapper .container .service-container .service a .thumb {
  width: 100%;
  min-height: 200px;
  border-radius: 10px;
  background-size: cover !important;
}
.page-template-service-template .services-block.wrapper {
  margin: 0;
}
.page-template-service-template .services-block.wrapper .container {
  padding-top: 0;
}
.page-template-service-template .services-block.wrapper .container .service-container {
  margin-top: 0;
}

@media all and (min-width: 768px) {
  .services-block.wrapper .container .service-container {
    justify-content: start;
  }
  .services-block.wrapper .container .service-container .service {
    width: 45%;
    margin-right: 5%;
  }
}
@media all and (min-width: 1024px) {
  .services-block.wrapper .container .service-container .service {
    width: 23%;
    margin-right: 2%;
  }
}
.sib-form {
  background-color: transparent !important;
  padding: 0 !important;
}

.slide-form .sib-form .half-width {
  width: 49.5%;
  display: inline-block;
}

#sib-container {
  background: transparent !important;
}

#sib-container {
  border-width: 0 !important;
}

.sib-form .entry__field {
  border: 0;
  background: #f4f4f4 !important;
}

.sib-form .input {
  color: black !important;
}

body.single .sidebar .sib-form .entry__field {
  border: 0 !important;
  background: #FFFFFF !important;
}

.page-template-contact-us-template .contact-col {
  width: 100%;
}
.page-template-contact-us-template .contact-col .sib-form .entry__field {
  background: #FFFFFF !important;
}
.page-template-contact-us-template .contact-col .sib-form .sib-form-title {
  display: none;
}

@media all and (max-width: 1023px) {
  #sib-container {
    max-width: 100% !important;
    padding: 0px !important;
  }
  .sib-form-block {
    padding: 0px !important;
  }
}
@media all and (min-width: 1024px) {
  .page-template-contact-us-template .contact-col {
    width: 50%;
  }
  .page-template-contact-us-template .contact-col:first-child {
    padding-right: 100px;
  }
  .page-template-contact-us-template .contact-col:last-child {
    margin-top: -40px;
  }
  .page-template-contact-us-template .contact-col .sib-form .half-width {
    width: 49.5%;
    display: inline-block;
  }
}
body.archive {
  padding-top: 200px;
}
body.archive header.page-header {
  width: 100%;
}
body.archive header.page-header h1 {
  color: #1F3629;
}
body.archive article header h2 {
  font-weight: 300;
  line-height: 2.5rem;
  font-size: 2rem;
}
body.archive article header h2 a {
  text-decoration: none;
}

@media all and (min-width: 1024px) {
  body.archive header.page-header {
    width: 33%;
    padding-right: 40px;
  }
  body.archive .teaser-container {
    width: 67%;
  }
  body.archive article {
    width: 50%;
    padding-right: 30px;
  }
}
.breadcrumb-container {
  font-size: 0.8rem;
}
.breadcrumb-container p#breadcrumbs {
  margin: 0;
}
.single .breadcrumb-container p#breadcrumbs {
  color: #FFFFFF;
}
.single .breadcrumb-container p#breadcrumbs span span a:hover {
  color: #FFFFFF;
}

@media all and (min-width: 1024px) {
  .breadcrumb-container {
    padding: 16px 0;
  }
}
.blog .wrapper .container header.blog-head {
  width: 100%;
}
.blog .wrapper .container .teaser-container article {
  width: 100%;
}
.blog .wrapper .container .teaser-container article header.entry-header h2 a {
  font-size: 2rem;
  text-decoration: none;
}

@media all and (min-width: 768px) {
  .blog .wrapper .container .teaser-container article {
    width: 48%;
    margin-right: 2%;
  }
}/*# sourceMappingURL=style.css.map */