/**
* Theme Name: Christian Child
* Description: This is a child theme of Christian.
* Author: <a href="https://cmsmasters.net/">cmsmasters</a>
* Template: christian
* Version: 1.0.0
* Tested up to: 6.6
* Requires PHP: 7.4
* License:
* License URI:
* Text Domain: christian-child
* Copyright: cmsmasters 2025 / All Rights Reserved
*/
iframe[title="reCAPTCHA"] {
    margin: 0 !important;
}
body.tribe-events-page-template header .elementor-element {
/*     background: #000 !important; */
}
.cmsmasters-main__outer {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
}
.cmsmasters-main__outer .tribe-common {
    max-width: var(--cmsmasters-main-content-width);
    margin: auto;
    padding: 0px 20px 40px;
}
body.tribe-events-page-template main#main {
/*     margin-top: 200px; */
}
.cmsmasters-tribe-events--type-default .cmsmasters-tribe-events__event-category a {
    pointer-events: none;
}
h1.tribe-events-single-event-title {
    font-size: 34px;
}
div#tribe-events-content.tribe-events-single {
    max-width: 880px;
    margin: 40px auto 0;
}
.tribe-events-back {
    display: none;
}
.datepicker.datepicker-dropdown * {
    background: #4b9196 !important;
}
.tribe-events-before-html {
    margin: 40px 0px !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__button-icon svg path {
    fill: #000 !important;
}
img.tribe-events-calendar-list__event-featured-image {
    width: 100%;
    max-height: 240px;
    object-fit: cover;
    object-position: top;
}
ol, ul {
    margin: 1rem 0 1rem 1rem;
}
.tribe-events .tribe-events-calendar-list__month-separator,
header.tribe-events-header,
html .tribe-events .tribe-events-calendar-list__event-date-tag,
time.tribe-events-calendar-list__event-datetime {
    display: none !important;
}
hr .tribe-common a[href] {
    pointer-events: none;
}