/*
	Theme Name: Tacos and Tequila 2026
	Theme URI: https://sledgehammer.creative
	Description: Sledgehammer Base Theme w/ Bootstrap 4.5.3
	Version: 3.0.0
	Author: Sledgehammer Creative

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

/* ----------CUSTOM PROPERTIES---------- */
:root {
  --linen: #f5e6c7;
  --text: #121212;
  --yellow: #F7B827;
  --green: #71993b;
  --red: #c72428;
  --purple: #731c5e;
  --dkpurple: #330d2c;
  --orange: #f58220;
  --aqua: #25AED2;
}

/* ----------BASE STYLES---------- */
html { height: 100%; scroll-behavior: smooth;}
body {
	background-color: #fff;
	min-height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'special-gothic', 'Trebuchet MS', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: var(--text);
	line-height: 1.6;
  overflow-x: hidden; /*AOS Fix*/
}
p, ul, ol {
  font-size: 1.375rem;
	margin-bottom: 15px;
}
a, a:link, a:visited {
	color: var(--red);
	transition: all 0.3s ease-in-out !important;
}
a:hover, a:active, a:focus {
	color: var(--purple);
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'cheddar-gothic-serif', 'Trebuchet MS', sans-serif;
	font-weight: 400;
	color: var(--text);
	margin: 0 0 20px 0;
}
h1 {font-size:3.052rem;}
h2 {font-size:2.441rem;}
h3 {font-size:1.953rem;}
h4 {font-size:1.563rem;}
h5 {font-size:1.5rem;}
h6 {font-size:1rem;}
hr {border-top: 1px solid #ababab;}
@media (min-width : 768px) {
  h1 {font-size:3.815rem;}
  h2 {font-size:3.052rem;}
  h3 {font-size:2.441rem;}
  h4 {font-size:1.953rem;}
  h5 {font-size:1.875rem;}
  h6 {font-size:1.25rem;}
	p, ul, ol {font-size: 1.5rem;}
}
/* ---Buttons--- */
button, a.btn-primary, a.btn-secondary {
  display: inline-block;
  margin: 7px 0;
  padding: 14px;
  vertical-align: middle;
  border: none;
  border-radius: 7px;
  font-family: 'cheap-pine-sans', 'Trebuchet MS', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all 0.3s ease;
}
button:hover, button:active, button:focus,
a.btn-primary:hover, a.btn-primary:active, a.btn-primary:focus,
a.btn-secondary:hover, a.btn-secondary:active, a.btn-secondary:focus {
  box-shadow: none;
}
button, a.btn-primary {
  background-color: var(--red);
  color: #fff;
  border: 2px solid var(--red);
}
button:hover, button:active, button:focus,
a.btn-primary:hover, a.btn-primary:active, a.btn-primary:focus {
  background-color: transparent;
  color: var(--red);
  border: 2px solid var(--red);
}
a.btn-secondary {
  background-color: var(--purple);
  color: #fff;
  border: 2px solid var(--purple);
}
a.btn-secondary:hover, a.btn-secondary:active, a.btn-secondary:focus {
  background-color: transparent;
  color: var(--purple);
  border: 2px solid var(--purple);
}
.modal-header .close {
  margin: .25rem;
  background-color: var(--orange);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath fill='%2318252a' d='m18.3 16 5.5-5.5c.3-.3.3-.7 0-1l-1.3-1.3a.7.7 0 0 0-1 0L16 13.7l-5.5-5.5a.7.7 0 0 0-1 0L8.2 9.5c-.3.3-.3.7 0 1l5.5 5.5-5.5 5.5c-.3.3-.3.7 0 1l1.3 1.3c.3.3.7.3 1 0l5.5-5.5 5.5 5.5c.3.3.7.3 1 0l1.3-1.3c.3-.3.3-.7 0-1L18.3 16Z'/%3e%3c/svg%3e");
  color: #000;
  border: 2px solid var(--orange);
  opacity: 1 !important;
}
.modal-header .close:hover, .modal-header .close:active, .modal-header .close:focus {
  background-color: transparent;
  color: #000;
  border: 2px solid var(--orange);
}
/* ---Dividers--- */
.lace {
	position: absolute;
  width: 100%;
  height: 68px;
  left: 0;
	bottom: -1px;
	z-index: 99;
}
@media (min-width : 1800px) {
  .lace {
    height: auto;
  }
}
@media all and (-ms-high-contrast:none) {
	.lace { /*remove unsupported svg in IE11*/
		display: none;
	}
}
/* ----------HEADER---------- */
header {
  position: absolute;
  width: 100%;
  z-index: 999;
}
.int-header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: var(--dkpurple);
  color: #fff;
}
.int-header h1 {
  position: relative;
  padding: 260px 15px 70px;
  margin: 0;
  font-size: 3rem;
  color: var(--linen);
  text-align: center;
  line-height: 1;
  z-index: 99;
}
.int-header .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/themes/tacos26/img/bg-tiles.svg);
  background-position: center;
  background-size: 210px 140px;
  background-repeat: repeat;
  opacity: .2;
  z-index: 0;
  top: 0;
  left: 0;
}
.navbar-brand {
  margin: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}
