/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 17 2023 | 19:51:26 */
/*------------------------------------------------------------------------*/
/* Blog hero styling */
/*------------------------------------------------------------------------*/
.blog-wrapper {
	/*padding-top: 0 !important;*/
}

.jm-hero-row-content {}

.jm-hero-blog-dots-image {
	position: absolute;
	left: -20px;
	top: 50px;
	max-height: 115px;
}

.jm-hero-row-content-blog::before, 
.jm-hero-row-content-blog::before {
    content: "";
    width: 170px;
    height: 154px;
    display: block;
    background: url(https://growthsavvy.io/wp-content/uploads/2022/11/yellow-bubble.svg);
    background-size: contain;
    position: absolute;
    bottom: 40px;
    left: -20px;
    z-index: 3;
}

.jm-hero-row-content-blog::after, 
.jm-hero-row-content-blog::after {
    content: "";
    width: 100px;
    height: 140px;
    display: block;
    background: url(https://growthsavvy.io/wp-content/uploads/2022/11/blue-dot.png) no-repeat;
    background-size: contain;
    top: 30px;
    right: 110px;
    position: absolute;
}

.jm-hero-row-content-blog h1 {
	font-size: 36px;
	color: #fff;
    font-family: "Roboto", sans-serif !important;
}

.jm-hero-row-content-blog .jm-blog-hero-search-box .searchform {
	font-size: 24px;
	background: #fff;
    border-radius: 60px;
	/*width: 500px;*/
	width: 100%;
    margin-top: 1em;
    max-width: 100%;
}

.jm-hero-row-content-blog .jm-blog-hero-search-box .searchform input {
	width: calc(100% - 100px);
	font-size: 20px;
	font-weight: normal;
    font-family: "Roboto Condensed", sans-serif !important;
    padding: 0.5em 1em;
    border: 0;	
    outline: none !important;
	box-shadow: none !important;
    float: left;
    position: relative;
    left: 20px;	
}

.jm-hero-row-content-blog .searchform input[type="search"]:focus {
    outline: none !important;
	box-shadow: none !important;
}

.jm-hero-row-content-blog .searchform .ux-search-submit {
    background: #f9ab00;
    margin-bottom: 0;
    margin-right: 0;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    color: #fff;
    border: 2px solid #fff;
    font-family: "Roboto Condensed", sans-serif !important;
    font-weight: 300;
}

.jm-hero-row-content-blog .searchform .ux-search-submit:after {
	content:"Search";
    display: inline-block;
    text-transform: none;
    font-size: 16px;
    position: relative;
    left: 5px;
    font-weight: normal;
}

.jm-hero-row-content-blog .searchform .ux-search-submit {
    border-bottom-left-radius: 60px !important;
    border-top-left-radius: 60px !important;
}

.jm-hero-row-content-blog .searchform .button.icon i {
    font-size: 14px;
}

.jm-blog-categories-nav .col.large-12 {
	padding: 0;
}

#menu-blog-categories {
	justify-content: space-between !important;
	display: flex !important;
	align-items: center !important;
	padding: 1em 4em;
}

.jm-blog-categories-nav #menu-blog-categories li {
	display: inline-block;
	border-top: 0 !important;
	position: relative;
}

.jm-blog-categories-nav .current-menu-item a {
	font-weight: 700;
}

.jm-blog-categories-nav #menu-blog-categories li a {
	color: #353535;
	font-family: "Roboto Condensed", sans-serif !important;
	font-size: 18px;
	position: relative;
}

.jm-blog-categories-nav .current-menu-item::before {
    content: "";
    width: 60px;
    height: 4px;
    display: block;
    background: #f9ab00;
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 2px;
	opacity: 1;
}

.jm-blog-categories-nav .current-menu-item::after {
    content: "";
    width: 0px;
    height: 0px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #f9ab00;
    bottom: -22px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}


