/*
	Theme Name: Dave & Sissy Daily Deals Theme
	Theme URI: https://sledgehammer.agency
	Version: 1.0.2
	Author: Sledgehammer Creative

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/* ----------FONTS---------- */
/* rubik-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/base/fonts/rubik-v28-latin-regular.woff2') format('woff2');
}

/* rubik-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 400;
  src: url('/wp-content/themes/base/fonts/rubik-v28-latin-italic.woff2') format('woff2');
}

/* rubik-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  src: url('/wp-content/themes/base/fonts/rubik-v28-latin-600.woff2') format('woff2');
}

/* rubik-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/base/fonts/rubik-v28-latin-700.woff2') format('woff2');
}

/* rubik-700italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 700;
  src: url('/wp-content/themes/base/fonts/rubik-v28-latin-700italic.woff2') format('woff2');
}

/* ----------BASE STYLES---------- */
:root {
  --navy: #1c2642;
  --aqua: #35827C;
  --yellow: #f2d500;
  --gray: #d8d8d8;
  --text: #212427;
}

html {
  height: 100%;
}

body {
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Rubik', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--text);
  line-height: 1.6;
}

p,
ul,
ol {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

a,
a:link,
a:visited {
  color: var(--aqua);
  transition: all 0.3s ease-in-out !important;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  color: var(--navy);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: var(--text);
  margin-bottom: 1.5rem;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 1.375rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .875rem;
}

@media (min-width : 768px) {
  h1 {
    font-size: 3.5rem;
  }

  p,
  ul,
  ol {
    font-size: 1.25rem;
  }
}

/* ---Buttons--- */
button,
a.btn-aqua {
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  margin: 7px 0;
  background: var(--aqua);
  padding: 10px 12px;
  font-size: 1.125rem;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  transition: all 0.3s ease-in-out !important;
}

button:hover,
button:active,
button:focus,
a.btn-aqua:hover,
a.btn-aqua:active,
a.btn-aqua:focus {
  box-shadow: none;
}

button:hover,
button:active,
button:focus,
a.btn-aqua:hover,
a.btn-aqua:active,
a.btn-aqua:focus {
  background: var(--yellow);
  color: var(--navy);
  text-decoration: none;
}

a.btn-sm {
  font-size: .875rem;
}

/* ---Misc Sitewide--- */
#int main {
  padding: 40px 0 80px;
  background-color: #fff;
}

.social-wrap .icon {
  display: inline-block;
  width: 28px;
  height: 28px;
}

.corners {
  border-radius: 5px;
}

.disclaimer {
  display: block;
  margin: 0 auto;
  max-width: 800px;
  color: #656363;
  text-align: center;
  font-size: 14px;
}

/* ---Placeholders--- */
.ratio {
  position: relative;
  background-color: var(--linen);
}

.ratio .featured {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ratio .wrapper {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.ratio .wrapper img {
  width: 80%;
  max-width: 225px;
  height: auto;
  opacity: .4;
  transition: all 0.3s ease-in-out;
}

.ratio .wrapper:hover img {
  opacity: .8;
}

/* used on anti-spam form */
#theForm {
  position: absolute;
  top: 0;
  left: -99999px;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #212427;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #212427;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #212427;
}

@media (min-width : 768px) {
  #int main {
    padding: 60px 0 140px;
  }
}

/* ---Placeholders--- */
.ratio {
  position: relative;
  background-color: var(--gray);
}

