/*!
Theme Name: Safe Ride News
Author: Christine Winckler
Author URI: http://christinethedesigner.com
Description: Custom Theme for Safe Ride News, originally created in 2018.
Version: 02.28.2024
Text Domain: srn

*/
/*
* IMPORTANT NOTE
* While this CSS file was originally compiled from SASS, the client has needed small quick changes since then. It did not make sense to rebuild SASS tooling for these changes. 
* THIS STYLESHEET CAN NO LONGER BE BUILT FROM ITS SASS FILES WITHOUT LOSING KEY COMPONENTS.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1 Normalize
2 Elements
3 Accessibility
4 Clearings
5 Layout
5a Full Width Page Template - NOT IN SCSS
6 Header
7 Navigation
8 Home
9 Main
10 Media
11 Plugins
12 Sidebar
13 Footer
14 Infinite Scroll
15 Print
16 Block Editor - NOT IN SCSS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1 Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
2 Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

body,
button,
input,
select,
optgroup,
textarea {
  color: black;
  font-family: "Muli", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

hr {
  background-color: black;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
  clear: both; }

h1, h2, h3, h4, h5, h6 {
  color: #4d4d4d;
  line-height: 120%;
  margin-bottom: .5rem; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none; }

h1, h2 {
  clear: both; }

h1 {
  font-size: 40px;
  font-size: 2.5rem;
  margin-top: 0; }
  @media (max-width: 41em) {
    h1 {
      font-size: 32px;
      font-size: 2rem; } }

h2, .blog h2.entry-title, .archive h2.entry-title {
  font-size: 32px;
  font-size: 2rem;
  margin-top: 2.5rem; }
  @media (max-width: 41em) {
    h2, .blog h2.entry-title, .archive h2.entry-title {
      font-size: 28px;
      font-size: 1.75rem; } }

.blog h2, .archive h2 {
  font-size: 25.6px;
  font-size: 1.6rem; }

h3 {
  font-size: 25.6px;
  font-size: 1.6rem; }
  @media (max-width: 41em) {
    h3 {
      font-size: 22.4px;
      font-size: 1.4rem; } }

h4 {
  font-size: 20.8px;
  font-size: 1.3rem; }
  @media (max-width: 41em) {
    h4 {
      font-size: 19.2px;
      font-size: 1.2rem; } }

#secondary h1, #secondary h2, #secondary h3, #secondary h4, #secondary h5, #secondary h6, #colophon h1, #colophon h2, #colophon h3, #colophon h4, #colophon h5, #colophon h6 {
  font-family: "cooper-black-std", "Cooper Black", "Muli", sans-serif; }

ul, ol {
  margin: 0 0 1.5em 0;
  padding-left: 1.2em; }

ul {
  list-style: square;
  list-style-image: url(images/bullet.svg); }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: bottom;
  /* remove gaps between baseline and bottom for inline images */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags do not overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%;
  text-align: left;
  border-collapse: collapse; }

