.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after { clear: both }
.clearfix { zoom: 1 }
.getting-started * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.getting-started {
	overflow: hidden;
	display: block;
}
.intro a.button.button-primary,.intro a.button.button-primary {
    padding: 9px !important;
    margin: 0px 5px 25px 5px;
}
.getting-started .panel {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	animation: smoothFade .3s;
	-moz-animation: smoothFade .3s;
	-webkit-animation: smoothFade .3s;
	-o-animation: smoothFade .3s;
}
.intro .button.button-primary:hover{
	background: #f36f23;
	border-color: #f36f23;
}
@keyframes smoothFade {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}

@-moz-keyframes smoothFade {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}

@-webkit-keyframes smoothFade {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
.getting-started .panel-left.visible {
	display: inline-block;
	animation: smoothFade .3s;
	-moz-animation: smoothFade .3s;
	-webkit-animation: smoothFade .3s;
	-o-animation: smoothFade .3s;
}
.getting-started .panel p {
	font-size: 15px;
	color: #707070;
}
.getting-started .panel p a {
	color: #0095c8;
	border-bottom: 1px dotted #0095c8;
}
.getting-started .panel p a:hover {
	border-bottom-color: transparent;
}
.getting-started .panel a {
	text-decoration: none;
}
.getting-started .panel a:focus,
.getting-started .panel a:active {
	outline: none;
	box-shadow: none;
} 
.setting-box a,.custom-setting a{
	color:#f36f23;
}
.getting-started .panel a.button, 
.getting-started input.button-primary,
.custom-setting a,
.setting-box a {
	background: #f36f23;
	border: 1px solid #f36f23;
	text-shadow: none;
	box-shadow: none;
	height: auto;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	line-height: normal;
	padding: 10px 20px;
	border-radius: 4px;
	box-shadow: 0px 0px 6px #00000070;
}
.getting-started .panel-aside p + a.button {
	margin-top: 20px;
}
.getting-started .panel a.button:focus, 
.getting-started .panel a.button:active, 
.getting-started .panel a.button:hover, 
.getting-started input.button-primary:hover, 
.getting-started input.button-primary:focus,
.custom-setting a:hover,
.setting-box a:hover {
	color: #24bdaf;
	background: none;
	border-color: #24bdaf;
}
.getting-started .panel hr {
	height: 2px;
	margin: 2em 0;
	border: 0;
	border-top: solid 1px #707070;
}
.getting-started .panel h4 {
	font-size: 18px;
	font-weight: 700;
	margin-top: 0;
	padding: 0px;
	margin-bottom: 0px;
	color: #2B2B2B;
}
#help-panel {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
}
#help-panel p{
	line-height: 1.7;
}
.custom-links {
    border-radius: 15px;
    width: 33%;
    text-align: center;
    padding: 36px;
    margin: auto;
    margin-bottom: 30px;
	box-shadow: 0px 3px 6px #00000029;
}
.custom-links span {
    padding: 1px 0px;
    font-size: 45px;
    color: #fff;
	    display: flex;
	justify-content: center;
	align-items: center;
}
.setting-box {
    display: flex;
	gap: 30px;
}
.custom-links h5{
	font-size: 18px;
	margin: 20px 0px 30px 0;
}
.custom-links h5 {
  font-size: 17px;
  color: #2B2B2B;
  font-weight: 600;
}
.custom-links .icon-box {
    padding: 12px;
    border-radius: 100%;
    border: 1px solid rgba(77,77,77,.1);
    background: #77D6CD;
    width: 75px;
    height: 75px;
    text-align: center;
    display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
}
.getting-started .getting-info{
	display: flex;
	justify-content: center;
	gap: 20px;
}
.getting-started .getting-info .icons-info {
	position: fixed;
	right: 3%;
	padding: 4% 0 0 0;
}
.getting-started .getting-info .icons-info a{
	text-align: center;
	color: #FFFFFF;
	text-shadow: 0px 3px 6px #00000029;
	font-size: 12px;
	text-decoration: none;
	font-weight: 500;
	line-height: 12px;
}
.getting-started .getting-info .icons-info a:focus{
	box-shadow: unset;
}
.getting-started .getting-info .icons-info .icon-img{
	background-color: #24BDAF;
	box-shadow: 0px 0px 6px #00000070;
	border-radius: 10px;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	flex-direction: column;
	width: 110px;
	height: 110px;
}
.getting-started .getting-info .icons-info .icon-img:hover{
	transform: translateY(-3px);
	transition: 0.3s ease-in-out;
	background-color: #f36f23;
}
.getting-started .getting-info .icons-info img{
	width: 65px;
	height: 60px;
}
.getting-started .panel-left ul, .getting-started .panel-left ol {
	margin: 0 0 5% 0;
	background: #F8F8F8;
	padding: 5% 5% 5% 8%;
	list-style-type: square;
	font-size: 16px;
	line-height: 1.8;
}
.getting-started .panel-left ul li, .getting-started .panel-left ol li {
	border-bottom: dotted 1px #ddd;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.getting-started .panel-left ul li:last-child, .getting-started .panel-left ol li:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.getting-started .panel-left {
	display: inline-block;
	display: none;
	width: 68%;
}
#help-panel .custom-setting {
    display: flex;
}
#help-panel hr{
	margin:20px 0px;
}
#help-panel .custom-setting h4{
	width: 85%;
}
#help-panel .space{
	margin-top: 30px;
}
.getting-started .panel-left img {
	width: 35px;
}
.getting-started .panel-left h3 {
	display: inline-block;
}
.getting-started #help-panel h3 {
	width: 100%;
	position: relative;
	padding-right: 90px;
	margin-top: 0;
}
.getting-started #help-panel h3 {
	float: right;
}
.getting-started .panel-right {
	display: inline-block;
	width: 30%;
	float: right;
	vertical-align: top;
	text-align: center;
}
.getting-started .bundle-img img{
	object-fit: contain;
	width: 100%;
	border-radius: 10px;
}
.bundle-btn a{
	display: block;
	margin: auto;
}
.getting-started .panel-aside {
	margin-bottom: 40px;
	background: #F8F8F8;
	padding: 40px;
}
.getting-started .panel-right .panel-aside {
	background: none;
	border: 2px solid #ff4719;
}
.getting-started .panel-aside:last-child {
	margin-bottom: 0;
}
.getting-started .panel-aside h4 {
	margin-top: 0;
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 20px;
	font-weight: 700;
	color: #354052;
}
.getting-started .panel-aside ul {
	margin-bottom: 25px;
}
.getting-started .panel-aside li {
	list-style-type: square;
	margin-left: 18px;
}
.notices {
	margin: 0;
	display: none;
}
.getting-started .updated + .intro-wrap,
.getting-started .error + .intro-wrap {
	padding-top: 2%;
}
.getting-started .intro-wrap {
	padding: 2% 0 0 0;
}
.getting-started .intro {
	display: grid;
	grid-template-columns: 55% 45%;
	gap: 30px;
	background: #fff;
	padding: 45px;
	border-radius: 10px;
	margin-bottom: 50px;
}
.getting-started .intro .bundle-img img{
	object-fit: cover;
	width: 100%;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
	border-radius: 10px;
	margin-bottom: 15px;
}
.intro-img h4{
	font-size: 34px !important;
    font-weight: 600 !important;
    color: #2B2B2B !important;
	margin: 10px 0 !important;
}
.intro-img img{
	width: 100%;
	border-radius: 10px;
	height: 220px;
	object-fit: cover;
}
.intro-img {
	text-align: center;
	box-shadow: 0px 0px 6px #00000070;
	border-radius: 10px;
}
.intro-img a.button.button-primary{
	width: auto !important;
	font-size: 19px;
}
.bundle-btn{
	text-align: center;
}
.intro-img .about-text{
	padding: 0px 20px;
	font-weight: 400;
}
.about-text {
    font-size: 15px;
    letter-spacing: 0px;
    margin-bottom: 30px;
    font-weight: 500;
    text-align: center;
    line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 11;
	color: #707070;
	margin: 0;
	margin-bottom: 20px;
}
.cointaner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 0px;
}
.getting-started .intro h3 {
	font-size: 34px;
	font-weight: 600;
	color: #2B2B2B;
	line-height: 1.2;
	margin: 0 0 20px 0;
	text-align: center;
}
.intro .button.button-primary {
  	background: #24bdaf;
  	border-color: #24bdaf;
  	color: #fff;
   	padding: 16px 20px;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: -0.015em;
}
.getting-started .intro h4 {
	color: #5B616B;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.6;
	margin: 0;
}
.pro-btn h3 {
  	font-size: 22px;
  	line-height: 1.4;
  	color: #2B2B2B;
  	margin: 0px;
  	font-weight: 600;
}
.pro-btn .button.button-primary{
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
}

