/*
Theme Name: Mobile 3D KC
Theme URI: https://mobile3dkc.com
Description: This theme is a child theme of Hello Elementor, created by Alii Marketing & Design.
Author: Ali'i Marketing & Design
Author URI: https://www.aliidesign.com
Template: hello-elementor
Version: 1.0.0
Text Domain: alii
*/
@font-face {
    font-family: 'blackjack';
    src: url('fonts/blackjack-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html{
    font-size: 15px;
}
body{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 700;
    line-height: 1.1;
}
p{
    margin-bottom: 1.5rem;
}
p:last-child{
    margin-bottom: 0;
}
.blackjack{
	font-family: blackjack, cursive, sans-serif;
}
.elementor-button.elementor-size-md{
    min-width: 250px;
}
.elementor-widget-text-editor a:hover,
.elementor-widget-text-editor a:focus{
    color: #000;
    text-decoration: underline;
}
.footer h3{
    font-family: 'Arial Unicode MS', serif;
    margin-top: 0;
    margin-bottom: 10px;
}
.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol{
    margin: 1.5rem 0;
}

.fc-event.private_ecs_calendar_category,
.fc-event-dot.private_ecs_calendar_category{
    background-color: #00b5a6;
}
.fc-event.public_ecs_calendar_category,
.fc-event-dot.public_ecs_calendar_category{
    background-color: #ef7d9f;
}
.fc-event.maintenance-other_ecs_calendar_category,
.fc-event-dot.maintenance-other_ecs_calendar_category{
    background-color: #c8c8c8;
}
body .fc-event{
    border-color: #ccc;
    border-radius: 0;
}
body .fc-day-grid-event .fc-content{
    white-space: normal;
}

.ecs-filterbar-item label{
    margin-bottom: 5px;
}
body .fc-state-default{
    background-image: none;
    background-image: none;
    text-shadow: none;
    box-shadow: none;
}
body .fc-state-default.fc-corner-left{
    margin-right: 3px;
}
.single-tribe_events .elementor-location-header{
    border-bottom: 2px solid #ef7d9f;
}
.tribe-events-single{
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

@media (min-width: 768px){
    body .ecs-filterbar{
        background-color: transparent;
        padding: 0;
        margin: 10px 0 30px;
        text-align: right;
    }
}