/*
Theme Name: NSSP Child
Theme URI: http://jameswingfield.com/en
Template: oceanwp
Author: James Wingfield
Author URI: http://jameswingfield.com/en
Description: Norwich School Sports Partnership
Tags: two-columns,right-sidebar,footer-widgets,blog,news,custom-background,custom-menu,post-formats,rtl-language-support,sticky-post,editor-style,threaded-comments,translation-ready,buddypress,custom-colors,featured-images,full-width-template,theme-options,e-commerce,block-styles,wide-blocks,accessibility-ready
Version: 4.1.1.1755270552
Updated: 2025-08-15 16:09:12

*/

.page-header {
  background: linear-gradient(180deg, #188C48 4%, #ffffff 100%) !important;
}
.blog #content-wrap {
	margin-top: -50px;
}

.container {
	width: 100%;
	max-width: 95%;
}
#content-wrap {
	width: 100%;
}
.content-area {
	width: 100% !important;
}
.page-header .page-header-title {
		font-size: 25px !important;
        font-weight: normal!important;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.page-header-title {
	color: #188C48;
	font-weight: normal;
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 0px;
	animation-name: fadeInUp;
  animation-duration: 2s; /* Adjust as needed */
  animation-fill-mode: both;
}

/* New CSS for mobile and tablet devices */
@media (max-width: 768px) {
  .page-header-title {
    margin-left: 5px;
  }
}
.single-page-article {
	margin-top: -70px;
}
/* Events Manager */
.em-item-title a {
	font-size: 25px!important;
}
.em.em-list .em-item .em-item-info {
	border-left: none;
}
.em.pixelbones a {
	color: #188C48 !important;
	text-decoration: none !important;
}
.em.pixelbones a:hover {
	color: #E6B84E !important;
}
.em.pixelbones .input button.button-primary {
	background-color: #188C48 !important;
	border-color: #188C48 !important;
    font-family: sora!important;
}
.em.pixelbones .input button.button-primary:hover {
	background-color: #E6B84E !important;
	border-color: #E6B84E !important;
}
.em-item-meta h3 {
	color: #188C48;
	text-transform: none !important;
	text-size-adjust: 5px;
}
.post-template-default img {
	margin: 10px;

}
.elementor-element-b0c8ad9 p {
	color: white !important;
}

/* Footer Copyright */
#copyright a {
	font-weight: 700;
	display: inline-block;
}
#copyright a:hover {
	transform: translateY(-5px);
}
.em-booking-summary {
	display: none;
    }
.woocommerce .owp-account-links li .owp-account-link {
	font-family: sigmar!important;
	color: #188C48;
    font-weight: light!important;
}
.woocommerce-button {
	background-color: #188C48;
}
.woocommerce-form-login__submit {
{
	background-color: #188C48;
}
/* Final fix for top spacing after adding page-header with PHP */
body.woocommerce-account .page-header {
    padding-top: 200px !important;
}
h3.related-post-title {
font-weight: normal;
}
body.em-booking-page .em-booking-form-section-summary {
    display: none !important;
}
.em-item-actions a {
	font-weight: normal;
    }
.nsspcontact .wpforms-field-label {
	color: #188C48!important;
}
.nsspcontact .wpforms-field-container{
	color: #188C48!important;
}