#wpchill-welcome {
	padding-top: 80px;
}

#wpchill-welcome *, #wpchill-welcome *::before, #wpchill-welcome *::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#wpchill-welcome .clear:before {
	content: " ";
	display: table;
}

#wpchill-welcome .clear:after {
	clear: both;
	content: " ";
	display: table;
}

#wpchill-welcome .container {
	margin: 0 auto;
	max-width: 800px;
	padding: 0;
}

#wpchill-welcome .block {
	padding: 40px;
}

#wpchill-welcome img {
	max-width: 100%;
	height: auto;
}

#wpchill-welcome h1 {
	color: #222;
	font-size: 24px;
	margin: 0 0 16px 0;
}

#wpchill-welcome h5 {
	color: #222;
	font-size: 16px;
	margin: 0 0 8px 0;
}

#wpchill-welcome h6 {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	margin: 0;
}

#wpchill-welcome .wpmtst-btn-lg {
	font-size: 16px;
	font-weight: 600;
	padding: 16px 28px;
}

#wpchill-welcome .wpmtst-btn-block {
	display: block;
	width: 100%;
}

#wpchill-welcome .wpmtst-btn {
	border: 0;
	border-radius: 40px;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	box-shadow: none;
}


#wpchill-welcome .button-wrap {
	max-width: 590px;
	margin: 0 auto 0 auto;
}

#wpchill-welcome .button-wrap .left {
	margin-bottom: 10px;
}

#wpchill-welcome .button-wrap-single a {
	font-size: 14px;
}

#wpchill-welcome .button-wrap-single {
	padding: 0 20px;
}

@media screen and (min-width: 720px) {

	#wpchill-welcome .button-wrap .left {
		margin-bottom: 0px;
		float: left;
		width: 50%;
		padding-right: 20px;
	}

	#wpchill-welcome .button-wrap .right {
		float: right;
		width: 50%;
		padding-left: 20px;
	}

	#wpchill-welcome .button-wrap-single a {
		font-size: 16px;
	}
}

/* hero section */
#wpchill-welcome .hero {
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 30px;
	position: relative;
	box-shadow: -3px 2px 70px 0px rgba(128, 144, 174, 0.1);
	padding-top: 40px;
}

#wpchill-welcome .hero .mascot {
	background-color: #fff;
	border-radius: 50%;
	height: 90px;
	width: 90px;
	padding: 28px 28px;
	position: absolute;
	top: -45px;
	left: 50%;
	margin-left: -45px;
}

#wpchill-welcome .hero .video-thumbnail {
	display: block;
	margin: 0;
	width: 100%;
}

#wpchill-welcome .hero .button-wrap {
	margin-top: 20px;
}


/* features section */
#wpchill-welcome .features {
	background-color: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	position: relative;
	padding-top: 20px;
}

#wpchill-welcome .features .feature-list {
	margin-top: 40px;
}

#wpchill-welcome .features .feature-block .wpchill-action-button {
	text-align:center;
	margin-top:10px;
}

#wpchill-welcome .features .feature-block {
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	padding-top:15px;
	border:1px solid #ccc;
}

#wpchill-welcome .features .feature-block > * {
	padding:0 15px;
}

#wpchill-welcome .features .feature-block .dlm-install-plugin-actions {
	padding:15px;
	border-top:1px solid #ccc;
	background:#f0f0f1;
}

