/*
Theme Name: SEO Mechanic
Description: Custom theme for SEO Mechanic
Author: Funnls
Version: 1.0.0
*/
body {
	font-family: 'Nunito', sans-serif;
	color: #000;
	height: 100%;
}
p, ul, ol {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 300;
}

ol li {
	margin: 10px 0;
}
.content p {
	margin: 25px 0;
}
p img {
	max-width: 100%;
	height: auto;
}
a, a h1, a h2, a h3 {
	color: #3fb66b;
	cursor: pointer !important;
}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
	color: #74c690;
}
p a:hover {
	text-decoration: underline;	
}
.content h3 {
    margin: 45px 0 20px 0;
	font-weight: 600;
	color: #606060;
}
strong {
	font-weight: 800;
}

.header {
	padding-top: 15px;
}
.navbar {
    padding-left: 0;
	padding-right: 0;
}

nav {
	margin-bottom: 180px;
}
nav li a {
	text-transform: uppercase;
	color: #000;
	font-size: 19px;
	margin: 10px 0 0 20px;
}

nav li:last-child a {
	background: #3fb66b;
	color: #fff;
	margin: 10px 0 10px 20px;
	padding: 10px 20px;
	border: 1px solid #3fb66b;
}

nav li a:hover {
	border-bottom: 4px solid #9fdab5;
	color: rgba(0,0,0,0.7);
	transition: 0.4s;
}
nav li:last-child a:hover {
	color: #3fb66b;
	background: #fff;
	border: 1px solid #3fb66b;
}
.active a,
.current-page-ancestor a {
	border-bottom: 4px solid #3fb66b !important;
}
img.grayscale {
	opacity: 0.9;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}

