/** Header Nav */
.site-header-main {
	padding: 1rem 0;
}
#primary-menu-wrapper {
	float: right !important;
	margin-right: 1rem;
}
#social-search-wrapper {
	display: none;
}

#menu-primary .current-menu-item a {
	background: #00566f !important;
	text-decoration: none;
	border: 1px solid #4c535d;
	padding: 0.5rem 1rem !important;
	font-weight: bold;
	text-transform: none;
	border-radius: 25px;
	color: #ffffff;
	line-height: 1 !important;
}

/** Content */
.section-content-wrap {
	padding: 0 !important;
}
.entry-content p strong {
	color: #f79321;
}
.entry-container {
	padding-top: 0 !important;
}
.entry-container > .entry-content {
	margin-top: 0 !important;
}

/** Hero */
.hero-content-wrapper .entry-content {
	margin-top: 0;
}
.wp-block-coblocks-hero__content-wrapper{
	color: #4c535d;
	font-weight: bold;
	background: rgba(255,255,255,0.2);
	padding: 2rem;
}
.hero-content-wrapper .entry-content p {
	margin-bottom: 1rem;
}

/** Buttons and links */
.btn-primary .wp-block-button__link,
.btn-primary a{
	background: #f79321 !important;
	text-decoration: none;
	border: 1px solid #4c535d;
	padding: 0.5rem 1rem !important;
	font-weight: bold;
	text-transform: none;
	border-radius: 25px;
	color: #ffffff;
	line-height: 1 !important;
}

/** Testimonial */
.testimonial-wrapper {
	display: none;
}
.testimonial-section {
	padding: 3rem 1rem;
	background: #00566f;
	color: #ffffff;
	text-align: center;
}
.testimonial-section a {
	color: #99c1da;
}
.testimonial-section > ul {
	max-width: 900px;
  margin: auto;
}
.testimonial-section .wp-block-post-date {
	display: none;
}

/** Carousel */
.owl-stage {
	display: flex;
}
.owl-carousel .owl-item {
	border-left: 1.5rem solid white;
	border-right: 1.5rem solid white;
	background: #f79321;
	color: #fff;
	font-size: 1.5rem;
}

/** Services */
.services-section .wp-block-column {
	background: #ced4db;
	border-radius: 30px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.services-section .wp-block-column figure {
	margin: 0;
}
.services-section .wp-block-column p {
	padding-left: 1rem;
	padding-right: 1rem;
}
.services-section .wp-block-column h4 {
	background: #00566f;
	color: white;
	padding: 0.5rem;
	margin: 0 0 1rem;
}
.services-section .wp-block-column .btn-primary a {
	width: 100%;
	border-radius: 0;
	border: none;
	margin-top: 3rem;
	padding: 1rem 0 !important;
	display: block;
}

/** Misc */
.content-pad {
	padding: 3rem;
}

/**
 * Remove Elements
 */
.home .archive-posts-wrapper,
.entry-breadcrumbs,
.entry-container > header.entry-header, 
.entry-container > .square {
	display: none;
}