@media screen and (max-width: 850px) {
	.jm-blog-categories-section .section-content {
		padding: 0 20px;
	}
	
	.jm-hero-row-content-blog::before, 
	.jm-hero-row-content-blog::before {
		display: none;
	}

	.jm-hero-row-content-blog::after, 
	.jm-hero-row-content-blog::after {
	   display: none;
	}	
	
	.jm-hero-blog-dots-image {
		display: none !important;
	}
	
	.jm-blog-hero-search-box {
		margin-bottom: 50px; 
	}
	
	.jm-hero-row-content-blog .jm-blog-hero-search-box .searchform {
		margin-top: -10px;
	}	
	
	.jm-blog-categories-nav {
		margin-top: -10%;
	}
	
	#menu-blog-categories {
		flex-direction: row;
		flex-flow: row wrap;
		display: flex !important;
		align-items: center !important;
		padding: 0.5em 1em;
	}	
	
	.jm-blog-categories-nav #menu-blog-categories li {
		display: flex;
		flex-basis: 48%;
	}	
	
	.jm-blog-categories-nav #menu-blog-categories li a {
		font-size: 15px;
	}	
	
	.jm-blog-categories-nav .current-menu-item::before,
	.jm-blog-categories-nav .current-menu-item::after {
		display: none;
	}
	
	.jm-hero-row-content-blog h1 {
		font-size: 20px;
	}
	
	.jm-hero-row-content-blog h2 {
		font-size: 18px;
	}	
	
	.jm-hero-row-content-blog .jm-blog-hero-search-box .searchform input {
		width: calc(100% - 30px);
		z-index: +30;
		font-size: 16px;
		padding: 0.2em 0.5em;
	}	
}

@media screen and (min-width: 850px) and (max-width: 1060px) {
	.jm-hero-column-parent .col-inner .row .large-8 {
		flex-basis: 80%;
		max-width: 80%;
	}
	
	.jm-blog-hero-search-box .large-10 {
		flex-basis: 100%;
		max-width: 100%;		
	}
}
/*------------------------------------------------------------------------*/



/*------------------------------------------------------------------------*/
/* Search listing styling */
/*------------------------------------------------------------------------*/
.jm-hero-section-search .jm-first-text-block {
	margin-top: 90px;
}

.jm-hero-section-search .jm-first-text-block h3 {
	color: #FFF; 
}

.jm-hero-section-search .jm-blog-hero-search-box {
	margin-bottom: 90px;
}

.jm-hero-section-search .jm-hero-bottom-wave {
	margin-top: -110px;
}

@media screen and (max-width: 850px) {
	.jm-hero-section-search .jm-hero-bottom-wave {
		margin-bottom: -50px;
	}
	
	.jm-hero-section-search .jm-blog-hero-search-box {
		padding-top: 30px;
    	padding-bottom: 120px;
	}	
}
/*------------------------------------------------------------------------*/



/*------------------------------------------------------------------------*/
/* Blog listing styling */
/*------------------------------------------------------------------------*/
.jm-blog-listing-entry {
	background: white;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #b1bee3;
	padding: 0;
	margin-bottom: 3rem !important;
	display: flex !important;
}

.jm-blog-listing-entry .col-left {
	flex-direction: column !important;
	flex-basis: 50%;
	padding: 20px 50px;
}

.jm-blog-listing-entry .col-left .entry-title h2 {
	font-size: 1.75rem;
	letter-spacing: 0.5px;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.2;
	color: #2a2a2a;
	font-family: "Roboto", sans-serif !important;
}

.jm-blog-listing-entry .col-left .entry-tags {
	width: 100%;
}

.jm-blog-listing-entry .col-left .entry-tags ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.jm-blog-listing-entry .col-left .entry-tags li {
	display: inline-block;
	font-size: 12px;
    padding: 0.25em 1em;
    background: #e1e8fd;
    border-radius: 6px;
    margin-right: 1em;
    margin-top: 10px;
    font-family: "Roboto Condensed", sans-serif !important;
    color: #414141;
}

