
@charset "UTF-8";

/*
 Theme Name:   GeneratePress Child - Ella McKendrick
 Theme URI:    https://ellamckendrick.com
 Description:  Custom child theme for Ella McKendrick safari guides
 Author:       Ella McKendrick
 Author URI:   https://ellamckendrick.com
 Template:     generatepress
 Version:      1.0.0
*/

/* ==========================================================================
   CUSTOM SAFARI ITINERARY STYLES
   Migrated from Trellis child theme
   ========================================================================== */

/* Info Boxes */
.box {
    color: #333;
    margin: 2em 0 2em;
    background-color: #e1f7ff;
    border: 1px solid #000;
}

/* Facts and List Boxes */
.facts,
.list {
    padding: 5%;
    text-align: left;
}

.facts h2,
.list h2 {
    margin-bottom: 5%;
}


.facts li {
    padding-bottom: 0.8em;
}

.list li {
    padding-bottom: 1em;
}

/* Text Boxes */
.text {
    padding: 5%;
    line-height: 1.8em;
    text-align: center;
}



/* Border Box */
.border-box {
    border: 1px solid #000;
    margin-bottom: 2em;
}

.border-box h3 {
    margin-bottom: 2%;
    margin-top: 2%;
    padding: 2% 5%;
}

.border-box ul li {
    line-height: 1.4em;
    padding: 0.3em;
}

/* Tables */
.wp-block-table td,
.wp-block-table th {
    border: 1px solid;
    padding: 0.5em;
}

table tr:nth-child(odd) {
    background-color: #f0f0f0;
}

/* Safaris By Ella Branding Boxes */
.safarisbyella img {
    margin-bottom: 0 !important;
}

.safarisbyella a {
    text-decoration: none !important;
    color: white !important;
}

.safarisbyella2 img {
    padding: 1em 1em 0 1em;
}

.safarisbyella2 a {
    text-decoration: none !important;
    color: white !important;
}

/* Compressed List Spacing */
.compressed li {
    padding-bottom: 0.3em;
}

/* SBE Color Backgrounds */
.sbemedbg {
    background-color: #ffedba;
    margin-top: 0;
    margin-bottom: 2em;
    padding-bottom: 5%;
}

.sbe-light-bg {
    background-color: #fdfdec;
}

.sbe-dark-bg {
    background-color: #ffc65c;
    padding: 0;
}

.sbe-dark-bg h3 {
    padding: 1em .5em 0 .5em;
    
}

.sbe-border {
    border: 1px solid #000;
}

.sbe-note-box {
    border: 1px solid #abb8c3;
}

/* Embed Spacing */
.wp-block-embed {
    margin-bottom: 28px;
}

/* Day Backgrounds */
.day1-bg {
    background-color: #fff4d5;
}

/* Pros and Cons Boxes */
.pros {
    background-color: #d6f2e2;
}

.cons {
    background-color: #ffe2e2;
}

/* Border Utilities */
.border {
    border: 1px solid #000;
}

.no-bottom-border {
    border-bottom: none;
}

/* Custom List Styles with Icons */
ul.tick-list,
ul.cross-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.tick-list li::before {
    content: "✔";
    color: green;
    margin-right: 0.5em;
}

ul.cross-list li::before {
    content: "✘";
    color: red;
    margin-right: 0.5em;
}

/* Column Spacing */
.wp-block-columns.is-layout-flex {
    gap: 0.5em;
}

.wp-block-columns {
    margin-bottom: 0.1em;
}

/* Bullet Label System */
.bullet-label {
    display: flex;
    align-items: center;
    gap: 0.4em;
    font-weight: 700;
    list-style: none;
    padding-left: 0;
}

.bullet-label::before {
    content: '';
    display: inline-block;
    width: 0.75em;
    height: 0.75em;
    border-radius: 50%;
    flex-shrink: 0;
}

.bullet-colour-1::before {
    background-color: #00d084;
}

.bullet-colour-2::before {
    background-color: #7bdcb5;
}

.bullet-colour-3::before {
    background-color: #fcb900;
}

.bullet-colour-4::before {
    background-color: #f78da7;
}
