/* FONT
----------------------------------------------------------------*/


h1, h2, h3, h4, h5, h6{
	font-family: "Source Serif 4", Georgia, Times, "Times New Roman", serif;
	font-weight: 500;	
	}


body, button {
  font-family:  "Source Sans 3", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
	}


 


/* GLOBAL
----------------------------------------------------------------*/

div {
	-webkit-tap-highlight-color: transparent;	
	}
	
:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
	}





/* COLOURS
----------------------------------------------------------------*/

:root {
  --burgundy:    #802858;
  --lilac:       #e4caee;
  --dark-green:  #487d1b;
  --lime-green:  #99c02a;
  --orange:      #dc6100;
  --dark-grey:   #454046;
  --pale-green:  #f7fcf3;
  --pale-orange: #fbefe5;
  --pale-cream:  #f4f1e7;
  --mid-grey:    #b2b1b2;
  --black:       #000000;
  --white:       #ffffff;  
}

/* Text  */
.has-burgundy-color    { color: var(--burgundy); }
.has-lilac-color       { color: var(--lilac); }
.has-dark-green-color  { color: var(--dark-green); }
.has-lime-green-color  { color: var(--lime-green); }
.has-orange-color      { color: var(--orange); }
.has-dark-grey-color   { color: var(--dark-grey); }
.has-pale-green-color  { color: var(--pale-green); }
.has-pale-orange-color { color: var(--pale-orange); }
.has-pale-cream-color  { color: var(--pale-cream); }
.has-mid-grey-color    { color: var(--mid-grey); }
.has-black-color       { color: var(--black); }
.has-white-color       { color: var(--white); }

/* Backgrounds */
.has-burgundy-background-color    { background-color: var(--burgundy); }
.has-lilac-background-color       { background-color: var(--lilac); }
.has-dark-green-background-color  { background-color: var(--dark-green); }
.has-lime-green-background-color  { background-color: var(--lime-green); }
.has-orange-background-color      { background-color: var(--orange); }
.has-dark-grey-background-color   { background-color: var(--dark-grey); }
.has-pale-green-background-color  { background-color: var(--pale-green); }
.has-pale-orange-background-color { background-color: var(--pale-orange); }
.has-pale-cream-background-color  { background-color: var(--pale-cream); }
.has-mid-grey-background-color    { background-color: var(--mid-grey); }
.has-black-background-color       { background-color: var(--black);} 
.has-white-background-color       { background-color: var(--white);}


/* Headings */

h2.wp-block-post-title {
	font-size: 50px;
	line-height: 56px;
	color: var(--burgundy);
	}

h2.wp-block-heading {
	font-size: 50px;
	line-height: 56px;
	color: var(--black);
	margin-bottom: 50px;
	}
	
h3.wp-block-heading {
	font-size: 40px;
	line-height: 46px;
	color: var(--black);
    margin-bottom: 1em;
	}	

h3.orangeBgd {
	background-color: #dc6101;
    color: #ffffff;
    padding: 10px 20px;
}

h4.wp-block-heading {
	font-size: 35px;
	line-height: 40px;
	color: var(--black);
	margin-bottom: 20px;
	}

h4.entry-title {
	margin-bottom: 15px;
	}

.site-footer h5.wp-block-heading {
	font-size: 22px;
	line-height: 28px;
	color: var(--white);
	margin-bottom: 15px;
	}	

h2.home-header {
	font-size: 60px;
	line-height: 70px;
}

/* Paragraphs */ 

.entry-content p,
.entry-content li,
.tribe-events-content p,
.tribe-events-content li,
.tribe-event-date-start,
.tribe-event-date-end,
.tribe-event-time {
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: var(--black);
	-webkit-font-smoothing: antialiased;
	}	
		
.entry-content p strong,
.entry-content li strong,
.tribe-event-date-start,
.tribe-event-date-end,
.tribe-event-time {
    font-weight: 600;	
	} 
	
/* Links */	
		
.entry-content p a,
.entry-content li a,
.tribe-events-meta-group a,
.tribe-events-content a {
	color: var(--orange);
    box-shadow: inset 0 -1px 0 ;
    font-weight: 600;
	border-bottom: none;
    }
    
.entry-content p a:hover,
.entry-content li a:hover,
.tribe-events-meta-group a:hover,
.tribe-events-content a:hover {
    box-shadow: none;
    color:  var(--orange);
	opacity: .7;
	border-bottom: none;
	}  