.jm-blog-listing-entry .col-left .entry-article-points {
	margin: 20px 0;	
}

.jm-blog-listing-entry .col-left .entry-article-points .entry-article-points-inner {
	margin: 0;
	padding: 0;
	counter-reset: section;
}

.jm-blog-listing-entry .col-left .entry-article-points .entry-article-points-inner p {
	color: #9a9a9a;
    font-weight: 300;
    font-size: 14px;
	display: flex;
	margin-top: 8px;
	margin-bottom: 8px;
}

.jm-blog-listing-entry .col-left .entry-article-points .entry-article-points-inner p span {
	display: inline-block;
	margin-left: 16px;
	width: 90%;
}

.jm-blog-listing-entry .col-left .entry-article-points .entry-article-points-inner p:before {
	counter-increment: section;
	content: "" counter(section) " ";
    background: #6480CB;
    background-size: 150%;
    color: #fff;
    display: inline-block;
    font-size: 14px;
	font-weight: bold !important;
    text-align: center;
    height: 20px;
    width: 20px;
    border-radius: 50%;
}

.jm-blog-listing-entry .col-left .entry-keep-reading {
	display: block;
	padding-top: 1em;
}

.jm-blog-listing-entry .col-left .entry-keep-reading a {
	font-size: 14px;
    color: #FFF;
    padding: 1em 4em;
    border-radius: 20px;
    background: #f9ab00;
	font-weight: 700 !important;
	text-transform: uppercase;
}

.jm-blog-listing-entry .col-left .entry-keep-reading a:hover {
	color: #2a2a2a;
}

.jm-blog-listing-entry .col-right {
	flex-direction: column !important;
	flex-basis: 50%;
	padding: 0 !important;
}

.jm-pagenavi .wp-pagenavi {
	text-align: center;
}

.jm-pagenavi .wp-pagenavi span.pages,
.jm-pagenavi .wp-pagenavi a.nextpostslink,
.jm-pagenavi .wp-pagenavi a.previouspostslink {
	display: none;
}

.jm-pagenavi .wp-pagenavi .current {
	background: #f9ab00;
    color: #fff;
    border: 1px solid #f9ab00;
}

.jm-pagenavi .wp-pagenavi .current {
	background: #f9ab00;
    color: #fff;
    border: 1px solid #f9ab00;
	padding: 0.75em 1em;
	border-radius: 6px;
    margin-right: 10px;
}

.jm-pagenavi .wp-pagenavi .page {
    color: #fff;
    background: #6480CB;
    border: 1px solid;
	padding: 0.75em 1em;
	border-radius: 6px;
    margin-right: 10px;
}

@media screen and (max-width: 850px) {
	.jm-blog-listing {
		padding: 0 20px !important;
	}
	
	.jm-blog-listing-entry .col-left {
		flex-direction: column !important;
		flex-basis: 100%;
		padding: 20px 30px;
		order: 2 !important;
	}	
	
	.jm-blog-listing-entry .col-right {
		flex-direction: column !important;
		flex-basis: 100%;
		order: 1 !important;
		padding: 0 !important;
	}
	
	.jm-blog-listing .entry-article-points p {
		font-size: 12px;
	}
	
	.jm-blog-listing-entry .col-left .entry-keep-reading {
		margin-bottom: 20px;
		text-align: center;
	}
	
	.jm-blog-listing-entry .col-left .entry-title h2 {
		font-size: 1.45rem;
		letter-spacing: 0.5px;
		margin-top: 0;
		margin-bottom: 0.4rem;
		font-weight: 700;
		line-height: 1.2;
		color: #2a2a2a;
		font-family: "Roboto", sans-serif !important;
	}	
}
/*------------------------------------------------------------------------*/



/*------------------------------------------------------------------------*/
/* Blog single styling */
/*------------------------------------------------------------------------*/
.jm-blog-single {
	padding-top: 0 !important;
	margin-bottom: 5px;	
}