.navbar-brand .t-logo {
	width: 125px;
	height: auto;
}
.navbar-brand .x-logo {
	width: 90px;
	height: auto;
}
@media (min-width : 768px) {
  .int-header .overlay {
   /* background-size: 576px;*/
  }
  .int-header h1 {
    padding: 230px 15px 120px;
    font-size: 4rem;
  }
}
@media (min-width : 992px) {
  .int-header .overlay {
    background-size: 768px;
  }
  .int-header h1 {
    padding: 260px 15px 130px;
  }
  .navbar-brand .t-logo {
  	width: 200px;
  }
  .navbar-brand .x-logo {
  	width: 114px;
  }
}
@media (min-width : 1200px) {
  .int-header .overlay {
    /*background-size: 992px;*/
  }
}

/* ----------NAVIGATION---------- */
/*#menu-main-navigation.navbar-nav {
  flex-wrap: wrap;
}
#menu-main-navigation .nav-item {
  flex-grow: 1;
}*/
.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:link,
.navbar-dark .navbar-nav .nav-link:visited {
  padding-right: .75rem;
  padding-left: .75rem;
  font-family: 'cheap-pine-sans', 'Trebuchet MS', sans-serif;
	font-size: 1.75rem;
  font-weight: 400;
  color: var(--yellow);
  text-transform: uppercase;
  line-height: 1;
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:active {
	color: var(--linen);
}
@media (min-width : 768px) {
  .navbar-dark .navbar-nav .nav-link,
  .navbar-dark .navbar-nav .nav-link:link,
  .navbar-dark .navbar-nav .nav-link:visited { 
    font-size: 2rem;
  }
}
@media (min-width : 992px) {
  .navbar-dark .navbar-nav .nav-link,
  .navbar-dark .navbar-nav .nav-link:link,
  .navbar-dark .navbar-nav .nav-link:visited {
    padding-right: 2rem;
    padding-left: 2rem;
  	font-size: 2.25rem;
  }
}

/* ----------HERO---------- */
.hero-wrap {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  background-color: var(--text);
  background-image: url(/wp-content/themes/tacos26/img/tacos-tequila-salsa-sm.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: scroll;
}
.hero-wrap .wrapper {
  position: relative;
  margin: 0 auto;
  padding: 260px 0 130px;
  width: 90%;
  max-width: 800px;
  z-index: 9;
  text-align: center;
}
.hero-wrap .wrapper h1 {
  margin-bottom: 10px;
  font-size: 2.25rem;
  color: var(--linen);
}
.hero-wrap .wrapper span {
  display: block;
  margin-bottom: 20px;
  font-family: 'cheap-pine-sans', 'Trebuchet MS', sans-serif;
  font-size: 2rem;
  color: var(--yellow);
  line-height: 1.2;
}
.hero-wrap .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	z-index: 0;
	top: 0;
	left: 0;
}
.hero-wrap a.btn-primary {
  background-color: var(--red);
  font-size: 1.5rem;
  color: #fff;
  border: 2px solid var(--red);
}
.hero-wrap a.btn-primary:hover, .hero-wrap a.btn-primary:active, .hero-wrap a.btn-primary:focus {
  background-color: transparent;
  color: #fff;
}
@media (min-width : 576px) {
  .hero-wrap .wrapper h1 {
    font-size: 3.5rem;
  }
  .hero-wrap .wrapper span {
    font-size: 2rem;
  }
}
@media (min-width : 768px) {
  .hero-wrap {
    background-image: url(/wp-content/themes/tacos26/img/tacos-tequila-salsa-lg.jpg);
    background-attachment: fixed;
  }
  .hero-wrap .wrapper {
    padding: 330px 0 300px;
    width: 80%;
    max-width: 800px;
  }
  .hero-wrap .wrapper h1 {
    font-size: 4.5rem;
  }
  .hero-wrap .wrapper span {
    font-size: 2.25rem;
  }
  .hero-wrap a.btn-primary {
    font-size: 1.75rem;
  }
}
@media (min-width : 992px) {
  .hero-wrap .wrapper h1 {
    font-size: 5.5rem;
  }
  .hero-wrap .wrapper span {
    font-size: 2.5rem;
  }
}

/* ----------COUNTDOWN---------- */
.countdown-wrap {
  position: relative;
  margin-top: -85px;
  font-family: 'cheap-pine-sans', 'Trebuchet MS', sans-serif;
	font-weight: 400;
  color: var(--linen);
  line-height: 1;
  z-index: 999;
}
.countdown-wrap .container {
  position: relative;
  /*top: -30px; remove when adding countdown date back*/
  background-image: url(/wp-content/themes/tacos26/img/bg-countdown.svg);
  background-color: var(--purple);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
}
.countdown-wrap #countdown > div {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  text-align: center;
}
.countdown-wrap #countdown > div:last-child {
  margin-right: 0;
}
.countdown-wrap #countdown > div::after {
  content: ":";
  position: absolute;
  right: -15px;
  top: 15px;
}
.countdown-wrap #countdown > div:last-child::after {
  content: " ";
}
.countdown-wrap .kicker {
  display: block;
  font-size: 1.5em;
}
.countdown-wrap .title {
  display: block;
  margin-bottom: 0;
  font-family: 'cheddar-gothic-serif', Trebuchet MS, sans-serif;
  font-size: 2.75rem;
}
.countdown-wrap #days, .countdown-wrap #hours, .countdown-wrap #minutes, .countdown-wrap #seconds {
  display: block;
  margin-top: 10px;
  font-family: 'cheddar-gothic-serif', Trebuchet MS, sans-serif;
  font-size: 2.5rem;
  color: var(--orange);
}
.countdown-wrap #timesup {
  display: block;
  margin-top: 10px;
  font-family: 'cheddar-gothic-serif', Trebuchet MS, sans-serif;
  font-size: 2.5rem;
  color: var(--orange);
}
.countdown-wrap .sub {
  display: block;
  margin-bottom: 0;
  font-size: 1.25em;
}
@media (min-width : 768px) {
  .countdown-wrap {
    margin-top: -65px;
  }
  .countdown-wrap .title {
    font-size: 3rem;
    margin-bottom: 0;
  }
  .countdown-wrap #countdown > div {
    margin: 10px 20px 0 0;
  }
  .countdown-wrap #countdown > div::after {
    top: 20px;
  }
  .countdown-wrap #days, .countdown-wrap #hours, .countdown-wrap #minutes, .countdown-wrap #seconds, .countdown-wrap #timesup {
    margin-top: 0;
    font-size: 3.5rem;
  }
  .countdown-wrap #timesup {
    margin-top: 0;
    font-size: 3rem;
  }
  .countdown-wrap .sub {
    margin-bottom: 10px;
    font-size: 1.25em;
  }
}
@media (min-width : 1200px) {
  .countdown-wrap {
    margin-top: -80px;
  }
  .countdown-wrap .title {
    font-size: 3.5rem;
  }
  .countdown-wrap #days, .countdown-wrap #hours, .countdown-wrap #minutes, .countdown-wrap #seconds {
    font-size: 4.375rem;
    min-width: 100px;
  }
  .countdown-wrap #timesup {
    font-size: 3.5rem;
  }
  .countdown-wrap #countdown > div::after {
    top: 30px;
  }
  .countdown-wrap .sub {
    font-size: 1.5em;
  }
}