.tribe-events-content .wp-block-button a:active,
.tribe-events-content .wp-block-button a:focus,
.tribe-events-content .wp-block-button a:hover, {
    color: var(--white);
}

.tribe-events-content a:active,
.tribe-events-content a:focus,
.tribe-events-content a:hover {
    color: var(--orange);
	text-decoration: none;
}
	
.entry-content .ecs-event-list li a {
    box-shadow: none;
    } 
     


/* Layout
----------------------------------------------------------------*/

.container {
    padding: 0;
	}

#primary {
    width: 100%;
	}

#page.container {
	max-width: 100%;
	}

#page {
    padding-top: 60px;
	}

.site-content {
    padding: 0 0 5% 0;
}



/* Header
----------------------------------------------------------------*/
 
.site-header {
	background: #fff;
	} 

.site-identity{
	padding: 20px 15px;
	} 
	
/* Logo */	

.site-title-wrap {
    max-width: 250px;
    width: 250px;
	}

/* Navigation  */

.top-navigation-right {
    max-width: inherit;
	}
	



/* Hero image
---------------------------------*/
  
.site-header--has-hero {
	position: relative;
	min-height: 900px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	}

.single-post .site-header--has-hero .hero-image-title {
	display: none;
}

.top-navigation {
	position: relative;
	z-index: 10; 
	}

/* Navigation Fade */

.top-navigation::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 260px; 
	background: linear-gradient(
	to bottom,
	rgba(0, 0, 0, 0.9) 0%,
	rgba(0, 0, 0, 0.4) 40%,
	rgba(0, 0, 0, 0.0) 100%
	);
	pointer-events: none;
	z-index: 0;  
	}

.top-navigation > * {
	position: relative;
	z-index: 1;
	}

/* Title Panel */

.site-header--has-hero .hero-image-title {
	position: absolute;
	right: 0;
	top: 70%;
	transform: translateY(-50%); /* vertically centre in the panel */
	margin: 0;
	background: rgba(0, 0, 0, 0.6);
	padding: 35px 50px 25px;
	border-radius: 15px 0 0 15px;
	color: var(--white);
	}
	
.site-header--has-hero .hero-image-title h1	{	
	font-family:  "Source Sans 3", "Helvetica Neue", Helvetica, Arial, sans-serif;  
	font-size: 50px;
	line-height: 55px;
	font-weight: 900;
	text-align: left;  	
	hyphens: none;
	word-break: normal;
	overflow-wrap: normal;	
	-webkit-font-smoothing: antialiased;	
	}
	
	
.site-header--has-hero .hero-image-title h1 em {	
	font-family: "Source Serif 4", Georgia, Times, "Times New Roman", serif !important;	
	font-weight: 600;	
	clear: both;
	display: block;
	line-height: 60px;
	-webkit-font-smoothing: subpixel-antialiased;
	}
	
 
/* Hero Credit Panel (bottom-left) */

.site-header--has-hero .hero-image-credit {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
	width: 100%;
	padding: 0 0 25px;
	pointer-events: none; 
	}

.site-header--has-hero .hero-image-credit .container {
	/* left aligns with your grid automatically */
	}

.site-header--has-hero .hero-image-credit p {
    margin: 0;
    display: inline-block;
    font-size: 16px;
    color: var(--white);
    /* background: rgba(0, 0, 0, 0.55); */
    opacity: .8;
    padding: 0 30px;
    border-radius: 6px;
}



/* Navigation 
----------------------------------------------------------------*/

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-weight: 600;
	-webkit-font-smoothing: antialiased;
    font-size: 19px;
	}
	
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    font-weight: 600;
	border-bottom: 1px solid var(--orange);
	color: var(--orange);
	}	

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  font-weight: 600;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    margin: 0;
}

/* Flyout menu */	

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:active,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  font-weight: 400;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-current-menu-item a.mega-menu-link {
	color: var(--orange);
}



/* Last Item Button */	

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-of-type a,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-of-type.mega-current-menu-item a  {
    background-color: var(--orange) ;
    color: var(--white) ;
    -webkit-border-radius: 50px ;
    -moz-border-radius: 50px ;
    border-radius: 50px ;
    transition: all 0.3s ease;
	padding: 0 20px;
	margin-left: 10px; 
	border: 0;
	}
	 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-of-type a:hover  {
    background-color: var(--orange) ;
    color: var(--white) ;
	opacity: 0.8;	
	border-bottom: 0px !important;	
	}