img.grayscale:hover {
	opacity: 1;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

h1 {
	font-size: 50px;
	font-weight: bold;
}
h1 span {
	background-image: linear-gradient(120deg, #9fdab5 0%, #9fdab5 100%);
  	background-repeat: no-repeat;
  	background-size: 100% 12px;
    background-position: 0 80%;
}
.hero .imgs {
	margin-top: -200px;
    text-align: center;
    /*margin-right: 100px;*/
	z-index: -999;
}

.hero .imgs img {
	margin: 0 15px;
	width: 18%;
	max-width: 333px;
}
.hero .text {
    padding-left: 90px;
	z-index: 999;
}
.hero p {
	font-size: 22px;
	line-height: 1.5;
	color: #515151;
}

.featured {
	margin-top: 100px;
}
.boxtitle {
    font-size: 60px;
    text-align: right;
    width: 30%;
    position: absolute;
    top: 70px;
}
.box {
	background: #f0f0f0;
	padding: 90px 70px 90px 180px;
	width: 60%;
	margin: 0 auto;
}
.box p {
	font-size: 22px;
	line-height: 2;
}

.services {
	margin: 50px 0;
}
.services h2 {
	font-size: 60px;
	margin: 30px 0;
}
.services ul {
	padding-left: 0;
}
.services li {
    list-style-type: none;
    display: inline-block;
    width: 24%;
	text-align: center;
	margin: 20px 0;
	font-size: 22px;
	line-height: 2;
	font-weight: bold;
}
.services li img {
	display: block;
	margin: 0 auto;
}
.services li a img:hover {
	-webkit-animation: bounce 0.5s;
    animation: bounce 0.5s;
}
.services li a:hover {
	color: #74c690;
}

.homeblog {
	margin: 50px 0;
}
.homeblog .box {
	min-height: 400px;
}
.homeblog .boxtitle {
	left: -50px;
}
.homeblog .box p {
	font-size: 18px;
	line-height: 1.5;
}
.homeblog .postmeta {
	text-align: right;
	width: 30%;
    position: absolute;
	top: 230px;
    left: -50px;
	line-height: 2.3;
	font-size: 18px !important;
}
.homeblog .postmeta a {
	color: #000;
	text-decoration: underline;
}
.homeblog .postmeta ul {
	padding-left: 0;
	list-style-type: none;
	display: inline-block;
	font-size: 18px !important;
}

/* footer */
footer .buttonwrap {
	background: #fff;
	/*display: block;*/
	margin: 0 auto;
}
footer .copyright p,
footer .copyright a {
	margin: 20px 0 0 0 !important; 
	font-size: 14px;
	color: #d9f0e1;
	text-decoration: none !important;
}
.cta {
	width: 100%;
	background: #d9f0e1;
	padding: 40px;
	text-align: center;
}
.icon {
	display: inline-block;
    position: absolute;
    left: 47%;
	margin-top: -15px;
}
.footer {
	background: #3fb66b;
	padding: 30px;
}
.cta h2 {
	font-size: 50px;
}
.cta p {
	font-size: 35px;
	color: #757575;
}
.footer ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-transform: uppercase;
	font-size: 19px;
	/*line-height: 0.0;*/
}
.footer ul a {
	color: #fff;
}
.footer .sales h5 {
	font-weight: 600;
	color: #fdedc7;
	font-size: 25px;
}
.footer .sales {
	color: #fff;
	padding-right: 100px;
}
.footer .sales p,
.footer .sales a {
	color: #fff;
	font-size: 18px;
	margin-bottom: 5px;
    text-decoration: none;

}
.footer .sales a {
	text-decoration: none;
}
.footer .sales a:hover {
	text-decoration: none;
	transition: 0.4s;
	color: #fdedc7;
}
.footer .social {
	display: inline-block;
	margin: 10px 8px 5px 0;
	opacity: 0.6;
}
.footer .social:hover {
	opacity: 1;
	transition: 0.4s;
}
.mailch h4 {
	color: #000;
	font-weight: 600;
	font-size: 35px;
}
.mailch h5 {
	font-size: 20px;
	color: #289a52;
}
.mailch input {
	padding: 8px 15px;
    font-size: 18px;
	border: 1px solid #89d2a2;
}
.mailch input:focus {
	border: 1px solid #d9f0e1;
	background: #f2fff7;
	outline: none;
	transition: 0.4s;
}
.mailch input[type="submit"] {
	background: #fff;
	width: 150px;
	border: 2px solid #289a52;
	color: #3fb66b;
	font-weight: 600;
	font-size: 18px;
	margin: 0;
}
.mailch input[type="submit"]:hover {
	background: #289a52;
	border: 2px solid #289a52;
	color: #fff;
	transition: 0.4s;
}
.mailch p {
	margin-bottom: 0;
}
.sidebar .mailch,
.sidebar #text-4 {
	background: #3fb66b;
}
.sidebar #text-4 {
	width: 96%;
}
.sidebar .mailch {
	padding: 25px;
	text-align: center;
}
.sidebar .mailch h4 {
	color: #fdedc7;
	font-size: 25px;
}
.sidebar .mailch h5 {
	color: #fff;
}
.sidebar .mailch input[type="text"],
.sidebar .mailch input[type="email"] {
	width: 80%;
	background: #d9f0e1;
	border: 1px solid white;
	margin: 5px 0;
	font-size: 18px;
}
.sidebar .current-cat {
	border-left: 4px solid #3fb66b;
	padding-left: 8px;
}
/* page */
.intro p {
	font-size: 25px;
	color: #515151;
}
article {
	background: #f0f0f0;
	padding: 60px 60px 30px 60px;
	margin: 35px 0;
}
.postsfeed article h2 {
	font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}
article .more-link {
	font-weight: 600;
	margin-top: 20px !important;
	display: block;
}
.postsfeed article img {
	display: none;
}
.postsfeed .postmetablog img {
	display: inline !important;
	margin-right: 8px;
}
.single .post h3,
.single .post h2 {
    margin: 50px 0 20px 0;
}
.single .post h2 {
	font-weight: 600;
}
.single .post img {
	max-width: 100% !important;
	height: auto;
	display: block;
	margin-bottom: 20px;
}
.postmetablog {
	font-size: 15px;
}
.postmetablog a {
	color: #000;
	text-decoration: underline;
	line-height: 2;
}
.postmetablog ul {
	padding-left: 0;
	list-style-type: none;
	display: inline-block;
	font-size: 15px;
	line-height: 2;
}
.single .postmetablog {
    margin: 30px 0 !important;
	opacity: 0.7;
}
.letter {
	background: #f9f9f8;
	padding: 20px 60px;
	margin-bottom: 50px;
	border-top: 2px solid black;
	text-align: justify;
}
.letter p {
	color: #555555;
}

