/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/
/* hide specific page title | #29710036-hc vg */
.page-id-470 .entry-title, 
.page-id-1336 .entry-title, .page-id-1313 .entry-title, .page-id-1134 .entry-title, .page-id-1132 .entry-title, .page-id-1130 .entry-title, .page-id-1128 .entry-title, .page-id-1124 .entry-title, .page-id-1126 .entry-title, .page-id-1122 .entry-title, .page-id-607 .entry-title, 
.page-id-581 .entry-title, 
.page-id-563 .entry-title, 
.page-id-538 .entry-title, 
.page-id-189 .entry-title, 
.page-id-171 .entry-title,
.page-id-1764 .entry-title {
	display: none;
}

/* Adjust size of logo | 29804341-hc */
.custom-logo {
	width: 30%;
}

/* Change footer background color / 29806673-hc bc */
#footer-widgets {
	background: #7a6468;
}

/*Change the color and the background for buttons / 29807321-hc bc /
 * Ammended from 29760986-hc - SM */
.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link, 
body .widget_eu_cookie_law_widget #eu-cookie-law input.accept, .button, .wp-block-button__link, 
.wp-block-file__button, button[data-load-more-btn], 
.a8c-posts-list__view-all, 
body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:visited, 
.button:visited, 
.wp-block-button__link:visited, 
.wp-block-file__button:visited, 
button:visited[data-load-more-btn], 
.a8c-posts-list__view-all:visited {
	background-color: #556270 !important;
	color: #FFFFFF !important;
	border: 1px solid #556270 !important;
}

/* Hide the comments icon on blog posts - #29816875-hc */
.blog-post-single-meta-social, .blog-post-share {
	display: none;
}

/* Remove Comments from Featured Posts area | 4022656-zen (KK) */
#footer-posts .blog-post-alt-comments-count {
	display: none;
}

/* hide date and display post title for featured posts | 29816875-hc MM */
.blog-post-alt-meta .entry-date {
	display: none;
}

.blog-post-alt-title .entry-title {
	display: block;
}

/* Change "Featured Posts" title to "Services" | 29816875-hc | MM */
#footer-posts .section-heading h2 {
	font-size: 0;
}

#footer-posts .section-heading h2:before {
	font-size: 11px;
	content: "Services";
}

/* Background color of the table th  || HC-29818057 | MM */
.wp-block-table th {
	background: #fff;
}

/* change menu items order | 4025962-ZD DZ */
/* menu items order edit | 123456-ZD DZ */
@media screen and (min-width: 1023px) {
	#header .wrapper {
		display: flex;
		flex-direction: row;
	}
	
	#navigation {
		order: 1;
		margin-top: 30px;
	}
	
	#logo {
		order: 2;
		max-width: 30%;
		margin-right: 0;
	}
	
	#header-social {
		order: 3;
		padding: 30px 10px 0 20px !important;
	}
}

/* change header search input to #6B6B6B | XXXXXXX-hc eD */
.header-search input[type="search"] {
	background: #6B6B6B;
}

/*force all links in the table on the /packages/ page to be green - 5651376-zen swm*/
.page-id-171 .wp-block-table a {
	color: #a2b254;
}