:root{
--color2:#dd9933;
}
/*------------------------------------*
    MAIN
*------------------------------------*/
#header-slider .slick-slide img {
    width: 88%;
}
/* global box-sizing */
*,
*:after,
*:before {
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-font-smoothing:antialiased;
  font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}h1 {
  font-size: 4.5em;
  font-family: "Nova Round", sans-serif;
  color: #ffffff;
  margin: 30px 0;
}h2 {
  font-size: 3em;
  font-family: "Nova Round", sans-serif;
  color: #ffffff;
  margin: 50px 0;
  line-height: 1;
}h3 {
    font-size: 2.5em;
    font-family: "Nova Round", sans-serif;
    color: #ffffff;
    margin: 15px 0;
}h4 {
    font-size: 1.5em;
    font-family: "Nova Round", sans-serif;
    color: #ffffff;
    margin: 15px 0;
}p {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height:1.9;
  color: #ffffff;
}ul {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height: 1.9;
  color: #ffffff;
}a[href^="tel"] {
  color:#ffffff;
}hr {
  border: 1px solid #d2d6cf59;
  height: 0px;
  width: 100%;
  margin: 0;
}.row {
  max-width: 110em;
  margin: 0 auto;
  clear: both;
}.column.large-centered, 
.columns.large-centered {
  float: none !important;
}.row.full-width {
  max-width: 100%;
}.padding-top {
  padding-top: 110px;
}.padding-bottom {
  padding-bottom: 110px;
}.vertical-padding-medium {
    padding-top: 100px;
    padding-bottom: 100px;
}.vertical-padding-large {
  padding-top: 250px;
  padding-bottom: 250px;
}.padded{
  padding:5%
}.strip-padding {
  padding-left: 0;
  padding-right: 0;
}.animate-scroll {
  opacity: 0;
  -webkit-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
  transition: all 1200ms ease;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}.animate-scroll.done {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}.from-left.animate-scroll {
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}.from-right.animate-scroll {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}.from-bottom.animate-scroll {
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}.from-left.animate-scroll.done {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}.from-right.animate-scroll.done {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}.from-bottom.animate-scroll.done {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}.large-text {
    font-size: 6em;
}.equal-height-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}.equal-height-flex > .columns:first-child {
    flex: 1;
}.overflow-hidden{
    overflow:hidden;
}.overflow-hidden-y{
    overflow-y:hidden;
}.no-float{
	float:none;
}
/*------------------------------------*
    HEADER CUSTOM BANNER
*------------------------------------*/
.header-custom-banner {
    background: black;
    border-bottom: 2px solid var(--color2);
    z-index: 2;
    width: 100%;
}.header-custom-banner p {
    font-size:15px;
    margin: 0;
}
/*------------------------------------*
    NAVIGATION
*------------------------------------*/
.top-bar {
  background: none;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  z-index:9;
}.top-bar-section li:not(.has-form) a:not(.button), 
.top-bar-section li.active:not(.has-form) a:not(.button) {
    color: #ffffff;
    background: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 20px;
    padding: 0 10px;
    position: relative;
    margin: 0 10px;
    overflow:hidden;
}.top-bar-section ul li,
.top-bar-section li:not(.has-form) a:not(.button):hover, 
.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button):hover,
.top-bar-section ul li:hover:not(.has-form)>a {
  background:none;
  background-color:transparent;
  color:var(--color2);
  margin: 0 10px;
}.top-bar-section li.active:not(.has-form) a:not(.button):before,
.top-bar-section li:not(.has-form) a:not(.button):before, 
.top-bar-section li.active:not(.has-form) a:not(.button):after,
.top-bar-section li:not(.has-form) a:not(.button):after {
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff26;
  -webkit-transform: translate3d(-100%,0,0) translate3d(-1px,0,0);
          transform: translate3d(-100%,0,0) translate3d(-1px,0,0);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  -o-transition: transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
       -o-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
          transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}.top-bar-section li.active:not(.has-form) a:not(.button):after,