th, td {
  padding: .5rem;
  border: solid 1px #999; }

th a {
  text-decoration: none; }

p {
  margin: 0 0 1.5em 0; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em;
  font-style: italic;
  color: #4d4d4d; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #f6f6f6;
  font-family: "Muli", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

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

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

big {
  font-size: 125%; }

fieldset {
  margin-bottom: 1em; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  color: #4d4d4d;
  border: 1px solid #000;
  padding: 8px;
  height: 38px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus {
    color: #111; }

select {
  border: 1px solid #000; }

textarea {
  color: #4d4d4d;
  border: 1px solid #000;
  width: 100%; }

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  text-decoration: none;
  border: none;
  background: linear-gradient(#026591, #0d7ca2);
  color: white;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  padding: .5em 1em;
  cursor: pointer;
  margin-top: 10px; }
  button:hover, button:active, button:focus,
  .button:hover,
  .button:active,
  .button:focus,
  input[type="button"]:hover,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    background: linear-gradient(#51072c, #a5051e);
    color: white; }
  button:visited,
  .button:visited,
  input[type="button"]:visited,
  input[type="reset"]:visited,
  input[type="submit"]:visited {
    color: white; }

a {
  color: #026591; }
  a:visited {
    color: #51072c; }
  a:hover, a:focus, a:active {
    color: #a5051e; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
3 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: black;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

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

/*--------------------------------------------------------------
4 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
5 Layout
--------------------------------------------------------------*/
#top, #site-navigation, #content, .section-title, .site-info, #feature-wrapper, .highlight, #column-wrapper {
  max-width: 1250px;
  margin: 0 auto; }
  @media (max-width: 82.125em) {
    #top, #site-navigation, #content, .section-title, .site-info, #feature-wrapper, .highlight, #column-wrapper {
      margin: 0 2rem; } }
  @media (max-width: 31em) {
    #top, #site-navigation, #content, .section-title, .site-info, #feature-wrapper, .highlight, #column-wrapper {
      margin: 0 1.5rem; } }

#top {
  display: flex;
  justify-content: space-between;
  padding: 2.5rem 0; }
  #top .site-branding {
    margin-right: 2.5rem; }
  #top .site-tools {
    text-align: right;
    padding-top: 1.25rem;
    width: 31.5%; }
  @media (max-width: 47em) {
    #top {
      display: block; }
      #top .site-branding {
        text-align: center;
        margin-right: 0; }
        #top .site-branding .site-title {
          max-width: 100%;
          padding-left: 24px; }
      #top .site-tools {
        width: auto;
        display: flex;
        justify-content: center;
        align-items: center; }
        #top .site-tools #header-tools {
          margin-top: 0; } }
  @media (max-width: 31em) {
    #top {
      padding: 1.5rem 0; }
      #top .site-branding .site-description {
        display: none; }
      #top .site-branding .site-title {
        padding-left: 2%; } }

#nav-wrap {
  border-top: solid 1px black;
  float: left;
  width: 100%; }

#feature {
  padding: 2.5rem 0; }
  @media (max-width: 78em) {
    #feature {
      padding: 1.5rem 0; } }

#content {
  display: flex; }
  #content #primary {
    box-sizing: border-box;
    flex-basis: 66%;
    width: 66%;
    padding: 2.5rem 2.5rem 2.5rem 0;
    border-right: solid 1px black; }
  #content #secondary {
    box-sizing: border-box;
    flex-basis: 33%;
    width: 33%;
    padding: 2.5rem 0 2.5rem 2.5rem; }
    @media (min-width: 53em) {
      #content #secondary > section:first-child h2 {
        margin-top: 1rem; } }
  @media (max-width: 53em) {
    #content {
      flex-direction: column; }
      #content #primary.content-area, #content #secondary.widget-area {
        flex-basis: auto;
        width: 100%; }
      #content #primary {
        border-right: none;
        border-left: none;
        padding-right: 0;
        padding-left: 0; }
      #content #secondary {
        order: 2;
        border-top: solid 1px black;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0; }
      #content #secondary .textwidget .alignleft, #content #secondary .textwidget .alignright {
        margin-bottom: 1.5em; } }

body.woocommerce-cart #content, body.woocommerce-checkout #content {
  flex-direction: column; }
  body.woocommerce-cart #content #primary.content-area, body.woocommerce-cart #content #secondary.widget-area, body.woocommerce-checkout #content #primary.content-area, body.woocommerce-checkout #content #secondary.widget-area {
    flex-basis: auto;
    width: 100%; }
  body.woocommerce-cart #content #primary, body.woocommerce-checkout #content #primary {
    border-right: none;
    border-left: none;
    padding-right: 0;
    padding-left: 0; }
  body.woocommerce-cart #content #secondary, body.woocommerce-checkout #content #secondary {
    order: 2;
    border-top: solid 1px black;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0; }

body.page-template-left-sidebar-page #content #primary {
  padding: 2.5rem 0 2.5rem 2.5rem;
  border-right: none;
  border-left: solid 1px black; }
body.page-template-left-sidebar-page #content #secondary {
  padding: 2.5rem 2.5rem 2.5rem 0; }
@media (max-width: 53em) {
  body.page-template-left-sidebar-page #content {
    flex-direction: column; }
    body.page-template-left-sidebar-page #content #primary.content-area, body.page-template-left-sidebar-page #content #secondary.widget-area {
      flex-basis: auto;
      width: 100%; }
    body.page-template-left-sidebar-page #content #primary {
      border-right: none;
      border-left: none;
      padding-right: 0;
      padding-left: 0; }
    body.page-template-left-sidebar-page #content #secondary {
      order: 2;
      border-top: solid 1px black;
      padding-left: 0;
      padding-right: 0;
      padding-top: 0; } }

