h1 span{
	font-style: italic;
}


main#content.post, main#content {
    padding: 50px 10px;
    gap: 40px;
    display: flex;
    flex-direction: column;
}
main#content.post h1 {
	line-height: 1.6em;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: var(--e-global-typography-primary-font-size);
    font-weight: var(--e-global-typography-primary-font-weight);
    color: var(--e-global-color-primary);
    margin-bottom: 0;
}

.cs-thumbnail img {
		max-width: 100%;
    width: 100%;
    max-height: 800px;
    object-fit: cover;
    height: auto;
}

.post .page-header {
    display: flex;
    justify-content: start;
    align-items: baseline;
		flex-direction: column;
}

.cs-right {
    color: #333333;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    display: flex;
    column-gap: 40px;
}
section#comments {
    width: 1150px;
    margin: 0 auto;
    max-width: 100%;
}
.post .page-content {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0;
    gap: 40px;
    display: flex;
    flex-direction: column;
}

.prev-next-posts {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
	order: 2;
}
.sharedaddy, .jp-relatedposts {
    order: 3;
}


.hfe-post-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    align-items: baseline;
}

.hfe-post-meta {
    margin: 0;
}

.hfe-post-content a.hfe-read-more {
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    background-color: #FFFFFF00;
    font-family: "Raleway", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 20px;
    letter-spacing: 1px;
    color: var(--e-global-color-primary);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-primary);
    border-radius: 50px 50px 50px 50px;
    padding: 7px 24px 7px 24px; 
    margin-top: 30px;
}

.hfe-post-content a.hfe-read-more:hover {
    background-color: var(--e-global-color-primary);
    color: white;
}
h3.hfe-post-title {
    width: 70%;
}
.hfe-post-image {
    width: 300PX;
    margin: 50px auto 0 auto;
}
input[type="email"], input[type="text"], select, textarea {
    min-height: 53px;
    background: #F6F8F9;
    border: none;
    width: 100%;
    padding: 10px;
    font-size: 15px;
    font-family: 'Raleway';
}
form p {
    margin: 0 0 20px 0;
}
.wpcf7-response-output {
    font-size: 13px;
    line-height: 1;
    padding: 10px !important;
}

h1.entry-title {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: var(--e-global-typography-primary-font-size);
    font-weight: var(--e-global-typography-primary-font-weight);
    color: var(--e-global-color-primary);
    margin: 0;
}

.page-header {
    display: flex;
    justify-content: space-between;
}

.blog .page-content , .archive .page-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    gap: 50px;
}
.post-cat {
    display: flex;
    gap: 10px;
}
article.post-card {
    border: 1px solid rgb(53 94 59 / 20%);
}

h2.entry-title {
    font-family: "Raleway", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #355e3b;
    margin: 0;
    width: 70%;
}

.cs-postheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Raleway", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    flex-wrap: wrap;
    gap: 20px;
}

a.post-button {
    background-color: #FFFFFF00;
    font-family: "Raleway", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 20px;
    letter-spacing: 1px;
    color: #355e3b;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #355e3b;
    border-radius: 50px 50px 50px 50px;
    padding: 8px 24px 8px 24px;
}

a.post-button:hover {
    background: #355e3b;
    color: #fff;
}
.cs-post-content{
	padding: 50px;
	
}
.blog img.wp-post-image, .archive img.wp-post-image {
    width: 300px;
    height: 300px;
    object-fit: cover;
}

article.post-card {
    text-align: right;
}

.cs-post-content {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 50px;
}
a.post-link {
    text-decoration: none;
}
.post-cat a {
    background: #355E3B;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 20px;
    letter-spacing: 1px;
    font-family: 'Raleway';
    font-weight: 500;
}

.post-cat a:hover {
    background: #e5a823;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    justify-content: center;
}


a.post-link {
    width: 100%;
}
.hfe-nav-menu__layout-horizontal {
    width: 100% !important;
}


.cs-tab button {
    border-radius: 0!important
}

.cs-tab button.e-n-tab-title:first-child {
    border-top-width: 1px!important
}

@media(min-width:1025px){
	.cs-home-sticky {
    display: none;
	}

	.cs-home-sticky.yes-is-sticky {
			display: flex;
	}
	
	main#content.post, main#content {
    max-width: calc(100% - 140px); 
    margin: 0 auto;
		padding: 100px 10px;	
	} 
	.post .page-header {
		flex-direction: row;
	}
	.cs-right  {
			margin-left: auto;
	}
	.hfe-post-image {
    	margin: 0 0 0 auto;
	}
} 
@media(max-width:1025px){
	.page-header {
			flex-direction: column;
			gap: 30px;
	}
	.page-header {
				flex-direction: column;
				gap: 30px;
		}

		.blog .page-content, .archive .page-content {
				grid-template-columns: 1fr;
		}

		article.post-card {
				text-align: center;
        padding: 50px 0 0 0;
}
	.post-cat {
    	gap: 5px;
			flex-wrap: wrap;
			line-height: 1;
	}
}
@media(max-width:768px){
	.cs-post-content {
    padding: 30px;
    gap: 30px;
}
}