/*  ==================== */
/*  THEME DISPLAY CHANGES */
/*  ==================== */

/* override default page setting  - Hide Header, Page Title and Featured Image | 34074289-hc FC */
.entry-title, .featured-media, .entry-header{
display:none;
}


/* page header Left align logo 34087699-hc DF */
.site-header > .site-logo {
	text-align: left;
}

/*page header fix logo width 34087699-hc JG */
.site-logo {
    width: auto !important;
    margin-right: 50px;
}

/*page header shrink header to be smaller 34087699-hc JG */
header#masthead {
    padding-bottom: 0px;
}
main#main {
    padding-top: 0px;
}

/* Reduce space above footer / 34124563-HC (JJ) */
.site-main > article > .entry-footer {
  padding-bottom: 0;
}

.no-widgets .site-footer {
  margin-top: 0;
}


/* THEME FIX for display of table containing a media-text block */
/* ========================== */

/* Less space between Media and Text Block | 34074289-hc FC */
.wp-block-column .wp-block-media-text  {
max-height: 30px;
padding:5px !important;
}
.wp-block-column .wp-block-media-text:last-child {
max-height: 30px;
margin-bottom:50px !important;
}

/* make paragraphs in accordion block full width | 34124563-hc */
*[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce) {
	max-width: 100%;
}




/* COLOUR SCHEME change to THEME SETTINGS - not currently functioning correctly */
/* =========================== */

/* intensys life white button with shadow, hover as green*/

.ilbutton {
  border-color: #91b322 !important;
  color: #91b322;
  background-color: white;
	border-radius: 2px;
	border: 3px
}
a.wp-block-button__link{
border-color: #91b322!important;
color: #91b322!important;
background-color: white!important;
border: 3px solid #e0e1e1!important;
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
a.wp-block-button__link:hover {
border-color: #91b322!important;
background-color: #91b322!important;
color: white!important;
border: 3px solid #e0e1e1!important;
}


/* hide author bio on all posts | 35382459-hc [MQ] */
.type-post .author-bio {
    display: none;
}
/* hide tags from posts | 35382459-hc [MQ] */
.type-post .post-taxonomies {
    display: none;
}
/* hide post navigation links | 35382459-hc [MQ] */
.post-navigation {
    display: none;
}


/*  MEMBERPRESS CHANGES */
/*  =================== */

/* Make Memberpress pages full width AL hc-34124563 */

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce) {
max-width: 100%;
    margin-left: 5%;
    margin-right: 5%;
}

form.mepr-signup-form.mepr-form {
    width: 100%;
}



/*remove navigation ON Memberpress membership registration products...aka memberpress posts */
.single-memberpressproduct nav.navigation.post-navigation {
    display: none;
}


/*  memberpress registration pages fix to update the alignment of the checkboxes so that they display correctly - issue was occuring in the multiple check box fields */
/* Checked on 1/11/22 - this is still required*/
.mepr-checkboxes-field input {
    display: inline-block !important;
}

/*  memberpress courses page - hide sidebar showing a map of location 
NO LONGER NEEDED 1/11/22*/
/*.single-mpcs-course #primary-sidebar {
	display: none;
}*/

/* memberpress fix for display of course header in /COURSES page
NO LONGER NEEDED 1/11/22*/
/*.entry-content .mpcs-cards img {
  height: auto !important;
}*/

/* for single memberpress product pages allow showing of featured image  | 4765491-zd eD */
.memberpressproduct-template  .entry-header {
    display: block;
}

/* likely no longer needed */
/* ======================= */
/* hide title on single membership product page | 4765491-zd eD 
.memberpressproduct-template  .entry-header .entry-title {
    display: none;
}
*/