.jm-blog-single-entry {
	width: calc(100% - 500px);
	position: relative;
}

.jm-shared-counts {
	position: absolute;
	top: -20px;
	left: -65px;
}

.jm-shared-counts .shared-counts-wrap .shared-counts-button:first-child::before {
    content: "Share:";
    margin-bottom: 15px;
    display: block;
    font-weight: 300;
	font-size: 14px;
}

.jm-shared-counts .shared-counts-wrap.style-icon .shared-counts-button {
    float: none;
    display: block;
    margin-bottom: 10px;
    margin-top: 15px;
    margin-left: 15px;
}

.jm-shared-counts .shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.jm-shared-counts .shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon svg {
    fill: #ffffff;
    width: 40px;
    height: 40px;
    background: #3e60aa;
    padding: 0.5em;
    border-radius: 6px;
}

.jm-shared-counts .shared-counts-wrap.style-icon .shared-counts-button:hover .shared-counts-icon svg {
    fill: #f2f2f2 !important;
}

.jm-blog-single-headline,
.jm-blog-single-intro, 
.jm-blog-single-body {
	margin: 0 !important;
	position: relative;
}

.jm-blog-single-headline {
	width: 100%;
}

.jm-blog-single-headline h1 {
	font-size: 28px !important;
	font-weight: bold;
    color: #4467b3;
    font-family: "Roboto Condensed", sans-serif !important;
    margin-bottom: 1em;
}

.jm-blog-single-intro .entry-tags {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 1rem !important;
	margin-top: 1rem !important;
}

.jm-blog-single-intro .entry-tags .secondary-font {
    font-family: "Roboto Condensed", sans-serif !important;
	color: #9a9a9a;
	font-weight: 300 !important;
	font-size: 1rem;
	display: none !important; /* updated 17.06.2023 */
}

.jm-blog-single-intro .entry-tags ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.jm-blog-single-intro .entry-tags li {
	display: inline-block;
	font-size: 13px;
    padding: 0.25em 1em;
    background: #e1e8fd;
    border-radius: 6px;
    margin-right: 1em;
    margin-top: 10px;
    font-family: "Roboto Condensed", sans-serif !important;
    color: #414141;
	line-height: 1.8;
	font-weight: 700 !important;
}

.jm-blog-single-intro .entry-tags li a {
	text-decoration: underline !important;
}

.jm-blog-single-intro .authors {
    list-style-type: none;
    margin-top: 20px;
    color: #353535;
    padding-left: 0;
	display: flex !important;
}

.jm-blog-single-intro .authors .author {
    padding-left: 0;
    margin-right: 20px;
	align-items: center !important;
	display: flex !important;
}

.jm-blog-single-intro .authors .author-image {
    border-radius: 6px;
	margin-right: 1rem !important;
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: middle;	
}

.jm-blog-single-intro .author-box {
	border-bottom: 1px solid #eeeeee;
}

.jm-blog-single-intro .authors .author-name {
    font-size: 18px;
    color: #353535;
    margin: 0;
	font-weight: 600;
	line-height: 1.2;
}

.jm-blog-single-intro .authors .author-title {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8;
	color: #353535;
    margin: 0;	
}

#ez-toc-container {
	background: #f3f7ff !important;
	border-color: #6480cb;
	padding: 30px !important;
}

#ez-toc-container .ez-toc-title {
	color: #4467b3;
	font-weight: 700;
	font-size: 1.5rem;
}

#ez-toc-container .ez-toc-link {
	color: #4467b3;
}

#ez-toc-container a:visited {
    color: #4467b3;
}

ul.ez-toc-list li.ez-toc-heading-level-2:last-child {
	display: none;
}

.jm-blog-single-body {
	width: 100%;
	margin-top: 25px !important;
}

.jm-blog-single-body p {
	font-size: 18px;
	font-weight: 300;
    line-height: 1.8;
	margin-top: 0;
    margin-bottom: 1rem;
	letter-spacing: .5px;
	width: 100%;
}