.blog #content #primary #main article:nth-child(2) h2 {
  margin-top: .5rem; }

#colophon {
  background: linear-gradient(#51072c, #7c0625);
  padding: 2.5rem 0; }
  
/*--------------------------------------------------------------
5a Full Width Page Template - NOT IN SCSS
--------------------------------------------------------------*/
.page-template-full-width-page #content #primary {
    flex-basis: 100%;
    width: 100%;
    border-right: none;
}

.page-template-full-width-page p, .page-template-full-width-page li {
	max-width: 45rem;
}

/*--------------------------------------------------------------
6 Header
--------------------------------------------------------------*/
.site-branding .site-title {
  margin: 0; }
.site-branding .site-description {
  margin: 0;
  font-size: 19.2px;
  font-size: 1.2rem; }
@media (max-width: 67em) {
  .site-branding .site-title {
    max-width: 450px; }
    .site-branding .site-title img {
      height: 53px; }
  .site-branding .site-description {
    font-size: 16px;
    font-size: 1rem; } }

.site-tools .search-field {
  width: calc(100% - 100px);
  height: 38px;
  margin-right: 5px; }
.site-tools .search-submit {
  line-height: 38px;
  padding: 0 1em; }
.site-tools #header-tools {
  list-style: none;
  font-size: 17.6px;
  font-size: 1.1rem;
  margin: .5rem 0 0; }
  .site-tools #header-tools a {
    text-decoration: none;
    color: #7c0625; }
  .site-tools #header-tools i {
    font-size: 20.8px;
    font-size: 1.3rem; }
  @media (max-width: 30em) {
    .site-tools #header-tools a.wpmenucart-contents span.cartcontents {
      display: none !important; }
    .site-tools #header-tools i {
      font-size: 28.8px;
      font-size: 1.8rem; } }

#feature {
  background-size: cover; }

.section-title {
  color: white;
  font-family: "cooper-black-std", "Cooper Black", "Muli", sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  letter-spacing: 1.5px; }
  @media (max-width: 78em) {
    .section-title {
      font-size: 28px;
      font-size: 1.75rem; } }