/* Buttons - global overrides 
----------------------------------------------------------------*/

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"], 
.button, 
.wp-block-button a, 
.ecs-view-all-events a,  	
.gb-block-post-grid-more-link.gb-text-link,
.single-tribe_events .tribe-events-c-subscribe-dropdown__button,
:root :where(.wp-element-button, .wp-block-button__link),
.comment-navigation a, 
#page #infinite-handle button 	{	
	background-color: var(--orange);
    color: var(--white);
	border-radius: 50px;
    font-weight: 600; 
    font-size: 22px;
    padding:10px 50px;
    border:0 !important;    
	transition: .3s ease;   
    text-decoration: none;
	-webkit-font-smoothing: antialiased;
	margin: 20px 0 0 0;
	}

.wp-block-button a:hover,
.ecs-view-all-events a:hover,
.gb-block-post-grid .gb-block-post-grid-more-link:hover,
.single-tribe_events .tribe-events-c-subscribe-dropdown__button:hover,
.single-tribe_events .tribe-events-c-subscribe-dropdown__button:focus,
:root :where(.wp-element-button, .wp-block-button__link):hover  {
    text-decoration: none;
    opacity: .6;
    color: var(--white);
    border:0 !important;
	box-shadow: inset 0 0 0;     
	}
	
	
	

/* Global Styles
----------------------------------------------------------------*/


/* Images */

.wp-block-image {
    margin: 2em 0;
}

.is-layout-flex figure.wp-block-image img {
	margin: 0 10px 0 0;
	}

/* Group Contact Box */

.group-contact-container {
	border-radius: 15px;
	padding: 60px 50px;
	color: #fff;
	max-width: 900px;
    margin: 0 auto;
}

.wp-block-social-links.has-huge-icon-size {
	padding-left: 0;
	margin-bottom: 30px;
}
.wp-block-social-links .wp-social-link svg {
    height: 50px;
    width: 50px;
}

	
/* Blockquote */

blockquote.has-background	{
    position: relative;
    padding: 70px 70px 50px 180px;
    border-radius: 15px;
    color: #ffffff;
    font-style: italic;
	border-radius: 15px;
	border: 0;	
	font-family: "Source Serif 4", Georgia, Times, "Times New Roman", serif;  
	}
	
blockquote.has-background p {
	font-weight: 600;
	font-style: italic;
	font-size: 40px;
	line-height: 50px;
	color: var(--white);	
	}
	
.entry-content blockquote cite {
	font-style: normal;	
	font-weight: 400;	
	}	

/* Big quote mark */
.entry-content blockquote::before {
    content: "“";
    position: absolute;
	left: 25px;
    top: 25px;
    font-size: 220px;
    line-height: 1;
    color: var(--dark-green);
	}


	
/* Page / Post Grid Block */

.gb-block-post-grid	.gb-block-post-grid-image img {
	border-radius: 15px;	
	}	
	
.gb-block-post-grid header .gb-block-post-grid-title {
    margin-bottom: 25px;
    font-size: 25px;
	}	
		
.gb-block-post-grid header .gb-block-post-grid-title a:hover {
    text-decoration: none;
    color: var(--orange);
	}
	
.gb-block-post-grid .is-grid article, .gb-block-post-grid .gb-is-grid article {
    margin-bottom: 3.5em;
}	

/* Resource List */

.resource-list {
	margin: 10px 0;
}


/* File Download */

.wp-block-file {
	margin-bottom: 15px;
	}

.wp-block-file a {
	color: var(--black);	
    font-size: 20px;		
	}	

.wp-block-file a:hover {
	color: var(--orange);	
    font-size: 20px;		
	}			

.wp-block-file a.wp-block-file__button{
	color: var(--white);   
	font-weight: 600; 
	}		

table.document-library-table .col-link a, table.document-library-table .col-link button {
    background-color: transparent;
	margin-top: 0;
}

/* Simple Link Directory */

.entry-content .ca-menu li a {
	box-shadow: none;
}

.qcld-main-container-style-simple .simple .qcopd-single-list ul li a {
    font-size: 18px!important;
}

.qcld-main-container-style-simple .simple .qcopd-single-list ul {
    border-top: 5px solid #dc6100!important;
}

