/*!
Theme Name: alexandrasleator
Theme URI: https://www.simplydesign.ch/
Author: Simply Design
Author URI: https://www.simplydesign.ch/
Description: This WordPress theme was custom designed and developed by Simply Design, a Geneva-based web design agency in Switzerland, exclusively for the Coaching for Inspiration project.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: alexandrasleator
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

alexandrasleator is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
    - Normalize
    - Box sizing
# Base
    - Typography
    - Elements
    - Links
    - Forms
## Layouts
# Components
    - Navigation
    - Posts and pages
    - Comments
    - Widgets
    - Media
    - Captions
    - Galleries
# plugins
    - Jetpack infinite scroll
# Utilities
    - Accessibility
    - Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
     ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');

body {
    font-family: "Albert Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.container-fluid {
    padding: 0px;
    overflow: hidden;
}

ul li {
    margin: 10px 0px;
}

.h1,
h1 {
    font-size: 54px;
    font-weight: 400;
    font-family: "Cormorant Garamond", serif;
}

h2 {
    font-size: 44px;
    font-weight: 400;
    font-family: "Cormorant Garamond", serif;
}

h3 {
    font-size: 24px;
    font-weight: 500;
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
}

.space {
    height: 80px;
}

.space-sm {
    height: 30px;
}

.text-Lg p {
    font-size: 17px;
}

.text-Lg p.p-lg {
    font-size: 28px;
}

.btn {
    font-family: "Albert Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    background-color: #242E6A;
    border: 1px solid #fff;
    color: #fff;
    padding: 15px 30px;
    border-radius: 0px;
}

.btn:hover {
    background-color: #fff;
    color: #242E6A;
    border-color: #242E6A;
}

.btn-primary {
    background-color: transparent;
    color: #242E6A;
    border-color: #242E6A;
}

.btn-primary:hover {
    background-color: #242E6A;
    color: #fff;
}

.brandBg {
    background-color: #242E6A;
    color: #fff;
}

.imgBlend {
    mix-blend-mode: darken;
}

.p-lg {
    /* font-size: 28px; */
    font-size: 20px;
    font-weight: 300;
}

.font-100 {
    font-weight: 100;
}

.high {
    font-family: "Cormorant Garamond", serif;
    line-height: 1.2;
    font-size: 40px;
    font-weight: 500;
}

.img-100 {
    max-width: 100%;
}

.imageRight {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.imageLeft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.content-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.content-padding-around {
    padding: 50px;
}

.imgBg {
    background-position: center top;
    background-size: cover;
}

header.header {
    background-color: #1B203E;
    padding-bottom: 15px;
    padding-top: 15px;
}

a.custom-logo-link {
    display: block;
    width: 100%;
}

a.custom-logo-link img {
    width: 100%;
    height: auto;
}

#primary-menu {
    display: flex;
    justify-content: flex-end;
}

#primary-menu li {
    margin-left: 30px;
}

#primary-menu a {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}

#primary-menu li.current_page_item a {
    font-weight: 700;
}

footer.site-footer {
    background-color: #1E2130;
    padding-top: 80px;
}

footer.site-footer a.custom-logo-link img {
    max-width: 70%;
}

footer.site-footer a.custom-logo-link {
    margin-bottom: 30px;
}

footer.site-footer h4 {
    font-family: "Cormorant Garamond", serif;
    color: #FFF;
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 20px;
}

footer.site-footer ul.nav li {
    display: block;
    width: 100%;
    margin: 5px 0px;
}

footer.site-footer ul.nav li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.max-80 {
    max-width: 80%;
}