.top-bar-section li:not(.has-form) a:not(.button):after{
  bottom:0;
  height: 2px;
}.top-bar-section li.active:hover:not(.has-form) a:not(.button):before,
.top-bar-section li:hover:not(.has-form) a:not(.button):before {
  -webkit-transform: translate3d(100%,0,0) translate3d(1px,0,0);
          transform: translate3d(100%,0,0) translate3d(1px,0,0);
}.top-bar-section li.active:hover:not(.has-form) a:not(.button):after,
.top-bar-section li:hover:not(.has-form) a:not(.button):after  {
   -webkit-transform: translate3d(0,0,0);
           transform: translate3d(0,0,0);
}
/*CART MENU ICON*/
@media screen and (min-width:1025px){
    .top-bar-section li:not(.has-form).my-account-menu {
       margin-left: 51px;
    }.top-bar-section li:not(.has-form).wpmenucartli a:not(.button),
   .top-bar-section li.my-account-menu:not(.has-form) a:not(.button){
		background: white;
		color: #000;
		border-radius: 4px;
		font-size: 0.76vw;
		margin: 0 19px 0 0px;
		padding: 0px;
	}.top-bar-section li:not(.has-form).wpmenucartli a:not(.button):hover,
   .top-bar-section li.my-account-menu:not(.has-form) a:not(.button):hover{
		background: var(--color2);
        color:#000;
	    margin: 0 19px 0 0px;
	}.book-now-header {
        top: -5px;
    }
}