.qcld-main-container-style-simple .simple .qcopd-single-list h2 {
    color: #000 !important;
    text-transform: none !important;
    font-size: 30px !important;
    font-weight: 500 !important;
    padding: 20px 0 10px 0 !important;
}

.qcld-main-container-style-simple .simple .list-img img {
    width: 50px !important;
    height: 50px !important;
}

.entry-content .simple li {
    margin-bottom: 0;
}


/* Contact Form */

form {
    display: inline;
}

div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #fbd1ae;
    border: 1px solid #ffffff;
}
	 
	 

/* Custom Styles
----------------------------------------------------------------*/


	
/* Join Panel  */

.join-panel	figure.wp-block-image {
    margin: 0;
    }

.join-panel h2.wp-block-heading {
    margin-bottom: 25px;
    font-weight: 900;
    font-size: 80px;
    line-height: 80px;
}

.join-panel p {
    font-size: 35px;
    line-height: 41px;
	font-weight: 600;
	margin-bottom: .8em;
}
	  
	  
	  
/* News Panels */


.entry-content p.wp-block-post-excerpt__excerpt {
    font-size: 18px;
    line-height: 24px;
	}

.news-panel ul {
    padding:0;
    margin: 0;
	}

.news-panel li.wp-block-post	 {
	border-radius: 15px;		
	border: 1px solid #c6d5b9;
	background-color: var(--white);
	}

.news-panel .wp-block-post-featured-image img{
	border-radius: 15px 15px 0 0;
	}

.news-panel h2.wp-block-post-title a {
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    color: var(--black);
    box-shadow: inset 0 0px 0 ;      
	}
	
.news-panel h2.wp-block-post-title a:hover {	
    color: var(--orange);
	opacity: 1;
    }	




/* Event Calender
----------------------------------------------------------------*/

#tribe-events-pg-template,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container  {
    padding-top: 0;
	}
	
	
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium {
    font-size: 30px;
    }	
    
.tribe-events-single-event-title,    
.tribe-common .tribe-common-h5, 
.tribe-common .tribe-common-h6 {
	font-family: "Source Serif 4", Georgia, Times, "Times New Roman", serif;  
	font-weight: 600;  
	}	    
	
	
.tribe-common--breakpoint-medium.tribe-common .tribe-common-b2 {
    font-size: 17px;
    line-height: var(--tec-line-height-3);
	}
	
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper img{
	border-radius: 15px;
	}
	
.tribe-events-single>.tribe_events>:not(.primary,.secondary,.tribe-events-related-events-title,.tribe-related-events) {
    margin-bottom: 10px;
	}

.tribe-events-c-small-cta__price {
	font-size: 20px;
}

/* Subscibe  */

.single-tribe_events .tribe-events-c-subscribe-dropdown__container, 
.tribe-events .tribe-events-c-subscribe-dropdown__container {
	display: none;
	}
	
	

/* Shortcode Event List
-------------------------------*/

 ul.ecs-event-list {
	margin: 0;
	padding: 0;
	}

 ul.ecs-event-list li {
	list-style: none;
	padding-bottom: 30px;
	}
	
 ul.ecs-event-list li .entry-title a {
    font-size: 30px;	
    color: var(--black);
    box-shadow: inset 0 0px 0;
	font-weight: 500;
    }
    
 ul.ecs-event-list li .entry-title a:hover {
    color: var(--orange);
    box-shadow: inset 0 0px 0 ;     
    }    
    
/* Running order */

.ecs-event {
	display: flex;
	flex-direction: column;
	}

.ecs-event .duration.time {
	order: 2;
	margin-bottom: 15px;
	}
		
.ecs-event .ecs-excerpt {order: 3;}    


/* Single Event */

.single-tribe_events .tribe-events-event-image {
	display: none;
	}


/* Colour overrides
-------------------------------*/

body.tribe-events,
body.post-type-archive-tribe_events {
	
  /* Text colours */
  --tec-color-text-primary:       #000000;   /* black */
  --tec-color-text-secondary:     #454046;   /* dark grey */

  /* Backgrounds */
  --tec-color-background-events:  #ffffff;  
  --tec-color-background:         #ffffff;

  /* Accent (buttons, highlights, markers) */
  --tec-color-accent-primary:             #dc6100; /* orange */
  --tec-color-button-primary:             #dc6100;
  --tec-color-link-primary:               #dc6100;
  --tec-color-link-accent:                #dc6100;

  /* Nudge derived states */
  --tec-color-accent-primary-hover:       rgba(220,97,0,0.8);
  --tec-color-accent-primary-active:      rgba(220,97,0,0.9);
  --tec-color-button-primary-hover:       rgba(220,97,0,0.8);
  --tec-color-button-primary-active:      rgba(220,97,0,0.9);

  /* Events bar submit button */
  --tec-color-background-events-bar-submit-button:        #802858;  /* burgundy */
  --tec-color-background-events-bar-submit-button-hover:  rgba(128,40,88,0.85);
  --tec-color-background-events-bar-submit-button-active: rgba(128,40,88,0.95);
  --tec-color-text-events-bar-submit-button:              #ffffff;
	}	


	
