/*
	Theme Name: Dawns Inspirations
	Theme URI: https://sealrock.co.uk/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Seal Rock 
	Author URI: http://www.studiopress.com/
	Version: 3.0.0

	Tags: blue, gray, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments

	Template: genesis
	Template Version: 2.0.0

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Genesis Responsive Slider
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Home Page
		- Portfolio
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Executive Pro Brown
		- Executive Pro Green
		- Executive Pro Orange
		- Executive Pro Purple
		- Executive Pro Red
		- Executive Pro Teal
	- Media Queries
		- Retina Display
		- max-width: 1200px
		- max-width: 1023px
		- max-width: 767px
		- max-width: 500px
		- max-width: 270px

*/

/*

/* Import custom font hkm 230118 */
@import url("https://fonts.googleapis.com/css?family=Berkshire+Swash");

/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

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

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry-content:before,
.entry-pagination:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
  content: " ";
  display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry-content:after,
.entry-pagination:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
  font-size: 62.5%;
  /* 10px browser default */
}

body {
  background-color: #c4e8f7;
  background-image: url("images/di-swirl-background.png");
  background-position-y: 1em;
  background-position-x: 20em;
  color: #222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}

a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

::-moz-selection {
  background-color: #222;
  color: #fff;
}

::selection {
  background-color: #222;
  color: #fff;
}

a {
  color: #0e99a8;
  text-decoration: none;
}

a img {
  margin-bottom: -4px;
  margin-bottom: -0.4rem;
}

a:hover {
  text-decoration: underline;
}

p {
  margin: 0 0 24px;
  margin: 0 0 2.4rem;
  padding: 0;
}

strong {
  font-weight: 700;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

blockquote,
blockquote::before {
  color: #000;
}

blockquote {
  margin: 0;
  padding: 24px 40px;
  padding: 2.4rem 4rem;
  background-color: #f8f8f8;
}

blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  font-size: 8rem;
  height: 0;
  left: -30px;
  position: relative;
  top: -40px;
}

.entry-content code {
  background-color: #333;
  color: #ddd;
}

cite {
  font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  padding: 0;
}

h1 {
  font-size: 42px;
  font-size: 4.2rem;
}

h2 {
  font-size: 36px;
  font-size: 3.6rem;
}

h3 {
  font-size: 30px;
  font-size: 3rem;
}

h4 {
  font-size: 24px;
  font-size: 2.4rem;
}

h5 {
  font-size: 20px;
  font-size: 2rem;
}

h6 {
  font-size: 16px;
  font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
}

.featured-content img,
.gallery img {
  width: auto;
  /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  box-shadow: 1px 1px 3px #eee inset;
  color: #222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 16px;
  padding: 1.6rem;
  width: 100%;
}

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}

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

::-webkit-input-placeholder {
  color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
  background-color: #64c9ea;
  border: none;
  border-radius: 5px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  padding: 16px 20px;
  padding: 1.6rem 2rem;
  width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
  background-color: #6bd5f1;
  border: none;
  text-decoration: none;
}

.button {
  border-radius: 3px;
  display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}

.home-cta a.button {
  display: inline-block;
  margin-top: -30px;
  margin-top: -3rem;
  text-align: center;
}

/* Tables
--------------------------------------------- */

table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  margin-bottom: 4rem;
  width: 100%;
}

tbody {
  border-bottom: 1px solid #ddd;
}

th,
td {
  text-align: left;
}

th {
  font-weight: bold;
  text-transform: uppercase;
}

td {
  border-top: 1px solid #ddd;
  padding: 6px 0;
  padding: 0.6rem 0;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
  margin: 0 auto;
  max-width: 1140px;
}

.executive-pro-landing .site-container {
  max-width: 800px;
}

.retreat-landing .site-container {
  max-width: 1100px;
}

.site-inner {
  -moz-box-shadow: 0 0 0 5px #fff;
  -webkit-box-shadow: 0 0 0 5px #fff;
  background-color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(1, 1, 1, 0.15);
  clear: both;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 2px;
}

.executive-pro-home .site-inner {
  overflow: visible;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content  */

.content {
  float: right;
  width: 800px;
  padding: 40px 60px 10px;
  padding: 4rem 6rem 1rem;
}

.content-sidebar .content {
  float: left;
}

.full-width-content .content {
  width: 100%;
}

.executive-pro-home .content {
  padding: 0;
}

.executive-pro-portfolio .content {
  padding: 40px 30px 0;
  padding: 4rem 3rem 0;
}

/* Primary Sidebar */
.sidebar-primary {
  background-color: #64c9ea;
  float: right;
  width: 340px;
}

.sidebar-primary a {
  color: #ffffff;
}

.sidebar-primary a:hover {
  text-decoration: underline;
}

.sidebar-content .sidebar-primary {
  float: left;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%;
}

.one-third,
.two-sixths {
  width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
  width: 65.81196581196582%;
}

.one-fourth {
  width: 23.076923076923077%;
}

.three-fourths {
  width: 74.35897435897436%;
}

.one-sixth {
  width: 14.52991452991453%;
}

.five-sixths {
  width: 82.90598290598291%;
}

.first {
  clear: both;
  margin-left: 0;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
  border: 1px solid #fff;
  float: left;
}

.alignleft .avatar {
  margin-right: 24px;
  margin-right: 2.4rem;
}

.alignright .avatar {
  margin-left: 24px;
  margin-left: 2.4rem;
}

.search-form {
  overflow: hidden;
}

.search-form input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

.search-form input[type="search"] {
  background: #fff url(images/icon-search.png) no-repeat right;
  background-size: 36px 16px;
  color: #888;
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  padding: 16px;
  padding: 1.6rem;
  text-transform: uppercase;
  width: 100%;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
  margin: 0 auto 2.4rem;
}

a.alignnone img,
img.alignnone {
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignright {
  max-width: 100%;
}

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 12px 0;
  margin: 0 2.4rem 1.2rem 0;
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px;
  margin: 0 0 2.4rem 2.4rem;
}

.entry-content .wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
  text-align: center;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

.widget_calendar caption {
  font-size: 12px;
  font-size: 1.2rem;
  font-style: italic;
  padding: 2px 6px 0 0;
  padding: 0.2rem 0.6rem 0 0;
  text-align: right;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
  background-color: #efefef;
  color: #777;
  font-size: 12px;
  font-size: 1.2rem;
  margin: -40px -60px 30px;
  /* margin: -4rem -1rem 3rem; */
  padding: 10px -1rem;
  padding: 1rem;
}

.executive-pro-home .breadcrumb {
  margin: 0;
}

.archive-description,
.author-box {
  margin-bottom: 30px;
  margin-bottom: 3rem;
  padding: 30px;
  padding: 3rem;
}

.archive-description {
  padding: 16px 20px;
  padding: 1.6rem 2rem;
}

.author-box {
  background-color: #f5f5f5;
}

.author-box-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 4px;
  margin-bottom: 0.4rem;
}

.author-box p {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
}

.author-box .avatar {
  margin-right: 24px;
  margin-right: 2.4rem;
}

.widget-area li {
  margin-bottom: 6px;
  margin-bottom: 0.6rem;
  padding-bottom: 6px;
  padding-bottom: 0.6rem;
}

.widget-area li li {
  margin: 0;
  padding-bottom: 0;
}

/* Titles
--------------------------------------------- */

.entry-title {
  font-size: 42px;
  font-size: 3.2rem;
  line-height: 1;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.entry-title a,
.sidebar .widget-title a {
  color: #333;
}

.entry-title a:hover,
.footer-widgets .entry-title a:hover {
  color: #64c9ea;
  text-decoration: none;
}

.archive-title,
.widget-title,
.executive-pro-portfolio .entry-title {
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  text-align: center;
}

.footer-widgets .entry-title,
.sidebar .entry-title {
  font-size: 16px;
  font-size: 1.6rem;
}

.executive-pro-home .home-cta .widget-title {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 6px;
  margin-bottom: 0.6rem;
  text-transform: none;
}

.executive-pro-home .home-cta .entry-title a,
.executive-pro-home .home-cta .widget-title,
.footer-widgets .entry-title a,
.footer-widgets .widget-title {
  color: #fff;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
  padding: 0;
}

.featured-content .entry-title {
  font-size: 18px;
  font-size: 1.8rem;
}

.executive-pro-home .featured-content .entry {
  margin-bottom: 36px;
  margin-bottom: 3.6rem;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
  background-color: #fff;
  color: #888;
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
  text-transform: uppercase;
}

.enews-widget input[type="submit"] {
  background-color: #64c9ea;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  text-transform: none;
  width: 100%;
}

.enews-widget input:hover[type="submit"] {
  background-color: #fff;
  color: #333;
}

.sidebar .enews-widget {
  background-color: #222;
}

.sidebar .enews-widget .widget-title {
  color: #fff;
}

.sidebar .enews-widget {
  color: #ddd;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.home-slider li {
  margin: 0;
  padding: 0;
}

.content #genesis-responsive-slider {
  background: none;
  border: none;
  padding: 0;
}

.content .genesis_responsive_slider .slide-excerpt {
  background-color: #222;
  filter: alpha(opacity=100);
  height: 100%;
  margin: 0;
  padding: 4% 5.5%;
  opacity: 1;
}

.content .genesis_responsive_slider .slide-excerpt-border {
  border: none;
  margin: 0;
  padding: 0;
}

.content .genesis_responsive_slider h2,
.content .genesis_responsive_slider h2 a {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}

.content .genesis_responsive_slider p {
  color: #ddd;
}