/* ----------FUNNELS---------- */
.funnel-wrap {
	position: relative;
	background: radial-gradient(circle,rgba(253, 247, 234, 1) 0%, rgba(245, 232, 203, 1) 100%);
  margin-top: -85px;
	padding: 90px 0;
}
.funnel-wrap .funnel {
  text-align: center;
}
.funnel .icon {
	display: block;
  margin: 0 auto 20px;
	width: 80px;
	height: 80px;
}
.funnel h2 {
  font-family: 'cheddar-gothic-serif', Trebuchet MS, sans-serif;
  font-size: 2.25rem;
  color: var(--purple);
}
.funnel p {
  font-size: 1.25rem;
  margin-bottom: 0;
}
@media (min-width : 768px) {
  .funnel-wrap {
  	padding: 100px 0;
  }
}
@media (min-width : 992px) {
  .funnel-wrap {
  	padding: 140px 0 150px;
  }
}
@media (min-width : 1200px) {
  .funnel-wrap {
  	position: relative;
    margin-top: -85px;
  	padding: 180px 0 160px;
  }
  .funnel h2 {
    font-size: 2.5rem;
  }
}

/* ----------CONTENT---------- */
main {
	position: relative;
	padding: 100px 0 40px;
	background-color: #ffffff;
  background-image: url(/wp-content/themes/tacos26/img/burst.svg);
  background-position: top 10px center;
  background-size: 70px 64px;
  background-repeat: repeat-x;
  text-align: center;
}
#int main {
  text-align: left;
}
main.landing .container {
  max-width: 800px;
}
main hr {
  border-top: 5px solid var(--purple);
  width: 180px;
  margin: 25px auto;
}
main h3 {
  font-size: 2rem;
  color: var(--red);
}
main .important {
  font-family: 'cheap-pine-sans', 'Trebuchet MS', sans-serif;
  font-size: 2rem;
  color: var(--green);
  line-height: 1.3;
}
main .tequilas ul {
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
}
main .neg-spacer {
  display: block;
  margin-top: -20px;
}
@media (min-width : 428px) {
  main h3 {
    font-size: 2.5rem;
  }
}
@media (min-width : 576px) {
  main h3 {
    font-size: 3rem;
  }
}
@media (min-width : 768px) {
  main hr {
    margin: 50px auto;
  }
  main h3 {
    font-size: 4rem;
  }
}
@media (min-width : 992px) {
  main {
  	padding: 160px 0 60px;
  }
  main h3 {
    font-size: 3.25rem;
  }
}
@media (min-width : 1200px) {
  main h3 {
    font-size: 4.5rem;
  }
}

