.draftly-add-css h1 {
	margin: 0;
	text-align: center;
}
.draftly-add-css *{
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
}


.draftly-add-css .three-col {
	text-align: center;
}

.draftly-add-css .widgets-holder-wrap {
	padding: 20px 20px 10px 20px;
}

.draftly-add-css h2 {
	margin-bottom: 0px;
	margin-top: 20px;
}

.draftly-add-css h3 {
	margin-top: 0;
}
table.theme-comparison-table {
	width: 100%;
	max-width: 100%;
}
.theme-comparison {
	padding: 30px;
	box-shadow: 0px 3px 13px rgba(0, 0, 0, 4%) !important;
	background: #fff;
	margin-top: 50px;
}
.theme-comparison h2 {
	font-weight: 600;
	color: #000;
	margin: 10px 0 40px;
}
span.checkmark img,
span.cross img {
	width: 100%;
	height: auto;
	max-width: 20px;
}

.draftly-button-container {
	text-align: center;
	padding: 30px 30px 35px 30px;
	box-shadow: 0px 3px 13px rgba(0, 0, 0, 4%) !important;
	background: #6448e7;
	margin-top: 40px;
	justify-content:space-between;
	display: flex;
	align-items: center;
}
.draftly-button-container h3 {
	color: #fff;
	font-weight: bold;
	margin:0;
	font-size: 22px;
}
.draftly-add-css th {
	padding: 15px;
	font-size: 16px;
}

.draftly-button-container a.button.button-primary,
.draftly-button-container a.button.button-primary:hover,
.draftly-button-container a.button.button-primary:focus,
.draftly-button-container a.button.button-primary:active {
	padding: 8px 20px !important;
	font-weight: bold !important;
	font-size: 16px !important;
}
.draftly-add-css td:first-of-type {
	padding-top: 10px;
}

.draftly-add-css td {
	padding: 5px 15px;
}

.theme-comparison-table th {
	font-weight:bold;
	color:#000;
}
.theme-comparison-table td {
	border-top: 2px solid #ececec !important;
	padding: 15px 10px;
	font-weight: 600;
	color: #4e4e4e;
	letter-spacing: 0.3px;
}

.draftly-add-css td:nth-of-type(2),
.draftly-add-css td:nth-of-type(3),
.draftly-add-css th:nth-of-type(2),
.draftly-add-css th:nth-of-type(3) {
	text-align: center;
}

.draftly-add-css span.cross {
	font-size: 20px;
	color: #ca2424;
}

span.checkmark {
	color: #24b751;
	font-size: 17px;
}

a.button.button-primary,
a.button.button-primary:hover,
a.button.button-primary:active,
a.button.button-primary:focus {
	margin-left: 5px;
	margin-right: 5px;
	padding: 12px 20px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	width: auto;
	display: inline-block;
	margin-top: 10px;
	font-size: 14px;
	text-decoration: none;
	border-radius: 4px;
	background-color: #00BC87;
	height: auto;
	box-shadow: 0px 0px 0px;
	text-shadow: 0px 0px 0px;
	border: 0px solid #fff;
}

body {
	background-color: #F5F5F5 !important;
}

.feature-section.three-col {
	display: flex!important
}

.feature-section.three-col .col {
	width: 32%!important
}

.feature-section.three-col .col .widgets-holder-wrap {
	box-shadow: 0px 3px 13px rgba(0, 0, 0, 4%) !important;
	border: 0 solid #fff!important
}

.feature-section.three-col .col:nth-of-type(2) {
	margin: 0 3%!important
}

a.button.button-primary,
a.button.button-primary:active,
a.button.button-primary:focus,
a.button.button-primary:hover,
a.button.button-primary:visited {
	background: #00BC87 !important;
	padding: 9px 35px !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	border-radius: 5px !important;
	color: #fff !important;
	text-decoration: none !important;
	-webkit-transition: 0.5s all !important;
	-o-transition: 0.5s all !important;
	transition: 0.5s all !important;
}

.about-wrap h1 {
	font-size: 40px!important;
	margin-top: 20px!important;
	font-weight:bold !important;
	margin-top:40px;
	color:#000 !important;
}

.feature-section.three-col .col h3 {
	font-size: 20px!important
	font-weight:bold;
}
.about-the-theme-intro {
	background: #fff;
	padding: 10px;
	margin-bottom: 40px;
	box-shadow: 0px 3px 13px rgba(0, 0, 0, 4%) !important;
}
p.about-the-theme-tagline {
	font-size: 21px;
	font-weight: 600;
	color: #000;
	text-align: center;
	font-style: italic;
	opacity:0.5;
	margin-bottom: 20px;
}
.feature-section.three-col .col p {
	font-size: 14px!important;
	color: #888!important
	font-weight:500;
}

.landing-pagency-add-css h2 {
	margin-top: 40px!important;
	font-weight: 400!important
}

@media only screen and (max-width:980px) {
	.feature-section.three-col {
		display: block!important
	}
	.feature-section.three-col .col {
		width: 100%!important;
		margin: 20px 0!important
	}
	.feature-section.three-col .col:nth-of-type(2) {
		margin: 20px 0!important
	}
}

@media only screen and (max-width:900px) {
	.draftly-button-container {
		flex-wrap: wrap !important;
	}
	.draftly-button-container div {
		width:100% !important;
		text-align:center !important;
	}
}