.content .genesis_responsive_slider p a {
  display: block;
  margin-top: 20px;
  margin-top: 2rem;
}

.content .genesis_responsive_slider .flex-direction-nav li a {
  background: url(images/icon-direction-nav.png) no-repeat -50px 0;
  background-size: 100px 98px;
  height: 49px;
  right: -25px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  width: 50px;
}

.content .genesis_responsive_slider .flex-direction-nav li a:hover {
  background-position: -50px -49px;
}

.content .genesis_responsive_slider .flex-direction-nav li a.prev {
  background-position: 0 0;
  left: -25px;
}

.content .genesis_responsive_slider .flex-direction-nav li a:hover.prev {
  background-position: 0 -49px;
}

.content .genesis_responsive_slider .flexslider .slides>li {
  overflow: hidden;
}

.content .genesis_responsive_slider .flex-control-nav {
  margin: -50px 0 0 60px;
  text-align: left;
}

.content .genesis_responsive_slider .flex-control-nav li a {
  background: url(images/icon-control-nav.png) no-repeat 0 0;
  background-size: 13px 39px;
}

.content .genesis_responsive_slider .flex-control-nav li a:hover {
  background-position: 0 -13px;
}

.content .genesis_responsive_slider .flex-control-nav li a.active {
  background-position: 0 -26px;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 16px;
  padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
  padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
  background: none;
  margin: 16px 0 0;
  margin: 1.6rem 0 0;
  padding: 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
  font-size: 14px;
  font-size: 1.4rem;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
  display: none;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
  margin: 0 auto;
  min-height: 100px;
  width: 100%;
}

/* Title Area
--------------------------------------------- */

.title-area {
  font-weight: 700;
  float: left;

  /* key fixes */
  width: 100%;
  max-width: 400px;
  /* desktop cap */
  overflow: visible;
  /* IMPORTANT: stops logo being cropped */
}

.site-title {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.25;
  margin: 0 0 5px;
  margin: 0 0 0.5rem;
}

/* Normal text-title header */
.site-title a,
.site-title a:hover {
  color: #222;
  display: block;
  padding: 28px 0 0;
  padding: 2.8rem 0 0;
  text-decoration: none;
}

/* Full width header, no widgets */
.header-full-width .title-area,
.header-full-width .site-title {
  width: 100%;
  max-width: 400px;
}

/* Logo, hide text (Genesis header-image uses background on the <a>) */
.header-image .site-description,
.header-image .site-title a {
  display: block;
  text-indent: -9999px;
}

/* ===== DESKTOP DEFAULT ===== */
.header-image .site-title a {
  display: block;
  width: 100%;
  max-width: 400px;
  min-height: 150px;

  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain !important;
}

/* Prevent any clipping anywhere in the header logo area */
.site-header,
.site-header .wrap,
.title-area {
  overflow: visible !important;
}

/* ===== TABLET (iPad etc) ===== */
@media (max-width: 1024px) {

  .title-area {
    float: none;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }

  /* THIS is the critical override */
  .header-image .site-title a {
    max-width: 320px !important;
    height: 85px !important;
    min-height: 0 !important;
    /* overrides your 150px desktop min-height */
    background-position: center !important;
    background-size: contain !important;
  }
}

/* ===== PHONES ===== */
@media (max-width: 600px) {

  .title-area {
    max-width: 220px;
  }

  .header-image .site-title a {
    max-width: 220px !important;
    height: 75px !important;
    min-height: 0 !important;
    /* overrides your 150px desktop min-height */
    background-position: center !important;
    background-size: contain !important;
  }
}


/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
  float: right;
  width: 620px;
}

.site-header .widget {
  padding: 5px 0 0;
  padding: 1rem 0 0;
}

.site-header .search-form {
  float: right;
  margin-top: 24px;
  margin-top: 2.4rem;
  width: 50%;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
  clear: both;
  color: #efefef;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.genesis-nav-menu .menu-item {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: left;
}

.genesis-nav-menu a {
  color: #efefef;
  display: block;
  padding: 16px 20px;
  padding: 1.6rem 2rem;
  position: relative;
}

.genesis-nav-menu li:hover,
.genesis-nav-menu a:hover {
  background-color: #1a9aa9;
  color: #fff;
  text-decoration: underline;
}

.genesis-nav-menu .current-menu-item>a {
  background-color: #64c9ea;
  color: #fff;
}

.genesis-nav-menu .sub-menu {
  left: -9999px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 148px;
  z-index: 999;
}

.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  border-top: none;
  color: #666;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 10px 18px;
  padding: 1rem 1.8rem;
  position: relative;
  width: 148px;
}

.genesis-nav-menu .sub-menu a:hover {
  background-color: #f5f5f5;
  color: #222;
}

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -40px 0 0 147px;
}

.genesis-nav-menu .menu-item:hover {
  position: static;
}

.genesis-nav-menu .menu-item:hover>.sub-menu {
  left: auto;
  opacity: 1;
}

.genesis-nav-menu>.first>a {
  padding-left: 0;
}

.genesis-nav-menu>.last>a {
  padding-right: 0;
}

.genesis-nav-menu>.right {
  /*display: inline-block;*/
  float: right;
  list-style-type: none;
  padding: 16px 20px;
  padding: 1.6rem 2rem;
}

.genesis-nav-menu>.right>a {
  display: inline;
  padding: 0;
}

.genesis-nav-menu>.rss>a {
  background: url(images/icon-rss.png) no-repeat left;
  background-size: 12px 12px;
  margin-left: 12px;
  margin-left: 1.2rem;
  padding-left: 16px;
  padding-left: 1.6rem;
}

.genesis-nav-menu>.twitter>a {
  background: url(images/icon-twitter-nav.png) no-repeat left;
  background-size: 16px 16px;
  padding-left: 20px;
  padding-left: 2rem;
}

.genesis-nav-menu>.search {
  padding: 0;
}

.genesis-nav-menu .search-form {
  width: 100%;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .widget_nav_menu {
  padding: 0;
}

.site-header .genesis-nav-menu {
  float: right;
  width: auto;
}

.site-header .genesis-nav-menu a {
  padding: 38px 18px 40px;
  padding: 2rem 1rem 2rem;
}

.site-header .sub-menu {
  border-top: 1px solid #eee;
}

.site-header .genesis-nav-menu .sub-menu a {
  padding: 10px 18px;
  padding: 1rem 1.8rem;
}

.site-header .sub-menu .sub-menu {
  margin-top: -40px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
  background-color: #2d99ab;
  border-radius: 6px 6px 0 0;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
  background-color: #fff;
}

/* Mobile burger + collapsible menu */
.di-menu-toggle {
  display: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 14px 16px;
  line-height: 1;
  box-shadow: none !important;
}

/* Simple burger icon */
.di-menu-toggle__icon,
.di-menu-toggle__icon::before,
.di-menu-toggle__icon::after {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  content: "";
  position: relative;
}

.di-menu-toggle__icon::before {
  top: -7px;
  position: relative;
}

.di-menu-toggle__icon::after {
  top: 5px;
  position: relative;
}

/* Default: hide burger in desktop menu */
.di-menu-toggle-li {
  display: none;
}

@media (max-width: 768px) {

  /* Show burger as first menu item */
  .di-menu-toggle-li {
    display: block;
  }

  /* Make burger look like a menu bar button */
  .di-menu-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    background: transparent;
    border: 0;
    padding: 14px 16px;
    cursor: pointer;
    box-shadow: none !important;
  }

  /* Hide all menu items except the burger until nav is open */
  #genesis-nav-primary .genesis-nav-menu>li:not(.di-menu-toggle-li) {
    display: none;
  }

  /* When open, show the items */
  #genesis-nav-primary.is-open .genesis-nav-menu>li:not(.di-menu-toggle-li) {
    display: block;
  }

  /* Stack items */
  #genesis-nav-primary .genesis-nav-menu>li {
    width: 100%;
  }

  /* Submenus behave */
  #genesis-nav-primary .genesis-nav-menu .sub-menu {
    position: static;
    left: auto;
    opacity: 1;
    width: 100%;
    display: none;
    transition: none;
  }

  #genesis-nav-primary.is-open .genesis-nav-menu .menu-item:hover>.sub-menu {
    display: block;
  }
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.home-middle,
.home-top {
  background-color: #fff;
  clear: both;
  overflow: hidden;
  padding: 60px 30px 0;
  padding: 6rem 3rem 0;
}

.home-middle .widget,
.home-top .widget {
  float: left;
  padding: 0 2.8%;
  width: 33.33333333333%;
}

.executive-pro-home a.more-link {
  clear: both;
  display: block;
  margin: 30px 0 0;
  margin: 3rem 0 0;
}

.executive-pro-home .home-cta {
  background-color: #222;
  color: #ddd;
  float: left;
  padding: 60px;
  padding: 6rem;
  width: 100%;
}

.executive-pro-home .home-cta p {
  color: #ddd;
}

/* Portfolio
--------------------------------------------- */

.executive-pro-portfolio .portfolio {
  float: left;
  padding: 0 30px 30px;
  padding: 0 3rem 3rem;
  width: 33.33333333%;
}

.executive-pro-portfolio .portfolio:nth-of-type(3n + 1) {
  clear: left;
}

.single-portfolio .content {
  text-align: center;
}

/* Entries
--------------------------------------------- */

.entry {
  margin-bottom: 40px;
  margin-bottom: 4rem;
}

.executive-pro-portfolio .entry,
.single-portfolio .entry {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
  margin-bottom: 26px;
  margin-bottom: 1rem;
}

