/* GeneratePress Site CSS */ /* Content styles */
p.menu-title {
    margin-bottom: 0;
}
p.menu-description {
    font-size: 18px;
}
@media (max-width: 768px) {
    .entry-content > [class*="wp-block-"]:not(:last-child) {
        margin-bottom: 0;
    }
}

/* Navigation hover animation */
@media (min-width: 769px) {
    .main-navigation .menu > .menu-item > a::after,
    .secondary-navigation .secondary-menu > .menu-item > a::after {
        content: "";
        position: absolute;
        right: 0;
        left: 50%;
        bottom: 10px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);

        display: block;
        width: 0;
        height: 2px;

        background-color: #f6a623;
        transition: 0.3s width ease;
    }
	
    .main-navigation .menu > .menu-item.current-menu-item > a::after,
    .main-navigation .menu > .menu-item.current-menu-ancestor > a::after,
    .main-navigation .menu > .menu-item:hover > a::after,
    .main-navigation .menu > .menu-item.sfHover > a::after,
    .secondary-navigation .secondary-menu > .menu-item.current-menu-item > a::after,
    .secondary-navigation .secondary-menu > .menu-item.current-menu-ancestor > a::after,
    .secondary-navigation .secondary-menu > .menu-item:hover > a::after,
    .secondary-navigation .secondary-menu > .menu-item.sfHover > a::after{
        width: 50%;
    }
}

/* Page hero h1 styles */
@media (min-width: 769px) {
    .page-hero h1 {
        font-size: 50px;
    }
}
.page-hero h1 {
    text-shadow: 1px 5px 8px rgba(0, 0, 0, 0.7);
    font-weight: 800;
}

/* Secondary menu item height on mobile */
@media (max-width: 768px) {
    .secondary-navigation .main-nav ul li a, .secondary-navigation .menu-toggle {
        line-height: 50px;
    }
}

/* Button styles */
button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.button:visited {
    padding: 5px 0;
    border: 2px solid #f6a623;
    width: 140px;
    text-align: center;
}
@media (min-width: 330px) {
    a.contact {
        margin-left: 20px;
    }
}
@media (max-width: 329px) {
    a.contact {
        margin-top: 10px;
    }
}

/*Footer widget background */
.footer-widgets {
    text-align: center;
}

/* Happyform Styles */
input.happyforms-submit.happyforms-button--submit {
    width: 140px;
}
body .happyforms-flex {
    padding: 0;
} /* End GeneratePress Site CSS */

.wp-block-image.alignfull img, .wp-block-image.alignwide img {
    width: 100%;
    margin-top: -22px;
}
#dp_pec_single_grid {
    clear: both;
    display: none;
}.entry-title {
    margin-bottom: 0;
    margin-left: 50px;
	margin-top: 30px;
}

/* new event type 2 colour */
.type2 {
    height: 100%;
    box-shadow: 0px 10px 40px 0px 
			rgba(6, 22, 58, 0.1);
    border: 1px solid #e8e8e8;
    position: relative;
    background-color: #fff;
}
.search_archive_event {
    background-color: #FFFEE9;
    padding: 33px 40px 40px 40px;
    margin-bottom: 70px;
}
.single_event .content-event .event-related .archive_event .ovaev-content.content-grid {
    position: relative;
    padding: 0 15px;
    margin-bottom: 0px;
	background-color: #fff;
}
.type1 {
    height: 100%;
    box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
    border: 1px solid #e8e8e8;
    position: relative;
    background-color: #fff;
}
.inside-article a, .paging-navigation a, .comments-area a, .page-header a {
    color: #964b45;
}
	