html {
	box-sizing: border-box;
}

.container {
	width: 100%;
}

.container .eleven.columns {
	width: 70%;
}

.sidebar-widget, .post-content {
	border-radius: 6px;
}

#blocks-wrapper {
	display: flex;
	gap: 25px;
	justify-content: center;
}

@media only screen and (min-width: 768px) and (max-width: 959px) { .container .one.column, .container .one.columns, .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns, .container .thirteen.columns, .container .fourteen.columns, .container .fifteen.columns, .container .sixteen.columns, .container .one-third.column, .container .two-thirds.column {
	display: block;
}
}

@media only screen and (max-width:950px) {
	#blocks-wrapper {
		flex-direction: column;
		align-items: center
	}
	.container .eleven.columns {
		width: 100%;
	}
	#sidebar {
		width: 100%;
	}
}
h2.blogpost-wrapper-title {
		display: none;
	}

#catnav ul, #catnav_2.secondary ul {
	position: fixed;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: end;
	background-color: #08729A;
	z-index: 500;
	height: 68px
}

#catnav ul a, #catnav_2.secondary ul a {
	text-transform: none;
	display: flex;
	align-items: center;
	height: 68px;
	
	
}

#header {
	display: flex;
	justify-content: center;
	height: 560px;
}

#head-content {
	display: none;
}

#image_1 {
	background-image: url("https://ukmensday.org.uk/wp-content/uploads/2023/09/iStock_19518308_web.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	flex: 1
}

#image_2 {
	background-image: url("https://ukmensday.org.uk/wp-content/uploads/2023/09/iStock-1048189202-medium.jpg");
	background-size: cover;
	background-position: left;
	background-repeat: no-repeat;
	height: 100%;
	flex: 1
}

#image_3 {
	background-image: url("https://ukmensday.org.uk/wp-content/uploads/2023/09/iStock_19598138_XLARGE-Copy-scaled.jpg");
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat;
	height: 100%;
	flex: 1
}

#image_4 {
	background-image: url("https://ukmensday.org.uk/wp-content/uploads/2023/09/iStock-1346124870-2023-web.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	flex: 1
}

#Welcome {
	text-align: center;
	font-size:  2.5rem;
	position: absolute;
	bottom: 56px;
	color: white;
	background-color: #00ACEE;
	padding: 8px 16px;
	border-radius:3px;
	font-weight: 800;
}

@media only screen and (max-width: 1512px) {
	#image_4 {
		display: none;
	}
}

@media only screen and (max-width: 900px) {
	#image_3 {
		display: none;
	}
}


@media only screen and (max-width: 700px) {
	#image_1 {
		display: none;
	}
}

@media only screen and (max-width: 1300px) {
	#Welcome {
		font-size: 2rem;
	}
}

#footer-blocks {
	display: none;
}

#footer .foot-wrap {
	display:none;
}

#logo_bar {
	display: flex;
	margin: 32px;
	justify-content: space-between;
	align-items: center;
}

#footer_info {
	display: flex;
	flex-direction: column;
	margin: 16px 32px;
}

#IMD_logos, #socials {
	display: flex;
	gap: 32px;
	align-items: center;
}

#IMD {
	background-image: url("https://ukmensday.org.uk/wp-content/uploads/2023/09/Frame-5.png");
	height:62px;
	width:180px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center
}


#MBC {
	background-image: url("https://ukmensday.org.uk/wp-content/uploads/2023/09/Frame-22.png");
	height:62px;
	width:62px;
	background-size: contain;
	background-repeat: no-repeat;
}

#facebook {
	background-image: url("https://ukmensday.org.uk/wp-content/uploads/2023/09/Facebook.png");
	height:50px;
	width:50px;
	background-size: contain;
	background-repeat: no-repeat;
}

#twitter {
	background-image: url("https://ukmensday.org.uk/wp-content/uploads/2023/09/Twitter.png");
	height:50px;
	width:50px;
	background-size: contain;
	background-repeat: no-repeat;
}

#linkedin {
	background-image: url("https://ukmensday.org.uk/wp-content/uploads/2023/09/LinkedIn.png");
	height:50px;
	width:50px;
	background-size: contain;
	background-repeat: no-repeat;
}

.credit, .copyright {
	color : #f5f5f5;
}

#main_logo {
	background-image: url("https://ukmensday.org.uk/wp-content/uploads/2023/09/Frame-5.png");
	height:62px;
	width:180px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 50000000;
	position: fixed;
	left: 16px;
	top: 3px;
}

.animatedfsmenu-navbar-toggler:not(.custom-burger) {
		height: 68px;
		width: 68px;
	}

@media only screen and (max-width: 1250px) {
	#catnav ul a, #catnav_2.secondary ul a {
		display: none;
	}
	.animatedfsmenu-navbar-	toggler:not(.custom-burger) {
		height: 68px;
		width: 68px;
	}
}


@media only screen and (min-width: 1250px) {
	.animatedfsmenu-navbar-	toggler:not(.custom-burger), .animatedfsmenu-navbar-toggler {
display: none;
	}
}

@media only screen and (max-width:700px) {
	#logo_bar {
		flex-direction: column;
		justify-items: flex-start;
		gap: 32px;
	}
	#IMD_logos {
		flex-direction: column;
		align-items: center;
	}
	#footer_info {
		align-items: center;
	}
}

@media only screen and (max-width:751px) {
	#Welcome {
		bottom: 0px;
		border-radius: 3px 3px 0px 0px;
	}
}