.entry-content ol li,
.entry-content ul li {
  margin-left: 40px;
  margin-left: 4rem;
}

.entry-content ol li {
  list-style-type: decimal;
}

.entry-content ul li {
  list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
  margin-bottom: 0;
}

.content .entry-header .entry-meta {
  background-color: #f8f8f8;
  clear: both;
  color: #777;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 5;
  margin: 0 0 24px -60px;
  margin: 0 0 2.4rem -6rem;
  max-width: 600px;
  overflow: hidden;
  padding-left: 60px;
  padding-left: 6rem;
  text-transform: uppercase;
}

.content .entry-header .entry-meta a {
  color: #777;
  font-weight: 700;
}

.content .entry-header .entry-meta {
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}

.content .entry-header .entry-meta .entry-comments-link {
  background-color: #64c9ea;
  color: #fff;
  float: right;
  font-size: 12px;
  padding: 0 20px;
  padding: 0 2rem;
  text-transform: uppercase;
}

.content .entry-header .entry-meta .entry-comments-link a {
  background: url(images/icon-comments.png) no-repeat left;
  background-size: 16px 16px;
  color: #fff;
  padding-left: 32px;
  padding-left: 3.2rem;
}

.entry-footer .entry-meta {
  /* border-bottom: 10px solid #c4e8f7; */
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
  padding-top: 10px;
  padding-top: 1rem;
}

.entry-footer .entry-tags {
  background: url(images/icon-dot.png) no-repeat left;
  margin-left: 4px;
  margin-left: 0.4rem;
  padding-left: 10px;
  padding-left: 1rem;
}

/* Pagination
--------------------------------------------- */

.archive-pagination {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 30px 0;
  padding: 3rem 0;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #64c9ea;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 4px;
  margin-bottom: 0.4rem;
  padding: 8px 20px;
  padding: 0.8rem 2rem;
  text-decoration: none;
  text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
  background-color: #6bd5f1;
  text-decoration: none;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 40px;
  margin-bottom: 4rem;
  overflow: hidden;
}

.entry-comments .comment-author {
  font-weight: 700;
  margin: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%;
}

.comment-respond label {
  display: block;
  margin-right: 12px;
  margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
  list-style-type: none;
  margin: 30px;
  margin: 3rem;
  overflow: hidden;
}

.comment-list li.depth-1,
.ping-list li.depth-1 {
  margin: 30px 0;
  margin: 3rem 0;
}

.comment-list li li {
  margin-right: -1px;
  margin-right: -0.1rem;
}

.comment {
  border-right: none;
}

.comment-header,
.ping-list .comment-meta {
  background-color: #222;
  color: #fff;
  float: left;
  font-weight: 700;
  padding: 30px;
  padding: 3rem;
  width: 100%;
}

.comment-list cite,
.ping-list cite,
.says {
  display: inline-block;
}

.comment-header .comment-meta a,
.comment-metadata a {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300;
  color: #bbb;
}

.comment-content {
  clear: both;
  padding: 48px;
  padding: 4.8rem;
}

.comment-content p,
.comment-header p.comment-meta {
  margin: 0;
}

.comment .avatar {
  margin-right: 10px;
  margin-right: 1rem;
}

.alt,
.even {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
}

.comment-reply {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 48px 48px;
  padding: 0 4.8rem 4.8rem;
}

.entry-pings .reply {
  display: none;
}

.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 24px;
  padding: 2.4rem;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
  display: inline;
  font-size: 14px;
  font-size: 1.4rem;
  padding-bottom: 30px;
  padding-bottom: 3rem;
}

.sidebar p {
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}

.sidebar p:last-child,
.sidebar ul {
  margin: 0;
}

.sidebar li {
  background: url(images/icon-li.png) no-repeat 0 7px;
  background-size: 8px 8px;
  margin-bottom: 6px;
  margin-bottom: 0.6rem;
  padding: 0 0 6px 16px;
  padding: 0 0 0.6rem 1.6rem;
}

.sidebar ul>li:last-child {
  margin-bottom: 0;
}

.sidebar .widget {
  margin-bottom: 0;
  padding: 30px 40px;
  padding: 1.5rem 4rem;
  word-wrap: break-word;
}

.sidebar .search-form {
  width: 100%;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
  background-color: #222;
  color: #c8c8c8;
  clear: both;
  font-size: 14px;
  font-size: 1.4rem;
}

.footer-widgets .wrap {
  overflow: hidden;
  padding: 60px 30px 30px;
  padding: 6rem 3rem 3rem;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
  padding: 0 2.8%;
  width: 33.3333333333%;
}

.footer-widgets-1,
.footer-widgets-2 {
  float: left;
}

.footer-widgets-3 {
  float: right;
}

.footer-widgets .widget {
  margin-bottom: 30px;
  margin-bottom: 3rem;
  word-wrap: break-word;
}

.footer-widgets li {
  background: url(images/icon-li-footer.png) no-repeat 0 7px;
  background-size: 8px 8px;
  list-style-type: none;
  margin-bottom: 6px;
  margin-bottom: 0.6rem;
  padding: 0 0 6px 16px;
  padding: 0 0 0.6rem 1.6rem;
}

.footer-widgets .search-form {
  width: 100%;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
  color: #222;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 40px 0;
  padding: 4rem 0;
  text-align: center;
  text-transform: uppercase;
}

.site-footer a {
  color: #222;
}

.site-footer p {
  margin: 0;
}

/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Executive Pro Brown
--------------------------------------------- */

.executive-pro-brown a,
.executive-pro-brown .entry-title a:hover,
.executive-pro-brown .footer-widgets .entry-title a:hover {
  color: #a68064;
}

.executive-pro-brown .genesis-nav-menu a {
  color: #666;
}

.executive-pro-brown .entry-title a,
.executive-pro-brown .site-title a,
.executive-pro-brown .site-title a:hover,
.executive-pro-brown .site-footer a {
  color: #222;
}

.executive-pro-brown .content .entry-header .entry-meta .entry-comments-link a,
.executive-pro-brown .footer-widgets .entry-title a,
.executive-pro-brown .genesis-nav-menu .current-menu-item>a,
.executive-pro-brown .genesis-nav-menu a:active,
.executive-pro-brown a.button {
  color: #fff;
}

.executive-pro-brown .comment-header .comment-meta a,
.executive-pro-brown .comment-metadata a {
  color: #bbb;
}

.executive-pro-brown .enews-widget input[type="submit"],
.executive-pro-brown .content .entry-header .entry-meta .entry-comments-link,
.executive-pro-brown .genesis-nav-menu .current-menu-item>a,
.executive-pro-brown .archive-pagination li a,
.executive-pro-brown a.button,
.executive-pro-brown button,
.executive-pro-brown input[type="button"],
.executive-pro-brown input[type="reset"],
.executive-pro-brown input[type="submit"] {
  background-color: #a68064;
}

.executive-pro-brown .archive-pagination li a:hover,
.executive-pro-brown .archive-pagination li.active a,
.executive-pro-brown a:hover.button,
.executive-pro-brown button:hover,
.executive-pro-brown input:hover[type="button"],
.executive-pro-brown input:hover[type="reset"],
.executive-pro-brown input:hover[type="submit"] {
  background-color: #b2886b;
}

/* Executive Pro Green
--------------------------------------------- */

.executive-pro-green a,
.executive-pro-green .entry-title a:hover,
.executive-pro-green .footer-widgets .entry-title a:hover {
  color: #60cd69;
}

.executive-pro-green .genesis-nav-menu a {
  color: #666;
}

.executive-pro-green .entry-title a,
.executive-pro-green .site-title a,
.executive-pro-green .site-title a:hover,
.executive-pro-green .site-footer a {
  color: #222;
}

.executive-pro-green .content .entry-header .entry-meta .entry-comments-link a,
.executive-pro-green .footer-widgets .entry-title a,
.executive-pro-green .genesis-nav-menu .current-menu-item>a,
.executive-pro-green .genesis-nav-menu a:active,
.executive-pro-green a.button {
  color: #fff;
}

.executive-pro-green .comment-header .comment-meta a,
.executive-pro-green .comment-metadata a {
  color: #bbb;
}

.executive-pro-green .enews-widget input[type="submit"],
.executive-pro-green .content .entry-header .entry-meta .entry-comments-link,
.executive-pro-green .genesis-nav-menu .current-menu-item>a,
.executive-pro-green .archive-pagination li a,
.executive-pro-green a.button,
.executive-pro-green button,
.executive-pro-green input[type="button"],
.executive-pro-green input[type="reset"],
.executive-pro-green input[type="submit"] {
  background-color: #60cd69;
}

.executive-pro-green .archive-pagination li a:hover,
.executive-pro-green .archive-pagination li.active a,
.executive-pro-green a:hover.button,
.executive-pro-green button:hover,
.executive-pro-green input:hover[type="button"],
.executive-pro-green input:hover[type="reset"],
.executive-pro-green input:hover[type="submit"] {
  background-color: #66d970;
}

/* Executive Pro Orange
--------------------------------------------- */

.executive-pro-orange a,
.executive-pro-orange .entry-title a:hover,
.executive-pro-orange .footer-widgets .entry-title a:hover {
  color: #e0a24b;
}

.executive-pro-orange .genesis-nav-menu a {
  color: #666;
}

.executive-pro-orange .entry-title a,
.executive-pro-orange .site-title a,
.executive-pro-orange .site-title a:hover,
.executive-pro-orange .site-footer a {
  color: #222;
}