/* ----------TICKETS---------- */
.ticket-wrap {
	position: relative;
	padding: 100px 0;
  background-color: var(--dkpurple);
  background-image: url(/wp-content/themes/tacos26/img/tiles-top.svg), url(/wp-content/themes/tacos26/img/tiles-bottom.svg);
  background-size: 210px 70px;
  background-position: top center, bottom center;
  background-repeat: repeat-x;
  text-align: center;
  color: #fff;
}
.ticket-wrap .container {
	position: relative;
	z-index: 9;
  max-width: 800px;
}
.ticket-wrap h4 {
  font-family: 'cheddar-gothic-serif', 'Trebuchet MS', sans-serif;
  font-size: 3rem;
  color: var(--orange);
}
.ticket-wrap .early {
	font-weight: 400;
  font-size: 110%;
}
.ticket-wrap .reg {
  font-size: 80%;
}
.ticket-wrap .disclaimer {
  font-size: 60%;
}
.ticket-wrap .wrapper {
  background: #ffffff;
  margin-top: 30px;
  padding: 20px;
  border-radius: 12px;
}
@media (min-width : 576px) {
  .ticket-wrap h4 {
    font-size: 4.5rem;
  }
}
@media (min-width : 768px) {
  .ticket-wrap {
  	padding: 150px 0;
    background-size: 282px 94px;
  }
  .ticket-wrap h4 {
    font-size: 5rem;
    max-width: 450px;
  }
  .ticket-wrap .wrapper {
    margin-top: 60px;
  }
}
@media (min-width : 1200px) {
  .ticket-wrap h4 {
    font-size: 5rem;
  }
}

/* ----------VENDORS---------- */
.vendor-wrap {
  text-align: center;
  padding: 40px 0;
}
.vendor-wrap h5 {
  margin-bottom: 30px;
}
.vendor-wrap h5.signup-heading {
  margin: 50px auto 30px;
  font-family: 'cheap-pine-sans', 'Trebuchet MS', sans-serif;
  font-size: 1.875rem;
  max-width: 550px;
}
.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.owl-carousel .owl-item img {
  width: auto;
  max-width: 70%;
  margin: 0 auto;
}
.modal .title {
  font-size: 1.5rem;
  font-weight: 400;
}
.modal p {
  font-size: 1.125rem;
}
@media (min-width : 768px) {
  .vendor-wrap {
    padding: 80px 0;
  }
  .vendor-wrap h5 {
    margin-bottom: 60px;
  }
}
@media (min-width : 1200px) {
  .owl-carousel .owl-item img {
    max-width: 60%;
  }
}

