/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

@font-face {
    font-family: 'EditorsNote-Regular';
    src: url('assets/fonts/EditorsNote-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'EditorsNote-Italic';
    src: url('assets/fonts/EditorsNote-Italic.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}



/* Add your custom styles here */
.header-mega-menu {
    position: absolute;
    width: 100%;
    transition: 0.5s all;
    display: none;
}
.hfe-nav-menu__layout-vertical.hfe-nav-menu__submenu-arrow {
    width: 100% !important;
}
.mega-navbar-toggle{
	cursor:pointer;
}
.header-fixed {
    position: fixed !important;
    top: 0;
    background: #f7f5f2;
	z-index:9999 !important;
	width:100%;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}
.header-mega-menu {
    background: #E4EEDD !important;
    text-align: center;
}
.shape-oval:before {
    content: '';
    height: 235px;
    width: 155px;
    position: absolute;
    border: 1px solid #173fde;
    border-radius: 100%;
    top: -8px;
    left: -8px;
}
.stay-plus, .digital-plus{
	display:none;
}
mark {
    background-color: #173FDE !important;
    color: #fff !important;
}
/* .tribe-events-view {
    z-index: -9;
} */
#masthead{
z-index: 99999999 !important;
}
.tribe-events .tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-date-tag-datetime:after{
	display:none;
}
.single-newsletter-form .wpforms-container {
    max-width: 60%;
    text-align: center;
}
.single-newsletter-form .wpforms-container form{
	position:relative;
}
.single-newsletter-form .wpforms-container form .wpforms-submit-container{
	position: absolute !important;
    bottom: 10px;
    right: -50px;
}
.single-newsletter-form .wpforms-title {
    color: #000000;
    font-family: "EditorsNote-Regular", Sans-serif;
    font-size: 42px !important;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 48px;
}
.single-newsletter-form .wpforms-container form input[type="email"]{
	color: #000000 !important;
    background-color: #FFFFFF !important;
    border-color: #000000 !important;
    transition-duration: 0.1s !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    height: 60px !important;
    line-height: 60px !important;
    padding: 0px 15px 0px 15px !important;
    border-radius: 2px 2px 2px 2px !important;
}
.single-newsletter-form .wpforms-container form button[type="submit"]{
	font-family: "Montserrat", Sans-serif !important;
    font-size: 20px !important;
    font-weight: 600;
    text-transform: uppercase !important;
	background-color: #E4EEDD !important;
	color: #173FDE !important;
    border-color: #000000 !important;
    transition-duration: 0.5s !important;
    padding: 14px 30px 14px 30px !important;
    border-radius: 0px 0px 0px 0px !important;
}
.single-newsletter-form .wpforms-container form button[type="submit"]:hover{
	background-color: #4A45D2 !important;
	color: #FFF !important;
}
.elementor-widget-theme-post-content a {
    color: #173fde !important;
}
header.tribe-events-calendar-list__event-header.header-fixed {
    position: relative !important;
    background: transparent;
    box-shadow: none;
}
@media only screen and (max-width:767px){
	.mobile-nav {
		overflow-y: scroll;
	}
	.header-mega-menu {
		background: #E4EEDD !important;
		top: 0;
		text-align: center;
		padding-top: 80px;
	}
	.header-fixed-mega-menu {
		top: 10%;
	}
	.navigate-menu nav ul li a, .stay-menu nav ul li a, .digital-menu nav ul li a {
		justify-content: center !important;
	}
	.header-mega-menu .elementor-widget-wrap {
		text-align: center;
		justify-content: center;
	}
	.header-mega-menu .stay-menu, .header-mega-menu .digital-menu {
		display: none;
	}
	.most-recent-blog .wpr-grid-item-inner .wpr-grid-item-below-content .inner-block, .generoue-blogs .wpr-grid-item-below-content .inner-block, .most-recent-blog .wpr-grid-item-inner .wpr-grid-item-above-content .wpr-grid-item-category, .most-recent-blog .wpr-grid-item-inner .wpr-grid-item-above-content .wpr-grid-item-title{
		text-align: center !important;
	}
	.top-10-featured:before {
		height: 180px;
		width: 195px;
		left: 0;
		bottom: 0;
		top: 8%;
	}
	.top-10-featured:after {
		height: 165px;
		width: 95px;
		right: 0;
		bottom: 20%;
	}
/* 	.top-10-featured:before, .top-10-featured:after{
		display:none;
	} */
	.cat-lists ul {
		display: block;
		justify-content: space-between;
		column-count: 2;
	}
	.cat-lists ul li{
		margin:0 10px !important;
	}
	div.wpforms-container-full .wpforms-form .wpforms-one-half, div.wpforms-container-full .wpforms-form .wpforms-three-sixths, 	div.wpforms-container-full .wpforms-form .wpforms-two-fourths {
		width: 100% !important;
	}
	.wpforms-form .wpforms-one-half{margin-left:0 !important;}
	.newsletter h3 {
		color: #173FDE !important;
	}
	.newsletter {
		background-image: none !important;
		background-color: #f9f7f4;
		opacity: 1 !important;
	}
	.newsletter .elementor-background-overlay{opacity:1 !important;}
	.generous-logo {
		position: relative !important;
		top: -30px !important;
	}
	.newsletter-form .wpforms-form button[type="submit"] {
		background: #E4EEDD !important;
	}
	.health-foundation {
		background-image: none !important;
		background-color: #DDE2FF;
	}
	.stay-plus, .digital-plus{
		display:inline-block;
	}
}

.comments-area a, .page-content a {
    text-decoration:underline
}

.alignright {
    float: right;
    margin-left:1rem
}

.alignleft {
    float: left;
    margin-right:1rem
}

.aligncenter {
    clear: both;
    display: block;
    margin-inline:auto
}

.alignwide {
    margin-inline:-80px
}

.alignfull {
    margin-inline: calc(50% - 50vw);
    max-width:100vw
}

.alignfull, .alignfull img {
    width:100vw
}

.wp-caption {
    margin-block-end: 1.25rem;
    max-width:100%
}

.wp-caption.alignleft {
    margin:5px 20px 20px 0
}

.wp-caption.alignright {
    margin:5px 0 20px 20px
}

.wp-caption img {
    display: block;
    margin-inline:auto
}

.wp-caption-text {
    margin:0
}

.gallery-caption {
    display: block;
    font-size: .8125rem;
    line-height: 1.5;
    margin: 0;
    padding:.75rem
}

.pagination {
    display: flex;
    justify-content: space-between;
    margin:20px auto
}

.sticky {
    display: block;
    position:relative
}

.bypostauthor {
    font-size:inherit
}

.hide {
    display:none !important
}

.post-password-form {
    margin: 50px auto;
    max-width:500px
}

.post-password-form p {
    align-items: flex-end;
    display: flex;
    width:100%
}

.post-password-form [type=submit] {
    margin-inline-start:3px
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap:normal !important
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #333;
    display: block;
    font-size: 1rem;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 12px 24px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index:100000
}

.post .entry-title a {
    text-decoration:none
}

.post .wp-post-image {
    max-height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    width:100%
}

@media (max-width: 991px) {
    .post .wp-post-image {
        max-height:400px
    }
}

@media (max-width: 575px) {
    .post .wp-post-image {
        max-height:300px
    }
}

#comments .comment-list {
    font-size: .9em;
    list-style: none;
    margin: 0;
    padding:0
}

#comments .comment, #comments .pingback {
    position:relative
}