.executive-pro-orange .content .entry-header .entry-meta .entry-comments-link a,
.executive-pro-orange .footer-widgets .entry-title a,
.executive-pro-orange .genesis-nav-menu .current-menu-item>a,
.executive-pro-orange .genesis-nav-menu a:active,
.executive-pro-orange a.button {
  color: #fff;
}

.executive-pro-orange .comment-header .comment-meta a,
.executive-pro-orange .comment-metadata a {
  color: #bbb;
}

.executive-pro-orange .enews-widget input[type="submit"],
.executive-pro-orange .content .entry-header .entry-meta .entry-comments-link,
.executive-pro-orange .genesis-nav-menu .current-menu-item>a,
.executive-pro-orange .archive-pagination li a,
.executive-pro-orange a.button,
.executive-pro-orange button,
.executive-pro-orange input[type="button"],
.executive-pro-orange input[type="reset"],
.executive-pro-orange input[type="submit"] {
  background-color: #e0a24b;
}

.executive-pro-orange .archive-pagination li a:hover,
.executive-pro-orange .archive-pagination li.active a,
.executive-pro-orange a:hover.button,
.executive-pro-orange button:hover,
.executive-pro-orange input:hover[type="button"],
.executive-pro-orange input:hover[type="reset"],
.executive-pro-orange input:hover[type="submit"] {
  background-color: #e9ad50;
}

/* Executive Pro Purple
--------------------------------------------- */

.executive-pro-purple a,
.executive-pro-purple .entry-title a:hover,
.executive-pro-purple .footer-widgets .entry-title a:hover {
  color: #9e63ec;
}

.executive-pro-purple .genesis-nav-menu a {
  color: #666;
}

.executive-pro-purple .entry-title a,
.executive-pro-purple .site-title a,
.executive-pro-purple .site-title a:hover,
.executive-pro-purple .site-footer a {
  color: #222;
}

.executive-pro-purple .content .entry-header .entry-meta .entry-comments-link a,
.executive-pro-purple .footer-widgets .entry-title a,
.executive-pro-purple .genesis-nav-menu .current-menu-item>a,
.executive-pro-purple .genesis-nav-menu a:active,
.executive-pro-purple a.button {
  color: #fff;
}

.executive-pro-purple .comment-header .comment-meta a,
.executive-pro-purple .comment-metadata a {
  color: #bbb;
}

.executive-pro-purple .enews-widget input[type="submit"],
.executive-pro-purple .content .entry-header .entry-meta .entry-comments-link,
.executive-pro-purple .genesis-nav-menu .current-menu-item>a,
.executive-pro-purple .archive-pagination li a,
.executive-pro-purple a.button,
.executive-pro-purple button,
.executive-pro-purple input[type="button"],
.executive-pro-purple input[type="reset"],
.executive-pro-purple input[type="submit"] {
  background-color: #9e63ec;
}

.executive-pro-purple .archive-pagination li a:hover,
.executive-pro-purple .archive-pagination li.active a,
.executive-pro-purple a:hover.button,
.executive-pro-purple button:hover,
.executive-pro-purple input:hover[type="button"],
.executive-pro-purple input:hover[type="reset"],
.executive-pro-purple input:hover[type="submit"] {
  background-color: #a969f3;
}

/* Executive Pro Red
--------------------------------------------- */

.executive-pro-red a,
.executive-pro-red .entry-title a:hover,
.executive-pro-red .footer-widgets .entry-title a:hover {
  color: #e04b4b;
}

.executive-pro-red .genesis-nav-menu a {
  color: #666;
}

.executive-pro-red .entry-title a,
.executive-pro-red .site-title a,
.executive-pro-red .site-title a:hover,
.executive-pro-red .site-footer a {
  color: #222;
}

.executive-pro-red .content .entry-header .entry-meta .entry-comments-link a,
.executive-pro-red .footer-widgets .entry-title a,
.executive-pro-red .genesis-nav-menu .current-menu-item>a,
.executive-pro-red .genesis-nav-menu a:active,
.executive-pro-red a.button {
  color: #fff;
}

.executive-pro-red .comment-header .comment-meta a,
.executive-pro-red .comment-metadata a {
  color: #bbb;
}

.executive-pro-red .enews-widget input[type="submit"],
.executive-pro-red .content .entry-header .entry-meta .entry-comments-link,
.executive-pro-red .genesis-nav-menu .current-menu-item>a,
.executive-pro-red .archive-pagination li a,
.executive-pro-red a.button,
.executive-pro-red button,
.executive-pro-red input[type="button"],
.executive-pro-red input[type="reset"],
.executive-pro-red input[type="submit"] {
  background-color: #e04b4b;
}

.executive-pro-red .archive-pagination li a:hover,
.executive-pro-red .archive-pagination li.active a,
.executive-pro-red a:hover.button,
.executive-pro-red button:hover,
.executive-pro-red input:hover[type="button"],
.executive-pro-red input:hover[type="reset"],
.executive-pro-red input:hover[type="submit"] {
  background-color: #e95050;
}

/* Executive Pro Teal
--------------------------------------------- */

.executive-pro-teal a,
.executive-pro-teal .entry-title a:hover,
.executive-pro-teal .footer-widgets .entry-title a:hover {
  color: #4be0d4;
}

.executive-pro-teal .genesis-nav-menu a {
  color: #666;
}

.executive-pro-teal .entry-title a,
.executive-pro-teal .site-title a,
.executive-pro-teal .site-title a:hover,
.executive-pro-teal .site-footer a {
  color: #222;
}

.executive-pro-teal .content .entry-header .entry-meta .entry-comments-link a,
.executive-pro-teal .footer-widgets .entry-title a,
.executive-pro-teal .genesis-nav-menu .current-menu-item>a,
.executive-pro-teal .genesis-nav-menu a:active,
.executive-pro-teal a.button {
  color: #fff;
}

.executive-pro-teal .comment-header .comment-meta a,
.executive-pro-teal .comment-metadata a {
  color: #bbb;
}

.executive-pro-teal .enews-widget input[type="submit"],
.executive-pro-teal .content .entry-header .entry-meta .entry-comments-link,
.executive-pro-teal .genesis-nav-menu .current-menu-item>a,
.executive-pro-teal .archive-pagination li a,
.executive-pro-teal a.button,
.executive-pro-teal button,
.executive-pro-teal input[type="button"],
.executive-pro-teal input[type="reset"],
.executive-pro-teal input[type="submit"] {
  background-color: #4be0d4;
}

.executive-pro-teal .archive-pagination li a:hover,
.executive-pro-teal .archive-pagination li.active a,
.executive-pro-teal a:hover.button,
.executive-pro-teal button:hover,
.executive-pro-teal input:hover[type="button"],
.executive-pro-teal input:hover[type="reset"],
.executive-pro-teal input:hover[type="submit"] {
  background-color: #50e9df;
}

/* HKM Custom alterations
---------------------------------------------------------------------------------------------------- */
/* Warning style boxes */

span.info,
span.success,
span.warning,
span.error,
span.validation {
  border: 1px solid;
  margin: 20px 0px 20px;
  padding: 15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
  display: block;
}

span.info {
  color: #00529b;
  background-color: #bde5f8;
  background-image: url(images/icons/info.png);
}

span.success {
  color: #4f8a10;
  background-color: #dff2bf;
  background-image: url(images/icons/success.png);
}

span.warning {
  color: #9f6000;
  background-color: #feefb3;
  background-image: url(images/icons/warning.png);
}

span.error {
  color: #d8000c;
  background-color: #ffbaba;
  background-image: url(images/icons/error.png);
}

/*Signup form styling */
form#signup .input-text {
  color: #333333;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*Woocommerce Modifications */

#customer_login .col-1 {
  float: left;
  width: 48%;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  float: left;
  width: 100%;
}

.woocommerce #account_password_field {
  clear: left;
}

div.tutorial-featured-image,
portfolio-featured-image img {
  padding: 5px;
  border: 5px solid #efefef;
  float: left;
  max-width: 100%;
}

div.portfolio-featured-image img {
  padding: 5px;
  border: 5px solid #efefef;
}

div.featured-image-logged-in {
  float: right;
  padding: 5px;
  border: 5px solid #efefef;
}

.woocommerce div.product div.images img {
  padding: 5px;
  border: 5px solid #efefef;
}

ul.products img {
  padding: 5px;
  border: 5px solid #efefef;
}

div.buy-now-button {
  float: right;
}

div.tutorial-intro {
  text-align: center;
}

div.tutorial-intro h1 {
  text-align: left;
  font-size: 2em;
}

div.tutorial-intro p {
  text-align: left;
  margin: 20px 0 10px 0;
}

.woocommerce a.button.add_to_cart_button {
  background-color: #28a745;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 12px 20px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.woocommerce a.button.add_to_cart_button:hover {
  background-color: #218838;
  color: white;
}

/* Tutorial page layout to put navigaion buttons at the bottom */
/* Grid container for portfolio archive */
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  padding: 0 0 4rem 0;
  overflow: visible;
}

/* Individual portfolio item */
.executive-pro-portfolio .entry {
  background: #fff;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 280px;
  box-shadow: 0 0.5rem 1rem rgba(1, 1, 1, 0.15);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  cursor: pointer;
  transform-origin: center center;
  border-radius: 5px;
}

.executive-pro-portfolio .entry:hover {
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transform: scale(1.05);
  z-index: 2;
  background-color: #fafafa;
  /* for debug, remove later */
}

.portfolio-image {
  height: 200px;
  overflow: hidden;
  margin-bottom: 15px;
}

.portfolio-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.portfolio-title {
  text-align: center;
  font-size: 1.6rem;
}