.links ul {
	list-style-type: none;
	padding: 0;
	line-height: 2;
}
.links ul img {
	width: 85px;
	height: 85px;
	margin-right: 10px;
}
.links ol {
	padding-left: 25px;
}
.grey {
	background: #f0f0f0;
	padding: 30px 60px;
}

.buttonwrap {
    display: inline-block;
    border: 2px solid #3fb66b;
    padding: 10px 25px;
    font-size: 20px;
    font-weight: 600;
}
.buttonwrap:hover {
	opacity: 0.7;
}

.hero .buttonwrap {
	margin-right: 10px;
}

/* how SEO works page custom css */
.page-id-17056 .txt h2:after {
	content: "";
	width: 75px;
	height: 5px;
	background: #c5e9d2;
	display: block;
	margin-top: 10px;
}
.page-id-17056 .letter h2:after {
	display: none;
}

/* 404 */
.search-form span,
.search-form .search-submit {
	display: none;
}
.search-field {
	box-shadow: none;
	outline: 0;
	border: 1px solid grey;
	padding: 8px 15px;
}
.search-results article {
	background: #f4fbf6;
}

/* SEO analyze tool */
#seogroup .audit_form_a {
	max-width: 45%;
	/*max-width: 45% !important;*/
}
#seogroup .audit_form_a h2 {
	font-family: 'Nunito', sans-serif;
}
#seogroup .audit_form_a .form input[type="text"] {
	margin: 15px 0 !important;
    height: 50px !important;
    font-size: 18px !important;
	font-family: 'Nunito', sans-serif;
}

.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type=submit], 
.gform_wrapper .gform_page_footer input.button, 
.gform_wrapper .gform_page_footer input[type=submit] {
	background: #fff !important;
	border: 2px solid #3fb66b !important;
    padding: 10px 25px !important;
    font-size: 20px !important;
    font-weight: 600 !important;
}

.gform_wrapper textarea:focus {
	border: 1px solid #3fb66b !important;
	outline: none;
	transition: 0.4s !important;
}

/* breadcrumbs */
.breadcrumb {
	background: transparent !important;
	opacity: 0.8;
	font-size: 14px;
	padding: 0;
}

/* sitemap */
.page-template-page-sitemap ul {
	padding-left: 20px;
	margin-bottom: 40px;
}
.page-template-page-sitemap ul.children {
	margin-bottom: 0;
}

/* BLOG */
.postsfeed .col-lg-8 {
	border-right: 1px solid #C5C5C6;
	padding-right: 30px !important;
}
.sidebar .widget {
	/*border: 2px solid #3fb66b;*/
    margin: 0 0 50px 0;
    /*padding: 40px;*/
}
.sidebar .widget ul {
	padding: 0;
	list-style-type: none;
}
.sidebar .widget ul li {
	font-weight: bold;
	margin: 15px 0;
}
.sidebar .widget-title {
	font-weight: 600;
	font-size: 25px;
	margin-bottom: 10px;
}
.sidebar .widget p,
.sidebar .widget ul {
	font-size: 18px !important;
}
.sidebar .widget p:last-child {
	margin-bottom: 0 !important;
}
.sidebar {
	padding-left: 40px;
	padding-right: 10px;
	/*padding-top: 10px;*/
}