/*--------------------------------------------------------------
7 Navigation
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: bold; }
  @media (max-width: 67em) {
    .main-navigation {
      font-size: 16px;
      font-size: 1rem; } }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      float: left;
      position: absolute;
      padding: .5rem 1rem;
      top: 100%;
      left: -999em;
      z-index: 99999;
      background: linear-gradient(#026591, #0d7ca2);
      box-shadow: 0 2px 2px rgba(255, 255, 255, 0.3);
      font-size: 16px;
      font-size: 1rem; }
      @media (max-width: 67em) {
        .main-navigation ul ul {
          font-size: 14px;
          font-size: 0.875rem; } }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.sfHover > ul, .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 250px;
        padding: 6px 0;
        line-height: 1.2; }
      .main-navigation ul ul :hover > a,
      .main-navigation ul ul .focus > a,
      .main-navigation ul ul .sfHover > a {
        opacity: .8; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul,
    .main-navigation ul li.sfHover > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: inline-block;
    text-decoration: none;
    color: white; }
  .main-navigation #primary-menu > li {
    margin-right: 3.2%;
    padding: 1rem 0;
    position: relative; }
    .main-navigation #primary-menu > li:last-child {
      margin-right: 0; }
    @media (max-width: 67em) {
      .main-navigation #primary-menu > li {
        margin-right: 2.5%; } }
    .main-navigation #primary-menu > li > a {
      color: #026591; }
    .main-navigation #primary-menu > li.menu-item-has-children > a {
      position: relative; }
      .main-navigation #primary-menu > li.menu-item-has-children > a:after {
        content: '';
        display: inline-block;
        position: relative;
        top: .3em;
        left: .2em;
        height: 0;
        width: 1px;
        border: .4em solid transparent;
        border-top-color: rgba(2, 101, 145, 0.3); }
        @media (min-width: 47em) and (max-width: 55em) {
          .main-navigation #primary-menu > li.menu-item-has-children > a:after {
            content: none; } }
    .main-navigation #primary-menu > li.menu-item-has-children.current_page_item > a:after, .main-navigation #primary-menu > li.menu-item-has-children.current-menu-item > a:after, .main-navigation #primary-menu > li.menu-item-has-children.current_page_ancestor > a:after, .main-navigation #primary-menu > li.menu-item-has-children.current-menu-ancestor > a:after {
      border-top-color: rgba(81, 7, 44, 0.3); }
    .main-navigation #primary-menu > li.menu-item-has-children.current_page_item > a:hover:after, .main-navigation #primary-menu > li.menu-item-has-children.current-menu-item > a:hover:after, .main-navigation #primary-menu > li.menu-item-has-children.current_page_ancestor > a:hover:after, .main-navigation #primary-menu > li.menu-item-has-children.current-menu-ancestor > a:hover:after {
      border-top-color: rgba(2, 101, 145, 0.3); }
    .main-navigation #primary-menu > li.current_page_item > a, .main-navigation #primary-menu > li.current-menu-item > a, .main-navigation #primary-menu > li.current_page_ancestor > a, .main-navigation #primary-menu > li.current-menu-ancestor > a {
      color: #51072c; }
      .main-navigation #primary-menu > li.current_page_item > a:hover, .main-navigation #primary-menu > li.current-menu-item > a:hover, .main-navigation #primary-menu > li.current_page_ancestor > a:hover, .main-navigation #primary-menu > li.current-menu-ancestor > a:hover {
        color: #026591; }
    .main-navigation #primary-menu > li.current_page_item:after, .main-navigation #primary-menu > li.current-menu-item:after, .main-navigation #primary-menu > li.current_page_ancestor:after, .main-navigation #primary-menu > li.current-menu-ancestor:after {
      content: '';
      display: block;
      height: 1px;
      width: 1px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0;
      border: solid 10px transparent;
      border-right-width: 18px;
      border-left-width: 18px;
      border-bottom-color: #51072c; }
      @media screen and (max-width: 47em) {
        .main-navigation #primary-menu > li.current_page_item:after, .main-navigation #primary-menu > li.current-menu-item:after, .main-navigation #primary-menu > li.current_page_ancestor:after, .main-navigation #primary-menu > li.current-menu-ancestor:after {
          display: none; } }
    .main-navigation #primary-menu > li:hover:after, .main-navigation #primary-menu > li.focus:after, .main-navigation #primary-menu > li.sfHover:after {
      content: '';
      display: block;
      height: 1px;
      width: 1px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0;
      border: solid 10px transparent;
      border-right-width: 18px;
      border-left-width: 18px;
      border-bottom-color: #026591; }
  @media (min-width: 47em) and (max-width: 55em) {
    .main-navigation .menu-item-home {
      display: none; } }

/* Small menu. */
.menu-toggle, .menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active {
  display: block;
  position: relative;
  background: white;
  color: #026591;
  padding: 7px 0;
  font-size: 19.2px;
  font-size: 1.2rem;
  margin-top: 0; }
  .menu-toggle:before, .menu-toggle:hover:before, .menu-toggle:focus:before, .menu-toggle:active:before {
    content: ' ';
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background: transparent url(images/menu.svg) center center no-repeat;
    vertical-align: text-bottom;
    margin-right: 10px;
    background-size: contain; }

.toggled .menu-toggle:after {
  content: '';
  display: block;
  height: 1px;
  width: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  border: solid 8px transparent;
  border-right-width: 14px;
  border-left-width: 14px;
  border-bottom-color: #026591; }

.main-navigation.toggled ul#primary-menu {
  display: block;
  background-color: #026591;
  position: absolute;
  z-index: 999;
  padding: .5rem 1rem; }
  .main-navigation.toggled ul#primary-menu li {
    float: none;
    padding: 0;
    margin: .5rem 0; }
    .main-navigation.toggled ul#primary-menu li a {
      color: white; }
    .main-navigation.toggled ul#primary-menu li.sfHover:after, .main-navigation.toggled ul#primary-menu li:hover:after, .main-navigation.toggled ul#primary-menu li.focus:after {
      display: none; }
    .main-navigation.toggled ul#primary-menu li.menu-item-has-children > a:after {
      border-top-color: rgba(255, 255, 255, 0.5); }
    .main-navigation.toggled ul#primary-menu li .sub-menu {
      float: none;
      position: static;
      background: none;
      box-shadow: none;
      padding-top: 0;
      padding-right: 0; }

