/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/

/* Start of Home Page Customisation */
body.home-page { 
	background-image:url(/wp-content/uploads/2023/06/giftuniverse_splash.jpeg);
/* 	background-position: 25% top; */
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:scroll
}

body.home-page header > h1 {
	color: white;
	/*text-shadow: 2px 2px 4px #000000;*/
	font-size: 72px;
	font-weight: 600;
	line-height: 72px;
	width: 7em;
	margin-top: 30px;
	margin-bottom: 30px;
}

@media only screen and (max-width: 1000px) {
/* 	body.home-page {
		background-position: 29% top;
	} */
  
	  body.home-page header > h1 {
    font-size: 60px;
		line-height: 60px
  }
}

@media only screen and (max-width: 800px) {
/* 	body.home-page {
		background-position: 29% top;
	} */
  
	body.home-page header > h1 {
    font-size: 40px;
		line-height: 40px
  }
}

@media only screen and (max-width: 600px) {
/* 	body.home-page {
		background-position: 23% top;
	} */
}

body.home-page div.wp-block-button a {
	background-color: white;
	color: #404040;
	margin-top: 30px;
	margin-right: 20px;
	width: 10em;
}

body.home-page div.wp-block-button a:hover {
	background-color: #e0e0e0;
}
/* End of Home Page Customisation */

/* Hide Footer */
footer {
	display: none;
}

/* Hide author information */
.bb-course-meta, .bb-course-single-meta, .bb-about-instructor, #sfwd_instructors-order-by {
	display: none;
}

/* Hide course member information */
.bb-course-member-wrap {
	display: none;
}
.bb-course-status-wrap {
	padding-top: 40px;
}

/* Hide View Course Details dropdown unless on mobile */
@media only screen and (min-width: 820px) {
	.sfwd-courses-template-default .bb-course-points {
		display: none;
	}
}

/* BuddyBoss information we don't want to distract users with */
#header-aside .header-search-link {
    display: none;
}

#buddypress header.entry-header a.button {
    display: none;
}

#cover-image-container .groups-meta.action {
    display: none;
}

#wp-admin-bar-my-account-xprofile-edit {
    display: none;
}

#wp-admin-bar-my-account-settings-notifications {
    display: none;
}

#wp-admin-bar-my-account-settings-profile {
    display: none;
}

#wp-admin-bar-my-account-media {
    display: none;
}

#wp-admin-bar-my-account-activity {
    display: none;
}

#notifications-personal-li {
    display: none;
}

#profile-personal-li {
    display: none;
}

#edit-personal-li {
    display: none;
}

#buddypress .bb-bp-settings-content form.standard-form label[for="email"] {
    display: none;
}

#buddypress .bb-bp-settings-content form.standard-form #email {
    display: none;
}

#invites-personal-li {
    display: none;
}

#activity-personal-li {
    display: none;
}

#media-personal-li {
    display: none;
}

#groups-list p.item-meta.group-details {
    display: none;
}

#wp-admin-bar-my-account-groups-invites {
    display: none;
}

/* Gem transfers */
.gamipress-transfers-recipient-form-recipient-input {
	width: 90%;
    max-width: 40em;
}