/* Single - Back */
	
.tribe-events-back a, 
.tribe-events-back a:visited	{
	color: var(--orange);	
	}
	
.tribe-events-back a:hover	{
	color: var(--black);	
	}	





/*  Blog 
----------------------------------------------------------------*/

 
.entry-byline a,
.entry-byline-author,
.entry-byline-on {
	display: none;
	} 
	
.entry-header .entry-title a:hover {
    box-shadow: inset 0 0 0 var(--orange);
	}	

/* Pagination */

.page-numbers {
    padding: 10px 15px;
	}

.page-numbers.current, 
.page-numbers:hover {
    background: var(--orange);
    padding: 10px 15px;
	}
	

/* Single */	

.single-post #primary {
    width: 70%;
    max-width: 800px;
	}
	
.single-post .featured-image	{
	display: none;
	}

.single-post .entry-content .meta-list a,
.single-post .post-navigation a:hover .post-title {
    color:var(--orange);
	}


/* Archive */

.archive #primary {
    width: 70%;
    max-width: 800px;
	}
	
.archive #primary .featured-image img {
	width: 100%;
	}	
	





/* PAGE: Home
----------------------------------------------------------------*/
 

.entry-header .entry-title {
    font-weight: 500;
    }
#page .aligncenter {
    margin: 3em auto 0 auto;
}



/* Footer
----------------------------------------------------------------*/
 
.site-footer {
	padding: 0 25px;
	background-color: var(--dark-grey);	
	color: var(--mid-grey);		
	}

/* Footer Menu */

.footer-menu  .menu> li > a {
	color: var(--white);			
	}

.footer-menu .menu> li > a:hover,
.footer-menu .menu> li.current-menu-item a {
	color: var(--orange);			
	}


/* Widgets */


.footer-widgets {
    margin-bottom: 2%;
}

.footer-widgets aside + aside {
    margin-top: 10px;
	}

.footer-widgets .widget_text,
.footer-widgets .wp-block-heading  {
	color: var(--white);			
	}

.footer-widgets .widget_text a {
	color: var(--orange);		
	border-bottom: 0;
	box-shadow: inset 0 -1px 0;
	}
	
.footer-widgets .widget_text a:hover {
	color: var(--orange);	
	box-shadow: none;
	text-decoration: none;
	}

.site-footer a:hover {
	text-decoration: none;
}

.footer-widgets ul li {
    padding: 0 0 6px 0;
    font-size: 20px;
	}

.footer-column p {
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: .5em;
	-webkit-font-smoothing: antialiased;	
}

.footer-column figure.wp-block-image img {
    box-shadow: none;
	 margin: 0;
	}

/* Logo */

.footer-column .footerLogo {
	float: right;
	margin: 200px 0 0 0;
	}


/* Footer Bottom */

.footer-bottom {
    display: flex;
	justify-content: space-between;    
	font-size: 15px;  
    border-top:0 !important;
	}	
  
.footer-tagline {
    display: flex;
    width: auto;
	}  
  
/* Legal Menu */
  
.footer-bottom .menu {
	list-style: none;
	margin: 0 0 40px;
	padding: 0;
	display: flex;
	align-items: center; 
	font-size: 15px;  
	}
 
.footer-bottom .menu > li {
	margin: 0;
	padding: 0;
	}
 
.footer-bottom .menu > li:not(:last-child)::after {
	content: "|";
	display: inline-block;
	margin: 0 0.5em;     
	}
 
.footer-bottom .menu> li > a {
	text-decoration: none;
	color: var(--mid-grey);	
	text-decoration: none;			
	}
	
.footer-bottom .menu> li > a:hover {
	color: var(--orange);			
	}		






/* PRINT
----------------------------------------------------------------*/

@media print {



}