.jm-blog-single-body strong {
	font-weight: bold;
	/*color: #777777;*/
}

.jm-blog-single-body hr {
	border: 1px solid #cccccc;
    background: #ccc;
    height: 1px;
    width: 100%;
	opacity: .8;
}

.jm-blog-single-body h2, h3, h4 {
	font-weight: bold;
    color: #4467b3;
    font-family: "Roboto", sans-serif !important;
}

.jm-blog-single-body h2 {
	font-size: 1.8rem;
	margin-top: 1em;
    margin-bottom: 1em;
}

.jm-blog-single-body h3 {
	font-size: 1.5rem;
	margin-top: 0.7em;
    margin-bottom: 0.7em;
}

.jm-blog-single-body h4 {
    font-weight: 600;
    font-size: 20px;
	margin: 20px 0;
}

.jm-blog-single-body h5 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
	line-height: 1.2;
}

.jm-blog-single-body h1 strong,
.jm-blog-single-body h2 strong, 
.jm-blog-single-body h3 strong, 
.jm-blog-single-body h4 strong, 
.jm-blog-single-body h5 strong {
	color: #4467b3;
} 

.jm-blog-single-body .wp-block-image {
	margin: 0 0 1em;
}

.jm-blog-single-body .wp-block-image img,
.jm-blog-single-body img {
    border-radius: 10px;
    cursor: pointer;
	border: 2px solid #6480CB;
}

.jm-blog-single-body .wp-block-image img .no-border,
.jm-blog-single-body img .no-border {
    border-radius: 10px;
    cursor: pointer;
	border: 0 !important;
}

.jm-blog-single-body .wp-block-image figure {
    margin-bottom: 20px;
    text-align: center;
}

.jm-blog-single-body ul {
    font-size: 20px;
    line-height: 1.6;
	font-weight: 300;
    padding-left: 20px;
	list-style: none;
}

.jm-blog-single-body ol {
    font-size: 20px;
    line-height: 1.6;
	font-weight: 300;	
    padding-left: 20px;
    counter-reset: item;
	list-style: none;
}

.jm-blog-single-body ul li {
	padding-left: 10px;
	color: #777777;
	font-weight: 400;
	position: relative;
}

.jm-blog-single-body ol li {
	padding-left: 10px;
    font-size: 20px;
	color: #777777;
	font-weight: 400;
	position: relative;
}

.jm-blog-single-body ul li::before {
    content: "";
    width: 7.5px;
    height: 7.5px;
    border-radius: 50%;
    background: #6480CB;
    display: inline-block;
    position: absolute;
    left: -20px;
    top: 15px;
}

.jm-blog-single-body ol li::before {
    counter-increment: item;
    content: counter(item) ". ";
    position: absolute;
    width: 24px;
    height: 24px;
    color: #6480CB;
    border-radius: 50%;
    left: -20px;
}

.jm-blog-single-featured-image img {
	max-width: 100%;
    min-width: 100%;
    height: auto;
    border-radius: 10px;
    border: 1px solid #6480CB;
	background: #FFFFFF;
}

.jm-blog-single aside {
	width: 480px;
	margin-left: 20px;
	display: block;
	position: relative;
}

.jm-blog-single .side-searchbox {
	display: block;
	margin: 0 0 1em 0;
}

.jm-blog-single .searchform {
    max-width: 100%;
    border: 1px solid #f9ab00 !important;
    border-radius: 10px;
	background: #FFF;
	display: flex !important
}

.jm-blog-single .searchform .ux-search-submit {
    background: #f9ab00 !important;
	border-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: none;
    width: 60px;
}

.jm-blog-single .searchform input[type="search"] {
	width: calc(100% - 140px);
    padding: 10px;
    border-radius: 10px;
	font-size: 14px;
	border: none;
    background: transparent;
	font-weight: 300;
    outline: none !important;
	box-shadow: none !important;	
}