#comments .comment .comment-body, #comments .pingback .comment-body {
    border-block-end: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    padding-block-end: 30px;
    padding-block-start: 30px;
    padding-inline-end: 0;
    padding-inline-start:60px
}

#comments .comment .avatar, #comments .pingback .avatar {
    border-radius: 50%;
    left: 0;
    margin-inline-end: 10px;
    position:absolute
}

body.rtl #comments .comment .avatar, body.rtl #comments .pingback .avatar, html[dir=rtl] #comments .comment .avatar, html[dir=rtl] #comments .pingback .avatar {
    left: auto;
    right:0
}

#comments .comment-meta {
    display: flex;
    justify-content: space-between;
    margin-block-end:.9rem
}

#comments .comment-metadata, #comments .reply {
    font-size: 11px;
    line-height:1
}

#comments .children {
    list-style: none;
    margin: 0;
    padding-inline-start: 30px;
    position:relative
}

#comments .children li:last-child {
    padding-block-end:0
}

#comments ol.comment-list .children:before {
    content: "↪";
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    left: 0;
    line-height: 100%;
    position: absolute;
    top: 45px;
    width:auto
}

body.rtl #comments ol.comment-list .children:before, html[dir=rtl] #comments ol.comment-list .children:before {
    content: "↩";
    left: auto;
    right:0
}

@media (min-width: 768px) {
    #comments .comment-author, #comments .comment-metadata {
        line-height:1
    }
}