/* blog comments */
.commentssection {
	margin: 40px 0; 
	border-top: 1px solid #C5C5C6;
}
h3#comments {
	font-weight: 600;
	margin: 30px;
}
ol.commentlist {
	list-style-type: none;
	padding-left: 15px;
}
ul.children {
	list-style-type: none;
}
.commentmetadata {
	display: none;
    /*font-size: 15px;
    padding-left: 50px;
    margin-bottom: 20px;
	border-bottom: 1px solid #e9ecef;
    padding-bottom: 15px;*/
}
.says {
	display: none;
}
.comment-author.vcard {
    font-size: 18px;
    padding-left: 3px;
	margin-bottom: 20px;
}
.comment-author .fn {
    font-weight: 600;
	font-style: normal;
	margin-left: 10px;
}
.comment-body {
	background: #fbfbfb;
    padding: 45px 45px 25px 45px;
    margin-bottom: 35px;
	border-bottom: 1px solid #eae4e4;
}
.parent .comment-body {
	border-bottom: none;
}
.children .comment-body {
	border-bottom: none;
	border-left: 2px solid #eae4e4;
	border-bottom: 1px solid #eae4e4;
}
.comment-body p  {
	font-size: 18px !important;
}
.reply a {
    font-size: 15px;
    display: inline-block;
    border: 1px solid #bdbdbd;
    padding: 5px 12px;
	color: #969696;
}
.reply a:hover {
	color: #fff;
	background: #bdbdbd;
	transition: 0.4s;
}
.comment-respond label {
    display: block !important;
    margin-bottom: 0;
    font-size: 18px;
    color: grey;
}
.comment-respond input,
.comment-respond textarea {
	border: 1px solid #bdbdbd;
    padding: 8px 15px;
    font-size: 18px;
}
.comment-respond textarea,
.comment-respond .comment-form-url #url {
	width: 90%;
}
.comment-form-author,
.comment-form-email {
	display: inline-block;
	/*width: 49%;*/
}
.comment-form-author {
	margin-right: 15px;
}
.comment-respond input:focus,
.comment-respond textarea:focus {
	border: 1px solid #969696;
	outline: none;
	transition: 0.4s;
}
.comment-respond input[type="submit"] {
	background: #fff;
	width: 150px;
	border: 2px solid #289a52;
	color: #3fb66b;
	font-weight: 600;
	font-size: 18px;
	margin: 0;
}
.comment-respond input[type="submit"]:hover {
	background: #289a52;
	border: 2px solid #289a52;
	color: #fff;
	transition: 0.4s;
}