/*------------------------------------*
    HEADER
*------------------------------------*/
.homepage header.header-wrapper {
  position: absolute;
  width: 100%;
  z-index:2;
  left:0;
  float:left;
  max-width:100%;
  padding-top:20px
}header.header-wrapper > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}h1.site-title {
  font-size: 1.1em;
}.header-wrapper h1 {
  margin: 0;
  line-height:0;
}.logo-wrapper img {
    max-width: 85%;
}.header-cta-button {
  margin: 0 auto;
}.button.btn-1, .woocommerce .button.btn-1{
    background: var(--color2);
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: bold;
    margin: auto 4px;
    color: #000000;
    overflow:hidden;
	border-radius:4px;
	padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
	line-height: initial;
}.button.btn-1::before {
   content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
}.button.btn-1 span{
    z-index: 10;
  color:#ffffff;
  display:block;
  position:relative;
}.button.btn-1 .back {
  position: absolute;
  width: 0;
  height: 0;
  -webkit-filter: url(#filter);
          filter: url(#filter);
  border-radius: 50%;
  z-index: 0;
  -webkit-transition: all 1.5s cubic-bezier(0.1, 0.22, 0.3, 1);
  -o-transition: all 1.5s cubic-bezier(0.1, 0.22, 0.3, 1);
  transition: all 1.5s cubic-bezier(0.1, 0.22, 0.3, 1);
  left: -90%;
  top: -50%;
  background: #000000;
}.button.btn-1:hover .back {
  width: calc(3 * 151px);
  height: calc(3 * 38px);
}
/*------------------------------------*
    SLIDER
*------------------------------------*/
#header-slider .slick-slide img {
    width: 84%;
    float: right;
}.home-slider-wrapper {
    height: 95%;
    float: left;
    width: 100%;
	max-width:100%;
    position: relative;
    background-color: #201d42;
    background-image: -o-linear-gradient(135deg, #151c29 0%, #08070a 74%);
    background-image: linear-gradient(315deg, #151c29 0%, #08070a 74%);
}.home-slider-wrapper::before {
    content: "";
    width: 40%;
    position: fixed;
    height: 100%;
    background: black;
    opacity: 0.5;
    top: 0;
    left: 0;
    z-index: 0;
    background: -o-linear-gradient(315deg,  rgba(101,105,51,0.45) 0%,rgba(146,148,113,0) 35%,rgb(0,0,0) 100%);
    background: linear-gradient(135deg,  rgba(101,105,51,0.45) 0%,rgba(146,148,113,0) 35%,rgb(0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73656933', endColorstr='#00e5e5e5',GradientType=1 );
}.home-slider-wrapper:after {
    content:"";
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: url(https://angelgonzalez.ink/wp-content/themes/spicykactus_nyvo/images/parallax-bg2.png);
    background-size: cover;
    background-position:top center;
    opacity: 0.07;
}.home-slider-wrapper .slider-inner-wrapper .nyvo-slider {
    float: left;
    width: 100%;
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}.home-slider-wrapper #header-slider {
    position: relative;
    right: 4vw;
    z-index: 0;
    overflow: hidden;
    max-width: 100%;
    width: 50%;
    padding: 40px 0px;
    opacity:0.8;
	top: 70px;
}.slick-slide {
    outline: none;
}.slider-overlay {
    position: relative;
    width: 50%;
    float: left;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: right;
    padding: 0px 65px;
    z-index:1;
}.slider-overlay h2 {
  font-size: 7em;
  font-family: "UnifrakturMaguntia";
  color: #ffffff;
  margin: 10px 0;
  font-weight:bold;
}.slider-overlay p {
   font-family: "Montserrat";
   font-weight: bold;
   font-size: 2em;
}.slider-overlay .social-media-icons {
    position: absolute;
    bottom: 100px;
    left: 24%;
    display: flex;
    width: 100%;
    text-align: left;
}.slider-overlay .social-media-icons:after{
    content:"";
    width: 57%;
    height:2px;
    background:var(--color2);
    display:block;
    position:relative;
    top: 15px;
    float: left;
}.slider-overlay .social-media-icons .fa{
    color:#ffffff;
    font-size:2.2em;
    margin-right:27px;
    float: left;
}.slider-arrow-wrapper {
  position: absolute;
  top: 92vh;
  z-index: 9;
  right: 0;
  left: 0;
  width: 95%;
  margin: 0 auto;
  text-align: center;
}.slick-arrow{
  position:absolute;
  color:#ffffff;
}.slick-arrow.prev-arrow {
  left: 0;
  font-size:20px;
}.slick-arrow.next-arrow {
  right: 0;
  font-size:20px;
}.slick-arrow.prev-arrow::before {
  content:"\f053";
}.slick-arrow.next-arrow:before {
  content:"\f054";
}ul.slick-dots {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 87vh;
  right: 0;
  margin: 0 auto;
  width: 100vw;
  text-align: center;
}ul.slick-dots li {
  display: inline-block;
  margin-top: 12px;
  position: relative;
  margin-left: 6px;
  margin-right: 6px;
}ul.slick-dots li button {
  color: white;
  font-size: 12px;
  padding: 0;
  border: 1px solid white;
  border-radius: 100%;
  min-height: 30px;
  min-width: 30px;
}ul.slick-dots li.slick-active button{
  background:#000000b5;
} 



/*------------------------------------*
   CONTENT
*------------------------------------*/
main{
    background: #0b0d11;
    background-color: #201d42;
    background-image: -o-linear-gradient(195deg, #151c29 0%, #08070a 74%);
    background-image: linear-gradient(255deg, #151c29 0%, #08070a 74%);
    position:relative;
}.solid-background {
    background: #0b0d11;
    background-color: #201d42;
    background-image: -o-linear-gradient(195deg, #151c29 0%, #08070a 74%);
    background-image: linear-gradient(255deg, #151c29 0%, #08070a 74%);
    position: relative;
}.merch-background::before {
    content: "";
    background-image: url(https://angelgonzalez.ink/wp-content/themes/spicykactus_nyvo/images/parallax-bg.png);
    background-color: #0e1727;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-size: cover;
}.home-content {
  overflow: hidden;
}.vertical-center-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}.offset-heading {
    position: absolute;
    right: 0;
    top: -7vw;
    text-shadow: 8px 11px 19px #00000094;
    z-index:1;
}img.about-home {
    max-width: 80%;
}.about-background {
    min-height: 567px;
    background-image:url('https://angelgonzalez.ink/wp-content/uploads/2024/04/EAEF6830-14FA-419C-981B-718C23B80ED9.png');
    background-size:cover;
    background-position:center;
}
.animate-scroll .borders::before {
    content: "";
    right: -20%;
    height: 2px;
    width: 0%;
    background: #868686;
    top: 0;
    position: absolute;
   -webkit-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
  transition: all 1200ms ease;
}.animate-scroll.done .borders::before{
    content:"";
    right: -20%;
    height: 2px;
    width: 112%;
}main a:not(.button) {
    color: var(--color2);
    font-size: 18px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    line-height: 1;
    vertical-align: text-bottom;
}main .schedule-section a:not(.button):before,
main .schedule-section a:not(.button):after {
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff26;
  -webkit-transform: translate3d(-100%,0,0) translate3d(-1px,0,0);
          transform: translate3d(-100%,0,0) translate3d(-1px,0,0);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  -o-transition: transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
       -o-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
          transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}main .schedule-section  a:not(.button):after{
  bottom:0;
  height: 2px;
}main .schedule-section a:hover:not(.button):before{
    -webkit-transform: translate3d(100%,0,0) translate3d(1px,0,0);
            transform: translate3d(100%,0,0) translate3d(1px,0,0);
}.schedule-section{
    padding-left:5em;
    padding-right: 5em;
}.schedule-section ul {
    margin: 0 auto;
    top: 40px;
    list-style-type:none;
    border: 2px solid #232323;
    padding: 50px 0;
    width:100%;
    position:relative;
}
.schedule-section ul li {
  font-size:23px;
  color:var(--color2);
}.home-bg-2::before {
    content:"";
    width:100%;
    background: url(https://angelgonzalez.ink/wp-content/themes/spicykactus_nyvo/images/texture-bg.png);
    background-size:cover;
    background-attachment:fixed;
    position:absolute;
    height:100%;
    left:0;
    top:0;
    z-index:-1;
}.schedule-img {
    background: url('https://angelgonzalez.ink/wp-content/uploads/2024/03/71248683-2A52-444E-999F-BEB2BC8BB16B.png');
    background-size: cover;
    width: 60%;
    min-height: 460px;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    height: 100%;
    opacity: 0.2;
}
/*------------------------------------*
   GALLERY
*------------------------------------*/
#cat_filter[name=tattoo_cat_name] {
    border-radius: 4px;
    color: var(--color2);
    background: #212121;
    border: 1px solid var(--color2);
}.tattoo-list-wrapper {
    width: 100%;
    float: left;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}.single-tattoo-wrapper {
    position: relative;
}.gallery-img img{
   width:100%;
   padding: 20px;
}.gallery-img .single-img-container::before {
    content: "Loading...";
    position: absolute;
    font-size: 13px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 0;
    background: #0c0f13;
    color: #202835;
    justify-content: center;
    align-items: center;
    display: flex;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    -webkit-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
    transition: all 1200ms ease;
}.gallery-img.loaded .single-img-container::before {
    opacity:0; 
}.single-img-container {
  position:relative;
  overflow:hidden;
}.animate-scroll .tattoo-img .title {
   opacity:0;
   -webkit-transition: all 1200ms ease;
   -o-transition: all 1200ms ease;
   transition: all 1200ms ease;
   top:30px;
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}.animate-scroll.done .tattoo-img .title {
    opacity:1;
    top:0;
}.tattoo-img .title {
    display: block;
    font-size: 27px;
    color: white;
    font-family: "Montserrat", sans-serif;
    position: absolute;
    left: 0;
    background: var(--color2);
    top: 0;
    border-radius: 0px 0 8px 0px;
    padding: 3px 10px;
    z-index:9;
}.animate-scroll span{
       -webkit-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
  transition: all 1200ms ease;
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
   opacity:0;
}.animate-scroll.done span{
    opacity:1;
}.img-info-wrapper {
    position: absolute;
    bottom: 6px;
    right: 0;
    background: #ffffffed;
    border-radius: 4px;
    color: #000;
    font-family: "Montserrat", sans-serif;
    padding: 1px 12px;
    font-size: 17px;
}.gallery-img  span.price {
    font-size: 16px;
    display: inherit;
    line-height: 1.3;
    color: var(--color2);
}.gallery-img span.size {
    font-size: 12px;
    display: inherit;
    line-height: 1.3;
    color: black;
    border-bottom: 1px solid whitesmoke;
}

/*------------------------------------*
   INNER PAGES
*------------------------------------*/
.innerpage header.header-wrapper {
    position: relative;
    background-color: #201d42;
    background-image: -o-linear-gradient(135deg, #151c29 0%, #08070a 74%);
    background-image: linear-gradient(315deg, #151c29 0%, #08070a 74%);
    float:left;
    max-width:100%;
    width:100%;
    padding-top:20px
}
/*------------------------------------*
     MERCH PAGE 
*------------------------------------*/
.merch-slider-wrapper{
    max-height: 75vw;
    overflow: hidden;
}.merch-slider-wrapper::before {
    content: "";
    background: #0000004a;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}.merch-slider-wrapper .slider-overlay {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}.collections-wrapper {
    background: #121c24;
    padding-top: 40px;
}.all-merch-wrapper {
    padding-top: 70px;
}h3.star-icon::before {
    content: "\f005 ";
    font-family: 'FontAwesome';
    margin-right: 15px;
}.woocommerce ul.products li.product .woocommerce-loop-category__title {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(45deg, black, transparent);
    padding: 16px 30px;
    color: #ffffff;
}

/*------------------------------------*
   CONTACT PAGE
*------------------------------------*/
.booking-form br{
	display:none;
}.booking-form span input, 
.booking-form span textarea, 
.booking-form span select {
    margin: 0px 0px 12px 0;
    border-radius: 6px;
    background: #374152;
    border: none;
    color: #ffffff;
}.booking-form span input:focus, 
.booking-form span textarea:focus, 
.booking-form span select:focus{
    color:white;
    background:#4c4c4c;
}.booking-form label {
    color: #c1c1c1;
    font-family: "Montserrat", sans-serif;
}.booking-form label small {
    display: block;
    color: var(--color2);
    margin-bottom: 7px;
    font-size: 11px;
    font-weight: bold;
}.booking-form .availabilities-checkboxes {
    display: block;
}.booking-form h3 {
    font-size: 19px;
    margin: 30px 0 10px 0;
    color: #ffffff;
}.availabilities-checkboxes .wpcf7-list-item {
    display: block;
}.booking-form .verification-checkboxes {
    margin-top: 20px;
    margin-bottom: 30px;
}.booking-form .verification-checkboxes span{
    font-size:12px;
    line-height: 1.2;
    margin: 0 0px;
    display: block;
}.booking-form .verification-checkboxes span input[type=checkbox] {
    float: left;
    margin: 0 7px 0 0;
    clear: left;
}.booking-form .verification-checkboxes label {
    margin: 15px 0px;
}.booking-form input[type="submit"] {
    width:100%;
    display:block;
    float:left;
    padding:10px;
    border:0;
    cursor:pointer;
    outline:none;
    background:#ffffff;
    color:#000000;
}.booking-form input[type="submit"]:hover{
    background:var(--color2);
}.booking-form label a {
    font-size: 12px !important;
}.wpcf7 form.sent .wpcf7-response-output {
    background: #6b9655;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    margin: 10px 0px;
}.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output {
    background: #b3850b;
    padding: 10px;
    font-size: 20px;
    color: #ffffff;
}
/*------------------------------------*
   FOOTER
*------------------------------------*/
footer.footer-wrapper {
  background: #050506;
  position:relative;
  padding: 39px 0;
  float:left;
  width:100%;
}footer.footer-wrapper .copyright {
  color: #ffffff;
  font-size: 15px;
  margin-top: 7px;
}.footer-wrapper .fa {
    font-size: 30px;
    margin: 0 10px;
    color: white;
    line-height: 1.7;
}

/*------------------------------------*
    Woocommerce Global
*------------------------------------*/
.woocommerce button.button.alt.disabled {
    background: grey;
}.woocommerce button.button.alt.disabled:hover {
    background: #adadad;
}.woocommerce .woocommerce-breadcrumb {
    display: none;
}.woocommerce .page-title {
    text-align: center;
	font-size:3em;
}.woocommerce label {
    color:#ffffff;
}.woocommerce input, .woocommerce textarea, .woocommerce select {
    margin: 0px 0px 12px 0;
    border-radius: 6px;
    background: #374152;
    border: none;
    color: #ffffff;
}.woocommerce input:focus, .woocommerce textarea:focus{
     background: #4c4c4c;
}.product-category mark.count {
    background: none;
    color: white;
    font-size: 15px;
}.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
    background-color: var(--color2);
}.my-account-page, 
.cart-page {
    min-height: 70vh;
}.order_details tfoot tr {
    background: #161616;
}.woocommerce table.my_account_orders {
    background: black;
}.woocommerce table.my_account_orders thead {
    background: #232323;
}.woocommerce-order-details .order_details {
    background: black;
}.woocommerce-order-details .order_details thead {
    background: #181818;
}.woocommerce form .form-row {
  /*  text-align: center; */
}form.woocommerce-ResetPassword.lost_reset_password {
    text-align: center;
}

/** Notices ***/
.woocommerce-error, 
.woocommerce-info,
.woocommerce-message {
    color: #ffffff;
    background-color: #114384;
	line-height:2.3;
}
@media screen and (max-width:1024px){
    .woocommerce-error, .woocommerce-info, .woocommerce-message {
        display: block;
        line-height: 1.7;
    }.woocommerce .woocommerce-error .button,
    .woocommerce .woocommerce-info .button, 
    .woocommerce .woocommerce-message .button, 
    .woocommerce-page .woocommerce-error .button, 
    .woocommerce-page .woocommerce-info .button,
    .woocommerce-page .woocommerce-message .button {
        margin-top: 0px;
        display: block;
    }
}
@media screen and (max-width:767px){
    .woocommerce-error, .woocommerce-info, .woocommerce-message {
        display: flex;
        flex-direction: column-reverse;
        line-height: 1.5;
	}.woocommerce .woocommerce-error .button,
    .woocommerce .woocommerce-info .button, 
    .woocommerce .woocommerce-message .button, 
    .woocommerce-page .woocommerce-error .button, 
    .woocommerce-page .woocommerce-info .button,
    .woocommerce-page .woocommerce-message .button {
        margin-top: 20px;
        display: block;
    }
}

/** Checkout & Cart ***/
.woocommerce tr.order-total {
    background: var(--color2);
}.woocommerce tr.order-total th, 
.woocommerce tr.order-total td {
    color: #000000 !important;
}.woocommerce-checkout #order_review tr.cart_item {
    background: black;
}#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    background: var(--color2);
}.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background: #a86814;
}.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th {
    border: 0;
    color: var(--color2);
}#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
    background: #424242;
}.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order {
    background: var(--color2);
}.woocommerce-cart-form__contents .quantity > input {
    display: inline-flex;
}.payment_box p {
    color: #000000;
}.woocommerce tr.order-total bdi {
    font-size: 18px;
}

/* Account Navigation*/
.woocommerce-account .woocommerce-MyAccount-navigation {
    background: #ffffffdb;
    border-radius: 8px;
    border: 1px solid #565656;
	width:22vw;
}.woocommerce-account .woocommerce-MyAccount-navigation ul {
    color:
    black;
    list-style-type: none;
    margin-bottom: 0px;
    margin-left: 0;
}.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    color: black;
    display: block;
    padding: 12px 41px;
}.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active {
    background: var(--color2) !important;
}.woocommerce-account .woocommerce-MyAccount-navigation ul li:nth-child(even){
    background:#d7d7d7;
}.woocommerce-account .woocommerce-MyAccount-navigation ul li:nth-child(odd){
    background:#cfcfcf;
}.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    background:var(--color2);
}.woocommerce-account .woocommerce-MyAccount-navigation ul li a::before {
    content: "\f0a9 ";
    font-family: 'FontAwesome';
    margin-right: 20px;
}.woocommerce-MyAccount-content address {
    color: #cbcbcb;
}.woocommerce-account .addresses .title .edit::before {
    content: "+ ";
}.woocommerce-lost-password .lost_reset_password .form-row-first {
    text-align: center;
    float: none;
    margin: 0 auto;
}

/** Product display **/
.woocommerce ul.products li.product a img {
	transition: all 300ms ease-in-out;
	background:white;
    box-shadow: 6px 6px 0px;
}.woocommerce ul.products li.product a img:hover {
    transform: scale(1.03);
}.woocommerce ul.products li.product a {
    display: initial;
    line-height: inherit;
}.woocommerce ul.products li.product .price {
    font-size: 1.2em;
    color: #74b074;
}.woocommerce a.added_to_cart {
    display: block !important;
    margin-top: 7px;
}.woocommerce a.added_to_cart::before {
    content: "\f07a";
    margin-right: 5px;
    font-family: 'FontAwesome';
}.woocommerce ul.products li.product.outofstock::before {
    content: "Out of stock";
    position: absolute;
    top: 0;
    left: 0;
    background: #b92525;
    z-index: 9;
    font-size: 12px;
    padding: 0px 20px;
    width: 120px;
    display: block;
}.woocommerce ul.products li.product .onsale {
    left: 0;
    font-size: 14px;
    line-height: 2.9;
    background: #6fbc00;
}.woocommerce div.product .out-of-stock {
    border: 1px solid;
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
}.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image > a {
    display: initial;
}.woocommerce-product-gallery__image {
    background: white;
}.woocommerce div.product div.images .flex-control-thumbs li img {
    background: white;
}.entry-summary p {
    margin-bottom: 10px;
    line-height: 1.6;
}.entry-summary h2 {
    margin: 20px 0;
    font-size: 1.8em;
}.product_meta {
    color: #ffffff;
}span.sku_wrapper {
    display: block;
}.single_variation_wrap .woocommerce-variation-price .price .amount {
    padding: 21px 0;
    display: block;
    font-size: 1.6em;
    color: var(--color2);
}.woocommerce div.product form.cart .variations {
    background: none;
    border-top: 1px solid var(--color2);
    margin-top: 6px;
    border-bottom: 1px solid var(--color2);
    padding-top: 30px;
}.woocommerce div.product form.cart .variations tr {
    display: flex;
    align-items: baseline;
    width: 100%;
	background: none;
}.woocommerce div.product form.cart .variations th{
   background:none;
   margin-right:20px;
    margin-bottom: 0;
   flex: 0 0 63px;
}.woocommerce div.product form.cart .variations label{
    font-size:1.6em;
}.woocommerce div.product h1.product_title {
    font-size: 3.2vw;
	line-height:1;
}.product_meta span.posted_in {
    color: #fff;
}section.related.products {
    float: left;
    width: 100%;
}@media screen and (max-width:767px){
    .woocommerce ul.products li.product .price {
        font-size: 0.9em;
    }.woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 14px;
        line-height: 1.4;
    }.woocommerce ul.products li.product .button {
        font-size: 0.7em;
        margin-bottom:0;
        margin-top:auto;
    } .woocommerce ul.products[class*=columns-] li.product, 
    .woocommerce-page ul.products[class*=columns-] li.product {
        margin-top: 27px;
    }.single_variation_wrap .woocommerce-variation-price .price .amount {
      font-size: inherit;
    }
}
@media screen and (max-width:1024px){
	.woocommerce .products ul, .woocommerce ul.products {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}.woocommerce ul.products[class*=columns-] li.product, 
	.woocommerce-page ul.products[class*=columns-] li.product {
		display: flex;
		flex-flow: column wrap;
		justify-content: space-between;
		flex: 0 0 48%;
		margin: 3% 1%;
	}.woocommerce ul.products li.product .button{
	    margin-top: 0;
	}.woocommerce div.product h1.product_title {
   	    font-size: 9vw;
	}.woocommerce div.product p.price,
	.woocommerce div.product span.price {
		font-size: 2em;
		margin: 0;
	}.woocommerce-account .woocommerce-MyAccount-navigation {
       width: 100%;
      margin-bottom: 59px;
	}.woocommerce-account .woocommerce-MyAccount-content {
   	  width: 100%;
	}
}@media screen and (max-width:1366px){
    .top-bar-section li:not(.has-form).wpmenucartli a:not(.button), 
    .top-bar-section li.my-account-menu:not(.has-form) a:not(.button) {
        font-size: 13px;
    }
}

/*** Product Tabs *****/
.woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}.woocommerce div.product .woocommerce-tabs .panel {
    padding: 50px;
}.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    width: 97%;
    margin: 0 auto;
    left: 0;
    right: 0;
}.woocommerce div.product .woocommerce-tabs ul.tabs::before{
    display:none;
}.woocommerce div.product .woocommerce-tabs ul.tabs li{
    padding:0;
    float: left;
    margin: 0;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid var(--color2);
}.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
   border-bottom: 1px solid var(--color2);
}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
    background:var(--color2);
    color:#000000;
}.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{
    display:none;
}.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    width: 100%;
    padding: 15px 24px;
    line-height: initial;
    margin: 0;
    display: block;
    background: white;
    font-weight:normal;
}.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{
    background:var(--color2);
    color:#000;
}.woocommerce div.product .woocommerce-tabs ul.tabs li a:before{
    font-family:'FontAwesome'
}.woocommerce div.product .woocommerce-tabs ul.tabs li.description_tab a:before{
    content:"\f022";
}.woocommerce div.product .woocommerce-tabs ul.tabs li.additional_information_tab a:before{
    content:"\f05a";
}.woocommerce div.product .woocommerce-tabs ul.tabs li.reviews_tab a:before{
    content:"\f0e6";
}.woocommerce div.product .woocommerce-tabs .panel#tab-description p { 
	margin-bottom:8px; 
}