.ratio .featured {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-custom {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.image-link {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
}

.ratio .wrapper {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.ratio .wrapper img {
  width: 80%;
  max-width: 225px;
  height: auto;
  opacity: .4;
  transition: all 0.3s ease-in-out;
}

.ratio .wrapper:hover img {
  opacity: .8;
}

/* ----------HEADER---------- */
header {
  background-color: var(--navy);
}

header .container-fluid {
  padding-left: 0;
  padding-right: 0;
  max-width: 1540px;
}

header .social-wrap {
  position: relative;
  z-index: 9;
}

.navbar-brand {
  margin: 0;
  padding: 0;
}

.navbar-brand img {
  width: 300px;
  height: auto;
}

.int-header {
  position: relative;
}

.int-header h1 {
  position: relative;
  margin: 0;
  padding: 150px 0;
  text-align: center;
  color: #fff;
  z-index: 99;
}

@media (min-width : 992px) {
  header .container-fluid {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  header .social-wrap {
    position: absolute;
    right: .75rem;
  }

  .navbar-brand img {
    width: 200px;
  }
}

@media (min-width : 1200px) {
  .navbar-brand img {
    width: 300px;
  }
}

/* ----------NAVIGATION---------- */
.navbar {
  padding: .5rem;
  background-color: var(--aqua);
}

.navbar-nav {
  margin-top: 10px;
  border-top: 1px solid #c4f7f1;
  text-align: center;
}

.navbar-nav .nav-link,
.navbar-nav .nav-link:link,
.navbar-nav .nav-link:visited {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  font-size: 1.5rem;
  color: #fff;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:active,
.navbar-nav .nav-link:focus {
  color: var(--navy);
  text-decoration: none;
}

.dropdown-menu {
  background-color: var(--aqua);
  border-radius: 0 0 5px 5px;
  border: none;
  text-align: center;
}

.dropdown-item,
.dropdown-item:link,
.dropdown-item:visited {
  font-size: 1.25rem;
  color: #fff;
}

.dropdown-item:hover,
.dropdown-item:active,
.dropdown-item:focus {
  color: var(--navy);
  background-color: transparent;
  text-decoration: none;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent;
}

.navbar-toggler {
  display: block;
  position: relative;
  margin: .5rem auto;
  padding: 0;
  width: 100%;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 1.5rem;
}

.navbar-toggler:hover,
.navbar-toggler:active,
.navbar-toggler:focus {
  background-color: transparent;
  color: #fff;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler .icon {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  bottom: 2px;
}

@media (min-width : 992px) {
  .navbar {
    background-color: var(--transparent);
    width: 100%;
  }

  .navbar-nav {
    margin-top: 55px;
    border-top: none;
  }

  .navbar-nav .nav-link,
  .navbar-nav .nav-link:link,
  .navbar-nav .nav-link:visited {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 1.25rem;
  }

  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link:active,
  .navbar-nav .nav-link:focus {
    color: var(--yellow);
  }

  .dropdown-menu {
    background-color: var(--navy);
  }

  .dropdown-item,
  .dropdown-item:link,
  .dropdown-item:visited {
    font-size: 1.125rem;
  }

  .dropdown-item:hover,
  .dropdown-item:active,
  .dropdown-item:focus {
    color: var(--yellow);
  }

  .navbar li:last-child a {
    padding-right: 0 !important;
  }

  .navbar li:last-child a.dropdown-item {
    padding: .25rem 1rem !important;
    /*fixes padding removed in previous rule*/
  }
}

@media (min-width : 1200px) {

  .navbar-nav .nav-link,
  .navbar-nav .nav-link:link,
  .navbar-nav .nav-link:visited {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    font-size: 1.5rem;
  }

  .dropdown-item,
  .dropdown-item:link,
  .dropdown-item:visited {
    font-size: 1.25rem;
  }
}

/* ----------HERO---------- */
.hero-wrap {
  padding: 50px .75rem;
  text-align: center;
}

.hero-wrap .container {
  background-image: url('/wp-content/themes/base/img/bg-hero-mobile.jpg');
  background-size: cover;
  background-color: var(--navy);
}

.hero-wrap .title {
  /*the heading*/
  display: block;
  padding-top: 30px;
  padding-bottom: 10px;
  font-size: 5rem;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #f2d600;
  -webkit-text-fill-color: rgba(242, 213, 0, 0);
  color: var(--yellow);
  /*fallback*/
  line-height: .9;
}

.hero-wrap h1 {
  /*the content*/
  display: block;
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.6;
}

.hero-wrap .btn-aqua {
  margin: 0 0 35px;
  padding: 15px 18px;
}

@media (min-width : 576px) {
  .hero-wrap .title {
    font-size: 4.5rem;
  }

  .hero-wrap h1 {
    font-size: 1.125rem;
  }
}

@media (min-width : 768px) {
  .hero-wrap {
    padding: 70px .75rem;
    text-align: left;
  }

  .hero-wrap .container {
    background-image: url('/wp-content/themes/base/img/bg-hero-tablet.jpg');
  }

  .hero-wrap .title {
    font-size: 4.25rem;
  }

  .hero-wrap h1 {
    max-width: 400px;
  }

  .hero-wrap .featured {
    align-self: end;
    padding-top: 30px;
    max-height: 535px;
  }
}

@media (min-width : 992px) {
  .hero-wrap .title {
    padding-bottom: 20px;
  }

  .hero-wrap h1 {
    /*the content*/
    margin-bottom: 25px;
  }
}

@media (min-width : 1200px) {
  .hero-wrap .container {
    background-image: url('/wp-content/themes/base/img/bg-hero-desktop.jpg');
  }

  .hero-wrap .title {
    font-size: 4.5rem;
  }

  .hero-wrap h1 {
    font-size: 1.25rem;
  }
}

/* ----------SUBSCRIPTIONS---------- */
.sub-wrap {
  padding: 30px 0;
  background-color: var(--gray);
}

#int .sub-wrap {
  padding: 30px 0 100px;
  background-color: var(--gray);
}

.sub-wrap .heading {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.3;
}

.sc-bWOGAC.kiYiVM {
  text-align: center !important;
}

@media (min-width : 768px) {
  .sub-wrap {
    padding: 30px 0 30px;
  }

  #int .sub-wrap {
    padding: 30px 0 120px;
  }

  .sub-wrap .heading {
    font-size: 1.75rem;
  }
}

@media (min-width : 992px) {
  #int .sub-wrap {
    padding: 30px 0 90px;
  }
}

/* ----------DEALS---------- */
main.products {
  padding: 70px 0 140px;
}

#int main.products {
  padding: 40px 0;
  background-color: #fff;
}

main.products h2 {
  font-size: 1.5rem;
  text-align: center;
}

main.products .funnel {
  background-color: #f2f2f2;
  border: 1px solid #e5e5e5;
  padding: 20px;
}

main.products .funnel .featured {
  border: 1px solid #e5e5e5;
}

main.products .funnel a.btn-aqua:hover path,
main.products .funnel a.btn-aqua:active path,
main.products .funnel a.btn-aqua:focus path {
  fill: #000;
  transition: all 0.3s ease-in-out;
}

main.products .funnel .details .heading {
  display: block;
  font-size: 1rem;
  font-weight: 600;
}

@media (min-width : 768px) {
  #int main.products {
    padding: 60px 0;
    background-color: #fff;
  }

  main.products h2 {
    font-size: 1.75rem;
  }
}