.jm-blog-single .searchform input[type="search"]:focus {
    outline: none !important;
	box-shadow: none !important;
}

.jm-blog-single .searchform .button.icon i {
    font-size: 14px;
}

.jm-recommended-articles {
	margin-top: 3em;
	margin-bottom: 40px;
	display: block;
}

.jm-recommended-articles-box h3.jm-aside-header {
	color: #353535 !important;
	font-size: 1.5rem !important;
	margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
	letter-spacing: .5px;
	font-family: "Roboto", sans-serif !important;
}

.jm-recommended-articles .recommended-articles #recommended li {
    margin-bottom: 1em;
    padding: 15px;
    background: #fff;
    border: 1px solid #DCDFE5;
    border-radius: 10px;
	list-style-type: none;
}

.jm-recommended-articles .recommended-articles #recommended li p {
    color: #627ec8;
    font-weight: bold;
    margin-bottom: 0.5rem;
	margin-top: 0;
	text-transform: uppercase;
}

.jm-recommended-articles .recommended-articles #recommended li h4, 
.jm-recommended-articles .recommended-articles #recommended li .h4 {
    font-size: 16px;
	color: #353535 !important;
	margin: 0 !important;
	font-family: "Roboto", sans-serif !important;
	font-weight: 500;
    line-height: 1.2;
	letter-spacing: .5px;
}

.jm-recommended-articles .recommended-articles #recommended li a:hover  {
	text-decoration: underline;
}

.pp-multiple-authors-wrapper {
	display: none;
}


@media screen and (max-width: 960px) {
	.jm-blog-single {
		padding: 0 20px;
	}	
	
	.jm-blog-single-entry {
		width: 100%;
		position: relative;
	}	
	
	.jm-blog-single-headline h1 {
		font-size: 20px !important;
	}
	
	.jm-shared-counts {
		position: absolute;
		left: 0;
		top: 0;
	}
	
	.jm-shared-counts .shared-counts-wrap {
		width: 50px !important;
		float: right;
		position: relative;
		right: -20px;		
	}	
	
	.jm-shared-counts .shared-counts-wrap.style-icon .shared-counts-button {
		float: left;
		display: inline-block;
		margin: 5px 10px 5px 0;
	}
	
	.jm-shared-counts .shared-counts-wrap .shared-counts-button:first-child::before {
		display: none;
	}
	
	.jm-blog-single-body h2 {
		font-size: 1.5rem;
    	margin-bottom: 15px;
	}
	
	.jm-blog-single aside {
		width: 100%;
		margin-top: 20px;
		margin-left: 0;
	}
	
	.jm-blog-single .side-searchbox {
		display: none;
	}	
}

@media screen and (min-width: 960px) and (max-width: 1250px) {
	.jm-blog-single {
		padding: 0 10px;
	}		
	
	.jm-blog-single-entry {
		width: calc(100% - 400px);
		position: relative;
	}
	
	.jm-blog-single aside {
		width: 380px;
		margin-left: 20px;
	}	
	
	.jm-shared-counts {
		position: relative;
		left: 0;
		top: 0;
	}	
	
	.jm-shared-counts .shared-counts-wrap.style-icon .shared-counts-button {
		float: left;
		display: inline-block;
		margin: 5px 10px 5px 0;
	}
	
	.jm-shared-counts .shared-counts-wrap .shared-counts-button:first-child::before {
		display: none;
	}	
}
/*------------------------------------------------------------------------*/



/*------------------------------------------------------------------------*/
/* Comments on single styling */
/*------------------------------------------------------------------------*/
.jm-comments {
	margin-top: 50px;
}

.jm-comments .comment-respond {
	background: transparent !important;
}

.jm-comments #comments h3, 
.jm-comments #comments .h3,
.jm-comments .comment-form-url {
    display: none;
}

.jm-comments #comments input#author,
.jm-comments #comments input#email {
  border: none;
  width: 100%;
  display: block;
  padding: 1em;
}