.portfolio-title a {
  text-decoration: none;
  color: #333;
}

.portfolio-title a:hover {
  color: #0073aa;
}

/* Main content background for tutorials pages */
.custom-bg-tutorials .content {
  background: url('images/wooden-background.jpg') top center repeat-y !important;
  background-size: auto !important;
  /* don't stretch, allow tiling */
}


/* Clear pagination */
.archive-pagination,
.pagination {
  clear: both;
  text-align: center;
  margin-top: 40px;
}

.portfolio-entry-inner {
  background: #fff;
  /* border: 1px solid #efefef; */
  /* padding: 15px; */
  /* box-sizing: border-box; */
  display: flex;
  flex-direction: column;
  height: 100%;
  /* box-shadow: 0 0.5rem 1rem rgba(1, 1, 1, 0.15); */
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  will-change: transform;
}

.portfolio-entry-inner:hover {
  transform: scale(1.05);
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  z-index: 2;
}

/* Stronger targeting with multiple classes */
.woocommerce .single_add_to_cart_button.button.alt {
  background-color: #28a745 !important;
  color: #ffffff !important;
  border: none;
  padding: 12px 24px;
  font-weight: bold;
  border-radius: 6px;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

.woocommerce .single_add_to_cart_button.button.alt:hover {
  background-color: #218838 !important;
}

/* Style WooCommerce quantity input field */
.woocommerce input.qty {
  width: 80px;
  height: 45px;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  border: 2px solid #ccc;
  border-radius: 6px;
  background-color: #f9f9f9;
  color: #333;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Optional: Add focus effect */
.woocommerce input.qty:focus {
  border-color: #28a745;
  outline: none;
  background-color: #fff;
}

/* Button CSS */
button,
input[type="button"],
input[type="submit"],
.btn,
.btn-primary-big,
.btn-primary-medium,
.btn-primary-small,
.btn-secondary-big,
.btn-secondary-medium,
.btn-secondary-small,
.btn-green-big,
.btn-green-medium,
.btn-green-small,
.btn-gray {
  background-clip: padding-box;
  border: medium none !important;
  border-radius: 3px;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "museo-sans", sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.btn-gray {
  color: #666666;
  position: relative;
}

button,
input[type="button"],
input[type="submit"],
.btn {
  border: medium none;
  margin: 6px;
  width: auto;
}

.btn-primary-small,
.btn-secondary-small,
.btn-green-small,
.btn-gray {
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

button,
input[type="button"],
input[type="submit"],
.content .premise-checkout-wrap .input-submit,
.btn,
.btn-primary-big,
.btn-primary-medium,
.btn-primary-small {
  background-color: #0274be;
}

.btn-secondary-big,
.btn-secondary-medium,
.btn-secondary-small {
  background-color: #333333;
}

.btn-green-big,
.btn-green-medium,
.btn-green-small {
  background-color: #9bc23c;
  border: 2px solid #ffffff !important;
  border-radius: 4px;
}

.btn-primary-big,
.btn-secondary-big,
.btn-green-big {
  font-size: 2.4rem;
  padding: 1.6rem 3.2rem;
}

button,
input[type="button"],
input[type="submit"],
.btn,
.btn-primary-medium,
.btn-secondary-medium,
.btn-green-medium {
  font-size: 1.8rem;
  padding: 1.2rem 2.4rem;
}

.btn-primary-small,
.btn-secondary-small,
.btn-green-small {
  font-size: 1.4rem;
  padding: 0.8rem 1.6rem;
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.content .premise-checkout-wrap .input-submit:hover,
.btn:hover,
.btn-primary-big:hover,
.btn-primary-medium:hover,
.btn-primary-small:hover {
  background: none repeat scroll 0 0 #005f9d;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2) inset;
  color: #ffffff;
}

.btn-gray:hover {
  background-color: #f1f1f1;
  color: #0274be;
}

.btn-secondary-big:hover,
.btn-secondary-medium:hover,
.btn-secondary-small:hover {
  background: none repeat scroll 0 0 #222222;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2) inset;
  color: #ffffff;
}

.btn-green-big:hover,
.btn-green-medium:hover,
.btn-green-small:hover {
  background: none repeat scroll 0 0 #87ae28;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1) inset;
  color: #ffffff;
}

p.disclaimer {
  font-size: 14px;
  font-style: italic;
}

ul.tick li {
  background: url(images/tick.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  list-style: none outside none;
  margin: 1em 0;
  min-height: 30px;
  padding: 0 0 0 30px;
}

div.video {
  clear: both;
  text-align: left;
}

div.salesbox {
  float: right;
  text-align: left;
  padding: 20px;
  background: #efefef;
  margin-top: 1em;
}

div#videort {
  float: right;
  margin-left: 10px;
  border: 10px solid #eee;
  padding: 2px;
}

div#videolft {
  float: left;
  margin-right: 10px;
  border: 10px solid #eee;
  padding: 2px;
}

div#sidebar-logo {
  text-align: center;
  margin-top: 10px;
}

div#tab-description h2 {
  font-size: 1.5em;
}

div#currency-info p {
  font-size: 10px;
  font-style: italic;
  font-weight: bold;
}

div#currency-info ul.currency_switcher li {
  font-size: 12px;
}

div#image-line img {
  float: left;
  margin: 5px;
}

.woocommerce_tabs .tabs {
  display: none;
}

div.customer-quotes {
  width: 40%;
  float: right;
}

div#image-border img {
  -webkit-box-shadow: 3px 3px 3px #7c7c7c;
  box-shadow: 3px 3px 3px #7c7c7c;
}

div.homepage-header-image {
  text-align: center;
  border: 10px solid #eee;
  margin-bottom: 1em;
  width: 100%;
}

p#footnote {
  font-size: 10px;
}

div#retreat-landing h1 {
  font-size: 1.6em;
  margin-top: 1em;
}

div#retreat-sub-block {
  background: #efefef url("images/headline_img.gif") no-repeat scroll left center;
  clear: both;
  font-size: 1.8em;
  letter-spacing: 1px;
  min-height: 100px;
  height: 80%;
  line-height: 120%;
  padding: 10px 0 0 100px;
  margin-bottom: 1em;
}

span.sub-header {
  clear: both;
  font-weight: bold;
  line-height: 50px;
}

/*******************Retreat Landing Page******************/

#panel,
#panel2,
#option #option2 {
  padding: 5px;
}

#panel,
#panel2 {
  padding: 50px;
  display: none;
}

.post-4002 p {
  margin: 30px 0 20px 0;
}

.post-4002 .ret-underline {
  border-bottom: 3px solid #ff0000;
}

.arrow_box {
  position: relative;
  background: #94d56f;
  border: 4px solid #178501;
}

.arrow_box:after,
.arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(148, 213, 111, 0);
  border-top-color: #94d56f;
  border-width: 30px;
  margin-left: -30px;
}

.arrow_box:before {
  border-color: rgba(23, 133, 1, 0);
  border-top-color: #178501;
  border-width: 36px;
  margin-left: -36px;
}

.arrow_box a {
  text-align: center;
}

div#arrow_box {
  margin: 20px 0 20px 0;
}

/********EOF Retreat Landing Page**************************/

/******** Quotation Box ***********************************/

div#quotation {
  background: none repeat scroll 0 0 #f4f4f4;
  border: 1px solid #dddddd;
  margin: 0 15px 15px;
  padding: 10px 5px 0 5px;
}

div#quotation p {
  color: #343434;
}

div#quotation span {
  float: right;
  font-size: 0.9em;
  font-weight: bold;
  padding: 5px;
}

/*Second Quotation box*/
div#quotation-2 blockquote {
  font-size: 18px;
  font-style: italic;
  width: 100%;
  margin: 0.25em 0;
  padding: 0.25em 40px;
  line-height: 1.45;
  position: relative;
  color: #383838;
}

div#quotation-2 blockquote:before {
  display: block;
  font-size: 80px;
  position: absolute;
  left: -20px;
  top: -20px;
  color: #7a7a7a;
}

#venue-style {
  background: #a8b384;
  color: #ffffff;
  border: 1px solid #dddddd;
  margin: 0 5px 5px;
  padding: 5px 5px 0 5px;
}

#option-header h4 {
  background: #a8b384;
  color: #ffffff;
  padding: 5px 5px 5px 5px;
}

div#venue-style p {
  margin: 5px;
  padding: 0px;
}

/*i {
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}*/

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/******** EOF Quotation Box *******************************/

/*********Homepage Banner *********************************/
.banner-ret {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0.5em 0 1em 0;
}

.banner-ret-note {
  background-color: #adebad;
  border-left: 16px solid #248f24;
}

.banner-ret-text {
  font-family: "Berkshire Swash", cursive;
  font-size: 2.2em;
  margin-left: 20px;
}

#banner-ret-btn {
  margin: 20px 0 0 50px;
}

.font-lge {
  font-size: 1.5em;
}

/*************************************************/

/* DI Navigation Header */
.di-nav-header {
  display: flex;
  justify-content: right;
  align-items: top;
  float: right;
}

.di-nav-header .di-menu li {
  display: inline-block;
}

.di-nav-header .di-menu i {
  padding-top: 10px;
  margin-left: 8px;
  color: #0e99a8;
  transition: all 0.1s ease-in-out;
}

.di-nav-header .di-menu i:hover {
  text-decoration: none;
  transform: scale(1.05);
}

/* EOF Nav Header */

div#dawns-gallery img {
  border: 10px solid #fff;
  padding: 2px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* Class for the smooth image transition */