.panel-right .pro-btn p{
    margin-bottom: 16px;
    font-size: .875em;
	font-weight: 400;
	text-align: center;
}
.panel-right .button-primary {
    background: #24bdaf !important;
    border-color: #24bdaf !important;
}
.panel-right .theme-btn .button-primary{
	padding: 10px 0;
	width: 100%;
}
.panel-right .button-primary:hover{
	background: #f36f23 !important;
	border-color: #f36f23 !important;
	color: #fff !important;
}
.panel-right .pro-btn,.panel-right .pro-demo,.panel-right .pro-doc{
  background: #fff;
  margin-block-end: 30px;
  border-radius: 15px;
  padding: 20px 10px;
}
.panel-right .screenshot img{
	height: 175px;
	border-radius: 15px;
	width: 100%;
}
.panel-right .panelbutton{
	margin: 10px 0;
}
.panel-right .panelbutton{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 9px;
}
.panel-right .theme-btn h3{
	font-size: 27px;
}
.panel-right .theme-info{
	padding: 0px 30px;
}
.panel-right .theme-info .theme-price{
    border-radius: 5px;
    position: relative;
    background: rgba(243, 111, 35, 0.08); 
	padding: 10px 15px;
	margin: 10px auto 20px auto;
	width: fit-content;
}
.panel-right .theme-info .theme-price .price-text{
	color: #000;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
}
.panel-right .theme-info .theme-price del{
	padding: 0px 10px;
	font-size: 14px;
}
.panel-right .theme-info .theme-price span{
	font-size: 24px;
	font-weight: 600;
}
.panel-right .theme-btn .pro-doc {
	background: #f36f23 !important;
	border: 1px solid #f36f23 !important;
	width: 100%;
	padding: 12px 20px !important;
}
.panel-right .theme-btn .pro-doc:hover {
	background: #24bdaf !important;
	border: 1px solid #24bdaf !important;
}
.panel-right a:focus{
	color: #fff !important;
}
.getting-started .inline-list {
	display: inline-block;
	width: 100%;
	margin: 0;
	margin-bottom: 10px;
}
thead.table-book {
    background: #f36f23;
}
td:first-of-type {
    padding-top: 10px;
}
td {
    padding: 15px;
    font-size: 18px;
}
strong {
    color: #fff;
}
span.tick {
    color: #24b751;
}
span.cross {
    color: #ca2424;
}
 tr:nth-of-type(even) {
    background: #f7f7f7;
}
td:first-of-type {
    padding-top: 10px;
}
td {
    padding: 15px;
    font-size: 18px;
}
.intro a.button.button-primary {
    background: #ff4719;
    border-color: #ff4719;
}
.intro a.button.button-primary{
    background: #24bdaf;
    border-color: #24bdaf;
	width: 100%;
}
.getting-started .inline-list li {
	display: inline-block;
	margin: 0 0 0 0;
}
.getting-started .inline-list li:last-child {
	margin-right: 0;
	padding-right: 0;
}
.getting-started .inline-list li a {
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	padding: 15px 13px;
	display: inline-block;
	color: #000000;
	border-bottom: none;
	border-radius: 5px;
	position: relative;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 6px #00000070;
	width: 170px;
	text-align: center;
	border: 2px solid #fff;
}
.getting-started .inline-list li a:hover{
	background: #f36f23;
    border: 2px solid #f36f23;
	color: #FFFFFF !important;
}

