body {
	text-transform: normal !important;
/* 	background-color:red !important; */
}

.site-content .ast-container {
    margin-right: 0;
    padding-left: 0px;
    padding-right: 0px;
/*     border:yellow solid 2px; */
    width:100%;
    max-width:100%;
}

.home .blog_block_hp {
/* 	border:blue solid 1px; */
}

.home .wp-block-query-pagination {
	display:none;
}

.home .blog_block_hp .wp-block-post {
	padding:1rem;
/* 	max-width: 32%; */
	float:left;
	border:1px solid white;
	margin-right:10px;
	transition: .2s ease-in-out;
	background-color: white;
    color:black;
/*     height: 450px; */
}


.home .blog_block_hp .wp-block-post-excerpt {
	border:blue solid 0px;
	margin-top:0;
}

.home .blog_block_hp .wp-block-post .wp-block-post-title {
	font-size:1.25rem !important;
	text-decoration: none;
	font-weight: bold;
	color:black;
	margin-bottom:0;
}

.resources_overview {
	display:none;
/* 	background-color:red !important; */
/* 	background: linear-gradient(90deg, rgba(1, 135, 124, 0.9) 0%, rgba(0, 85, 86, 0.9) 100%); */
	background-color: #FAC329 !important;
	background-color: #2960fa !important;
	transition:.2s ease-in-out;
}
.resources_overview h3 {
/* 	color:black; */
}

.contact_form {
/* 	background: linear-gradient(90deg, #ef474e 0%, #dd7661 100%); */
	background-color: #507bf1 !important;
	background-color: #2960fa !important;
	padding-left:10% !important;
	padding-right:10% !important;
/* 	border:red solid 1px; */
}

article {
	padding-bottom: 0 !important;
}

.woocommerce {
/* 	padding-top:4rem; */
	margin-top:3rem;
/*     color: #ffffff; */
/* border:red solid 1px; */

}

.woocommerce-breadcrumb {
	margin-left:5% !important;
	margin-top:2rem !important;
	display:none;
}

.woocommerce-result-count {
	display:none;
}

.woocommerce-ordering {
	display:none;
}

.woocommerce-products-header .page-title {
	color:white !important;
	margin-bottom:0;
}

.woocommerce-products-header .page-description {
	margin-left:5%;
	margin-right: 10%;
}

.single-product #primary #main {
	margin-top:2rem;
}

.woocommerce ul.products li.product.desktop-align-left, .woocommerce-page ul.products li.product.desktop-align-left {
/* 	border:white solid 1px; */
	padding:1rem;
/* 	background-color: transparent; */
}

.woocommerce .ast-loop-product__link {
/* 	text-align: center; */
}
.woocommerce .ast-loop-product__link h2 {
	font-size:1.25rem !important;
/* 	color:yellow !important; */
}

.woocommerce ul.products li.product.desktop-align-left .button {
	padding-top:8px;
    padding-right: 15px;
    padding-bottom: 9px;
    padding-left: 15px;
}

.post .entry-title {
	border:red solid 0px;
	padding:1rem;
}

.post .entry-content {
	border:red solid 0px;
	padding:1rem;
/* 	background-color:white !important; */
	color:black !important;
}

.post .entry-content h4 {
	color:black;
	font-weight: 900;
}
/*

.home .blog_block_hp .wp-block-post:hover {
	background-color: white;
	color:black;
	transition: .2s ease-in-out;
}

.wp-block-post-excerpt__more-link {
	transition: .2s ease-in-out;
}

.home .blog_block_hp .wp-block-post:hover .wp-block-post-excerpt__more-link {
	transition: .2s ease-in-out;
	font-size: 1.5rem;
	border-color: var(--ast-global-color-0);
    background-color: var(--ast-global-color-0);
    color: var(--ast-global-color-5);
    font-family: inherit;
    font-weight: inherit;
    line-height: 1em;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding-top: 19px;
    padding-right: 30px;
    padding-bottom: 19px;
    padding-left: 30px;
    text-decoration: none;
}
*/

.single-post .entry-title {
	color:#e3e3e3 !important;
	margin-left:0;
	font-size:2.75rem !important;
	font-weight: bold;
}

.home #primary header {
	display:none;	
}

.ast-left-sidebar #primary {
    border-left: 0px solid var(--ast-border-color);
    margin-bottom:0 !important;
}
.ast-left-sidebar #secondary {
	border-right:0;
}

.home article {
	padding:20px 0 20px 0; !important;
/* 	border:red solid 1px; */
/* 	padding-left:0 !important;	 */
}

#primary {
/* 	padding-left:300px; */
/* 	height:700px; */
	margin-top:0 !important;
	width:95%;
	margin-left:300px !important;
/* 	background-color: green !important; */
}

h1, .entry-content h1 {
	text-transform: normal;
	margin-left:5%;
	margin-right: 10%;
}

.h1_line {
	text-transform: none;
/* 	color:blue; */
	line-height:1.25;
	border:blue solid 0px;
	text-align: center;
	font-weight: bold;
}

#secondary {
	margin-top:0;
	background-color:#232323;
	position: fixed;
	left:0;
	top:0;
	height:100%;
	width:300px;
/* 	text-align:center; */
	padding-right: 30px !important;
}

.sidebar-main {
	border:white 0px solid !important;
}

#secondary img {
	border-radius: 90px;
    width: auto;
    height: 140px;
}
#secondary li {
    font-family: "PT Serif";
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0px;
}

#secondary .widget {
	background-color:transparent !important;
	border:yellow solid 0px;
	padding: 2em;
    margin-bottom: 2em;
}

#secondary .widget .menu {
	text-align: center;
}

#secondary .widget .menu a {
	color:white;
    padding-top: 1.154em;
    padding-bottom: 1.154em;
    border-bottom: 1px solid rgba(50, 50, 50, 1);
    display: block;
    position: relative;
    overflow: hidden;
	text-transform: uppercase !important;
}

.blog_box {
	background-color: #248d84 !important;
	margin-left: 0px !important;
	width:100%;
	max-width:100%;
}

.blog .ast-article-post {
/*    background-color:green;*/
    padding: 2.5em 3em;
}

footer {
	padding-left:300px;
	text-transform: uppercase;
}

footer img {
	width:194px;
}
footer .site-primary-footer-wrap {
	background-image: none !important;
	padding-bottom:0 !important;
}

.projects_overview {
	background-color:white !important;
	color:black !important;
	margin-top:1rem !important;
/* 	min-height:20vh !important; */
	padding:1rem !important;
	justify-content: normal !important;
}

.projects_overview h3 {
	color:black !important;
	text-align: center;
}

.projects_overview2 {
/* 	border:green solid 1rem; */
	margin-top:0 !important;
}

.project_card {
	transition: .2s ease-in-out;
	padding:1rem;	
	border:white solid 1px;	

}
.project_card:hover {
	transition: .2s ease-in-out;
	border:green solid 1px;	
}

.project_card h2 {
/* 	color:red !important; */
	margin-bottom:0 !important;
	padding-bottom:0;
	font-weight: 700;
	font-size:1.5rem !important;
}
.project_card .wp-block-media-text {
/* 	color:red !important; */
	margin-top:0 !important;
	padding-top:0;
}