/* ----------FOOTER---------- */
footer {
	position: relative;
	background: var(--text);
	padding: 20px 0;
  font-size: 1rem;
	color: var(--linen);
}
footer a, footer a:link, footer a:visited {
	color: var(--linen);
}
footer a:focus, footer a:hover, footer a:active {
	color:var(--orange);
}
footer span {
  margin: 0 5px;
  color:var(--orange);
}

/* ----------FORMS---------- */
/* used on anti-spam form */
#theForm {position:absolute;top:0;left:-99999px;}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #333333;
	opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #333333;
}
::-ms-input-placeholder { /* Microsoft Edge */
	color: #333333;
}
form .small {font-size: .75rem}
.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 {
  margin-top: 30px;
  font-weight: 400;
  color: #c40000 !important;
}
#ninja_forms_required_items, .nf-field-container {
  margin-bottom: 15px !important;
}
.label-above .nf-field-label {
  margin-bottom: 5px !important;
  line-height: 1;
}
.list-checkbox-wrap .nf-field-element, .list-image-wrap .nf-field-element, .list-radio-wrap .nf-field-element {
  padding-left: 15px !important;
}
.list-checkbox-wrap .nf-field-element ul, .list-image-wrap .nf-field-element ul, .list-radio-wrap .nf-field-element ul {
  line-height: 1.3 !important;
}
.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: 4px !important;
}
.list-checkbox-wrap .nf-field-element li label, .list-image-wrap .nf-field-element li label, .list-radio-wrap .nf-field-element li label {
  margin-left: 20px !important;
}
.nf-field-element input[type=text], .nf-field-element input[type=email], .nf-field-element input[type=tel] {
  padding: 0 5px;
  background-color: var(--linen);
  width: 100%;
  height: 40px;
  border: 1px solid var(--purple);
  border-radius: 5px;
}
.nf-field-element textarea {
  padding: 0 5px;
  background-color: var(--linen);
  width: 100%;
  max-height: 150px;
  border: 1px solid var(--purple);
  border-radius: 5px;
}
.nf-field-element select {
  display: block;
  margin-bottom: 15px;
  padding: 5px;
  width: 100%;
  height: 40px !important;
  border: 1px solid var(--purple);
  border-radius: 5px;
  background: var(--linen) url(/wp-content/themes/base24/img/icons/icon-select.svg) right center no-repeat;
  background-size: 40px 40px;
  appearance: none; /* this is must */
  -webkit-appearance: none;
  -moz-appearance: none;
}
.field-wrap input[type="submit"] {
  margin: 7px 0;
  padding: 7px 14px;
  background-color: var(--red);
  width:100% !important;
  border-radius: 7px;
  font-family: 'cheap-pine-sans', 'Trebuchet MS', sans-serif;
  font-size: 1.5rem;
  color: #fff;
  border: 2px solid var(--red);
  transition: all 0.3s ease;
}
.field-wrap input[type="submit"]:hover, .field-wrap input[type="submit"]:active, .field-wrap input[type="submit"]:focus {
  background-color: transparent;
  color: var(--red);
  border: 2px solid var(--red);
}

/* ----------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-button__link {
	margin: 7px 0;
	padding: 14px 21px;
	font-size: 1.25rem;
	font-weight: 400;
	color: #fff !important;
	line-height: 1;
  border: 2px solid var(--red);
	background-color: var(--red);
  border-radius: 12px;
}
.wp-block-button__link:hover {
  background-color: transparent;
  border: 2px solid var(--red);
  color: var(--red);
}

/* ----------ACCESSIBILITY---------- */
@media screen and (prefers-reduced-motion) {
* {transition:none !important; transition-duration: 0s !important;}
}
* a:focus-visible {outline: 3px solid #005fcc;}
.skip-link {
  display: block;
  background: #fff;
  font-weight: 400;
  color: var(--red) !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%);
}

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