/* ----------POSTS---------- */
.archive .ratio {
  margin-bottom: 1.25rem;
}

.archive h2 {
  margin: 10px 0;
  font-size: 1.5rem;
}

.archive h2 a {
  margin: 0;
}

.archive article p {
  font-size: 1rem;
}

.date-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  line-height: 1;
  color: var(--text);
  font-size: 14px;
}

.date-wrap .icon {
  margin-right: 5px;
  width: 14px;
  height: 14px;
}

.pagination {
  background-color: var(--linen);
  padding: 7px;
  border-radius: 5px;
}

.page-numbers {
  border-radius: 5px;
  background-color: transparent;
  margin: 0 3px;
}

.prev.page-numbers,
.next.page-numbers {
  border-radius: 5px;
  background-color: #fff;
  padding: 0 10px;
}

#int .single h1 {
  margin: 10px 0 15px;
}

.single .featured,
.single .disclaimer {
  margin-bottom: 2rem;
}

.single .date-wrap.main {
  margin-bottom: 5px;
}

.single article p:last-of-type {
  margin-bottom: 2rem;
}

.single .btn-wrap {
  padding: 1rem .75rem;
  width: 40%;
  border: 1px solid #a3a3a3;
  border-radius: 5px;
  font-size: .875rem;
  color: #a3a3a3;
}

.single .btn-wrap .icon {
  position: relative;
  top: -1px;
  width: 7px;
  height: auto;
}

.single .btn-wrap a {
  display: block;
  padding: 0 0 0 9px;
  font-family: 'Lora', 'Times New Roman', sans-serif;
  font-weight: 600;
  color: var(--indigo);
}

.single .btn-wrap:last-child a {
  padding: 0 9px 0 0;
}

.single .btn-wrap a:hover,
.single .btn-wrap a:active,
.single .btn-wrap a:focus {
  color: var(--aqua);
}

.single .more-reviews {
  margin: 2rem 0 0;
}

