/*
Theme Name:     main street mentor
Theme URI:      n/a
Template:       kadence
Author:         Pro Author
Author URI:     n/a
Description:    Child Theme Description
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
@font-face {
    font-family: "MochaMattari";
    src: url("https://db.onlinewebfonts.com/t/3710eb8fca91ad0613cc0516af488328.eot");
    src: url("https://db.onlinewebfonts.com/t/3710eb8fca91ad0613cc0516af488328.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/3710eb8fca91ad0613cc0516af488328.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/3710eb8fca91ad0613cc0516af488328.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/3710eb8fca91ad0613cc0516af488328.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/3710eb8fca91ad0613cc0516af488328.svg#Mocha Mattari W01 Regular")format("svg");
}

@font-face {
    font-family: "Bitcheese";
    src: url("https://db.onlinewebfonts.com/t/1f1fb27b38598a7464a4c82a0988f88f.eot");
    src: url("https://db.onlinewebfonts.com/t/1f1fb27b38598a7464a4c82a0988f88f.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/1f1fb27b38598a7464a4c82a0988f88f.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/1f1fb27b38598a7464a4c82a0988f88f.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/1f1fb27b38598a7464a4c82a0988f88f.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/1f1fb27b38598a7464a4c82a0988f88f.svg#Bitcheese")format("svg");
}

@font-face {
    font-family: "Sonder Sans";
    src: url("https://db.onlinewebfonts.com/t/4a2738858cb0f7ab40d1cfb9f829a73e.eot");
    src: url("https://db.onlinewebfonts.com/t/4a2738858cb0f7ab40d1cfb9f829a73e.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/4a2738858cb0f7ab40d1cfb9f829a73e.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/4a2738858cb0f7ab40d1cfb9f829a73e.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/4a2738858cb0f7ab40d1cfb9f829a73e.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/4a2738858cb0f7ab40d1cfb9f829a73e.svg#Sonder Sans Black Rough")format("svg");
}

#footer-icon{
	column-gap:0px;
}

#footer-icon a{
	padding: 3px;
}

.tribe-button,.tribe-configure-virtual-button {
    color: white !important;
    background: #019040 !important;
    border-color: #019040;
    box-shadow: 0px 15px 25px -7px rgba(0, 0, 0, 0.1);
    border-radius: 0px !important;
    padding: 20px !important;
    font-weight: 600 !important;
    letter-spacing: 0px !important;
	font-size:16px !important;
	font-family:'Inter' !important;
	text-transform:uppercase;
}

.tribe-button span{
	font-size:16px !important;
}

.tribe-event-date-start,
.tribe-event-time{
	color:#019040;
}

/* ── Hide default Splide arrow SVG ── */
.featured-business-carousel .splide__arrow svg {
    display: none !important;
}

/* ── Base arrow button style ── */
.featured-business-carousel .splide__arrow {
    background-color: #1a3a5c !important;
    border: none !important;
    border-radius: 4px !important;
    width: 40px !important;
    height: 40px !important;
    opacity: 1 !important;
    transition: background-color 0.2s ease !important;
}

.featured-business-carousel .splide__arrow:hover {
    background-color: #0f2640 !important;
}

/* ── Chevron Left (Previous) ── */
.featured-business-carousel .splide__arrow--prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 20px 20px !important;
}

/* ── Chevron Right (Next) ── */
.featured-business-carousel .splide__arrow--next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 20px 20px !important;
}

/* ── Dots ── */
.featured-business-carousel .splide__pagination__page {
    background-color: #cccccc !important;
    opacity: 1 !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    border: none !important;
}

.featured-business-carousel .splide__pagination__page.is-active {
    background-color: #1a3a5c !important;
    transform: scale(1.2) !important;
}
