article.page header{
	display: none;
}
#contact-us-details .wp-container-core-columns-is-layout-9d6595d7{
	max-width: 120rem;
	margin-left: auto;
	margin-right: auto;
}
#contact-us-details .wp-block-heading{
	text-align: center;
}
.wp-block-columns a {
    color: #00bcd4 !important;
}
.wp-block-columns h2 {
    font-size: 32px;
    color: #00bcd4 !important;
}
.entry-content {
    font-family: 'Source Sans Pro';
    letter-spacing: normal;
}
.primary-menu-wrapper ul li a {
    color: #00bcd4 !important;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
}
.primary-menu a:hover, .primary-menu a:focus, .primary-menu .current_page_ancestor {
    text-decoration: underline;
}
#contact-us-details{
	background-image: url('../images/bg-img.jpg') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 30px 50px;
    position: relative;
}

#contact-us-details::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust opacity to darken */
    z-index: 1;
    
}
#contact-us-details *{
	position: relative;
    z-index: 2; /* Text stays above the overlay */
}
#contact-us-details p{
	color: #fff;
	font-size: 24px;
}
article.page:not(#post-29939) .entry-content{
	max-width: 120rem;
	margin-left: auto;
	margin-right: auto;
}
#site-header .header-inner{
	display: flex;
	justify-content: space-between;
}
#site-header .header-titles-wrapper{
	padding-left: 0;
}
#site-header .header-titles{
	float:none;
}
#wpdm-dashboard-contents .list-group-item {
	text-align: center;
}
#wpdm-dashboard-contents .panel.dashboard-panel .panel-row{
	width: 100%;
}
@media (max-width: 767px){
	#wpdm-dashboard-contents{
		margin:0 auto !important;
	}
	#wpdm-dashboard-contents h1 + div{
		width: fit-content !important;
	}
}
