/* Page titles (general)*/
.page .entry-header {
	text-align: center;
	padding-top: 3em;
	padding-bottom: 3em;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
	background: #014a99;
}
.page .entry-header .entry-title {
	color: white
}

.sku_wrapper {
    display: none !important;
}

a {
	text-decoration: none;
}

/* Site title */
.ast-site-title-wrap {
	padding: 0.5em;
}

/* Default bottom padding for all pages*/
#content .ast-container  {
	padding-bottom: 2.5em;
}

/* Default padding added to pages with the frontpage being excluded */
#content .ast-container article:not(#post-1120) {
	padding-top: 0 em;
}

#content .ast-woocommerce-container .type-product  {
	padding-top: 2.5em;
	padding-bottom: 2.5em;
}

#content .ast-container article.type-post {
	padding-top: 2.5em;
}

/* Frontpage and blogs page header*/
#post-1120 .entry-header {
	display: none;
}
#post-840 .entry-header {
	display: none;
}

/* Frontpage blog posts */
#post-1120 .wp-block-post .wp-block-group {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

@media only screen and (max-width: 900px) {
	#post-1120 .wp-block-post-template {
		flex-flow: column nowrap;
	}
	#post-1120 .wp-block-post-template li {
		width: 100%;
	}
	#post-1120 .wp-block-post .wp-block-group {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

/* Frontpage cover block */
.frontpage-cover {
	padding: 6em .4em;
}

/* Site footer */
.site-footer * {
	color: white;
}
.site-above-footer-wrap {
	padding-top: 2.5em;
	padding-bottom: 10px;
}

/* WooCommerce product item in collection */
.astra-shop-summary-wrap {
	  display: flex;
    flex-flow: column nowrap;
    align-items: center;
}


/* WooCommerce product page add to cart btn */
.woocommerce div.product form.cart .button {
	float: none;
}

/* Newsletter email field */
.wp-block-jetpack-contact-form {
	display: block;
}

/* Article block title */
.wp-block-post-title a {
	text-decoration: none !important;
}

.wp-block-post-author__content {
	display: flex;
	flex-flow: row nowrap;
}

/* Article block byline */
.wp-block-post-author__byline {
	font-size: inherit !important;
	width: auto;
	padding-right: 8px;
}


/* Article comments */
#comments {
	padding-bottom: 2.5em;
}

/* Blog page */
#post-840 .entry-header {
	margin-bottom: 0;
}



/* ------
 * New Classes
 * -----*/

/* Rounded image 
(usable anywhere )*/
.rounded-img {
	border-radius: 50%;
}

/* Team page: description text under the title */
.team-description {
	max-width: 70%;
	margin: auto;
}

/* Newsletter container */
.newsletter-signup-container {
	padding-right: 25%;
	padding-left: 25%;
	padding-bottom: 2.5em;
	padding-top: 2.5em;
	background: aliceblue;
}