.hidden {
  display: none;
}

#event-address::before {
  clear: both;
}

#event-address {
  text-align: left;
}

hr.sep-line {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/*
Events 
******************************************************/

.event-title {
  font-size: 1.2em;
  background-color: #efefef;
  color: #222;
  line-height: 1em;
  padding: 5px;
}

.event-details span {
  font-size: 0.9em;
  padding: 5px;
}

.desc-box {
  font-size: 0.9em;
  padding-left: 5px;
}

.links {
  display: flex;
}

.event-border {
  margin-bottom: 1em;
  -webkit-box-shadow: 5px 10px 17px -4px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 5px 10px 17px -4px rgba(0, 0, 0, 0.21);
  box-shadow: 5px 10px 17px -4px rgba(0, 0, 0, 0.21);
  padding-bottom: 0.5em;
}

@media only screen and (max-width: 768px) {
  .event-thumb {
    display: none;
  }

  .event-outer {
    display: flex;
  }
}

/*
EOF Events
******************************************************/

/* Custom Video display */

.di-flex {
  display: flex;
  align-items: center;
}

/* EOF Video Display */

/*
Card styles for homepage 
******************************************************/
.di-layout-container {
  width: 100%;
  display: grid;
  grid-template-columns: 31.5% 31.5% 31.5%;
  grid-auto-columns: 2fr;
  margin: 0 auto 0;
  text-align: center;
  grid-gap: 2em;
}

.card {
  background: #fff;
  box-shadow: 0 0.5rem 1rem rgba(1, 1, 1, 0.15);
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}

.card:hover {
  transform: scale(1.05);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.card-image {
  padding: 20px;
}

.card-heading {
  font-size: 2rem;
  padding-bottom: 1rem;
}

.card-body {
  font-size: 1rem;
}

.flt-right {
  float: right;
}

.img-bdr {
  padding: 5px;
  border: 5px solid #efefef;
}

.scale-up-center {
  -webkit-animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in {
  opacity: 0;
  transform: translateY(12px);
  animation: fadeInUp 0.5s ease-out forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Safari fallback */
@-webkit-keyframes fadeInUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}


@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}



/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
  .search-form input[type="search"] {
    background-image: url(images/icon-search@2x.png);
  }

  .content .entry-header .entry-meta .entry-comments-link a {
    background-image: url(images/icon-comments@2x.png);
  }

  .sidebar li {
    background-image: url(images/icon-li@2x.png);
  }

  .footer-widgets li {
    background-image: url(images/icon-li-footer@2x.png);
  }

  .content #genesis-responsive-slider .flex-direction-nav li a {
    background-image: url(images/icon-direction-nav@2x.png);
  }

  .content #genesis-responsive-slider .flex-control-nav li a {
    background-image: url(images/icon-control-nav@2x.png);
  }

  .genesis-nav-menu>.rss>a {
    background-image: url(images/icon-rss@2x.png);
  }

  .genesis-nav-menu>.twitter>a {
    background-image: url(images/icon-twitter-nav@2x.png);
  }
}

@media only screen and (max-width: 1200px) {
  .site-container {
    max-width: 960px;
  }

  .site-header .widget-area {
    width: 700px;
    margin-bottom: 1.5rem;
  }

  .content {
    width: 660px;
    padding: 30px 40px 10px;
    padding: 3rem 4rem 1rem;
  }

  .sidebar-primary {
    width: 300px;
  }

  /* HKM Custom changes 020620 */
  .title-area {
    max-width: 260px;
    /* don’t force width; keep responsive */
  }

  .breadcrumb {
    margin: -30px -40px 30px;
    margin: -3rem -4rem 3rem;
  }

  .content #genesis-responsive-slider .flex-control-nav,
  .content #genesis-responsive-slider .flex-direction-nav li a,
  .content #genesis-responsive-slider .flex-direction-nav li a.prev {
    display: none;
  }
}


@media only screen and (max-width: 1023px) {
  .site-container {
    max-width: 768px;
  }

  .content,
  .sidebar-primary,
  .sidebar-secondary,
  .site-header .widget-area,
  .title-area,
  .wrap {
    width: 100%;
  }

  .header-image .title-area,
  .header-image .site-title,
  .header-image .site-title a {
    float: none;
    margin: 0 auto;
  }

  .genesis-nav-menu li,
  .site-header ul.genesis-nav-menu,
  .site-header .search-form {
    float: none;
  }

  .genesis-nav-menu,
  .site-header .search-form,
  .site-header hgroup,
  .site-title {
    text-align: center;
  }

  .genesis-nav-menu a,
  .genesis-nav-menu>.first>a,
  .genesis-nav-menu>.last>a,
  .site-header .genesis-nav-menu a {
    padding: 16px;
    padding: 1.6rem;
  }

  .site-header .search-form {
    margin: 16px auto;
    margin: 1.6rem auto;
  }

  .genesis-nav-menu li.right {
    display: none;
  }

  .content #genesis-responsive-slider .slide-excerpt {
    display: none;
  }

  .comment-list li.depth-1,
  .ping-list li.depth-1 {
    margin: 30px 0;
    margin: 3rem 0;
  }

  /* HKM Amendments */
  .di-nav-header {
    justify-content: center;
    float: none;
  }

  @media only screen and (max-width: 767px) {
    .site-container {
      max-width: 600px;
    }

    .five-sixths,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .four-sixths,
    .home-middle .widget,
    .home-top .widget,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .executive-pro-portfolio .portfolio,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
      margin: 0;
      width: 100%;
    }

    .genesis-nav-menu a,
    .genesis-nav-menu>.first>a,
    .genesis-nav-menu>.last>a,
    .site-header .genesis-nav-menu a {
      font-size: 14px;
      font-size: 1.4rem;
      padding: 12px;
      padding: 1.2rem;
    }

    .home-middle,
    .home-top,
    .executive-pro-portfolio .portfolio {
      text-align: center;
    }

    .executive-pro-portfolio .portfolio {
      padding: 0 0 30px;
      padding: 0 0 3rem;
    }

    .home-cta .button.alignright {
      float: none;
      margin: 16px 0 0;
      margin: 1.6rem 0 0;
    }

    .footer-widgets-1 {
      margin: 0;
    }

    /* HKM Ammendments */
    .di-layout-container {
      display: grid;
      grid-template-columns: 50% 50%;
      grid-auto-columns: 2fr;
      grid-gap: 2rem;
    }

    .site-header .widget {
      padding: 20px 0 0;
      padding: 2rem 0 0;
    }

    #cclogo {
      display: none;
    }
  }

  @media only screen and (max-width: 500px) {
    .entry-title {
      font-size: 24px;
      font-size: 2.4rem;
    }

    .content .entry-header .entry-meta .entry-comments-link {
      display: none;
    }
  }

  @media only screen and (max-width: 270px) {
    .header-image .site-title a {
      background-size: contain !important;
    }

    .site-title {
      font-size: 26px;
      font-size: 2.6rem;
    }
  }

  .social-links {
    text-align: right;
  }

  .social-links img {
    margin: 0 10px 5px 15px;
  }

  #nav_menu-2 {
    margin-top: 20px;
  }

  /* Custom Form CSS Multibuy form */
  #gform_wrapper_18 .ginput_container_radio input[type="radio"] {
    -ms-transform: scale(1.5);
    /* IE 9 */
    -webkit-transform: scale(1.5);
    /* Chrome, Safari, Opera */
    transform: scale(1.5) translateX(+25);
    margin: 0 10px 0 15px;
  }

  .gform_wrapper ul.gfield_radio li.gchoice_18_1_0 label {
    font-size: 1em !important;
    font-weight: bold;
  }

  .gform_wrapper ul.gfield_radio li.gchoice_18_1_1 label {
    font-size: 1.5em !important;
    font-weight: bold;
  }

  .gform_wrapper #field_18_9 {
    font-size: 1.75em;
  }

  .gform_wrapper #field_18_9 label {
    background: #ddd;
    width: 100%;
    padding: 5px 0 5px 2px;
    border-bottom: 2px solid #333;
  }
}

#myTab_9500 .wpsm_nav-tabs li:first-child {
  background-color: #0000 !important;
  color: white;
  /* Optional, if you want the text color to contrast */
}

.girl-bag li a {
  font-size: 14px !important;
}

/* Reset box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

.dsimage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  /* prevents overflow */
  gap: 20px;
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: 0;
  /* keep container padding = 0 to avoid calc overflow */
}

.dsimage-grid>* {
  /* figures (grid items) */
  min-width: 0;
  /* allow them to shrink */
  margin: 0;
  /* kill default figure margins */
}

.dsborder {
  display: block;
  border: 1px solid #ddd;
  margin: 1em 0;
  padding: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform .2s ease, box-shadow .2s ease;
}

.dsborder:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.dsborder>img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  /* kill theme margins on images */
}