@media screen and (min-width: 47em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
8 Home
--------------------------------------------------------------*/
.home h2 {
  margin-top: 0; }
.home #home-feature {
  background-color: #026591; }
  .home #home-feature #feature-wrapper {
    display: flex;
    background: url("images/default-feature.jpg") left center no-repeat; }
  .home #home-feature #home-image {
    flex: 0 0 63%;
    position: relative;
    background-image: linear-gradient(to right, #026591, rgba(2, 101, 145, 0) 100px); }
    .home #home-feature #home-image #feature-tagline {
      display: inline-block;
      color: white;
      font-family: "cooper-black-std", "Cooper Black", "Muli", sans-serif;
      font-size: 25.6px;
      font-size: 1.6rem;
      background-image: linear-gradient(rgba(81, 7, 44, 0.9), rgba(165, 5, 30, 0.9));
      padding: .75rem 1.25rem;
      position: absolute;
      bottom: 1.25rem; }
  .home #home-feature #home-news {
    flex: 0 0 37%;
    background-image: linear-gradient(to right, rgba(2, 101, 145, 0), rgba(2, 101, 145, 0.1) 15px, #026591 75px, #026591 150px, rgba(2, 101, 145, 0) 250px); }
    @media (max-width: 78em) {
      .home #home-feature #home-news {
        background-image: linear-gradient(to right, rgba(2, 101, 145, 0), #026591 75px, #026591 150px); } }
    .home #home-feature #home-news #news-box {
      background-color: white;
      border: solid 1px black;
      padding: 1rem;
      margin: 1.25rem 0 1.25rem 4.25rem; }
      .home #home-feature #home-news #news-box h2 {
        font-family: "cooper-black-std", "Cooper Black", "Muli", sans-serif;
        font-size: 25.6px;
        font-size: 1.6rem; }
      .home #home-feature #home-news #news-box article {
        margin-bottom: 0; }
      .home #home-feature #home-news #news-box h3.entry-title {
        font-size: 17.6px;
        font-size: 1.1rem;
        margin: 1.25rem 0 0; }
      .home #home-feature #home-news #news-box .entry-meta {
        font-size: 12.8px;
        font-size: 0.8rem;
        color: gray; }
        .home #home-feature #home-news #news-box .entry-meta a {
          color: gray;
          text-decoration: underline; }
      .home #home-feature #home-news #news-box .section-more {
        text-decoration: none;
        font-weight: bold;
        display: block;
        margin: 1.25rem 0 0; }
  @media (min-width: 47em) and (max-width: 62em) {
    .home #home-feature #feature-wrapper {
      background-position: -100px center;
      margin: 0 1rem; }
    .home #home-feature #home-image {
      flex: 0 0 60%; }
      .home #home-feature #home-image #feature-tagline {
        font-size: 20.8px;
        font-size: 1.3rem;
        line-height: 1.2; }
    .home #home-feature #home-news {
      flex: 0 0 40%; }
      .home #home-feature #home-news #news-box {
        margin-left: 1.25rem; } }
  @media (max-width: 47em) {
    .home #home-feature #feature-wrapper {
      flex-wrap: wrap;
      background-position: center top;
      margin: 0; }
    .home #home-feature #home-image, .home #home-feature #home-news {
      flex: 0 0 100%; }
    .home #home-feature #home-image {
      background: none;
      border-top: solid 1px black; }
    .home #home-feature #home-image #feature-tagline {
      position: static;
      display: block;
      margin: 45% 2rem 1.25rem 2rem; }
    .home #home-feature #home-news #news-box {
      margin: 0;
      border-left: none;
      border-right: none;
      padding: 2rem; }
      .home #home-feature #home-news #news-box .section-more {
        display: inline-block;
        text-decoration: none;
        border: none;
        background: linear-gradient(#026591, #0d7ca2);
        color: white;
        font-weight: bold;
        font-size: 16px;
        font-size: 1rem;
        line-height: 24px;
        padding: .5em 1em;
        cursor: pointer;
        margin-top: 10px; }
        .home #home-feature #home-news #news-box .section-more:hover, .home #home-feature #home-news #news-box .section-more:active, .home #home-feature #home-news #news-box .section-more:focus {
          background: linear-gradient(#51072c, #a5051e);
          color: white; }
        .home #home-feature #home-news #news-box .section-more:visited {
          color: white; } }
  @media (max-width: 39em) {
    .home #home-feature #feature-wrapper {
      background-size: 140%; }
    .home #home-feature #home-image #feature-tagline {
      font-size: 19.2px;
      font-size: 1.2rem;
      line-height: 1.2; } }
  @media (max-width: 31em) {
    .home #home-feature #home-image #feature-tagline {
      margin-left: 1.5rem;
      margin-right: 1.5rem; }
    .home #home-feature #home-news #news-box {
      padding: 1.5rem; } }