/* counter */
.odometer-description {
	font-size: 30px;
	font-weight: 600;
	margin: 20px 0 50px 0; 
}
/* responsive */
.navbar-collapse.show ul {
    line-height: 2.8;
}
@media screen and (max-width: 620px) {

}
@media screen and (max-width: 790px) {
	div#navbarNavDropdown {
    	line-height: 3;
    	text-align: right;
	}
	nav li:last-child a {
		margin: 0;
	}
	nav {
    	margin-bottom: 50px !important;
	}
	h1 {
		font-size: 40px;
	}
	.hero .imgs img {
		width: 45% !important;
	}
	.hero .imgs img {
		margin: 0 5px !important;
	}
	.hero .imgs {
    	margin-top: 30px !important;
	}
	.hero .text {
    padding: 0 50px;
	}
	.hero .buttonwrap {
		text-align: center;
		margin-bottom: 10px;
	}
	.hero .imgs img:nth-child(3),
	.hero .imgs img:nth-child(4) {
		vertical-align: top !important;
		margin-top: 10px !important;
	}
	.hero .imgs {
		margin: 30px 0;
	}
	.featured {
		margin-top: 0
	}
	.boxtitle {
		width: 100% !important;
		text-align: center !important;
		position: relative !important;
		left: 0 !important;
		top: 90px;
	}
	.box {
		width: 90% !important;
		padding: 110px 40px 50px 40px !important;
	}
	.box p {
		font-size: 20px;
		line-height: 1.7;
	}
	.services {
		margin-bottom: 0 !important;
	}
	.services li {
		width: 48% !important;
	}
	.homeblog {
		margin-top: 0 !important;
	}
	.postmeta {
		display: none !important;
	}
	.homeblog .box {
    	min-height: auto !important;
	}
	footer .icon {
		display: none !important;
	}
	.footer .sales {
		margin-top: 30px;
	}
	.thumb img {
		max-width: 100%;
		height: auto;
	}
	.thumb {
		margin-bottom: 30px;
	}
	.letter {
		padding: 20px 40px;
	}
	.txt {
		padding: 0 20px;
	}
	p {
		font-size: 21px;
    	line-height: 1.7;
	}
	.links li {
		margin: 0 0 20px 20px;
	}
	.page-template-page-template.page-child .links {
		/*display: none;*/
	}
	article {
		padding: 40px 30px 30px 40px;
	}
	.postmetablog {
		margin-top: 20px;
	}
	.jcw-digit-container {
   	 	width: 50px !important;
    	height: 80px !important;
	}
	.jcw-digit {
		font-size: 30px !important;
	}
	.homeblogbox {
		padding: 110px 30px 50px 30px !important;
	}
	.sidebar {
		padding-left: 0 !important;
	}
	.comment-form-author,
	.comment-form-email {
		width: 90% !important;
	}
	#seogroup .audit_form_a {
		/*max-width: 100% !important;*/
		width: 100% !important;
	}
	.page-id-17056 .links ul {
		line-height: 1.5 !important;
	}
	.page-id-17056 .links h2 {
		margin-top: 20px !important;
		padding-left: 20px !important;
	}
	.page-id-17056 .links h3 {
		margin-top: 10px !important;
		padding-left: 20px !important;
	}
	.page-id-17056 .thumb {
		margin-bottom: 0 !important;
	}
	.letter h2 {
		text-align: left;
	}
}
@media screen and (max-width: 1025px) {
	.hero .imgs img {
	width: 22%;
	}
	.postsfeed .col-lg-8 {
		border-right: 0 !important;
	}
	
}
@media screen and (max-width: 1200px) {
	.hero .imgs img:last-child {
		display: none;
	}
	.box {
		width: 85%;
	}
	.services li {
		width: 32%;
		line-height: 1;
	}
	.boxtitle {
    	font-size: 40px;
		width: 25%;
		top: 80px;
	}
	.featured .boxtitle {
		left: -50px;
	}
	.homeblog .box {
		width: 70%;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1025px) {
	nav li a {
    	font-size: 17px;
		margin: 0 19px 0 0; 
	}
}
@media screen and (max-width: 1650px) {
	.hero .imgs {
		margin-top: -100px;
	}
	.hero .imgs img {
		margin: 0 10px
	}
	nav {
    	margin-bottom: 100px;
	}
}
@media screen and (max-width: 992px) {
	.featuredcategory {
		/*border-top: 20px solid #f1f1f1;*/
		background-color: transparent !important;
	}
	.featuredcategory h2 {
    	/*background: #f1f1f1;*/
	}
}
/*author bio*/
.author_bio_section{
	background: #f3f3f3 !important;
    padding: 30px !important;
    margin-top: 30px !important;
}
 
.author_name{
font-weight: 600 !important;
}
 
.author_details img {
border-radius: 50%;
float: left;
margin: 0 30px 10px 0;
}

.author_links {
	font-size: 16px !important;
	font-weight: 600;
}

select {
	display: block;
      -webkit-appearance: none; /* WebKit/Chromium */
  -moz-appearance: none; /* Gecko */
    border-radius: 0 !important;
    padding: 10px 20px !important;
    min-width: 95% !important;
    /*background: transparent !important;*/
    border: 1px solid black !important;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20448%22%20enable-background%3D%22new%200%200%20256%20448%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.arrow%7Bfill%3A@{arrow}%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22arrow%22%20d%3D%22M255.9%20168c0-4.2-1.6-7.9-4.8-11.2-3.2-3.2-6.9-4.8-11.2-4.8H16c-4.2%200-7.9%201.6-11.2%204.8S0%20163.8%200%20168c0%204.4%201.6%208.2%204.8%2011.4l112%20112c3.1%203.1%206.8%204.6%2011.2%204.6%204.4%200%208.2-1.5%2011.4-4.6l112-112c3-3.2%204.5-7%204.5-11.4z%22%2F%3E%3C%2Fsvg%3E%0A');
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
select:focus {
	outline: none !important;
}
/* case studies */
.single-casestudies .author_bio_section {
	display: none !important;
}
.casesfeed .case {
	background: #f0f0f0;
	margin: 5px 0 20px 0;
	border-right: 25px solid white;
}
.casesfeed article {
	margin: 0;
	padding: 30px 60px 30px 100px;
}
.case .tag {
	background: white;
	font-size: 18px;
	font-weight: bold;
	padding: 13px 20px 13px 120px;
	margin: 30px 0 0 -15px;
	display: inline-block;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.case .tag::before {
    content: "";
    background: url(imgs/casestudy.png);
    width: 80px;
    height: 80px;
    background-size: cover;
    position: absolute;
    top: 18px;
    left: 20px;
}
.case h2 {
	margin-top: 0;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.4;
}
.casetext {
	margin: 40px 0;
}
/* categories */
.featuredcategory {
	min-height: 270px;
    text-align: center;
    padding: 230px 0 10px 0;
	margin-bottom: 20px;
}
a .featuredcategory:hover {
	border-bottom: 1px solid #3fb66b;
}
.featuredcategory h2 {
	font-size: 30px;
    font-weight: 600;
}
.catpostlist {
	margin-top: 30px;
}
.catpostlist h3 {
	background: #d9f0e1;
	font-size: 22px;
	font-weight: 600;
	display: inline-block;
	padding: 8px 15px;
	margin: 10px 0;
}
.catpostlist h4 {
	font-size: 30px;
	font-weight: 600;
}
.catpostlist article {
	padding: 0;
	background: transparent;
}
/* pricing page */
.pricing {
	margin-bottom: 40px;
}
.pricing .content {
	background: #fafafa;
	border: 1px solid #dddddd;
	padding: 30px;
	text-align: center;
}
.pricing .content ul {
	margin: 0;
	text-align: left;
	font-size: 19px;
	list-style-type: none;
}
.pricing .content h2 {
	font-size: 35px;
	font-weight: bold;
	max-width: 90%;
}
.pricing .buttonwrap {
	min-width: 50%
}
.pricing:nth-child(2) .buttonwrap {
	background: #3fb66b !important;
}
.pricing:nth-child(2) .buttonwrap a {
	color: white !important;
}
p.price {
	color: #565656;
	font-size: 60px;
}
p.price span {
	font-size: 30px;
}
.pricing ul li {
	line-height: 1.2;
	margin: 20px 0;
}
.included li:before {
	content: url('https://www.seomechanic.com/wp-content/uploads/2020/09/included.png') !important;
	width: 23px;
	height: 23px;
	display: inline-block;
	margin: 0 0 0 -33px;
	position: absolute;
}
.notincluded li:before {
	content: url('https://www.seomechanic.com/wp-content/uploads/2020/09/notincluded.png') !important;
	width: 23px;
	height: 23px;
	display: inline-block;
	margin: 0 0 0 -33px;
	position: absolute;
}
.pricing:nth-child(2):before {
	content: "Recommended";
	background: rgb(69,191,118);
	background: linear-gradient(0deg, rgba(69,191,118,1) 0%, rgba(82,206,140,1) 100%);
	width: 90%;
	display: block;
	text-align: center;
	padding: 8px;
	color: white;
	margin: 0 auto;
}
.pricing:nth-child(1):before {
	content: "";
	height: 40px;
	display: block;
}
.pricing .content h2:after {
    content: "";
    background: #3eb76a;
    height: 5px;
    width: 25%;
    display: block;
    margin: 20px auto;
    border-radius: 10px;
}
.stripe-button-el {
	background-image: none !important;
	border: 2px solid #3fb66b !important;
    padding: 10px 25px !important;
	background: transparent !important;
    border-radius: 0 !important;
	box-shadow: none !important;
}
.stripe-button-el span {
    background: transparent !important;
	text-shadow: none !important;
	font-size: 20px !important;
    font-weight: 600 !important;
	color: #3fb66b !important;
}