/* 2 columns */
@media (max-width: 900px) {
  .dsimage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* 1 column */
@media (max-width: 600px) {
  .dsimage-grid {
    grid-template-columns: 1fr;
  }
}

.bundle-offer {
  background: #fff8e1;
  border: 2px dashed #ff8800;
  border-radius: 10px;
  padding: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.bundle-offer p {
  font-size: 1.3rem;
  font-weight: 600;
  color: #4b3d10;
  margin-bottom: 0.5rem;
}

.bundle-button {
  display: inline-block;
  background: linear-gradient(135deg, #f5b301, #ff8800);
  color: #fff;
  font-weight: 700;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.2s ease;
  margin: 0.5rem 0;
}


.bundle-button:hover {
  background: linear-gradient(135deg, #ff8800, #f5b301);
  transform: scale(1.05);
}


.bundle-highlight {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #fffafc, #ffeef4);
  border: 3px solid #ff7ba5;
  border-radius: 16px;
  padding: 2rem;
  margin: 3rem 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  max-width: 1100px;
  margin-inline: auto;
  gap: 2rem;
}

.bundle-image {
  flex: 0 0 auto;
  /* prevents it from stretching */
  max-width: 350px;
  /* tighter visual balance */
  text-align: center;
}

.bundle-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  object-fit: contain;
  /* prevents distortion */
}

.bundle-content {
  flex: 1;
  text-align: left;
}

.bundle-content h2 {
  font-size: 2rem;
  color: #b84b70;
  font-weight: 700;
  margin-bottom: 1rem;
}

.bundle-content p {
  font-size: 1.6rem;
  color: #333;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.bundle-cta {
  display: inline-block;
  background: linear-gradient(135deg, #ff7ba5, #fcb045);
  color: #fff;
  font-weight: 700;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.5rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.bundle-cta:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, #fcb045, #ff7ba5);
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .bundle-highlight {
    flex-direction: column;
    text-align: center;
  }

  .bundle-content {
    text-align: center;
  }
}

/* Custom styling for currency switcher */
.currency_switcher {
  list-style: none;
  display: flex;
  gap: 4px;
  padding: 0;
  margin: 0;
}

.currency_switcher a {
  background: #eee;
  padding: 3px 8px;
  border-radius: 4px;
  text-decoration: none;
}

.currency_switcher a:hover {
  background: #ddd;
}

/* Custom woocommerce edits */
/* Boxes on Shop page */
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
  text-align: center !important;
}

.woocommerce ul.products li.product .price {
  font-size: 1.2em !important;
}

/* =========================================================
   WooCommerce Checkout – Payment Methods (FINAL FIX)
   Works with markup where input + label are siblings
   ========================================================= */

/* Reset bullets + spacing */
.woocommerce-checkout #payment ul.wc_payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce-checkout #payment ul.wc_payment_methods>li,
.woocommerce-checkout #payment ul.payment_methods>li {
  list-style: none !important;
  margin: 0 0 12px 0 !important;
  padding: 12px !important;
  border: 1px solid rgba(0, 0, 0, .10);
  border-radius: 10px;

  /* THE KEY: make the li a 2-column grid */
  display: grid !important;
  grid-template-columns: 22px 1fr;
  /* radio column + content */
  column-gap: 12px;
  align-items: start !important;

  /* Prevent any theme floats from wrecking layout */
  overflow: hidden;
}

/* RADIO: hard pin to left + kill any absolute/transform centering */
.woocommerce-checkout #payment .wc_payment_method input.input-radio {
  grid-column: 1 !important;
  grid-row: 1 !important;

  margin: 2px 0 0 0 !important;
  float: none !important;
  position: relative !important;
  left: 0 !important;
  right: auto !important;
  top: 0 !important;
  bottom: auto !important;
  transform: none !important;

  justify-self: start !important;
  align-self: start !important;
}

/* LABEL: keep content in column 2 and prevent it going off page */
.woocommerce-checkout #payment .wc_payment_method>label {
  grid-column: 2 !important;
  grid-row: 1 !important;

  margin: 0 !important;
  padding: 0 !important;

  width: auto !important;
  max-width: 100% !important;
  float: none !important;
  display: block !important;

  overflow-wrap: anywhere;
  word-break: break-word;
}

/* Payment box (Stripe/PayPal description area) */
.woocommerce-checkout #payment .wc_payment_method>.payment_box {
  grid-column: 2 !important;
  /* under the label column */
  grid-row: 2 !important;

  margin: 10px 0 0 0 !important;
  padding: 10px 12px !important;
  border-radius: 10px;
}

/* Stripe "Test mode" block shouldn’t create crazy widths */
.woocommerce-checkout #payment .wc-stripe-payment-method-instruction,
.woocommerce-checkout #payment .payment_box p,
.woocommerce-checkout #payment .payment_box fieldset {
  max-width: 100% !important;
}

/* PayPal logo + "What is PayPal?" link behave nicely */
.woocommerce-checkout #payment .payment_method_paypal label img {
  max-height: 24px;
  width: auto;
  margin-left: 8px;
  vertical-align: middle;
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  margin-left: 10px;
  white-space: nowrap;
}

/* Optional: make each row feel clickable */
.woocommerce-checkout #payment ul.wc_payment_methods>li:hover,
.woocommerce-checkout #payment ul.payment_methods>li:hover {
  border-color: rgba(0, 0, 0, .18);
}

/* Vertically align radio with payment method label text */
.woocommerce-checkout #payment .wc_payment_method {
  align-items: center !important;
}

.woocommerce-checkout #payment .wc_payment_method input.input-radio {
  margin-top: 0 !important;
  align-self: center !important;
}

/* WooCommerce product search – input + button inline */
.woocommerce-product-search {
  display: flex;
  align-items: stretch;
  gap: 0;
  max-width: 100%;
}

/* Search input fills available space */
.woocommerce-product-search .search-field {
  flex: 1;
  margin: 0;
  border-radius: 6px 0 0 6px;
}

/* Search button on the right */
.woocommerce-product-search button[type="submit"] {
  margin: 0;
  white-space: nowrap;
  border-radius: 0 6px 6px 0;
}

/* Remove theme floats if any */
.woocommerce-product-search input,
.woocommerce-product-search button {
  float: none !important;
}

/* =========================================================
   Checkout Newsletter box (match payment options)
   Forces checkbox + text inline and full-width bordered box
   ========================================================= */

/* Full width bordered "payment-style" box */
.woocommerce-checkout #di-newsletter-checkout.di-newsletter-checkout {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;

  margin: 0 0 12px 0 !important;
  padding: 12px !important;

  border: 1px solid rgba(0, 0, 0, .10) !important;
  border-radius: 10px !important;

  background: rgba(0, 0, 0, .03) !important;
  /* light grey like payment area */
}

/* Heading */
.woocommerce-checkout #di-newsletter-checkout .di-newsletter-heading {
  margin: 0 0 10px 0 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}

/* FORCE checkbox + text into one row */
.woocommerce-checkout #di-newsletter-checkout label.di-newsletter-row {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 12px !important;

  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;

  float: none !important;
  position: static !important;
  cursor: pointer !important;
}

/* Make sure checkbox doesn't become block/stacked by theme */
.woocommerce-checkout #di-newsletter-checkout label.di-newsletter-row input[type="checkbox"] {
  display: inline-block !important;
  width: 18px !important;
  height: 18px !important;

  margin: 2px 0 0 0 !important;
  flex: 0 0 auto !important;

  float: none !important;
  position: static !important;
  transform: none !important;
}

/* Text sits to the right, wraps nicely */
.woocommerce-checkout #di-newsletter-checkout .di-newsletter-text {
  display: block !important;
  line-height: 1.35 !important;
  font-weight: 400 !important;

  flex: 1 1 auto !important;
  min-width: 0 !important;
}

/* ===============================
   A–Z Scrapbook Class – missing styles
   (copied from woo stylesheet)
   =============================== */

/* PDF download list */
.az-pdf-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.az-pdf-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.az-pdf-icon {
  width: 32px;
  height: auto;
  flex-shrink: 0;
}

/* Nested / video tabs tweaks */
.nt-inner-tabs {
  border: none !important;
}

/* First tab spacing fix */
.wpsm_nav-tabs li:first-child {
  margin-left: 0 !important;
}

/* Ensure tab content spacing matches Woo layout */
.wpsm_tab_content {
  padding: 20px 0;
}

/* Woocommerce layout alterations to sort product images */

/* =========================================
   Woo product cards: equal-height, card border/padding/shadow,
   aligned buttons, and fixes blank first cell in grid
   ========================================= */

/* 1) Grid layout */
.woocommerce ul.products,
.woocommerce-page ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* IMPORTANT: stop clearfix pseudo-elements becoming grid items (blank top-left cell) */
.woocommerce ul.products::before,
.woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after {
  content: none !important;
  display: none !important;
}

/* Responsive */
@media (max-width: 900px) {

  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {

  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: 1fr;
  }
}

/* Boxes on Shop page */
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
  text-align: center !important;
  padding: 10px;
}

.woocommerce ul.products.columns-4 li.product,
.woocommerce-page ul.products.columns-4 li.product {
  text-align: center !important;
  padding: 10px;
}

.woocommerce ul.products li.product .price {
  font-size: 1.2em !important;
}

/* 2) Remove old float/width column rules */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  float: none !important;
  clear: none !important;
  width: auto !important;
  margin: 0 !important;

  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;

  /* Card styling */
  padding: 16px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  background: #fff;
}

/* 3) Make the link area the flexible “card body” */
.woocommerce ul.products li.product .woocommerce-loop-product__link,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  text-decoration: none;
}

/* 4) Consistent image slot */
.woocommerce ul.products li.product .woocommerce-loop-product__link img,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link img {
  width: 100% !important;
  height: 220px !important;
  /* adjust if needed */
  object-fit: cover;
  /* change to contain for no cropping */
  display: block;
  margin: 0 0 12px 0;

  /* Remove image border so only the card has a border */
  border: 0 !important;
  box-shadow: none !important;
}

/* If you prefer NO cropping, use this instead of object-fit: cover:
.woocommerce ul.products li.product .woocommerce-loop-product__link img {
  object-fit: contain;
}
*/

/* 5) Title block consistency */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  margin: 0 0 8px 0;
  min-height: 3.2em;
  /* roughly 2 lines */
}