@media (max-width: 767px) {
    #comments .comment .comment-body {
        padding:30px 0
    }

    #comments .children {
        padding-inline-start:20px
    }

    #comments .comment .avatar {
        float: left;
        position:inherit
    }

    body.rtl #comments .comment .avatar, html[dir=rtl] #comments .comment .avatar {
        float:right
    }
}

.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class * =elementor-page-]) .site-main {
    margin-inline-end: auto;
    margin-inline-start: auto;
    width:100%
}

@media (max-width: 575px) {
    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class * =elementor-page-]) .site-main {
        padding-inline-end: 10px;
        padding-inline-start:10px
    }
}

@media (min-width: 576px) {
    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class * =elementor-page-]) .site-main {
        max-width:500px
    }

    .site-footer.footer-full-width .footer-inner, .site-header.header-full-width .header-inner {
        max-width:100%
    }
}

@media (min-width: 768px) {
    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class * =elementor-page-]) .site-main {
        max-width:600px
    }

    .site-footer.footer-full-width, .site-header.header-full-width {
        max-width:100%
    }
}

@media (min-width: 992px) {
    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class * =elementor-page-]) .site-main {
        max-width:800px
    }

    .site-footer.footer-full-width, .site-header.header-full-width {
        max-width:100%
    }
}

@media (min-width: 1200px) {
    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class * =elementor-page-]) .site-main {
        max-width:1140px
    }

    .site-footer.footer-full-width, .site-header.header-full-width {
        max-width:100%
    }
}

.site {
    overflow-x: clip;
}

.site-header + .elementor {
    min-height: calc(100vh - 320px)
}

.c-calendar-image-ad-wraper img {
    width: 75%;
    margin: 0 auto 4rem auto;
}

.c-add-to-calendar-button-wrapper {
    text-align: center;
    margin-bottom: 4rem !important;
}

.c-add-to-calendar-button-wrapper .button {
    background-color: #E4EEDD;
    color: #173FDE !important;
    padding: 1rem 2rem;
    text-decoration: none;
    font-size: 1.25rem;
    border-radius: 0;
    text-transform: uppercase;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    border: 1px solid #000;
}

.c-add-to-calendar-button-wrapper .button:hover {
    background-color: #4A45D2;
    color: #ffffff !important;
    border: 1px solid #4A45D2;
}

.local-list-hero {
    --llh-overlay-color: #F9F7F4;
    --llh-overlay-opacity: 0.62;
    --llh-background-image: none;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    min-height: 70vh;
    padding: clamp(2.5rem, 5vw, 5rem);
    overflow: visible;
    isolation: isolate;
}

.local-list-hero::before,
.local-list-hero::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
}

.local-list-hero::before {
    z-index: -2;
    background-color: #F9F7F4;
    background-image: var(--llh-background-image);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.local-list-hero::after {
    z-index: -1;
    background: var(--llh-overlay-color);
    opacity: var(--llh-overlay-opacity);
}

.local-list-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(250px, 350px) minmax(0, 1fr);
    gap: clamp(1.5rem, 4vw, 4rem);
    align-items: center;
    width: min(100%, 1140px);
    margin: 0 auto;
}

.local-list-hero--no-logo .local-list-hero__inner {
    grid-template-columns: minmax(0, 1fr);
    max-width: 1140px;
}

.local-list-hero--no-logo .local-list-hero__content {
    width: min(100%, 760px);
    justify-self: start;
}

.local-list-hero__media {
    display: flex;
    justify-content: center;
}

.local-list-hero__logo {
    width: 100%;
    max-width: 350px;
    height: auto;
    object-fit: contain;
}

.local-list-hero__title {
    margin: 0 0 2rem;
    color: var(--llh-title-color, #173FDE);
    font-family: "EditorsNote-Regular", Sans-serif;
    font-size: clamp(2.25rem, 4.8vw, 4rem);
    font-weight: 400;
    line-height: 0.95;
    text-transform: uppercase;
}

.local-list-hero__subtext,
.local-list-hero__subtext p {
    margin: 0;
    color: #333333;
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    line-height: 1.65;
    max-width: 640px;
}

@media only screen and (max-width: 767px) {
    .local-list-hero {
        min-height: 70vh;
        padding: 2.5rem 1.5rem;
    }

    .local-list-hero__inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .local-list-hero__logo {
        max-width: 250px;
    }

    .local-list-hero__subtext {
        margin: 0 auto;
    }
}