.single .more-reviews h4 {
  position: relative;
  display: inline-block;
  margin: 0 0 5px 0;
  font-size: 1.5rem;
}

.single .more-reviews h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid var(--aqua);
}

.single .more-reviews a.title {
  display: block;
  margin: 10px 0;
}

@media (min-width : 992px) {
  .single .swp_social_panel {
    margin-bottom: 4rem !important;
  }

  .single .btn-wrap {
    padding: 1rem;
    font-size: 1rem;
  }
}

/* ----------SEARCH---------- */
.search-wrap {
  margin: 0 auto;
  display: none;
  width: 100%;
}

form.search {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

main form.search {
  margin: 0;
  max-width: 600px;
  background-color: var(--gray);
  border-radius: 5px;
}

.search-input {
  background-color: transparent;
  width: 80%;
  height: 40px;
  border: none;
  border-radius: 0;
  padding: 0 10px;
}

.search-submit {
  position: absolute;
  padding: 8px;
  top: -3px;
  right: 5px;
  font-size: 1rem;
}

.archive.search article {
  border-bottom: 1px solid var(--gray);
}

.archive.search article h2 {
  margin-bottom: 5px;
  font-size: 1.5rem;
}

/* ----------SIDEBARS---------- */
.signup-widget {
  margin-top: 30px;
  padding: 20px;
  background-color: var(--gray);
  border-radius: 5px;
}

.signup-widget .heading {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.3;
}

.signup-widget p {
  margin: 0;
  color: #3f3f3f;
}

.signup-widget .nf-field-element input[type=email] {
  background: #fff;
}

.signup-widget p.disclaimer {
  font-size: .875rem;
}

@media (min-width : 768px) {
  .signup-widget {
    margin-top: 0;
  }
}

/* ----------FOOTER---------- */
footer {
  position: relative;
  background-color: var(--navy);
  padding: 0 0 60px;
  color: #fff;
}

footer .wrapper {
  position: relative;
  margin-top: -70px;
  padding: 30px;
  background-color: #162033;
  border-top: 10px solid var(--aqua);
}

footer .brand {
  display: block;
  margin: 0 auto 1.5rem;
  width: 250px;
  height: auto;
}

#menu-footer-navigation {
  padding: 0;
  margin: 1.5rem 0;
}

#menu-footer-navigation li {
  display: inline-block;
  list-style: none;
  padding: 0;
}

#menu-footer-navigation a,
#menu-footer-navigation a:link,
#menu-footer-navigation a:visited {
  font-size: 1rem;
  color: #fff;
  transition: all 0.3s ease-in-out !important;
}

#menu-footer-navigation a:hover,
#menu-footer-navigation a:active,
#menu-footer-navigation a:focus {
  color: var(--yellow);
  text-decoration: none;
}

#menu-footer-navigation .nav-link {
  padding: 0 12px;
}

.credit-wrap {
  margin: 0;
  font-size: .875rem;
  color: #d2d4d9;
}

.credit-wrap svg {
  position: relative;
  top: -1px;
}

.credit-wrap a,
.credit-wrap a:link,
.credit-wrap a:visited {
  color: #d2d4d9;
}

.credit-wrap a:hover,
.credit-wrap a:active,
.credit-wrap a:focus {
  color: var(--yellow);
}

@media (min-width : 768px) {
  #menu-footer-navigation {
    margin: 1.5rem 0 0;
  }

  #menu-footer-navigation li {
    display: block;
  }

  #menu-footer-navigation .nav-link {
    padding: 6px 12px;
  }

  .credit-wrap {
    margin: 1.5rem 0 0;
  }
}

/* ----------FORMS---------- */
.nf-form-fields-required {
  display: none;
}

.nf-field-label label {
  font-weight: 400 !important;
}

.nf-after-field .nf-error-msg {
  margin-right: 0;
  padding-left: 5px;
  background-color: #c40000;
  color: #fff !important;
}

.nf-error-msg.nf-error-field-errors {
  color: #c40000 !important;
  font-weight: 700;
  margin-top: 30px;
}

#ninja_forms_required_items,
.nf-field-container {
  margin-bottom: 15px !important;
}

.label-above .nf-field-label {
  line-height: 1;
  margin-bottom: 5px !important;
}