/* 6) Price sits above button and pushes layout down */
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  margin-top: auto;
  margin-bottom: 12px;
}

/* 7) Button aligned to bottom */
.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce-page ul.products li.product .add_to_cart_button {
  margin-top: auto;
  align-self: stretch;
}

/* Optional: nice hover */
.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.woocommerce ul.products li.product img {
  border-radius: 8px;
}

/* Smooth hover transitions */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  transition: transform 220ms ease, box-shadow 220ms ease;
  will-change: transform;
  transform-origin: center;
  transform: translateY(0);
  /* default state */
}

/* Hover: lift + scale */
.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.14);
}

/* Respect reduced-motion */
@media (prefers-reduced-motion: reduce) {

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    transition: none !important;
    animation: none !important;
    transform: none !important;
  }
}

/* Page-load reveal */
@keyframes diProductReveal {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  /* IMPORTANT: backwards = uses the "from" state before starting,
     but DOES NOT keep control after finishing (so hover works). */
  animation: diProductReveal 520ms ease;
  animation-fill-mode: backwards;
  animation-delay: var(--di-delay, 0ms);
}

/* Stagger (first 12 cards) */
.woocommerce ul.products li.product:nth-child(1) {
  --di-delay: 0ms;
}

.woocommerce ul.products li.product:nth-child(2) {
  --di-delay: 60ms;
}

.woocommerce ul.products li.product:nth-child(3) {
  --di-delay: 120ms;
}

.woocommerce ul.products li.product:nth-child(4) {
  --di-delay: 180ms;
}

.woocommerce ul.products li.product:nth-child(5) {
  --di-delay: 240ms;
}

.woocommerce ul.products li.product:nth-child(6) {
  --di-delay: 300ms;
}

.woocommerce ul.products li.product:nth-child(7) {
  --di-delay: 360ms;
}

.woocommerce ul.products li.product:nth-child(8) {
  --di-delay: 420ms;
}

.woocommerce ul.products li.product:nth-child(9) {
  --di-delay: 480ms;
}

.woocommerce ul.products li.product:nth-child(10) {
  --di-delay: 540ms;
}

.woocommerce ul.products li.product:nth-child(11) {
  --di-delay: 600ms;
}

.woocommerce ul.products li.product:nth-child(12) {
  --di-delay: 660ms;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #fff !important;
}

/* =========================================================
   Dawn's Inspirations - Bundle Offer Box
   Place under single product Add to Cart
   ========================================================= */

/* ===============================
   Bundle Offer Box
   =============================== */

.single-product .di-bundle-offer-box {
  margin-top: 18px;
  padding: 20px;
  background: #eaf6ff;
  border: 1px solid #b7dcff;
  border-radius: 12px;
  font-size: 16px;
  line-height: 1.5;
}

/* Title */

.single-product .di-bundle-offer-title {
  font-size: 20px;
  font-weight: 700;
  margin: 6px 0 8px;
  color: #16324f;
}

/* Top badge */

.single-product .di-bundle-offer-eyebrow {
  font-size: 13px;
  font-weight: 700;
  color: #1e73be;
  margin-bottom: 4px;
}

/* Description */

.single-product .di-bundle-offer-text {
  font-size: 14px;
  margin-bottom: 10px;
}

/* Saving text */

.single-product .di-bundle-offer-saving {
  font-weight: 700;
  color: #1e73be;
  margin-bottom: 14px;
  display: block;
  font-size: 15px;
}

/* Custom add to cart using short text */
.di-no-border-btn .add_to_cart_inline {
  border: none !important;
  padding: 0 !important;
}


/* ===============================
   Bundle Button
   =============================== */

.single-product a.di-bundle-offer-button {
  display: block;
  width: 100%;
  text-align: center;
  padding: 14px 16px;
  background: #1e73be;
  border: 2px solid #1e73be;
  border-radius: 8px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s ease;
}

.single-product a.di-bundle-offer-button:hover {
  background: #155a94;
  border-color: #155a94;
  color: #ffffff;
}

#add_payment_method .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
  padding: 5px !important;
  text-align: center !important;
}

.di-gallery-caption {
  margin-top: 16px;
  padding: 18px 20px;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  border: 1px solid #eef2f5;
}

.di-gallery-caption::before {
  content: "📸 ";
  font-size: 16px;
}

.di-testimonial-box {
  margin: 30px 0;
  padding: 22px 24px;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #eef2f5;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
  position: relative;
}

.di-testimonial-box::before {
  content: "“";
  position: absolute;
  top: -10px;
  left: 14px;
  font-size: 48px;
  color: #25cdea;
  font-weight: bold;
  opacity: 0.3;
}

.di-testimonial-text {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 12px;
}

.di-testimonial-author {
  font-size: 14px;
  font-weight: 600;
  color: #1e73be;
}

/* Front page styling for offers */
.di-waterfall-offer {
  background: #fff7f3;
  padding: 36px 18px;
  margin: 28px 0;
  border-radius: 18px;
}

.di-waterfall-inner {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.di-waterfall-kicker {
  color: #c75b48;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  margin-bottom: 8px;
}

.di-waterfall-inner h2 {
  font-size: 32px;
  margin: 0 0 12px;
  color: #333;
}

.di-waterfall-intro {
  max-width: 650px;
  margin: 0 auto 24px;
  font-size: 17px;
  line-height: 1.5;
  color: #555;
}

.di-waterfall-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin: 24px 0;
}

.di-waterfall-card {
  background: #fff;
  border-radius: 16px;
  padding: 14px;
  text-decoration: none;
  color: #333;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.di-waterfall-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.di-waterfall-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  margin-bottom: 14px;
}

.di-waterfall-card h3 {
  font-size: 19px;
  margin: 0 0 6px;
  color: #333;
}

.di-waterfall-card span {
  color: #c75b48;
  font-weight: 700;
  font-size: 15px;
}

.di-waterfall-button {
  display: inline-block;
  background: #c75b48;
  color: #fff !important;
  padding: 13px 24px;
  border-radius: 999px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  margin-top: 4px;
  box-shadow: 0 8px 18px rgba(199, 91, 72, 0.25);
}

.di-waterfall-button:hover {
  opacity: 0.9;
}

@media (max-width: 700px) {
  .di-waterfall-products {
    grid-template-columns: 1fr;
  }

  .di-waterfall-inner h2 {
    font-size: 26px;
  }

  .di-waterfall-offer {
    padding: 28px 14px;
  }
}

/* Custom button for sales page */

.my-sales-button {
  display: inline-block;
  padding: 12px;
  background: #d63384;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 999px;
  font-size: 14px;
  text-align: center;
}

.my-sales-button:hover {
  background: #b9256e;
  color: #fff;
  text-decoration: none;
}

.di-intro-text {
    font-size: 21px;
    line-height: 1.55;
    text-align: center;
    max-width: 850px;
    margin: 25px auto 35px;
    color: #333;
}

.di-subheading {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    text-align: center;
    color: #8c2f6b;
    margin: 40px auto 18px;
    max-width: 850px;
}

.di-subheading::after {
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    background: #d88ab8;
    margin: 14px auto 0;
}

.di-section-text {
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
    max-width: 760px;
    margin: 0 auto 25px;
    color: #444;
}

.di-benefits-box {
    background: #fff7fb;
    border: 1px solid #f1cfe1;
    border-radius: 18px;
    padding: 28px 30px;
    max-width: 850px;
    margin: 30px auto 45px;
}

.di-benefits-box ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    font-size: 18px;
    line-height: 1.7;
}

.di-final-cta {
    background: #8c2f6b;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    padding: 35px 25px;
    margin: 50px auto 30px;
    max-width: 900px;
}

.di-final-cta h2 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #fff;
}

.di-final-cta p {
    font-size: 18px;
    margin: 0;
}

.di-video-column {
    width: 100%;
}

.di-video-column .wp-block-embed,
.di-video-column .wp-block-embed__wrapper,
.di-video-column iframe {
    width: 100% !important;
    max-width: 100% !important;
}

.di-video-column iframe {
    aspect-ratio: 16 / 9;
    height: auto !important;
    display: block;
}

.di-social-proof {
    background: linear-gradient(135deg,#fff7fb,#f8f3ff);
    border: 2px solid #e8d2e9;
    border-radius: 20px;
    padding: 40px;
    margin: 50px auto;
    text-align: center;
}


.di-bundle-hero {
  display: flex;
  gap: 16px;
  width: 100%;
  margin: 0 0 25px;
}

.di-bundle-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.bundle-buttons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  width: 100%;
  margin: 20px 0;
}

.bundle-buttons a {
  display: block;
  text-align: center;
  background: #e64b83 !important;
  color: #ffffff !important;
  padding: 14px 12px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none !important;
}

.bundle-buttons a:hover {
  background: #183153 !important;
  color: #ffffff !important;
}

@media (max-width: 600px) {
  .di-bundle-hero {
    display: block;
  }

  .di-bundle-card {
    width: 100%;
    margin-bottom: 16px;
  }

  .bundle-buttons {
    grid-template-columns: 1fr;
  }
}

/* Style just the "My Tutorials" menu link background */
#menu-item-11835 a {
	background-color: #85068a !important;
	color: #ffffff !important;
	displayrgb(10, 9, 10) !important;
	box-shadow: -12px 0 0 0 #85068a !important;
}

#menu-item-11835 a:hover {
	background-color: #6b1880 !important;
	color: #ffffff !important;
	box-shadow: -12px 0 0 0 #7F9A6F !important;
}