.home .highlight {
  display: flex;
  margin-top: 3rem;
  margin-bottom: 2.5rem; }
  .home .highlight h2 {
    clear: none; }
  .home .highlight figure {
    flex: 0 0 33%;
    margin-right: 1.75rem;
    margin-top: 0; }
    .home .highlight figure img {
      vertical-align: bottom;
      border: solid 1px #999; }
  .home .highlight .hdes {
    flex: 0 0 calc(66% - 1.75rem); }
    .home .highlight .hdes p {
      margin-bottom: 1.25rem;
      font-size: 17.6px;
      font-size: 1.1rem; }
  @media (max-width: 50em) {
    .home .highlight {
      display: block; }
      .home .highlight figure {
        max-width: 33%;
        float: left;
        margin-bottom: 1.25rem; }
      .home .highlight .hdes p {
        clear: left; } }
  @media (max-width: 36em) {
    .home .highlight figure {
      float: none;
      max-width: 100%;
      margin-right: 0;
      margin-bottom: 2rem; }
      .home .highlight figure img {
        width: 100%; } }
.home #home-columns {
  margin: 2.5rem 0; }
  .home #home-columns h2 {
    text-align: center;
    padding: 0 1.5rem 1rem;
    border-bottom: solid 1px black;
    margin-bottom: 1.25rem;
    font-size: 36px;
    font-size: 2.25rem;
    font-family: "cooper-black-std", "Cooper Black", "Muli", sans-serif; }
    @media (max-width: 29.5em) {
      .home #home-columns h2 {
        font-size: 28px;
        font-size: 1.75rem;
        text-align: left; } }
  .home #home-columns #column-wrapper {
    display: flex;
    justify-content: space-between; }
    .home #home-columns #column-wrapper .column {
      flex: 0 0 22%; }
    @media (max-width: 60em) {
      .home #home-columns #column-wrapper {
        flex-wrap: wrap; }
        .home #home-columns #column-wrapper .column {
          flex: 0 0 48%; }
          .home #home-columns #column-wrapper .column:first-child, .home #home-columns #column-wrapper .column:nth-child(2) {
            margin-bottom: 1.5rem; } }
    @media (max-width: 29.5em) {
      .home #home-columns #column-wrapper .column {
        flex: 0 0 100%;
        margin-bottom: 2.5rem; }
        .home #home-columns #column-wrapper .column:last-child {
          margin-bottom: 0; } }
  .home #home-columns h3 {
    margin-bottom: 0;
    font-size: 22.4px;
    font-size: 1.4rem; }
  .home #home-columns p {
    margin-top: 5px;
    margin-bottom: .75rem;
    font-weight: bold;
    color: #4d4d4d;
    font-size: 14.4px;
    font-size: 0.9rem;
    line-height: 1.3; }
  .home #home-columns img {
    border: solid 1px #999; }
  .home #home-columns .product-actions {
    font-weight: bold; }
  .home #home-columns a.add-cart {
    color: #7c0625;
    margin-right: 1rem; }
    .home #home-columns a.add-cart:hover {
      color: #026591; }