.socialLink {
    display: flex;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.socialLink li {
    margin-right: 15px;
}

.footerText {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    border-top: 1px solid rgb(255 255 255 / 12%);
    padding: 25px 0px;
    margin-top: 80px;
}

.bannerInner {
    background-color: #1B203E;
    padding-top: 200px;
    padding-bottom: 200px;
    background-position: center;
    background-size: cover;
    color: #fff;
    text-align: center;
    font-family: "Cormorant Garamond", serif;
    min-height: 650px;
    max-height: 650px;
    position: relative;
}

.bannerInner:before {
    content: '';
    background-color: #1B203E;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
    z-index: 0;
}

.bannerInner p,
.bannerInner h1,
.bannerInner a {
    position: relative;
    z-index: 2;
}

.bannerInner p {
    font-size: 28px;
    margin: 0px;
    line-height: 1;
}

.bannerInner h1 {
    margin: 0px;
}

.bannerSlider.slick-dotted.slick-slider {
    overflow: hidden;
    margin: 0px;
}

.bannerSlider.slick-dotted.slick-slider .slick-dots {
    bottom: 40px;
}

.bannerSlider.slick-dotted.slick-slider .slick-dots li {
    width: auto;
}

.bannerSlider.slick-dotted.slick-slider .slick-dots li:before {
    content: '';
    background-color: #fff;
    border-radius: 0px;
    width: 10px;
    height: 5px;
    opacity: 0.5;
    text-indent: -999px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    font-size: 0px;
    display: block;
}

.bannerSlider.slick-dotted.slick-slider .slick-dots li.slick-active:before {
    background-color: #fff;
    opacity: 1;
    width: 40px;
}

.bannerSlider.slick-dotted.slick-slider .slick-dots li button {
    display: none;
}

.bannerSlider .btn.btn-primary {
    border-color: #fff;
    color: #fff;
    margin-top: 40px;
}

.prevArrow.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translate(0, -50%);
    left: 30px;
    cursor: pointer;
}

.nextArrow.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translate(0, -50%);
    right: 30px;
    cursor: pointer;
}