/*** Cart and Checkout ***/
#add_payment_method table.cart img, 
.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img {
    width: 100px;
	background: white;
    border-radius: 5px;
}.woocommerce table *{
    color:#ffffff;
}.woocommerce-cart table, 
.woocommerce-checkout table{
    background: black;
}.woocommerce-cart table thead,
.woocommerce-checkout table thead{
    background: var(--color2);
}.woocommerce-cart table tfoot,
.woocommerce-checkout table thead{
    background: #252525;
}.woocommerce-cart tr:nth-of-type(even),
.woocommerce-checkout tr:nth-of-type(even),
.woocommerce-checkout .cart-subtotal {
	background:#202020;
}.woocommerce-page .select2-container--default .select2-selection--single {
    background: #374152;
    color: #ffffff;
}.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ffffff;
}.woocommerce-page .select2-results__option {
    color: #000000;
}.woocommerce form .form-row ::-webkit-input-placeholder {
    color: #ffffff75;
    opacity: 1;
}

/*------------------------------------*
    404 page
*------------------------------------*/
#post-404 {
    padding-top: 140px;
    padding-bottom: 140px;
}#post-404 h1, #post-404 h2{
    color:#ffffff
}body.error404 {
    background: #0b0d11;
    background-color: #201d42;
    background-image: -o-linear-gradient(195deg, #151c29 0%, #08070a 74%);
    background-image: linear-gradient(255deg, #151c29 0%, #08070a 74%);
    position: relative;
}


/*------------------------------------*
    RESPONSIVE
*------------------------------------*/
@media only screen and (min-width:1366px) {
   .tattoo-img {
        height: auto;
        max-height: initial;
   }
}@media only screen and (max-width:1366px) {
  .large-text {
    font-size: 5.2em;
  }.vertical-padding-large {
      padding-top: 120px;
      padding-bottom: 70px;
  }.padding-top{
      padding-top: 60px;
  }.padding-bottom{
      padding-bottom: 60px;
  }.header-cta-button .btn-1 {
    padding: 9px 32px;
  }.top-bar-section li:not(.has-form) a:not(.button), 
  .top-bar-section li.active:not(.has-form) a:not(.button) {
    font-size: 15px;
  }.slider-overlay h2 {
    font-size: 4.5em;
  }.slider-overlay p {
    font-size: 1.2em;
  }.schedule-img {
      width: 100%;
  }
}
@media screen and (max-width:1024px){
  .homepage header.header-wrapper, 
  .innerpage header.header-wrapper {
   padding-top: 7px;
   z-index:9;
  }
 .navigation-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    left: 0;
    z-index:999999;
}.top-bar {
    width: 100%;
	top:0px;
}.top-bar .toggle-topbar.menu-icon a{
    font-size:20px
}.top-bar.expanded{
    height:100vh;
    background:black;
    z-index:999;
    top: 0px;
	position:fixed;
}.top-bar.expanded .title-area{
    background:black;
}.top-bar.expanded .top-bar-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 85vh;
}.top-bar.expanded .top-bar-section:before {
    content: "";
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index:-1;
    opacity:0.5;
    background-image:url(https://angelgonzalez.ink/wp-content/themes/spicykactus_nyvo/images/parallax-bg.png);
    background-size:cover;
}.top-bar-section li:not(.has-form) a:not(.button), 
.top-bar-section li.active:not(.has-form) a:not(.button){
   font-size:30px;
   padding: 8px;
}.top-bar-section ul li{
    margin:20px 0px;
}.top-bar .button.btn-1 {
    width: 100%;
}.top-bar .button.btn-1 a {
    margin: 0 !important;
    text-align: center;
    padding: 0;
}.top-bar-section li.active.btn-1:not(.has-form) a:not(.button) {
    color: #ffffff;
}.top-bar-section ul li.wpmenucartli {
    display: block;
    clear: both;
    position: fixed;
    bottom: 0;
    background: var(--color2);
    margin: 0;
    right: 0;
    width: 100%;
}.top-bar-section li:not(.has-form).wpmenucartli a:not(.button){
    font-size: 18px;
    padding: 7px 0;
}header.header-wrapper > .row{
    display:block;
  }.header-cta-button .btn-1{
     float:none !important;
  }.home-slider-wrapper #header-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: initial;
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
  }.home-slider-wrapper .slider-inner-wrapper {
    height: 80vw;
  }.animate-scroll.done .borders::before{
    right:-13%;
  }.large-text{
    font-size: 4em;
  }.offset-heading {
    left: 0;
    right: initial;
    top: -84px;
  }.button.btn-1 {
    float: none;
    width: 48%;
    font-size: 11px;
    margin: 0px 0px 1px 6px;
  }.padded{
     padding:10px;
  }.about-background{
     min-height:300px;
  }.equal-height-flex{
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
         -ms-flex-direction: initial;
             flex-direction: initial;
    flex-wrap: nowrap;
    flex: 1;
  }.schedule-section {
    padding-left: 0;
    padding-right: 0;
  }.schedule-section ul li{
    font-size:14px;
  }.schedule-img {
    width: 100%;
    left: -30px;
    right: initial;
    height: 95%;
    min-height: 381px;
    bottom: initial;
    top: initial;
  }.home-slider-wrapper::after{
    height:100vh;
  }.home-content article .row:first-child {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }.tattoo-img a.fresco {
  	width:100%;
  	max-height: 48vw;
  }
}@media only screen and (max-width:767px) {
 body{
   background:black;
}.top-bar-section li:not(.has-form) a:not(.button), 
.top-bar-section li.active:not(.has-form) a:not(.button) {
    font-size: 20px;
    padding: 3px;
 }header.header-wrapper .home-header {
    padding-top: 5px;
} h2{
    font-size:2.5em;
}.inner-header{
    padding-top:0px
}.inner-content {
    background: #0b0d11;
    background-color: #201d42;
    background-image: -o-linear-gradient(268deg, #151c29 0%, #08070a 74%);
    background-image: linear-gradient(268deg, #151c29 0%, #08070a 74%);
}.home-slider-wrapper {
    height: 420px;
 }.homepage .slider-inner-wrapper {
    height: 100%;
  }.slider-overlay {
    padding: 0 20px;
    text-align: left;
 }.slider-overlay h2 {
    font-size: 2.5em;
  }.slider-overlay p {
    font-size: 12px;
  }.slider-overlay .social-media-icons {
    left: 13%;
  }.equal-height-flex {
    display: block;
  }.animate-scroll.done .borders::before{
    display:none;
  }.button.btn-1{
    font-size:14px;
    padding: 20px 0;
  }.animate-scroll .button.btn-1 span{
    opacity:1
  }.recent-designs-wrapper .img-info-wrapper {
    bottom: 30px;
  }.schedule-img {
    top: 0;
  }.home-content::before {
    white-space: pre-wrap;
    text-align:center;
    content:  "Mmmmmmmkay then... \A" url('https://angelgonzalez.ink/wp-content/themes/spicykactus_nyvo/images/you-lost.png') "\A Perdu? Woupelaille";
    padding:10px;
    font-family:"Montserrat";
    color: #525252;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index:-5;
   }.tattoo-img a.fresco{
    max-height:initial;
   }.design-by-nyvo {
    float: initial;
    width: initial;
  }
}