/** Shopify CDN: Minification failed

Line 31:14 Expected ")" to end URL token
Line 32:14 Expected ")" to end URL token
Line 40:14 Expected ")" to end URL token
Line 48:14 Expected ")" to end URL token
Line 49:14 Expected ")" to end URL token
Line 57:14 Expected ")" to end URL token
Line 58:14 Expected ")" to end URL token
Line 182:14 Expected ")" to end URL token
Line 183:14 Expected ")" to end URL token
Line 191:14 Expected ")" to end URL token
... and 3 more hidden warnings

**/
/* Place any CSS overrides in this file. */

/* @font-face {
  font-family: "KasseUltraFLF";
  src: url("/KasseUltraFLF.woff") format("woff"),
    url("/KasseUltraFLF.woff2") format("woff2");
}
*/

/* ============================= */
/* Tropika Island Custom Fonts */
/* ============================= */

@font-face {
  font-family: "TropikaIslandScriptCasual";
  src: url({{ "TropikaIsland-ScriptCasual.woff2" | asset_url }}) format("woff2"),
       url({{ "TropikaIsland-ScriptCasual.woff" | asset_url }}) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sentinel-Light";
  src: url({{ "Sentinel-Light.woff2" | asset_url }}) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TropikaIslandInt";
  src: url({{ "TropikaIsland-Int.woff2" | asset_url }}) format("woff2"),
       url({{ "TropikaIsland-Int.woff" | asset_url }}) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TropikaIslandExtras";
  src: url({{ "TropikaIsland-Extras.woff2" | asset_url }}) format("woff2"),
       url({{ "TropikaIsland-Extras.woff" | asset_url }}) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ============================= */
/* Typography Overrides */
/* ============================= */

h1, h2, h3{
  font-family: "TropikaIslandInt", inherit;
}

h4, h5, h6 {
  font-family: "Sentinel-Light" !important;
}

h5 {
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 1em;
}

h6 {
  font-weight: 500 !important;
  font-size: 18px !important;
}

body {
  font-family: "Sentinel-Light", sans-serif;
}

.btn.homepage-featured-box-btn {
  font-family: "TropikaIslandInt" !important;
}

.info-cols--title {
  font-family: "TropikaIslandInt" !important;
}

.info-cols--link--wrapper {
  display: inline-block;
}

.info-cols--link_text {
  display: inline-block;
  padding: 6px 50px;
  background-color: #312300 !important; /* change if you want filled */
  color: #FDF7E4 !important;
  border-radius: 30px; /* adjust radius here */
  text-decoration: none;
  font-family: "TropikaIslandInt" !important;
  transition: all 0.3s ease;
}

.info-cols--link_text:hover {
  background-color: #312300;
  color: #ffffff !important;
}

@font-face {
  font-family: "KasseUltraFLF";
  src: url(./KasseUltraFLF.eot);
  src: url(./KasseUltraFLF.eot?#iefix) format("embedded-opentype"),
    url(./KasseUltraFLF.otf) format("otf"),
    url(./KasseUltraFLF.svg#KasseUltraFLF) format("svg"),
    url(./KasseUltraFLF.ttf) format("truetype");
}

@font-face {
  font-family: "RadcliffeBold";
  src: url("/RadcliffeBold.woff") format("woff");
  font-style: normal;
}

.KasseUltraFLFHeader {
  font-family: KasseUltraFLF;
}
.RadcliffeHeader {
  font-family: RadcliffeBold;
}

.instagram {
  width: 100%;
  height: 100%;
  background: #f09433;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.tr-review-date {
  visibility: hidden;
}

.tr-review-vote {
  visibility: hidden;
}

@font-face {
  font-family: "TropikaIslandExtras";
  src: url({{ "TropikaIsland-Extras.woff2" | asset_url }}) format("woff2"),
       url({{ "TropikaIsland-Extras.woff" | asset_url }}) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TropikaIslandInt";
  src: url({{ "TropikaIsland-Int.woff2" | asset_url }}) format("woff2"),
       url({{ "TropikaIsland-Int.woff" | asset_url }}) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TropikaIslandScriptCasual";
  src: url({{ "TropikaIsland-ScriptCasual.woff2" | asset_url }}) format("woff2"),
       url({{ "TropikaIsland-ScriptCasual.woff" | asset_url }}) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.rte.featured-row__subtext.textarea.text-link-animated {
  padding-left: 50px !important;
  padding-right: 50px !important;
}