/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/
/* Hide title on portfolio items | JC-16586663-hc */
.single-jetpack-portfolio .entry-title {
	display: none;
}

/* Hide featured image on portfolio items | JC-16586663-hc */
.single-jetpack-portfolio .featured-image {
	display: none;
}

/* Disable click events on front page slider | JC-24468206-hc */
.fullwidth-slider .slide-text a {
	pointer-events: none;
}

/* Hide page title | 24512292-hc (LS) */
.page-title {
	display: none;
}

/*  hide the author box || HC-24513964 | MM */
.author-box {
	display: none;
}

/*   Make homepage button white hover with black text 24520706-hc    */
.black-hover>.wp-block-button__link:hover {
	background-color: #fff !important;
	color: #000;
}

/* Change social links to black background color 24520706-hc    */
.wp-social-link {
	background-color: #000 !important;
}

/*Make the background of next and previous project link black with white text on hover | hc-24549820 | ERM*/
.nav-next:hover, .nav-previous:hover {
	background-color: black !important;
	color: white;
}

span.entry-meta, span.post-title {
	color: white !important;
}

/*  Hide header on portfolio items / 24549820-HC (MI) */
.single-jetpack-portfolio .entry-header,
.single-jetpack-portfolio .hero.clear {
	display: none;
}

/*  Single portfolio items / 24549820-HC (MI) */
.single-jetpack-portfolio .site-content {
	padding-top: 0;
}

@media only screen and (min-width: 1024px) {
	.single-jetpack-portfolio .site-content {
		padding-top: 42px;
	}
}

/* Adjust logo size on desktops| 24705338-hc (PS) */
@media screen and (min-width: 768px) {
	.custom-logo-link img {
		width: 160px;
	}
}

/* Hide the text menu from mobile menu | 24705338-hc (PS) */
.menu-toggle i {
	display: none;
}

/* Change footer background color / 25229025-hc JAR */
.site-footer {
	background-color: #BFC5B7;
}

/* Replace 24512292-hc to adjust cotent margins, and make header fixed on mobile / 25229025-hc JAR */
.home.page .site-content {
	padding-top: 0;
	margin-top: 0 !important;
}

@media (max-width: 600px) {
	.home #content {
		margin-top: -30px !important;
	}
	
	.site-header {
		position: fixed !important;
		top: 0;
	}
}

@media (min-width: 980px) {
	#content {
		margin-top: -10px !important;
	}
}

@media (max-width: 600px) {
	#content {
		margin-top: 40px !important;
	}
}

/* remove margin from widgets KG-25615198-hc */
.widget + .widget {
	margin-top: 0;
}

.site-footer .widget-area {
	margin-bottom: 1rem;
}

/* KG-25615198-hc */
/* remove margin from widgets KG-25615198-hc */
.widget + .widget {
	margin-top: 0;
}

.site-footer .widget-area {
	margin-bottom: 1rem;
	margin-top: 1rem;
}

/* KG-25615198-hc */
/*Adjust portfolio filter text sizes mobile only 25917413-hc sy*/
@media screen and (max-width: 767px) {
	.category-filter.container a {
		font-size: 1rem;
	}
}