/*--------------------------------------------------------------
9 Main
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 4rem; }

.updated:not(.published) {
  display: none; }

.page-header {
  margin-bottom: 2.5rem; }

.entry-title {
  margin-top: 0; }

.subtitle {
  margin-bottom: 5px;
  font-size: 19.2px;
  font-size: 1.2rem;
  color: #666;
  font-weight: bold;
  margin-top: -3px; }

.entry-meta {
  color: #4d4d4d; }

.srn-notice {
  padding: .25rem .5rem;
  margin-top: 1em;
  border: solid 1px black; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
  font-size: 18px;
  font-size: 1.125rem; }
  .page-content p:first-child, .page-content ul:first-child, .page-content ol:first-child, .page-content h2:first-child, .page-content h3:first-child,
  .entry-content p:first-child,
  .entry-content ul:first-child,
  .entry-content ol:first-child,
  .entry-content h2:first-child,
  .entry-content h3:first-child,
  .entry-summary p:first-child,
  .entry-summary ul:first-child,
  .entry-summary ol:first-child,
  .entry-summary h2:first-child,
  .entry-summary h3:first-child {
    margin-top: 0; }
  .page-content ul,
  .entry-content ul,
  .entry-summary ul {
    overflow: hidden; }
    .page-content ul.two-col,
    .entry-content ul.two-col,
    .entry-summary ul.two-col {
      column-width: 350px;
      padding-left: 0; }
      .page-content ul.two-col li,
      .entry-content ul.two-col li,
      .entry-summary ul.two-col li {
        margin-left: 1.2em; }
  .page-content .callout,
  .entry-content .callout,
  .entry-summary .callout {
    color: #7c0625; }
  .page-content > :last-child,
  .entry-content > :last-child,
  .entry-summary > :last-child {
    margin-bottom: 0; }

.sole-provider {
  font-family: "cooper-black-std", "Cooper Black", "Muli", sans-serif;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-style: italic;
  color: #7c0625; }

.more-link {
  display: inline-block;
  text-decoration: none;
  border: none;
  background: linear-gradient(#026591, #0d7ca2);
  color: white;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  padding: .5em 1em;
  cursor: pointer;
  margin-top: 10px;
  clear: both; }
  .more-link:hover, .more-link:active, .more-link:focus {
    background: linear-gradient(#51072c, #a5051e);
    color: white; }
  .more-link:visited {
    color: white; }

.related-pages {
  margin: 1.5rem 0 0 0; }
  .related-pages li {
    margin-bottom: 1.5em; }
    .related-pages li h3 {
      font-size: 20.8px;
      font-size: 1.3rem; }
    .related-pages li .entry-meta {
      margin-top: -5px; }
    .related-pages li p {
      margin-bottom: 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.list-nav span.current {
  display: inline-block;
  text-decoration: none;
  border: none;
  background: linear-gradient(#ccc, #ddd);
  color: white;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  padding: .5em 1em;
  cursor: pointer;
  margin-top: 10px;
  cursor: auto;
  margin: 0 .25rem; }
  .list-nav span.current:hover, .list-nav span.current:active, .list-nav span.current:focus {
    background: linear-gradient(#51072c, #a5051e);
    color: white; }
  .list-nav span.current:visited {
    color: white; }
  .list-nav span.current:hover, .list-nav span.current:active, .list-nav span.current:focus {
    background: linear-gradient(#ccc, #ddd); }
.list-nav a {
  display: inline-block;
  text-decoration: none;
  border: none;
  background: linear-gradient(#026591, #0d7ca2);
  color: white;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  padding: .5em 1em;
  cursor: pointer;
  margin-top: 10px;
  margin: 0 .25rem; }
  .list-nav a:hover, .list-nav a:active, .list-nav a:focus {
    background: linear-gradient(#51072c, #a5051e);
    color: white; }
  .list-nav a:visited {
    color: white; }
.list-nav .next, .list-nav .prev {
  display: none; }
@media (max-width: 53em) {
  .list-nav .page-numbers, .list-nav span.current {
    display: none; }
  .list-nav .next, .list-nav .prev {
    display: inline-block; }
  .list-nav .prev {
    margin-right: 4%; } }

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

.bypostauthor {
  display: block; }

article .entry-footer {
  margin-bottom: 1em; }
  article .entry-footer span {
    font-size: 12.8px;
    font-size: 0.8rem;
    color: gray;
    margin-right: 1em; }
    article .entry-footer span a {
      color: gray;
      text-decoration: underline; }

/*--------------------------------------------------------------
10 Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

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

.flex-viewport figure {
  max-width: none; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/* Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }

.wp-caption-text {
  text-align: left;
  line-height: 1.3;
  margin: 0.5em 0;
  font-size: 14.4px;
  font-size: 0.9rem; }

/* Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

.alignleft, .post-thumbnail {
  display: inline;
  float: left;
  margin-right: 1em;
  max-width: 50%;
  margin-top: 5px; }

.post-thumbnail {
  margin-top: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
  max-width: 50%;
  margin-top: 5px; }

.textwidget .alignleft, .textwidget .alignright {
  max-width: 40%; }

@media (max-width: 32em) {
  .alignleft, .post-thumbnail, .alignright, .textwidget .alignright, .textwidget .alignleft {
    max-width: 100%;
    width: 100%;
    float: none;
    margin: 0 0 1.5rem; } }
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
11 Plugins
--------------------------------------------------------------*/
.gquiz-answer-explanation {
  border-left: solid 4px #8fdc8f;
  padding-left: 1em;
  margin-bottom: 2.5em;
  margin-top: -.25em; }