.getting-started .inline-list li a:active,
.getting-started .inline-list li a::-moz-focus-inner,
.getting-started ul.inline-list a:focus {
	outline: none;
	/*border: 0;*/
	box-shadow: none;
}
.getting-started .inline-list li a:hover {
	color: #f36f23;
}
.intro-content .button.button-primary{
	margin-right: 10px;
}
.getting-started .inline-list li.current a {
	width: 170px !important;
	box-shadow: 0px 0px 6px #00000070 !important; 
}
.getting-started .inline-list li.current a:hover{
	background: #FFFFFF;
    border: 2px solid #FFFFFF;
    color: #000000 !important;
}
::-webkit-input-placeholder {
	color: #C0C4CC;
}
:-moz-placeholder {
	color: #C0C4CC;
}
::-moz-placeholder {
	color: #C0C4CC;
}
:-ms-input-placeholder {
	color: #C0C4CC;
}
.getting-started #changelog {
	display: none;
}
#updates-panel ul {
	border-bottom: 1px dotted #ddd;
	padding: 1% 0 5% 3%;
	list-style-position: inside;
	background: transparent;
}
#updates-panel li {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 7px;
}
#updates-panel h4 {
	font-size: 1.1em;
	margin: .5em 0;
}
h4 .button {
	float: right;
	background: #5AC779;
	color: #fff;
	border-radius: 3px;
	font-size: 14px;
	padding: 3px 6px;
	vertical-align: middle;
}
.toggle-block {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.toggle-title {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.4;
    cursor: pointer;
}
.toggle-title:hover, 
.active .toggle-title {
	color: #0095c8;
}
.getting-started .panel .toggle-content p:first-child {
    margin-top: 15px;
}
.getting-started .panel .button-wrap a.button {
	background: #fff;
	color: #7F8FA4;
	border-color: #E2E6EC;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: 600;
}
#free-pro-panel .panel-aside {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
}
#free-pro-panel .panel-aside td:nth-child(2), 
#free-pro-panel .panel-aside td:nth-child(3), 
#free-pro-panel .panel-aside th:nth-child(2), 
#free-pro-panel .panel-aside th:nth-child(3) {
    text-align: center;
}
#free-pro-panel .panel-aside img {
    display: flex;
    flex: auto;
    align-self: center;
}
#free-pro-panel .button.button-primary {
    margin-top: 40px;
    text-align: center;
    padding: 18px 40px;
    text-transform: uppercase;
    font-size: 18px;
    min-width: 50%;
}
.intro a.button.button-primary, .intro a.button.button-primary {
    padding: 12px 20px !important;
    margin: 0px 5px 25px 5px;
}
.btns-wizard a.wizard {
    background: #24bdaf;
    border-color: #24bdaf;
}
.btns-wizard a.wizard {
    background: #24bdaf;
    border-color: #24bdaf;
    width: 100%;
    max-width: 100%;
    padding: 13px 130px;
    color: #fff;
    text-decoration: none;
	font-size: 16px;
    font-weight: 500;
	border-radius: 10px;
}
.btns-wizard a.wizard:hover {
    background: #f36f23;
    border-color: #f36f23;
    color: #fff;
}
.btns-wizard a.wizard,
.getting-started .inline-list li.current a {
    background: #f36f23;
    border: 2px solid #f36f23;
    width: 100%;
    max-width: 100%;
    padding: 15px 13px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(36, 189, 175, 0.4);
}
.btns-wizard .view-site{
	background: #f36f23 !important;
    border: 2px solid #f36f23 !important;
	text-align: center;
}
.btns-wizard a.wizard:focus{
	box-shadow: 0 0 0 2px #f36f23 !important;
}
.btns-wizard .view-site:hover{
	background: #24bdaf !important;
    border-color: #24bdaf !important;
}
.btns-wizard a.wizard:hover {
    background: #24bdaf;
    border-color: #24bdaf;
    color: #fff;
    box-shadow: 0 6px 20px rgba(243, 111, 35, 0.4);
    transform: translateY(-3px)
}
a.wizard:focus{
    color: #fff;
    box-shadow: 0 0 0 2px #24bdaf;
    outline: 2px solid transparent;
}
h4.c{
	line-height: 2;
}
.btns-getstart {
    display: flex;
    justify-content: space-between;
    align-items: center;
	text-align: center;
}
div#setting-error-tgmpa span {
    color: #3c434a;
}

