/*!
Theme Name: Sati Ink
Description: Custom theme.
Text Domain: Sati
Version: 1.0.0
*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
:root {
  font-size: 16px;
}

/* @media (min-width: 320px) {
      :root {
        font-size: calc(16px + 4 * (100vw - 576px) / 2304); } 
}
    @media (min-width: 2880px) {
      :root {
        font-size: 0.6944444444vw; }  

} */
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
html {
  line-height: 1.25;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth !important;
}

html, body {
  font-weight: 300;
  overflow-x: hidden;
  font-family: 'Times New Roman', Times, serif !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: var(--charcoal) !important;
  background-color: white;
  min-height: 100vh;
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  /* -webkit-tap-highlight-color: rgba(184, 118, 96, 0.1); */
}

img {
  max-width: 100%;
}
p{
  margin-top: 0;
}

a {
  text-decoration: none !important;
  color: inherit;
}

ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0rem !important;
  display: flex;
}

li {
  margin-bottom: 0rem;
}

.z-index-1 {
  z-index: 1;
}

.position-relative{
  position: relative;
}

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

/* Sati ink specific */
.drop-shadow{
  filter:drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.75));
}
.box-shadow{
  box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.30);
}

.box-shadow-inset{
  box-shadow: inset 0px 0px 15px 1px black;
}

@keyframes jumpAnimation {
  0% { transform: translateY(0); }
  50% { transform: translateY(0.5rem); }
  100% { transform: translateY(0); }
}

.jump .elementor-widget-container {
  animation: jumpAnimation 1s ease-in-out infinite;
}

/*
.wpr-instagram-follow-btn{
  display: flex;
  align-items: center;
}


.wpr-instagram-follow-btn svg {
  height: 1.2rem;
  fill: white;
}
*/

.wpr-grid-item{
  height: auto !important;
}

.wpr-grid-image-wrap img {
  display: block;
  width: 100%;
  border-radius: inherit;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center;
}

.lg-img-wrap{
  padding: 4rem 1.5rem !important;
}

.wpr-acc-title-text{
  margin-right: 0.5rem;
}

button.lg-icon {
    font-family: lg;
    font-size: 25px !important;
    color: #9e9372 !important;
}

/* Fot */
.footer-icon svg{
  height: 2rem !important;
  width: auto !important;
}

.hover-yellow *{
  transition: color 0.2s ease;
}

.hover-yellow:hover a{
  color: #E2BA60 !important;
}


/* Typography
--------------------------------------------- */
h1, h2, h3, h4, h5, p {
  margin-bottom: 0 !important;
}

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

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