.gquiz-correct-choice {
  font-weight: inherit !important; }

.gquiz-field-label {
  margin-bottom: .5em; }

/*--------------------------------------------------------------
12 Sidebar
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget .widget-title {
    font-size: 20.8px;
    font-size: 1.3rem;
    margin-top: 2.5rem;
    letter-spacing: .5px; }
  .widget select {
    max-width: 100%; }
  .widget li a {
    text-decoration: none; }
    .widget li a:hover {
      text-decoration: underline; }
  .widget.ctd-subscribe-widget #ctdsub_email {
    margin-right: 10px; }
  .widget.ctd-subscribe-widget #ctdsub_submit {
    margin-top: 10px; }
  .widget.ctd-subscribe-widget .notice {
    margin: 10px 0 0 0;
    font-weight: bold; }
  .widget #mc_embed_signup {
    font: inherit; }
    .widget #mc_embed_signup .asterisk {
      color: #a5051e;
      line-height: 20px; }
    .widget #mc_embed_signup form {
      padding: 0; }
      .widget #mc_embed_signup form input[type=radio] {
        margin-right: 5px; }
      .widget #mc_embed_signup form .button {
        border-radius: 0; }

/*--------------------------------------------------------------
13 Footer
--------------------------------------------------------------*/
#colophon {
  color: rgba(255, 255, 255, 0.75); }
  #colophon a {
    color: white;
    text-decoration: none; }
    #colophon a:hover {
      color: white;
      text-decoration: underline; }
  #colophon .site-info {
    display: flex;
    justify-content: space-between; }
    #colophon .site-info .footer-column {
      margin-right: 2rem; }
      #colophon .site-info .footer-column:last-child {
        margin-right: 0; }
    @media (min-width: 78em) {
      #colophon .site-info .footer-column:first-child {
        flex-basis: 15%; }
      #colophon .site-info .footer-column:nth-child(2) {
        flex-basis: 16%; }
      #colophon .site-info .footer-column:nth-child(3) {
        flex-basis: 27%; }
      #colophon .site-info .footer-column:last-child {
        flex-basis: 30%; } }
    #colophon .site-info .widget {
      margin: 0 0 1rem 0; }
      #colophon .site-info .widget .widget-title {
        color: white;
        margin-top: 0; }
      #colophon .site-info .widget ul {
        list-style-image: none;
        list-style-type: none;
        padding-left: 0; }
        #colophon .site-info .widget ul ul {
          padding-left: 1.2em; }
        #colophon .site-info .widget ul li {
          margin: .5em 0;
          line-height: 1.3; }
    #colophon .site-info .widget_text p {
      margin-top: 5px; }
    @media (max-width: 60em) {
      #colophon .site-info {
        flex-wrap: wrap; } }

/*--------------------------------------------------------------
14 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
15 Print
--------------------------------------------------------------*/
@media print {
  #site-navigation, #secondary, #top .site-tools, #colophon {
    display: none; }

  #feature {
    background: none;
    border-bottom: solid 1px black; }
    #feature .section-title {
      color: black; }

  #content #primary {
    flex-basis: 100%;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    border-left: none;
    border-right: none; }

  .home #home-feature #home-image #feature-tagline {
    margin-top: 2rem;
    text-align: center;
    color: black; } }
	
/*--------------------------------------------------------------
16 Block Editor - NOT IN SCSS
--------------------------------------------------------------*/	
/*Thumbnails are too big, make them behave*/
.wp-block-image.size-thumbnail {
	height: 9.375rem;
	width: 9.375rem; /*1rem is 16px, so make it 150px but still relative sized*/
}
	
/*Buttons*/
.wp-element-button {
  text-decoration: none;
  border: none;
  background: linear-gradient(#026591, #0d7ca2);
  color: white;
  font-weight: bold;
  padding: .5em 1em;
  cursor: pointer;
  border-radius: 0px;
}

.wp-element-button:hover, .wp-element-button:active, .wp-element-button:focus {
    background: linear-gradient(#51072c, #a5051e);
    color: white; }
.wp-element-button:visited {
    color: white; }

/*# sourceMappingURL=style.css.map */
