
body {
    font-family: 'Open Sans', sans-serif;
}

.page-banner {
    background-color: #febd6d;
    position: relative;
    margin-bottom: 10px;
}

.page-banner img {
    position: absolute;
    right: 0;
    height: 100%;
    width: auto;

}

.page-banner .page-content {
    padding-left: 30px;
}

.page-banner h1 {
    padding: 60px 0 ;
    font-family: 'Bitter', sans-serif;
    font-weight: bold;
    margin: 0;
}

.page-banner .hr {
    width: 75px;
    height: 5px;
    background-color: white;
    border-radius: 2.5px 0 0 2.5px;

}

.page-banner p {
    color: black;
    font-size: 22px;
    padding: 20px 0;

}

.page-banner .banner::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 100vw;
    height: 10px;
    background-color: #ffbd13;
}

.page-banner p::after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 10px;
    bottom: -10px;
    left: 0;
    background-color: #fc9d29;

}


.section-page .left-color::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    background-color: #fed86d;
    z-index: 0;
}

.section-page .right-color::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-color: #fff9f1;
    z-index: 0;
}

.wrapper-nav {
    position: relative;
    z-index: 1;
    padding-top: 40px;
}

.wrapper-nav .bold {
    font-weight: bold;
}

.wrapper-nav li {
    padding-left: 15px;
    position: relative;
}

.wrapper-nav li.page_item_has_children::before,
.wrapper-nav li.menu-item-has-children::before {
    content: '';
    width: 15px;
    height: 15px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 256 512'%3E%3C!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cstyle%3Esvg%7Bfill:%23f0652f%7D%3C/style%3E%3Cpath d='M246.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6l0 256c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l128-128z'/%3E%3C/svg%3E") no-repeat 50% 50%;
    position: absolute;
    left: 0;
    top: 4px;
    transform: rotate(0);
}
.wrapper-nav li.page_item_has_children.opened::before,
.wrapper-nav li.menu-item-has-children.opened::before {
    transform: rotate(90deg);
}
.wrapper-nav .sub-menu{
    display: none;
}


.section-page .page-content {
    padding: 20px 0 40px 30px;
}

.section-page .page-menu {
    padding: 0 30px 40px 30px;
}

.section-page .wrapper-txt {
    position: relative;
    z-index: 1;
}


.section-page ul{
    list-style: none;
    margin: 0;
    padding: 0 0 10px 0;
    }

.section-page ul a{
    color: black;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin-bottom: 12px;
}
.section-page ul a:hover{
    text-decoration: underline;
}

.section-page .page-menu hr {
    position: relative;
    border: 1px solid white;
    z-index: 1;

}

.section-page .page-menu img {
    position: relative;
    width: 100%;
    height: auto;
    padding: 30px 0;
    z-index: 1;
}

.section-page .page-menu h1 {
    position: relative;
    color: #3b9190;
    font-weight: 300;
    z-index: 1;

}

.section-page .page-menu h4 {
    position: relative;
    color: #a7c8cf;
    font-style: italic;
    z-index: 1;
}

.section-page .page-menu p {
    position: relative;
    z-index: 1;
}

.section-page h2, .events h1 {
    padding: 20px 0;
    font-family: 'Bitter', sans-serif;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #5d5d5d;

}

.section-page p {
    padding: 0;
    font-size: 20px;
    color: #5d5d5d;

}

.section-page .menu .menu-item a {
    padding: 0;
}

/*---------------Responsive----------------------*/

@media(max-width:992px){
    .page-banner img {
        position: relative;
        width: 100%;
        height: auto;
        order: -1;
    
    }

    .page-banner .page-content {
        order: 1;
    }

    .page-banner .banner::after{
        width: 150vw;
        right: -50vw;
    }

    .page-banner p::after{
        width: 150vw;
        left: -50vw;
    }

    .section-page .right-color::after {
        width: 150vw;
        left: -50vw;
    }

    .section-page .left-color::after {
        width: 150vw;
        right: -50vw;
    }


    .col-lg-4 {
flex: 0 0 100%!important;
max-width: 100%!important;
}

.col-lg-8 {
    flex: 0 0 100%!important;
    max-width: 100%!important;
    }
}

.calendar p {
    font-size: 100px;
}

.tribe-events .tribe-events-calendar-month__header-row{
    background: #000;

}
.tribe-events .tribe-events-calendar-month__header-column-title{
    color: #fff;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__header-column-title{
    text-align: center;
    font-size: 11px;
    font-weight: bold;
}
.tribe-events .tribe-events-calendar-month__header-column{
    padding: 10px;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4{
    font-size: 12px;
    background: #f2f2f2;
}
.tribe-events .tribe-events-calendar-month__calendar-event{
    padding: 0;
}
.tribe-events .tribe-events-calendar-month__calendar-event-title-link, .tribe-events .tribe-events-calendar-month__calendar-event-tooltip-title-link{
    color: #666;
    font-size: 12px;
}
.tribe-events .tribe-events-calendar-month__calendar-event{
    border-bottom: 1px solid #666;
    margin: 0 10px;
    padding-bottom: 5px;
}
.tribe-events .tribe-events-calendar-month__calendar-event:last-child{
    padding-bottom: 5px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day--next-month{
    background: #f5f5f5;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day--next-month .tribe-events-calendar-month__day-date-daynum{
    color: #b5b5b5;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector{
    display: none;
}
.container2 {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}