@media only screen and (max-width: 1250px) {
	.getting-started .intro {
		grid-template-columns: 100%;
	}
}
@media only screen and (max-width: 1100px) {
	.btns-getstart{
		display: flex;
	}
	.setting-box{
		display: grid;
		grid-template-columns: auto;
	}
	.custom-links{
		width: 90%;
	}
}
@media only screen and (max-width:768px) {
	.getting-started .intro, .theme-image, .getting-started .panel-left, .getting-started .panel-right {
		width: 100%;
		float: none;
		padding: 20px;
	}
	.getting-started .intro h2 {
		font-size: 34px;
	}

	.getting-started .intro h3 {
		margin-bottom: 10px;
		font-size: 28px;
	}

	.getting-started .inline-list {
		margin-bottom: 5%;
	}

	.getting-started .inline-list li {
		width: 100%;
	}

	.getting-started .inline-list li a {
		width: 100%;
		display: block;
	}
	.getting-started .getting-info{
		flex-wrap: wrap;
	}
}
@media only screen and (max-width: 500px) {
	#help-panel .custom-setting {
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: 20px
	}
	#help-panel .custom-setting h4 {
		width: 100%;
		text-align: center;
		line-height: 30px;
	}
}
@media only screen and (max-width: 600px) {
	.getting-started .panel h4 {
		display: grid;
		text-align: center;
		gap: 10px;
	}
}
@media only screen and (max-width: 400px) {
	.getting-started .panel a.button, .getting-started input.button-primary,
	.intro a.button.button-primary, .intro a.button.button-primary{
		padding: 10px !important;
	}
	.getting-started .panel a.button, .getting-started input.button-primary{
		font-size: 12px;
	}
}