.comment-form-comment label,
.comment-form-author label, 
.comment-form-email label {
	display: none;
}

.jm-comments .comment-respond {
    background-color: rgba(0,0,0,.05);
    margin-top: 15px;
    padding: 0 !important;
}

.jm-comments #respond form p {
    margin-bottom: 20px;
	font-size: 18px;
}

.jm-comments #respond form p a {
	color: #4467b3;
}

.jm-comments #comments .form-submit {
    background: #3e60aa;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    height: 60px;
    width: 10%;
	position: relative;
	left: -10px;
	top: -20px;
}

.jm-comments #comments .comment-form-comment {
    width: 90%;
	margin-top: 0;
	margin-bottom: 20px;	
}

.jm-comments #comments textarea {
  border: none;
  height: 70px;
  min-height: auto !important;
  resize: none;
  border-radius: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 15px;
  box-shadow: inset 0 0 0 rgb(0 0 0 / 0%);
  box-sizing: border-box;
}

.jm-comments #comments button {
    background: none;
    border: none;
    color: #fff;
    padding: 1em;
	margin-bottom: 0 !important;
}

.jm-comments #comments .comment-form-author, 
.jm-comments #comments .comment-form-email {
    width: 48%;
	order: 2;
	margin-top: 0;
	margin-bottom: 20px;
}

.jm-comments #comments .comment-form-author input , 
.jm-comments #comments .comment-form-email input {
	  resize: none;
	  border-radius: 10px;
	  width: 100%;
	  display: flex;
	  align-items: center;
	  padding: 15px;	
	  box-shadow: inset 0 0 0 rgb(0 0 0 / 0%);
  	  box-sizing: border-box;
}

.jm-comments #comments .comment-form-cookies-consent {
    font-size: 14px;
    order: 2;
    display: flex;
    align-items: center;
	margin-top: -10px;
}

.jm-comments #comments .comment-form-cookies-consent label {
    display: inline;
    font-weight: 300;
    font-size: 14px;
    position: relative;
    top: -3px;
}

.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.comment-list {
	margin: 0;
	list-style: none;
	background: #fff;
    border-radius: 6px;
    padding: 20px 0 20px 24px;	
}

.comment-list li.comment {
	color: #353535;
    font-size: 14px;
}

#comments .comment-meta {
    flex-direction: row;
    justify-content: initial;
	display: flex;
	align-items: center !important;	
}

#comments .comment-author {
    flex-direction: row;
    justify-content: initial;
	display: flex;
	align-items: center !important;
	padding-right: 20px;
}

#comments .comment-list li .avatar, 
#comments .commentlist li .avatar {
    margin: 0 20px 0 0;
}

#comments .says {
	margin: 0 20px 0 10px;
}

#comments .comment-metadata {
	padding-left: 20px;
}

#comments .comment-details {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#comments .reply {
	text-align: right;
    padding: 0 20px 0 10px;
}

#comments .comment-awaiting-moderation {
	width: 100%;
	font-size: 0.9em;
}

@media screen and (max-width: 850px) {
	.jm-comments #comments form {
		padding: 0 10px;
		display: flex;
		align-content: center;
		flex-flow: row wrap;
		justify-content: space-around;
	}	
	
	.jm-comments p.logged-in-as {
		flex-basis: 100%;
	}
	
	.jm-comments #comments .comment-form-comment {
		flex-basis: 90%;
	}
	
	.jm-comments #comments .form-submit {
		flex-basis: 10%;
		left: 0;
		top: -20px;
	}	
	
	.jm-comments #comments .comment-form-cookies-consent label {
		font-size: 12px;
	}
	
	.jm-comments #comments .comment-form-author, 
	.jm-comments #comments .comment-form-email {
		width: 49%;
		order: 2;
		margin-top: 0;
		margin-bottom: 20px;
	}	
}
/*------------------------------------------------------------------------*/