@media screen and (min-width: 720px) {

	#wpchill-welcome .block-row-2 .feature-block {
		margin: 0 auto;
		float: left;
		width: 50%;
		padding-bottom: 32px;
		overflow: auto;
	}

	#wpchill-welcome .block-row-3 .feature-block {
		margin: 0 auto;
		float: left;
		width: 33%;
		padding-bottom: 32px;
		overflow: auto;
	}

	#wpchill-welcome .block-row-2 .feature-block:nth-child(odd) {
		padding-right: 22px;
		clear: both;
	}

	#wpchill-welcome .block-row-3 .feature-block:not(:nth-child(3n+3)) {
		padding-right: 22px;
	}

	#wpchill-welcome .block-row-3 .feature-block:nth-child(3n+1) {
		clear: both;
	}

	#wpchill-welcome .features .feature-block.last {
		padding-left: 22px;
	}
	.block-row-1 {
		grid-template-columns: 1fr;
	}

	.block-row{
		display:grid;
		gap:10px;
	}

	.block-row-2  {
		grid-template-columns: 1fr 1fr;
	}

	.block-row-3{
		grid-template-columns: 1fr 1fr 1fr;
	}

	.block-row-4 {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

#wpchill-welcome  .features .feature-block img {
	float: left;
	max-width: 44px;
	max-height: 44px;
}

#wpchill-welcome .features .feature-block h5 {
	margin-left: 70px;
}

#wpchill-welcome  .features .feature-block p {
	margin-left: 70px;
}

#wpchill-welcome .features .pro-label {
	display: inline-block;
	line-height: 1;
	color: #fff;
	padding: 4px 8px;
	font-size: 0.75rem;
	border-radius: 4px;
	vertical-align: text-top;
	margin-left: 20px;
	text-transform:capitalize;
}

#wpchill-welcome .features .pro-label.active {
	background-color: #99c140;
	border: 1px solid #99c140;
}

#wpchill-welcome .features .pro-label.installed {
	background-color: #e7b416;
	border: 1px solid #e7b416;
}

#wpchill-welcome .features .pro-label.inactive {
	background-color: #cc3232;
	border: 1px solid #cc3232;
}

#wpchill-welcome .features .pro-label.free {
	background-color: #727272;
	border: 1px solid #727272;
}

#wpchill-welcome .features .feature-list a {
	/*	color: #5333ED;*/
}

/* upgrade section */
#wpchill-welcome .upgrade {
	background-color: white;
	text-align: center;
}

#wpchill-welcome .upgrade h1{
	color: #fff;
}

@media screen and (min-width: 720px) {

	#wpchill-welcome .upgrade .left{
		float: left;
		width: 50%;
		padding-left: 20%;
		margin-bottom: 30px;
		text-align: left;
	}

	#wpchill-welcome .upgrade .right{
		float: left;
		width: 50%;
		padding-right: 20%;
		margin-bottom: 30px;
		text-align: left;
	}

	#wpchill-welcome .button-wrap-single {
		width: auto;
		margin: 0 auto;
		display: inline-block;
	}
}

/* testimonials section */
#wpchill-welcome .testimonials {
	background-color: #fafafa;

	position: relative;
	box-shadow: -3px 2px 70px 0px rgba(128, 144, 174, 0.1);
}

#wpchill-welcome .testimonials .testimonial-block {
	padding: 0 16px 32px;
	overflow: auto;
	margin-top: 40px;
	text-align: center;
}

@media screen and (min-width: 720px) {

	#wpchill-welcome .testimonials .testimonial-block {
		float: left;
		width: 50%;
	}

}

#wpchill-welcome .testimonials .testimonial-block p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
}

#wpchill-welcome .testimonials .testimonial-block img {
	max-width: 60px;
	max-height: 60px;
	border-radius: 50%;
	filter: grayscale(100%);
	box-shadow: 0 0 12px rgba(0,0,0,0.15);
}

/* testimonials footer */
#wpchill-welcome .footer {
	background-color: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-bottom: 30px;
	position: relative;
	box-shadow: -3px 2px 70px 0px rgba(128, 144, 174, 0.1);
}

#wpchill-welcome .container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

#wpchill-welcome .video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#wpchill-welcome .stars_wrapper svg {
	height: 20px;
}

#wpchill-welcome .wpchill_empty_space{
	display:block;
	clear:both;
}

.wpchill_horizontal_delimiter {
	background-color: #f0f0f1;
	height:20px;
	width:100%;
	margin:0 auto;
}

.wpchill-text-center {
	text-align: center;
}