@charset "UTF-8";
/*!
    Theme Name: Jessie Lucas
		Theme URI: 
		Description: Jessie Custom Wordpress Theme
    Version: 1.0
		Author: Jessie
*/


html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

html,
body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.page-wrap {
    flex: 1 0 auto;
}

footer {
    flex-shrink: 0;
    width: 100%;
    position: relative;
    /* remove float: right — breaks in flex context */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
min-height: 100vh;
	}

/**
 * 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.
 */


/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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 */ }
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 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, [hidden] {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
html {
  font-size: 1em;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; 
	overflow-x: hidden;
}

html, body {
    width: 100%;
    overflow-x: hidden;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
* A better looking default horizontal rule
*/
hr {
  background: #f8ffe4;
  display: block;
  width: 100%;
  max-width: 1000px;
  height: 2px;
  border: 0;
  padding: 0;
  margin: 1.75em auto; }

/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
* Remove default fieldset styles.
*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

body.noscroll {
  overflow: hidden;
}

/*
* Allow only vertical resizing of textareas.
*/
textarea {
  resize: vertical; }

nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          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: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #000;
    display: block;
    font-size: 0.875em;
    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. */ }

/* 
/* Browser Upgrade Prompt
*/
.browserupgrade {
  margin: 0;
  background: #ccc;
  color: #000;
  padding: 0.5em 0;
  text-align: center; }

/*! author: Jessie Lucas  */
 body {
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 320px; }
  body.nav-open {
    overflow: hidden; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}


.hamburger {
  margin-left: auto;
}

.error-404 {
	padding: 200px 0px 100px 122px;
}

.testimonials--dark h6.eyebrow {
	color: #fff;
}

h6.eyebrow {color: #000;}

h1 {
  font-size: 46px;
  font-weight: 600;
  line-height: 1.111em;
  margin: 0 0 0.75em; }

h2 {
  font-size: 2.16em;
  font-weight: 400;
  line-height: 1.111em;
  margin: 0 0 0.75em; }

h3 {
  font-size: 1.28em;
  font-weight: 700;
  color: #045082;
  margin: 0 0 .75em;
}

h4, .h4 {
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 1em; }


  @media (max-width: 980px) {
	    .header-menu {
		display: none;
	}
}


  @media (max-width: 850px) {
	    .header-menu {
		display: none;
	}
}

  @media (max-width: 809px) {
	  h2 {
		  font-size: 34px;
	  }
}
p,
ol,
ul {
  margin: 0 0 1.6em 0; }

ol,
ul {
  padding-left: 1em; }

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

figure {
  margin: 0; }

.btn {
  border: solid 1px transparent;
  background-color: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  text-decoration: none;
  font-size: 12px;
  font-family: "Libre Baskerville", serif;
  color: #fff;
  line-height: 1.2;
  font-weight: 700;
  display: inline-flex;
  position: relative;
  z-index: 1;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }

  .btn:hover, .btn:focus {
    background: #fff;
	border: solid 2px #000;
	color: #000; }

  .btn--outline {
    border-color: #fff;
    background-color: transparent;
    color: #d9e14d;
    font-weight: 700; }
    .btn--outline:hover {
      background-color: #fff;
      color: #8d191c; }

.btn.primary{
    display:inline-flex;
    align-items:center;
    gap:12px;
    background: #14345f;
    border:1px solid #14345f;
    color:#fff;
    padding: 8px 12px;
    border-radius:6px;
    font-family:"Libre Baskerville", serif;
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    transition:.3s ease;
}

.btn.primary::after{
    content:"➔";
    color:#c8a249;
    font-size:17px;
    transition:transform .3s ease;
}

.btn.primary:hover{
    background:#0f2a4b;
    border-color:#0f2a4b;
}

.btn.primary:hover::after{
    transform:translateX(4px);
}

.btn.secondary {
	  border: solid 1px #045082;
  background-color: #045082;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  line-height: 1em;
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

  .btn.secondary:hover {
    background: #fff;
	 color: #045082;
	   border: solid 1px #045082;
	}

@media (max-width: 767px) {
	.btn, .btn.primary, .btn.secondary {
		font-size: 12px;
	}
}

 .background {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

a {
  color: #045082;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease; }

  a[href^="tel"] {
    color: inherit; }
    a[href^="tel"]:hover {
      color: #fff; }
a[href^="mailto:"]:hover {
      color: #fff; }

::-webkit-input-placeholder {
  line-height: normal; }

::-webkit-input-placeholder {
  color: #d5d7d8;
  opacity: 1; }

:-moz-placeholder {
  color: #d5d7d8;
  opacity: 1; }

::-moz-placeholder {
  color: #d5d7d8;
  opacity: 1; }

:-ms-input-placeholder {
  color: #d5d7d8;
  opacity: 1; }


.clearfix:after {
  clear: both; }

.alignleft {
  float: left;
  margin-right: 50px;
  margin-bottom: 40px; }

.alignright {
  float: right;
  margin-left: 50px;
  margin-bottom: 40px; }

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

.alignwide {
  margin-left: -60px;
  margin-right: -60px; }

.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw; }
  .alignfull img {
    width: 100%;
    height: auto;
    display: block; }

.container {
  width: 100%;
  max-width: 1300px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto; }
  @media (max-width: 809px) {
    .container {
      padding-left: 30px;
      padding-right: 30px; } }


.common-wrap {
    max-width: 1660px;
    margin: 0 auto;
    clear: both;
    padding: 50px 20px;
}


.page-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .page-nav--container {
    max-width: 932px;
    margin: 50px auto; }

  .page-nav__prev, .page-nav__next {
    font-size: 1em; }
  .page-nav__all {
    font-size: 0.72em;
    text-transform: uppercase;
    margin-left: 60px;
    position: relative; }
    .page-nav__all:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 1px;
      width: 100%;
      background: #8d191c; }
    .page-nav__all:hover:before {
      background-color: #8d191c; }

.header-static {
	position: relative;
    float: left;
    width: 100%;
    flex-flow: row;
    z-index: 999;
}

.header--absolute.scrolled {
     background-color: #000;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.header--absolute.scrolled .header-menu a{
	color: #fff;
}

.header--absolute.scrolled .header__logo {
	width: 350px;
    height: 55px;
	transition: ease-in-out 0.3s;
}

.header--absolute.scrolled .header-menu a:hover {
	color: #000;
}

.header--absolute.scrolled .hamburger__icon, .hamburger__icon:before {
	background-color: #000;
}

.header--absolute.scrolled .hamburger__icon:before {
	background-color: #000;
}


.header--absolute.scrolled .hamburger__icon, .hamburger__icon:before {
	background-color: #000;
}

.hamburger {
  position: absolute;
  width: 80px;
  aspect-ratio: 75/100;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  cursor: pointer;
  z-index: 2;
  top: 50%;
  right: 60px;
  outline: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
	display: none;
}
.hamburger__icon, .hamburger__icon:before {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  height: 3px;
  width: 34px;
  background-color: #000;
}
.hamburger__icon {
  top: 60%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
}
.hamburger__icon:before {
  content: "";
  top: -9px;
  left: 0;
}
.hamburger__icon:after {
  content: "";
  top: 9px;
  left: 0;
}
@media (max-width: 1244px) {
  .hamburger {
    width: 64px;
  }
  .hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
    width: 32px;
  }
  .hamburger__icon {
    left: 16px;
  }
  .hamburger__icon:before {
    top: -11px;
  }
  .hamburger__icon:after {
    top: 11px;
  }
		.hamburger {
		display: block;
	}
	
	li.btn.primary.white-txt.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-230 {
		padding: 0;
	}
	
	li.btn.primary.white-txt.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-230 {
	    background: transparent;
    border-color: transparent;
	}
}


@media (max-width: 767px) {
	.header--absolute.scrolled .header__logo {
    width: 300px;
    height: 50px;
	top: 10px;
    transition: ease-in-out 0.3s;
	}
}

@media (max-width: 575px) {
  .hamburger {
    width: 54px;
  }
  .hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
    width: 28px;
  }
  .hamburger__icon {
    left: 13px;
  }
  .hamburger__icon:before {
    top: -10px;
  }
  .hamburger__icon:after {
    top: 10px;
  }
}

.filter {
  text-align: center;
  text-transform: uppercase;
  margin: 4em 0; }
  .filter > img {
    display: block;
    margin: 0 auto 2em;
    width: 100%;
    height: auto;
    max-width: 130px; }
  .filter ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px; }
    .filter ul li a {
      padding: 0;
      color: #000; }
      .filter ul li a:hover {
 color: #8d191c; }
    .filter ul li.active a {
      color: #8d191c;
      font-weight: 800; }
  @media (max-width: 575px) {
    .filter > img {
      max-width: 100px; }
    .filter ul li a {
      padding: 0 25px; } }



 .header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: transparent;
  width: 100%;
  padding: 20px 0 30px 0;
transition: background 0.8s ease; 

}

.header-archive {
  background: #fff;
  width: 100%;
  padding: 10px 0 20px 0;
}

.header-archive .header-menu > ul > li ul {
	background-color: #fff;
}

   .page-single .header {
   background: #fff;
  width: 100%;
  padding: 10px 0 20px 0;
} 

.page-single .header .header-menu > ul > li ul {
	background-color: #fff;
}

  .header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
  .header__logo {
    width: 350px;
  height: 55px;
  text-shadow: none;
  color: transparent;
  display: block;
  position: relative;
  top: 5px;
	transition: ease-in-out 0.3s;
    z-index: 1001; }

 .header-menu {
    font-size: 0.8em;
    position: relative;
    z-index: 999; }

.header-menu {
	text-transform: uppercase;
}
    .header-menu > ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
				gap: 50px;
				position: relative;
				top: 5px; }
      .header-menu > ul > li {
        position: relative;
        -webkit-transition: .3s ease all;
        -o-transition: .3s ease all;
        transition: .3s ease all; }
        .header-menu > ul > li.hover:before {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          width: 10px;
          height: 100%;
          background: #8d191c; }
        .header-menu > ul > li:last-child > a {
          padding-right: 0; }
         .header-menu > ul > li.current-menu-item > a, .header-menu > ul > li.current-menu-ancestor > a, .header-menu > ul > li.current_page_parent > a, .header-menu > ul > li.current_page_item > a, .header-menu > ul > li.active > a {
          color: #8d191c; } 
        .header-menu > ul > li > a {
            text-decoration: none;
			color: #000;
			font-weight: 600;
			font-size: 14px;
           }
          .header-menu > ul > li > a:hover {
            color: #8d191c; } 
        .header-menu > ul > li ul {
          min-width: 300px;
          background: #000;
          position: absolute;
          top: 100%;
          right: 0;
		  font-size: 16px;
          display: none;
          padding: 10px 0;
          text-align: left;
          z-index: 2; }
          .header-menu > ul > li ul li a {
            font-weight: 600;
            display: block;
            line-height: 1.65;
			font-size: .8em;
            padding: 5px 15px;
            color: #fff;
            text-transform: uppercase; }
            .header-menu > ul > li ul li a:hover {
              color: #8d191c; }

/* Hide submenus by default */
.header-menu ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff; /* Adjust as necessary */
  z-index: 99;
}

/* Show submenu on hover */
.header-menu li.menu-item-has-children:hover > ul {
  display: block;
}

/* Add a transition for smooth display */
.header-menu ul ul {
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.header-menu li.menu-item-has-children:hover ul {
  opacity: 1;
  visibility: visible;
}


.header-archive .header-menu li:hover .sub-menu {
    display: block;
}

.header-archive .header-menu .sub-menu li {
    position: relative;
    display: block;
    width: 100%;
	margin-bottom: 10px;
}

  @media (max-width: 1529px) {
    .header-menu {
      font-size: 0.64em; }
      .header-menu > ul > li.hover:before {
        width: 7px;
        background: #8d191c; }
      .header-menu > ul > li.active > a {
        color: #8d191c; }
      .header-menu > ul > li > a {
        z-index: 3;
        display: block;
        text-align: center; }
        .header-menu > ul > li > a:hover {
          color: #8d191c; } 
      .header-menu > ul > li ul {
        border-right-width: 7px; } }
  @media (max-width: 980px) {
    .header-menu {
      display: none; } }

.nav {
  position: relative;
  z-index: 999;
  display: none; }
  .nav > ul {
    position: fixed;
    left: 0;
    right: 0;
    background: #14345f;
    color: #fff;
    display: none; }
    .nav > ul > li {
      position: relative;
      border-bottom: solid 1px rgba(255, 255, 255, 0.15); }
      .nav > ul > li:before {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 10px;
        opacity: 0;
        -webkit-transition: .3s ease all;
        -o-transition: .3s ease all;
        transition: .3s ease all; }
      .nav > ul > li.on:before {
        opacity: 1; }
      .nav > ul > li.on > em:before {
        content: '–'; }
      .nav > ul > li > a {
        color: #fff;
        letter-spacing: 0.015em;
        font-family: "proxima-nova", sans-serif;
        font-size: 20px;
        font-weight: 800;
        padding: 0 60px;
		  text-transform: uppercase;
        line-height: 44px;
        font-size: 18px;
        display: block; }
      .nav > ul > li > em {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0 60px;
        text-align: center;
        line-height: 1em;
        height: 44px;
        color: #fff;
        text-align: center;
        font-style: normal;
        font-size: 30px;
        font-family: sans-serif;
        cursor: pointer;
        width: 83px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .nav > ul > li > em:before {
          content: '+'; }
      .nav > ul > li ul {
        background-color: #000;
        display: none;
        padding: 0 0 10px 0;
        line-height: 1.6; }
        .nav > ul > li ul li a {
          font-size: 16px;
          color: #fff;
		font-weight: 600;
          padding: 0 60px;
          letter-spacing: 0.015em;
          display: block; }

  @media (max-width: 1244px) {
    .nav {
      display: block;
	  position: relative;
	  }

}
  @media (max-width: 809px) {
    .nav ul > li > a {
      padding: 0 30px; }
    .nav ul > li > em {
      padding: 0 30px; } }



   .header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: transparent;
  width: 100%;
  padding: 20px 0 30px 0;
transition: background 0.3s ease; 

}

.header .container {
  position: relative;
  max-width: 1660px;
}

.header--absolute {
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}


@media (max-width: 575px) {
  .header__logo {
    width: 300px;
	  height: 50px;
	  top: 10px;
  }
}


 .header-static {
	position: relative;
    float: left;
    width: 100%;
    flex-flow: row;
    z-index: 999;
	 background: #fff;
}



.footer {
  background-color: #fff;
  color: #fff;
  padding: 20px 0px;
  position: relative;
  z-index: 1; }
  .footer .container {
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.footer-section img {
	margin: 0 auto;
	text-align: center;
	max-width: 400px;
}

.footer_info a {
	font-size: 20px;
}


        .footer-menu2  a:hover, .footer_menu3 a:hover {
			color: #fff; }

      .footer_nav > ul > li li a {
        color: #fff;
        display: block;
        line-height: 1.875em; }
        .footer_nav > ul > li li a:hover, .footer_nav1 > ul > li li a:hover {
          opacity: 0.8; }
}

@media (max-width: 767px) { 
	.footer .container {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
}
      
.content .post,
.featured-posts .post {
  margin-bottom: 2em;
  max-width: 500px;
  width: 100%; }

.content .post img,
.featured-posts .post img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1em;
  border: 1px solid #e1e1e1; }

.content .post h2,
.featured-posts .post h2 {
  font-size: 1.2em;
  color: #000;
  margin-bottom: 0.5em; }

.content .post time,
.featured-posts .post time {
  color: #000;
  font-size: 0.9em;
  margin-bottom: 0.8em;
  display: block;
  font-weight: bold; }

.content .post p,
.featured-posts .post p {
  margin-bottom: 0.8em; }

.content .post .more-link,
.featured-posts .post .more-link {
  font-weight: bold;
  color: #8d00bc;
  font-size: 0.9em; }

.content .post .more-link:hover,
.featured-posts .post .more-link:hover {
  color: #003643; }


.blog-content-img figure {
    float: left;
    width: 100%;
}

.blog-content-img figure img {width: 100%;}


.blog-content-img {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

@media (max-width: 1079px) {
	.news-posts {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 575px) {
	.news-posts {
		grid-template-columns: 1fr;
	}
}


.block-hero_bg{
    position: absolute;
    inset: 0;
    display: flex;
}
.block-hero_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.eyebrow {
	font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    margin: 0 0 1.1em;
}

.img-txt h2 {
	margin-bottom: .5em;
	font-weight: 700;
}

.img-txt p {
	font-size: 16px;
	max-width: 600px;
}

.img-txt {
	 position: relative; 
  overflow: hidden; 
  width: 100%; 
}

  .img-txt .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
	gap: 50px;
}


   .img-txt .container figure {
		margin: 0 auto;
	}

.img-txt .container aside {
	width: 50%;
	margin: 0 auto;
}


.img-txt--reverse .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
	gap: 50px;
}

.img-txt--reverse .container aside {
	width: 50%;
		margin: 0 auto;
}

.img-txt--reverse .container figure {
		margin: 0 auto;
}

  .img-txt aside {
    -ms-flex-item-align: center;
        align-self: center; }
    .img-txt aside figure {
      width: 50vw; }
      .img-txt aside figure img {
        width: 100%;
        height: auto;
        display: block; }
  .img-txt article > * {
    max-width: 520px;
    color: #fff; }
  .img-txt article p {
    font-size: 0.8em;
    margin-bottom: 1em;
    line-height: 1.5; }
  .img-txt article ul {
    font-size: 0.68em;
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 1.5em;
    max-width: 444px;
    letter-spacing: 0.05em; }
    .img-txt article ul li {
      border-bottom: solid 1px #c5c5c5;
      padding: 1em 0; }
      .img-txt article ul li strong {
        text-transform: none;
        display: block;
        font-weight: 300;
        margin-top: 0.2em; }
  .img-txt article > *:last-child {
    margin-bottom: 0; }


.author-section {
	 position: relative; 
  overflow: hidden; 
  width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}

.author-section figure {
	max-width: 300px;
}

.author-section aside {
	display: flex;
	gap: 25px;
}

.author-section h2 {
	margin-bottom: .5em;
	font-weight: 700;
}

.author-section p {
	font-size: 15px;
	max-width: 780px;
}


.hero-img-txt {
	 position: relative; 
  overflow: hidden; 
  width: 100%; 
	padding: 25px 0px 0px 0px;
}

  .hero-img-txt .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
	gap: 70px;
	  max-width: 850px;
	  margin: 0 auto;
	  justify-content: center;
}

.hero-img-txt h1 {
	margin-bottom: .5em;
	font-weight: 700;
	color: #045082;
}

.hero-img-txt h1 span {
    color: #bd252b;
}


.hero-img-txt p {
	font-size: 16px;
	max-width: 600px;
}

   .hero-img-txt .container figure {
		margin: 0 auto;
	}

.hero-img-txt .container aside {
	width: 50%;
}

  @media (max-width: 767px) {
	
	  	 .hero-img-txt .container {
        flex-direction: column;
	  }
	  
	  .author-section aside {
		  flex-direction: column;
	  }
	  
	    .hero-img-txt .container aside {
		  width: 100%;
	  }
	  
       .hero-img-txt figure {
          max-width: 300px;
 		}
	}



.header__nav {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.header__nav > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
	align-items: center;
}
.header__nav ul li {
  text-transform: uppercase;
  position: relative;
}
.header__nav ul li a {
  color: #000;
}
.header__nav ul li a:hover, .header__nav ul li a:focus, .header__nav ul li a.hover {
  color: #F47C2C;
}

@media (max-width: 1369px) {
  .header .container {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    min-height: 80px;
  }
	
  .header__nav ul {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}


  .header__nav ul li .sub-menu {
    position: absolute;
    top: 100%;
    display: block;
    text-align: left;
    width: 220px;
    background-color: #182940;
  padding: 20px;
  }
  .header__nav ul li .sub-menu li a {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    display: block;
	  color: #fff;
  }

  .header__nav ul li .sub-menu li a:hover {
     color: #F47C2C;

  }

@media (max-width: 1244px) {
	.header__nav {
		display: none;
	}
	
}
@media (max-width: 767px) {
  .header .container {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    min-height: 72px;
  }
}

.order-btns {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 10px;
}

/*------------------------------------
GLOBAL SECTION SPACING
------------------------------------*/

section{
    padding:25px 0;
}


/*------------------------------------
VIDEO FEATURE
------------------------------------*/

.video-feature{
	display: grid;
    grid-template-columns: 1.5fr 1fr;
    align-items: start;
    max-width: 1300px;
    justify-items: start;
    margin: 0 auto;
}

.video-feature1{
    display: block;
}

.video-feature h3 {
	text-transform: uppercase;
	color: #045082;
	font-size: 18px;
	font-weight: 600;
}

.video-frame iframe,
.video-frame video{
    width:100%;
    border-radius:20px;
	margin-bottom: 10px;
}

.purchase-grid{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.purchase-card{
    background: #F5EFE8;
	display: flex;
    padding: 20px;
	gap: 20px;
    border-radius:12px;
    border:1px solid #e5e5e5;
	align-items: flex-start;
}

.purchase-card img {
	max-width: 55px;
	width: 100%;
	border-radius: 12px;
	height: 100%;
}

.purchase-card h4 {
	font-size: 17px;
	text-transform: none;
	margin-bottom: 10px;
}

.purchase-card p {
	font-size: 16px;
	max-width: 300px;
	margin-bottom: 12px;
}

@media (max-width: 991px) {
	.video-feature {
		grid-template-columns: 1fr;
		gap: 50px;
	}
}


/*------------------------------------
POSTER
------------------------------------*/

.poster-wrap{
    text-align:center;
}

.poster-wrap img{
    max-width:900px;
    width:100%;
    border-radius:10px;
}

/*------------------------------------
REVIEWS
------------------------------------*/

.reviews-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.review-card{
    border:1px solid #ddd;
    padding:30px;
    border-radius:10px;
    background:#fff;
}

/*------------------------------------
EVENTS
------------------------------------*/

.events-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.event-card{
    border:1px solid #eee;
    padding:25px;
    border-radius:10px;
}

.contact-stan {
	padding-bottom: 50px;
}

.contact-grid{
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:70px;
    align-items:center;
}

.contact-copy{
    position:relative;
	border-right: 1px solid #000;
    padding-right: 40px;
}

.contact-copy p {
	max-width: 700px;
}

.contact-copy h2{
    margin-bottom:10px;
	font-size: 28px;
}

.contact-copy h3{
    color:#a63b2f;
	font-size: 18px;
}

.contact-copy p:last-child{
    margin-bottom:0;
}


.contact-card img {
	max-width: 30px;
	margin-right: 10px;
}

.contact-card .label{
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
	font-weight: 700;
    margin-bottom: 15px;
	text-align: left;
}

.contact-card .email{
    display: block;
    font-size: 18px;
    font-weight: 700;
    color:#0f2d52;
    text-decoration:none;
    line-height:1.2;
    margin-bottom:25px;
    transition:.3s;
}

.contact-card .email:hover{
    color:#b23b2e;
}

@media (max-width:991px){

    .contact-grid{
        grid-template-columns:1fr;
        gap:50px;
    }
	
	.contact-copy {
		border-right: none;
	}

}


/* ── Why This Book ─────────────────────────────────── */

.why-book .why-grid {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 55px;
    max-width: 1300px;
    margin: 0 auto;
    align-items: center;
	justify-items: center;
}

.why-side img {
    border-radius:20px;
	max-width: 350px;
}

.why-book .why-main h2 {
    font-size: 28px;
    font-weight: 700;
    color: #bd252b;
    padding-bottom: 16px;
    border-bottom: 1px solid #ccc;
}

.author-section h2 {
	font-size: 28px;
    font-weight: 700;
    color: #bd252b;
    padding-bottom: 16px;
}

.why-book .why-main p {
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 14px;
}

/* Pull quote box */
.why-book .why-main blockquote {
    position: relative;
    border: 1px solid #d4c4a0;
    padding: 22px 24px 28px;
    margin: 28px 0 0;
}

.why-book .why-main blockquote::before {
    content: '\201C';
    position: absolute;
    top: -28px;
    left: 10px;
    font-size: 56px;
    line-height: 1;
    color: #c8a249;
    background: #fff;
    padding: 0 4px;
}

.why-book .why-main blockquote::after {
    content: '\201D';
    position: absolute;
    bottom: -28px;
    right: 10px;
    font-size: 56px;
    line-height: 1;
    color: #c8a249;
    background: #fff;
    padding: 0 4px;
}

.why-book .why-main blockquote p {
    font-style: italic;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.65;
    color: #1e1e1e;
    margin: 0;
    border: none;
    padding: 0;
}

/* Right column */
.why-book .why-side p:first-child {
    color: #bd252b;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}

.why-book .why-side ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.why-book .why-side ul li {
    padding: 7px 0;
    font-size: 15px;
    color: #1e1e1e;
    line-height: 1.4;
    border-bottom: none;
}

.why-book .why-side ul li::before {
    content: '★';
    color: #bd252b;
    font-size: 11px;
    margin-right: 10px;
}

@media (max-width: 768px) {
    .why-book .why-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }
}


/* ── Early Reader Feedback ─────────────────────────────────── */

.early-feedback {
    text-align: center;
}

.early-feedback .feedback-heading {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #1e1e1e;
    margin: 0 0 14px;
}

.early-feedback .feedback-stars {
    font-size: 11px;
    letter-spacing: 8px;
    color: #8b1a1a;
    margin-bottom: 44px;
}

.early-feedback .feedback-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 48px;
    max-width: 860px;
    margin: 0 auto;
    text-align: left;
}

.early-feedback .feedback-quote {
    padding: 20px;
}

.early-feedback .feedback-open-quote {
    display: block;
    font-size: 52px;
    line-height: 1;
    color: #c8a249;
    margin-bottom: 6px;
}

.early-feedback .feedback-quote p {
    font-style: italic;
    font-size: 17px;
    line-height: 1.55;
    color: #2a2a2a;
    margin: 0 0 12px;
}

.early-feedback .feedback-author {
    display: block;
    font-style: normal;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: #bd252b;
}

.feedback-quote {
    position: relative;
    padding: 20px;
    border: 2px solid #d4c4a0;
	border-radius: 8px;
}

.feedback-quote::before {
    content: '\201C';
    display: block;
    font-size: 50px;
    line-height: 1;
	height: 40px;
    color: #c8a249;
    margin-bottom: 0px;
}


@media (max-width: 600px) {
    .early-feedback .feedback-grid {
        grid-template-columns: 1fr;
        gap: 36px 0;
    }
}

.poster-btn {
	text-align: center;
	margin: 0 auto;
}

.testimonial-cta {
	margin: 30px auto 25px auto;
}

.reviews-section h1, .about-section h1 {
	font-size: 30px;
    font-weight: 700;
    color: #bd252b;
	margin: 10px auto;
	text-align: center;
}

.about-section {
	margin: 0 auto;
	text-align: center;
}

.about-inner {
	margin-top: 50px;
}

.header__nav ul li.white-txt > a {
    color: #fff !important;
}

#bbpress-forums div.bbp-forum-author img.avatar, #bbpress-forums div.bbp-reply-author img.avatar, #bbpress-forums div.bbp-topic-author img.avatar {
	display: none;
}

#bbpress-forums div.bbp-reply-author .bbp-author-name, #bbpress-forums div.bbp-topic-author .bbp-author-name {
	font-size: 14px;
	font-weight: 600;
}

.playlist-section {
	padding: 60px 0;
}

.playlist-card {
	display: flex;
	align-items: stretch;
	background: #f7f4ee;
	border: 1px solid #e5e0d5;
	border-radius: 6px;
	overflow: hidden;
}

.playlist-info {
	flex: 0 0 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 40px 30px;
}

.playlist-note-icon {
	color: #1a1a1a;
	margin-bottom: 14px;
}

.playlist-title {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 26px;
	line-height: 1.35;
	font-weight: 400;
	color: #1a1a1a;
	margin: 0 0 14px;
}

.playlist-title em {
	font-style: italic;
}

.playlist-description {
	font-size: 14px;
	line-height: 1.5;
	color: #6b6b6b;
	margin: 0;
}

.playlist-divider {
	width: 1px;
	background: #e0dbcd;
	margin: 30px 0;
}

.playlist-tracks {
	flex: 1;
	padding: 20px 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.track-item {
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 16px 0;
}

.track-item + .track-item {
	border-top: 1px solid #e5e0d5;
}

.track-play {
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1.5px solid #1a1a1a;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1a1a1a;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
}

.track-play:hover {
	background: #1a1a1a;
	color: #f7f4ee;
}

.track-details {
	flex: 1;
	min-width: 0;
}

.track-title {
	font-size: 15px;
	font-weight: 600;
	color: #1a1a1a;
	margin: 0 0 2px;
}

.track-artist {
	font-size: 13px;
	color: #8a8a8a;
	margin: 0;
}

.track-meta {
	display: flex;
	align-items: center;
	gap: 14px;
	flex: 0 0 auto;
}

.track-duration {
	font-size: 13px;
	color: #6b6b6b;
	min-width: 34px;
	text-align: right;
}

.track-download {
	display: flex;
	color: #1a1a1a;
	opacity: 0.7;
	transition: opacity 0.2s ease;
}

.track-download:hover {
	opacity: 1;
}

@media (max-width: 720px) {
	.playlist-card {
		flex-direction: column;
	}

	.playlist-info {
		flex: none;
		padding: 30px 20px;
	}

	.playlist-divider {
		display: none;
	}

	.playlist-tracks {
		padding: 10px 20px 20px;
	}
}

.ti-widget.ti-amaz .ti-review-content strong {
	font-weight: bold!important;
}