﻿

/* Tiki Theme */
.theme-Tiki {
    background-color: #fff8ec;
}

.theme-Tiki h1 {
    font-size: 3rem;
}

.theme-Tiki h2 {
    font-size: 2rem;
}

.theme-Tiki h3 {
    font-size: 1.8rem;
}

.theme-Tiki h1,
.theme-Tiki h2,
.theme-Tiki h3,
.theme-Tiki h4,
.theme-Tiki h5,
.theme-Tiki h6 {
    font-family: 'Rum Raisin', cursive;
    color: #2a7169;
    text-transform: uppercase;
}

.theme-Tiki body,
.theme-Tiki p,
.theme-Tiki li,
.theme-Tiki div,
.theme-Tiki a,
.theme-Tiki input,
.theme-Tiki textarea,
.theme-Tiki select,
.theme-Tiki label,
.theme-Tiki th,
.theme-Tiki td {
    font-family: 'Raleway', Arial, sans-serif;
    color: #2d1e12;
}

.theme-Tiki .category-line,
.theme-Tiki .decorative-line-last,
.theme-Tiki .decorative-line {
    background-color: #2d1e12;
}

.theme-Tiki .ingredient:not(:last-child)::after,
.theme-Tiki .decorative-icon,
.theme-Tiki .decorative-icon-last {
    color: #2d1e12;
    background-color: #fff8ec;
}

.theme-Tiki .menu-item {
    border-bottom: 1px solid rgba(45, 30, 18, 0.2);
}

.theme-Tiki .cocktail-description {
    font-size: 0.9rem;
}

.theme-Tiki .ingredient:not(:last-child)::after {
    content: "✽";
    /* "✦", "✧", "✺", "✹", "✱", "✲", "✻", "✼", "✽", "❂", "❉", "❊" "🌺" "🗿" "🍍" "🌴"*/
}

.theme-Tiki .ingredient-list-item::before {
    content: "✽";
}

.theme-Tiki .decorative-icon::before {
    content: "🗿";
    font-size: 1.6rem;
}

.theme-Tiki .decorative-icon-last::before {
    content: "🌴";
    font-size: 1.6rem;
}

.theme-Tiki .ingredient {
    padding-right: 16px;
}