.banner {
    background-image: url(https://www.alexandrasleator.com/wp-content/uploads/2025/08/banner.png);
    padding-top: 100px;
    padding-bottom: 100px;
    background-position: center;
    background-size: cover;
    color: #fff;
    text-align: center;
    font-family: "Cormorant Garamond", serif;
}

.imageBg {
    background-image: url(https://www.alexandrasleator.com/wp-content/uploads/2025/08/breathtaking-view-tree-middle-grassy-field-with-beautiful-colorful-sky-1.png);
    background-position: center;
    background-size: cover;
    padding-bottom: 100px;
    padding-top: 100px;
    text-align: center;
    position: relative;
}

.imageBg:before {
    content: '';
    background-color: #242E6A;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.8;
}

blockquote {
    font-size: 44px;
    font-weight: 400;
    font-family: "Cormorant Garamond", serif;
    color: #fff;
    line-height: 1.2;
    margin: 0px;
    margin-top: 50px;
}

.imageBg .container {
    position: relative;
}

.lightBg {
    background-color: #DDE2FF;
}

.titleStyle {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
}

.titleStyle h2 {
    position: relative;
    display: inline-block;
    margin: 0px;
}

.titleStyle h2:before {
    content: '';
    background-image: url(https://www.alexandrasleator.com/wp-content/uploads/2025/08/quote2.png);
    width: 140px;
    height: 140px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: -140px;
    top: -40px;
}

.testimonialsItem p {
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    font-style: italic;
    max-width: 900px;
    margin: auto;
    margin-bottom: 30px;
}

.testimonialsItem h3,
.testimonialsItem i {
    text-align: center;
    display: block;
    margin: 0px;
}

.testimonials {
    margin-bottom: 50px;
}

.testItems {
    margin-top: 50px;
}

.testItems blockquote {
    font-size: 22px;
    background-color: #1b203e;
    padding: 50px;
    margin: 0px;
    margin-top: 30px;
    font-style: italic;
    font-family: "Albert Sans", sans-serif;
    font-weight: 200;
    line-height: 1.5;
}

.testItems h3 {
    margin: 0px;
    margin-top: 30px;
    font-size: 30px;
}



/* blog css */

.post-thumbnail {
    display: block;
}

.post-thumbnail img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.single .post-thumbnail img {
    height: auto;
}

.entry-header {
    padding: 30px;
    padding-bottom: 10px;
}

.entry-header a {
    color: #fff;
    text-decoration: none;
    line-height: 1.2;
}

.entry-header a:hover {
    text-decoration: underline;
}

h2.entry-title {
    line-height: 1;
    font-size: 30px;
    margin-bottom: 20px;
    min-height: 72px;
}

.blogItems .entry-content {
    padding: 10px 30px 30px 30px;
}

.blogItems .entry-content p {
    min-height: 170px;
}

footer.entry-footer {
    display: none;
}

.entry-meta {
    margin-bottom: 0;
    font-weight: 400;
}

.entry-meta a {
    color: #fff;
    text-decoration: underline;
}


.nav-links {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.nav-links a {
    color: #1b203e;
    font-size: 24px;
    font-family: "Cormorant Garamond", serif;
}

.nav-links a .nav-subtitle {
    display: block;
}

.blogItems article.type-post {
    border: 1px solid #fff;
    margin-bottom: 30px;
}

.blogItems .entry-content .link {
    color: #fff;
    font-size: 24px;
    font-family: "Cormorant Garamond", serif;
}

.blogItems article.type-post:hover {
    background-color: #1b203e;
}

.menuToggle {
    display: none;
}

.widget-area {
    background-color: #f2f2f2;
    padding: 20px;
}

.widget-area h2 {
    font-size: 30px;
}

.widget-area .widget {
    margin-bottom: 30px;
}

.search-form {
    background-color: #fff;
    padding: 10px;
    display: flex;
}

.search-form .search-field {
    border: 0px;
    padding: 10px 2px;
    outline: none;
}

.search-form .search-submit {
    background-color: #1b203e;
    color: #fff;
    border: 0px;
    padding: 5px 10px;
}

.widget-area .widget .postform {
    width: 100%;
    padding: 15px 10px;
    border: 0px;
}

.wpp-list {
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
}

.wpp-list li a.wpp-post-title {
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    color: #1b203e;
    border-bottom: 1px solid #ccc;
}

.single .post-thumbnail {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .menuToggle {
        display: block;
        width: 40px;
        height: 30px;
        cursor: pointer;
    }

    .menuHead {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .menuHead a.custom-logo-link {
        max-width: 200px;
        display: inline-block;
        margin: 0px;
    }

    .menuToggle {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }

    .menuToggle hr {
        margin: 14px 0px;
        opacity: 1;
        background-color: #fff;
        border-color: #fff;
    }

    .header #primary-menu {
        position: absolute;
        top: 85px;
        left: 0;
        width: 100%;
        background-color: #1b203e;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        display: none;
        z-index: 9;
    }

    .menuHead {
        width: 100%;
    }

    .bannerSlider.slick-dotted.slick-slider .slick-dots {
        display: none !important;
    }

    .h1,
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 36px;
    }

    .bannerInner h1 {
        max-width: 90%;
        margin: 20px auto;
    }

    .bannerInner p {
        max-width: 250px;
        margin: auto;
        margin-bottom: 20px;
        font-size: 24px;
    }

    .prevArrow.slick-arrow {
        left: 10px;
    }

    .nextArrow.slick-arrow {
        right: 10px;
    }

    .content-padding-around {
        padding: 20px;
    }

    blockquote {
        font-size: 28px;
    }

    .banner {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .high {
        font-size: 30px;
    }

    h2.entry-title {
        min-height: initial;
    }

    .p-lg {
        font-size: 20px;
    }

    .testItems blockquote {
        padding: 24px
    }

    .testItems h3 {
        font-size: 30px;
    }

    .col-reverse {
        flex-direction: column-reverse;
    }

    footer.site-footer h4 {
        margin-bottom: 10px;
        margin-top: 30px;
    }

    .text-Lg p {
        font-size: 18px;
    }

    .text-Lg p.p-lg {
        font-size: 24px;
    }
}