.nf-field-label .nf-label-span,
.nf-field-label label {
  font-weight: 700 !important;
}

.list-checkbox-wrap .nf-field-element li,
.list-checkbox-wrap .nf-field-element ul,
.list-image-wrap .nf-field-element li,
.list-image-wrap .nf-field-element ul,
.list-radio-wrap .nf-field-element li,
.list-radio-wrap .nf-field-element ul {
  margin-left: 7px !important;
  line-height: 1;
  font-size: 1rem;
}

.list-checkbox-wrap .nf-field-element li input,
.list-image-wrap .nf-field-element li input,
.list-radio-wrap .nf-field-element li input {
  margin-top: 0 !important;
}

.nf-field-element input[type=text],
.nf-field-element input[type=email],
.nf-field-element input[type=tel] {
  background: #f2f2f2;
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 5px;
  padding: 0 5px;
}

.nf-field-element textarea {
  background: #f2f2f2;
  width: 100%;
  max-height: 150px;
  border: none;
  border-radius: 5px;
  padding: 5px 10px;
}

.nf-field-element select {
  display: block;
  padding: 5px 10px;
  width: 100%;
  height: 50px !important;
  margin-bottom: 15px;
  border: none;
  border-radius: 5px;
  background: #f2f2f2 url(/wp-content/themes/base/img/icons/icon-select.svg) right center no-repeat;
  background-size: 50px 50px;
  appearance: none;
  /* this is must */
  -webkit-appearance: none;
  -moz-appearance: none;
}

.field-wrap input[type="submit"] {
  width: 100% !important;
  border-radius: 5px;
  margin: 7px 0;
  padding: 10px 12px;
  font-size: 1.125rem;
  font-weight: 400;
  color: #fff;
  border: none;
  background: var(--aqua);
  transition: all 0.3s ease-in-out !important;
}

.field-wrap input[type="submit"]:hover,
.field-wrap input[type="submit"]:active,
.field-wrap input[type="submit"]:focus {
  background: var(--yellow);
  color: var(--navy);
}

/* ----------WP CORE---------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.wp-block-image {
  margin: 25px 0;
}

.wp-block-image figcaption {
  text-align: left;
  font-size: .875em;
}

.wp-block-image img {
  height: auto;
}

.wp-block-buttons {
  margin-bottom: 15px;
}

.wp-block-button__link {
  border-radius: 5px;
  margin: 7px 0;
  padding: 10px 12px;
  font-size: 1.125rem;
  font-weight: 400;
  color: #fff !important;
  line-height: 1;
  border: none;
  background: var(--navy);
}

.wp-block-button__link:hover {
  background: #41557c;
  color: #fff;
}

/* ----------ACCESSIBILITY---------- */
@media screen and (prefers-reduced-motion) {
  * {
    transition: none !important;
    transition-duration: 0s !important;
  }
}

* a:focus-visible,
* button:focus-visible {
  outline: 3px solid #0000ff !important;
}

.skip-link {
  display: block;
  background: #fff;
  font-weight: 700;
  color: #0000ff !important;
  text-align: center;
  left: 50%;
  margin-left: -100px;
  padding: 5px 0;
  position: absolute !important;
  transform: translateY(-100%);
  overflow: hidden;
  width: 200px !important;
  z-index: 999;
}

.skip-link:focus {
  transform: translateY(0%);
}

.sub-top .sub-wrap{
	padding-bottom:30px!important;
}

.sub-top .sub-wrap .col-12{
	padding-top:0px!important;
}

.sub-top .sub-wrap .heading{
	font-size:1.5rem!important;
}

/* ----------PRINT---------- */
@media print {

  blockquote,
  img,
  pre,
  tr {
    page-break-inside: avoid
  }

  * {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important
  }

  a,
  a:visited {
    text-decoration: underline
  }

  a[href]::after {
    content: " (" attr(href) ")"
  }

  abbr[title]:after {
    content: " (" attr(title) ")"
  }

  .ir a:after,
  a[href^="javascript:"]::after,
  a[href^="#"]::after {
    content: ""
  }

  blockquote,
  pre {
    border: 1px solid #999
  }

  thead {
    display: table-header-group
  }

  img {
    max-width: 100% !important
  }

  @page {
    margin: .5cm
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3
  }

  h2,
  h3 {
    page-break-after: avoid
  }
}